: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: 204px;
  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;
  text-decoration: none;
}

.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: 26px;
  height: 18px;
  min-width: 26px;
  flex: 0 0 auto;
  border-radius: 2px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(7, 26, 45, 0.08);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag--css {
  display: inline-block;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag--ca {
  background: repeating-linear-gradient(180deg, #ffd43b 0 2.6px, #d9272e 2.6px 5.2px);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag--fr {
  background: linear-gradient(90deg, #0055a4 0 33.33%, #fff 33.33% 66.66%, #ef4135 66.66% 100%);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag--it {
  background: linear-gradient(90deg, #009246 0 33.33%, #fff 33.33% 66.66%, #ce2b37 66.66% 100%);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag--pt {
  position: relative;
  background: linear-gradient(90deg, #006600 0 40%, #ff0000 40% 100%);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag--pt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffd100;
  transform: translate(-50%, -50%);
}

html:not([lang="en"]) .crays-mirror .navbar10_link,
html:not([lang="en"]) .crays-mirror .button.nav {
  letter-spacing: 0;
}

html:not([lang="en"]) .crays-hero-tile-title,
html:not([lang="en"]) .crays-hero-tile-kicker {
  overflow-wrap: anywhere;
}

html:not([lang="en"]) .crays-hero-tile-title {
  font-size: 11px;
  line-height: 1.12;
}

.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;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  color: #fff;
  line-height: 1.05;
  text-align: left;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile-kicker {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile-title {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.14;
  text-align: left;
  text-wrap: auto;
}

.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/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-001-crays-modern-overrides-background-1.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: 36rem;
  margin: 24px 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(19px, 1.24vw, 21px);
  font-weight: 900;
  line-height: 1.26;
}

.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,
.crays-mirror.legal-page .legal-content h2.legal-content-main-title {
  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 {
  padding-top: 0 !important;
  border-top: 0 !important;
  color: #fff;
  background: #000;
}

.crays-mirror.route-home .crays-footer-rebuild__shell {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 0 0 36px;
}

.crays-mirror.route-home .crays-footer-rebuild__line {
  width: 100%;
  height: 1px;
  background: rgba(243, 18, 72, 0.62);
}

.crays-mirror.route-home .crays-footer-rebuild__inner {
  width: 100%;
  padding: 34px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px 32px;
}

.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-nostr .footer3_component.crays-footer-rebuild {
  padding-top: 0 !important;
  border-top: 0 !important;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 18, 72, 0.13), transparent 30%),
    linear-gradient(110deg, #073452 0%, #051522 48%, #120616 100%);
}

.crays-mirror.route-nostr .crays-footer-rebuild__shell {
  width: min(100% - 64px, 1440px);
  margin: 0 auto;
  padding: 0 0 36px;
}

.crays-mirror.route-nostr .crays-footer-rebuild__line {
  width: 100%;
  height: 1px;
  background: rgba(243, 18, 72, 0.62);
}

.crays-mirror.route-nostr .crays-footer-rebuild__inner {
  width: 100%;
  padding: 34px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 32px;
}

.crays-mirror.route-nostr .crays-footer-rebuild__main-nav,
.crays-mirror.route-nostr .crays-footer-rebuild__legal,
.crays-mirror.route-nostr .crays-footer-rebuild__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.crays-mirror.route-nostr .crays-footer-rebuild__main-nav {
  grid-column: 1 / -1;
}

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

.crays-mirror.route-nostr .crays-footer-rebuild__main-nav-link:hover,
.crays-mirror.route-nostr .crays-footer-rebuild__main-nav-link:focus-visible,
.crays-mirror.route-nostr .crays-footer-rebuild__legal-link:hover,
.crays-mirror.route-nostr .crays-footer-rebuild__legal-link:focus-visible {
  color: var(--crays-red);
}

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

.crays-mirror.route-nostr .crays-footer-rebuild__copyright {
  grid-column: 1 / -1;
  margin: 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-nostr .crays-footer-rebuild__cookie-settings {
  grid-column: 1 / -1;
  justify-self: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .crays-mirror.route-nostr .crays-footer-rebuild__shell {
    width: min(100% - 32px, 1280px);
  }

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

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

.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;
  justify-self: center;
  display: inline-block;
  width: auto;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  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-consent-panel {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: min(480px, calc(100vw - 32px));
  padding: 20px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #07131f;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  font-family: Montserrat, sans-serif;
}

.crays-mirror .crays-consent-panel:not(.is-open) {
  display: none;
}

.crays-mirror .crays-consent-kicker {
  margin: 0 0 8px;
  color: var(--crays-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror .crays-consent-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.18;
}

.crays-mirror .crays-consent-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.48;
}

.crays-mirror .crays-consent-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.crays-mirror .crays-consent-button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.crays-mirror .crays-consent-button-primary {
  border-color: #fff;
  background: #fff;
  color: #07131f;
}

.crays-mirror .crays-consent-links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.crays-mirror .crays-consent-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 500;
  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__shell {
    width: min(100% - 32px, 1280px);
  }

  .crays-mirror.route-home .crays-footer-rebuild__inner {
    width: 100%;
  }

  .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/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-002-crays-modern-overrides-background-2.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-003-crays-modern-overrides-background-3.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-signal-blue: #2d65d8;
  --crays-ocean: #0e4f86;
  --crays-deep-blue: #061a2f;
  --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(18, 60, 138, 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/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-004-crays-modern-overrides-background-4.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-005-crays-modern-overrides-background-5.webp");
}

.crays-mirror.page-kind-crayscircle {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-006-crays-modern-overrides-background-6.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-007-crays-modern-overrides-background-7.webp");
}

.crays-mirror.page-kind-crayslifestyle {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-008-crays-modern-overrides-background-8.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-009-crays-modern-overrides-background-9.webp");
}

.crays-mirror.page-kind-events {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-010-crays-modern-overrides-background-10.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-011-crays-modern-overrides-background-11.webp");
}

.crays-mirror.route-events-events-overview-nature,
.crays-mirror.route-events-golfing {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-012-crays-modern-overrides-background-12.webp");
}

.crays-mirror.route-events-action-sports,
.crays-mirror.route-events-events-overview-formula-1 {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-013-crays-modern-overrides-background-13.webp");
}

.crays-mirror.page-kind-career,
.crays-mirror.page-kind-job {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-014-crays-modern-overrides-background-14.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-015-crays-modern-overrides-background-15.webp");
}

.crays-mirror.page-kind-collection {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-016-crays-modern-overrides-background-16.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-017-crays-modern-overrides-background-17.webp");
}

.crays-mirror.route-collection-investor {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-018-crays-modern-overrides-background-18.webp");
}

.crays-mirror.route-collection-socialmedia {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-019-crays-modern-overrides-background-19.webp");
}

.crays-mirror.route-collection-sustainable-living,
.crays-mirror.route-collection-holistic-health {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-020-crays-modern-overrides-background-20.webp");
}

.crays-mirror[class*="page-kind-press"] {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-021-crays-modern-overrides-background-21.webp");
  --crays-page-accent-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-022-crays-modern-overrides-background-22.webp");
}

.crays-mirror.page-kind-faq,
.crays-mirror.page-kind-styleguide {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-property-market-community-lifestyle-interior.jpg");
}

.crays-mirror.page-kind-old-home {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-023-crays-modern-overrides-background-23.webp");
}

.crays-mirror.page-kind-legal {
  --crays-page-hero-image: url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-024-crays-modern-overrides-background-24.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-signal-blue: #2d65d8;
  --crays-ci-violet: #5b50ff;
  --crays-ci-deep-blue: #061a2f;
  --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(18, 60, 138, 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/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-025-crays-modern-overrides-background-25.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;
    text-align: left !important;
    text-wrap: auto !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: 36rem;
  font-size: clamp(19px, 1.24vw, 21px);
  line-height: 1.26;
}

.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__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror.route-home .crays-tokenized-brand__vote-button {
  min-height: 54px;
  padding: 0 30px;
  font-size: 14.5px;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(243, 18, 72, 0.2);
}

.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;
  margin-top: 12px;
}

.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/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-026-crays-modern-overrides-background-26.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;
    margin-top: 0;
    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(100svh - 74px);
  padding: 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.9) 0%, rgba(7, 27, 42, 0.72) 48%, rgba(19, 42, 98, 0.42) 100%),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-027-crays-modern-overrides-background-27.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.22) 100%);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner {
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: 54px 0 38px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero h1 {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.06;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__lead {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.62;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.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: 170px 170px;
  gap: 12px;
  min-height: 352px;
}

.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(250px, calc(100% - 36px));
  padding: 14px 16px;
  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: 16px;
  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));
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero {
    min-height: calc(100svh - 74px);
    padding: 0;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner {
    min-height: calc(100svh - 74px);
    align-content: center;
    padding: 52px 0 38px;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__stage {
    display: none;
  }
}

@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: calc(100svh - 74px);
    padding: 0;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner {
    min-height: calc(100svh - 74px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 0 34px;
  }

  .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: clamp(30px, 8.5vw, 36px);
    line-height: 1.12;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__lead {
    max-width: 100%;
    margin-top: 18px;
    font-size: 15.5px;
    line-height: 1.58;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-actions {
    margin-top: 22px;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__stage {
    display: none;
  }

  .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;
  }
}

/* Homepage: tokenized brand now opens the story directly after the hero. */
.crays-mirror.route-home .crays-tokenized-brand--after-hero {
  padding: clamp(74px, 7vw, 112px) 0 clamp(92px, 8vw, 126px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 8% 0%, rgba(243, 18, 72, 0.2), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(38, 55, 116, 0.22), transparent 31%),
    linear-gradient(180deg, #03070c 0%, #071a2d 31%, #fffdfa 72%, #f4efe8 100%);
  background-size: 86px 86px, 86px 86px, auto, auto, auto;
}

.crays-mirror.route-home .crays-tokenized-brand--after-hero::before {
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.72) 0%, rgba(3, 7, 12, 0.24) 20%, rgba(3, 7, 12, 0) 48%),
    linear-gradient(90deg, rgba(243, 18, 72, 0.15), transparent 38%, rgba(19, 42, 98, 0.12));
  opacity: 1;
}

.crays-mirror.route-home .crays-tokenized-brand--after-hero .crays-tokenized-brand__shell {
  box-shadow: 0 34px 96px rgba(3, 7, 12, 0.34);
}

@media (max-width: 980px) {
  .crays-mirror.route-home .crays-tokenized-brand--after-hero {
    padding: 72px 0 88px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      radial-gradient(circle at 8% 0%, rgba(243, 18, 72, 0.18), transparent 36%),
      linear-gradient(180deg, #03070c 0%, #071a2d 38%, #fffdfa 78%, #f4efe8 100%);
    background-size: 72px 72px, 72px 72px, auto, auto;
  }
}

@media (max-width: 560px) {
  .crays-mirror.route-home .crays-tokenized-brand--after-hero {
    padding: 58px 0 72px;
  }
}

/* Homepage color transitions: strict Crays CI palette, no extra color bands. */
.crays-mirror.route-home .section_header5 .image-overlay-layer {
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.86) 0%, rgba(6, 17, 29, 0.68) 42%, rgba(6, 17, 29, 0.36) 72%, rgba(3, 7, 12, 0.68) 100%),
    linear-gradient(180deg, rgba(3, 7, 12, 0.08) 0%, rgba(3, 7, 12, 0.28) 58%, rgba(3, 7, 12, 0.62) 100%);
}

.crays-mirror.route-home .crays-tokenized-brand--after-hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 18, 72, 0.11), transparent 36%, rgba(7, 25, 35, 0.18)),
    linear-gradient(180deg, #03070c 0%, #06111d 48%, #071923 72%, #fffdfa 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

.crays-mirror.route-home .crays-tokenized-brand--after-hero::before {
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.68) 0%, rgba(3, 7, 12, 0.22) 30%, rgba(3, 7, 12, 0) 62%),
    linear-gradient(90deg, rgba(243, 18, 72, 0.12), transparent 38%, rgba(7, 25, 35, 0.12));
}

.crays-mirror.route-home .crays-association-power {
  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(90deg, rgba(243, 18, 72, 0.1), transparent 34%, rgba(7, 25, 35, 0.16)),
    linear-gradient(135deg, #02070d 0%, #071927 52%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

.crays-mirror.route-home .crays-home-projects {
  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 52%, #fffdfa 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-home .crays-tokenized-brand:not(.crays-tokenized-brand--after-hero) {
  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-home-operating-stack {
  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(90deg, rgba(243, 18, 72, 0.08), transparent 34%, rgba(7, 25, 35, 0.16)),
    linear-gradient(135deg, #02070d 0%, #071927 52%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

@media (min-width: 901px) {
  .crays-mirror.route-home .crays-home-layer-card:nth-child(4),
  .crays-mirror.route-home .crays-home-layer-card:nth-child(5) {
    margin-top: 34px;
  }
}

.crays-mirror.route-home .crays-home-membership {
  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 52%, #fffdfa 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-home .crays-home-roadmap {
  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, 17, 29, 0.9) 0%, rgba(7, 25, 35, 0.92) 48%, rgba(3, 7, 12, 0.98) 100%),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-028-crays-modern-overrides-background-28.webp") center / cover no-repeat;
  background-size: 86px 86px, 86px 86px, auto, cover;
}

.crays-mirror.route-home .crays-city-strip {
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.08), transparent 38%, rgba(7, 25, 35, 0.14)),
    linear-gradient(116deg, #03070c 0%, #06111d 34%, #071923 68%, #132a62 100%);
}

.crays-mirror.route-home .crays-mid-cta {
  background: linear-gradient(180deg, #06111d 0%, #03070c 100%);
}

/* Tech page: Web5, mesh, AI coordination and hospitality infrastructure. */
.crays-mirror.route-tech {
  overflow-x: hidden;
  background: #03070c;
}

.crays-mirror.route-tech .crays-tech-page {
  --tech-red: #f31248;
  --tech-red-hot: #ff2d63;
  --tech-night: #03070c;
  --tech-ink: #06111d;
  --tech-navy: #071923;
  --tech-paper: #fffdfa;
  --tech-paper-soft: #f4efe8;
  --tech-line-dark: rgba(255, 255, 255, 0.13);
  --tech-line-paper: rgba(7, 21, 35, 0.12);
  color: #fff;
  background: #03070c;
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-tech .crays-tech-page *,
.crays-mirror.route-tech .crays-tech-page *::before,
.crays-mirror.route-tech .crays-tech-page *::after {
  box-sizing: border-box;
}

.crays-mirror.route-tech .crays-tech-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.crays-mirror.route-tech .crays-tech-eyebrow,
.crays-mirror.route-tech .crays-tech-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--tech-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-tech .crays-tech-title,
.crays-mirror.route-tech .crays-tech-hero__title {
  margin: 0;
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.crays-mirror.route-tech .crays-tech-hero__title {
  max-width: 12ch;
  font-size: 72px;
  line-height: 0.98;
}

.crays-mirror.route-tech .crays-tech-title {
  max-width: 14ch;
  font-size: 50px;
  line-height: 1.05;
}

.crays-mirror.route-tech .crays-tech-lead,
.crays-mirror.route-tech .crays-tech-copy,
.crays-mirror.route-tech .crays-tech-card p,
.crays-mirror.route-tech .crays-tech-mini-card p,
.crays-mirror.route-tech .crays-tech-step p,
.crays-mirror.route-tech .crays-tech-roadmap-card p,
.crays-mirror.route-tech .crays-tech-video-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.crays-mirror.route-tech .crays-tech-lead {
  max-width: 720px;
  margin-top: 24px;
  font-size: 19px;
}

.crays-mirror.route-tech .crays-tech-copy {
  max-width: 780px;
  margin-top: 22px;
  font-size: 17px;
}

.crays-mirror.route-tech .crays-tech-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.crays-mirror.route-tech .crays-tech-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 13px 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.crays-mirror.route-tech .crays-tech-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 45, 99, 0.7);
}

.crays-mirror.route-tech .crays-tech-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--tech-red-hot), var(--tech-red));
  box-shadow: 0 20px 46px rgba(243, 18, 72, 0.24);
}

.crays-mirror.route-tech .crays-tech-button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-tech .crays-tech-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  padding: 124px 0 92px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #03070c 0%, #071923 55%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-tech .crays-tech-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 190px;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0), #06111d 72%, #06111d);
}

.crays-mirror.route-tech .crays-tech-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.crays-mirror.route-tech .crays-tech-hero__copy,
.crays-mirror.route-tech .crays-tech-hero__stage {
  min-width: 0;
}

.crays-mirror.route-tech .crays-tech-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-tech .crays-tech-hero__facts article,
.crays-mirror.route-tech .crays-tech-flow-card,
.crays-mirror.route-tech .crays-tech-card,
.crays-mirror.route-tech .crays-tech-roadmap-card,
.crays-mirror.route-tech .crays-tech-step,
.crays-mirror.route-tech .crays-tech-video-card,
.crays-mirror.route-tech .crays-tech-mini-card {
  border: 1px solid var(--tech-line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-tech .crays-tech-hero__facts article {
  min-height: 118px;
  padding: 18px;
}

.crays-mirror.route-tech .crays-tech-hero__facts span,
.crays-mirror.route-tech .crays-tech-hero__facts strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

.crays-mirror.route-tech .crays-tech-hero__facts span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-tech .crays-tech-hero__facts strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.crays-mirror.route-tech .crays-tech-hero__stage {
  display: grid;
  gap: 14px;
}

.crays-mirror.route-tech .crays-tech-hero__media {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.34);
}

.crays-mirror.route-tech .crays-tech-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.crays-mirror.route-tech .crays-tech-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.04), rgba(3, 7, 12, 0.72));
}

.crays-mirror.route-tech .crays-tech-hero__media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 7, 12, 0.76);
}

.crays-mirror.route-tech .crays-tech-hero__media span,
.crays-mirror.route-tech .crays-tech-hero__media strong {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

.crays-mirror.route-tech .crays-tech-hero__media span {
  margin-bottom: 6px;
  color: var(--tech-red-hot);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-tech .crays-tech-hero__media strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.crays-mirror.route-tech .crays-tech-hero__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.crays-mirror.route-tech .crays-tech-hero__rail article {
  min-height: 168px;
  padding: 18px;
  border-left: 3px solid var(--tech-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-tech .crays-tech-hero__rail h3,
.crays-mirror.route-tech .crays-tech-card h3,
.crays-mirror.route-tech .crays-tech-mini-card h3,
.crays-mirror.route-tech .crays-tech-flow-card h3,
.crays-mirror.route-tech .crays-tech-step h3,
.crays-mirror.route-tech .crays-tech-roadmap-card h3,
.crays-mirror.route-tech .crays-tech-video-card h3 {
  margin: 0;
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.crays-mirror.route-tech .crays-tech-hero__rail p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.52;
}

.crays-mirror.route-tech .crays-tech-thesis {
  padding: 100px 0 110px;
  background: #06111d;
}

.crays-mirror.route-tech .crays-tech-thesis__grid,
.crays-mirror.route-tech .crays-tech-venue__grid,
.crays-mirror.route-tech .crays-tech-data__grid,
.crays-mirror.route-tech .crays-tech-governance__grid,
.crays-mirror.route-tech .crays-tech-partner__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.crays-mirror.route-tech .crays-tech-thesis__panel,
.crays-mirror.route-tech .crays-tech-data-points,
.crays-mirror.route-tech .crays-tech-governance-grid,
.crays-mirror.route-tech .crays-tech-partner-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-tech .crays-tech-section {
  position: relative;
  isolation: isolate;
  padding: 112px 0;
}

.crays-mirror.route-tech .crays-tech-section--architecture,
.crays-mirror.route-tech .crays-tech-section--os,
.crays-mirror.route-tech .crays-tech-section--governance,
.crays-mirror.route-tech .crays-tech-section--updates {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #06111d 0%, #071923 54%, #03070c 100%);
  background-size: 78px 78px, 78px 78px, auto;
}

.crays-mirror.route-tech .crays-tech-section--stack,
.crays-mirror.route-tech .crays-tech-section--data,
.crays-mirror.route-tech .crays-tech-section--roadmap {
  color: #06111d;
  background:
    linear-gradient(rgba(7, 21, 35, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 21, 35, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f4efe8 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-tech .crays-tech-section--venue,
.crays-mirror.route-tech .crays-tech-section--ownership,
.crays-mirror.route-tech .crays-tech-section--partner {
  color: #06111d;
  background: #fffdfa;
}

.crays-mirror.route-tech .crays-tech-section--stack .crays-tech-copy,
.crays-mirror.route-tech .crays-tech-section--data .crays-tech-copy,
.crays-mirror.route-tech .crays-tech-section--venue .crays-tech-copy,
.crays-mirror.route-tech .crays-tech-section--ownership .crays-tech-copy,
.crays-mirror.route-tech .crays-tech-section--roadmap .crays-tech-copy,
.crays-mirror.route-tech .crays-tech-section--partner .crays-tech-copy {
  color: rgba(6, 19, 29, 0.74);
}

.crays-mirror.route-tech .crays-tech-section-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.crays-mirror.route-tech .crays-tech-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.7fr);
  gap: 32px;
  align-items: end;
}

.crays-mirror.route-tech .crays-tech-section-head--split .crays-tech-copy {
  margin: 0;
}

.crays-mirror.route-tech .crays-tech-flow,
.crays-mirror.route-tech .crays-tech-stack-grid,
.crays-mirror.route-tech .crays-tech-os-grid,
.crays-mirror.route-tech .crays-tech-ownership-grid,
.crays-mirror.route-tech .crays-tech-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-tech .crays-tech-flow-card,
.crays-mirror.route-tech .crays-tech-card,
.crays-mirror.route-tech .crays-tech-roadmap-card,
.crays-mirror.route-tech .crays-tech-step,
.crays-mirror.route-tech .crays-tech-mini-card {
  min-width: 0;
  padding: 24px;
}

.crays-mirror.route-tech .crays-tech-card,
.crays-mirror.route-tech .crays-tech-roadmap-card,
.crays-mirror.route-tech .crays-tech-mini-card {
  border-color: var(--tech-line-paper);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(7, 15, 24, 0.08);
}

.crays-mirror.route-tech .crays-tech-section--architecture .crays-tech-flow-card,
.crays-mirror.route-tech .crays-tech-section--os .crays-tech-step,
.crays-mirror.route-tech .crays-tech-section--governance .crays-tech-mini-card,
.crays-mirror.route-tech .crays-tech-section--updates .crays-tech-video-card {
  border-color: var(--tech-line-dark);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.crays-mirror.route-tech .crays-tech-card p,
.crays-mirror.route-tech .crays-tech-roadmap-card p,
.crays-mirror.route-tech .crays-tech-mini-card p {
  margin-top: 15px;
  color: rgba(6, 19, 29, 0.74);
}

.crays-mirror.route-tech .crays-tech-section--architecture .crays-tech-flow-card p,
.crays-mirror.route-tech .crays-tech-section--os .crays-tech-step p,
.crays-mirror.route-tech .crays-tech-section--governance .crays-tech-mini-card p,
.crays-mirror.route-tech .crays-tech-section--updates .crays-tech-video-card p {
  color: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-tech .crays-tech-flow-card__number,
.crays-mirror.route-tech .crays-tech-step__number,
.crays-mirror.route-tech .crays-tech-roadmap-card__label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--tech-red);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.crays-mirror.route-tech .crays-tech-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.crays-mirror.route-tech .crays-tech-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.crays-mirror.route-tech .crays-tech-quote-band {
  margin-top: 18px;
  padding: 32px;
  border-left: 4px solid var(--tech-red);
  border-radius: 8px;
  background: #fffdfa;
  color: #06111d;
}

.crays-mirror.route-tech .crays-tech-quote-band h3 {
  max-width: 980px;
  margin: 0;
  color: #06111d;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.crays-mirror.route-tech .crays-tech-quote-band p:not(.crays-tech-eyebrow) {
  max-width: 860px;
  margin: 18px 0 0;
  color: rgba(6, 19, 29, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.crays-mirror.route-tech .crays-tech-venue__media {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 250px 250px;
  gap: 12px;
  margin: 0;
}

.crays-mirror.route-tech .crays-tech-venue__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 54px rgba(7, 15, 24, 0.14);
}

.crays-mirror.route-tech .crays-tech-venue__media img:first-child {
  grid-row: 1 / 3;
}

.crays-mirror.route-tech .crays-tech-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.crays-mirror.route-tech .crays-tech-section--retail {
  scroll-margin-top: 96px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(243, 18, 72, 0.18), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #03070c 0%, #071923 48%, #06111d 100%);
  background-size: auto, 78px 78px, 78px 78px, auto;
}

.crays-mirror.route-tech .crays-tech-retail__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
}

.crays-mirror.route-tech .crays-tech-retail__grid .crays-tech-title {
  max-width: 18ch;
  font-size: 46px;
  line-height: 1.08;
}

.crays-mirror.route-tech .crays-tech-retail__agent-copy {
  padding-left: 18px;
  border-left: 4px solid var(--tech-red);
  color: rgba(255, 255, 255, 0.84) !important;
  font-weight: 700;
}

.crays-mirror.route-tech .crays-tech-retail__flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.crays-mirror.route-tech .crays-tech-section--retail .crays-tech-step {
  border-color: var(--tech-line-dark);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
}

.crays-mirror.route-tech .crays-tech-section--retail .crays-tech-step p {
  color: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-tech .crays-tech-retail__media {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: #fffdfa;
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.32);
}

.crays-mirror.route-tech .crays-tech-retail__media > img {
  width: 100%;
  height: 560px;
  padding: clamp(10px, 1.4vw, 18px);
  object-fit: contain;
  background: #fffdfa;
}

.crays-mirror.route-tech .crays-tech-retail__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(3, 7, 12, 0.82);
  color: #fff;
  backdrop-filter: blur(12px);
}

.crays-mirror.route-tech .crays-tech-retail__media figcaption span,
.crays-mirror.route-tech .crays-tech-retail__media figcaption strong {
  display: block;
}

.crays-mirror.route-tech .crays-tech-retail__media figcaption span {
  margin-bottom: 7px;
  color: var(--tech-red-hot);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-tech .crays-tech-retail__media figcaption strong {
  max-width: 52ch;
  font-size: 18px;
  line-height: 1.32;
}

.crays-mirror.route-tech .crays-tech-retail__partner {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 36px);
  border: 1px solid rgba(7, 21, 35, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.9);
  color: #06111d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(7, 15, 24, 0.14);
  backdrop-filter: blur(12px);
}

.crays-mirror.route-tech .crays-tech-retail__partner img {
  width: auto;
  height: 17px;
}

.crays-mirror.route-tech .crays-tech-retail__signal {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: min(250px, calc(100% - 36px));
}

.crays-mirror.route-tech .crays-tech-retail__signal article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 12px;
  background: rgba(3, 7, 12, 0.76);
  color: #fff;
  backdrop-filter: blur(12px);
}

.crays-mirror.route-tech .crays-tech-retail__signal span,
.crays-mirror.route-tech .crays-tech-retail__signal strong {
  display: block;
}

.crays-mirror.route-tech .crays-tech-retail__signal span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-tech .crays-tech-retail__signal strong {
  font-size: 13px;
  line-height: 1.25;
}

.crays-mirror.route-tech .crays-tech-os-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-tech .crays-tech-section--os .crays-tech-step {
  min-height: 210px;
}

.crays-mirror.route-tech .crays-tech-ownership-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.crays-mirror.route-tech .crays-tech-ownership-grid .crays-tech-card {
  grid-column: span 2;
}

.crays-mirror.route-tech .crays-tech-ownership-grid .crays-tech-card:nth-child(1),
.crays-mirror.route-tech .crays-tech-ownership-grid .crays-tech-card:nth-child(2) {
  grid-column: span 3;
}

.crays-mirror.route-tech .crays-tech-governance__panel {
  position: sticky;
  top: 98px;
  min-width: 0;
}

.crays-mirror.route-tech .crays-tech-roadmap-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.crays-mirror.route-tech .crays-tech-roadmap-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
}

.crays-mirror.route-tech .crays-tech-roadmap-card:nth-child(1),
.crays-mirror.route-tech .crays-tech-roadmap-card:nth-child(2) {
  grid-column: span 6;
}

.crays-mirror.route-tech .crays-tech-roadmap-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.crays-mirror.route-tech .crays-tech-roadmap-card li {
  position: relative;
  padding-left: 17px;
  color: rgba(6, 19, 29, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.crays-mirror.route-tech .crays-tech-roadmap-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--tech-red);
}

.crays-mirror.route-tech .crays-tech-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.crays-mirror.route-tech .crays-tech-video-card {
  overflow: hidden;
  margin: 0;
}

.crays-mirror.route-tech .crays-tech-video-card__media {
  aspect-ratio: 16 / 10;
  background: #03070c;
}

.crays-mirror.route-tech .crays-tech-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #03070c;
}

.crays-mirror.route-tech .crays-tech-video-card figcaption {
  padding: 24px;
}

.crays-mirror.route-tech .crays-tech-video-card p {
  margin-top: 14px;
}

.crays-mirror.route-tech .crays-tech-cta {
  padding: 108px 0 118px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #03070c 0%, #071923 48%, #06111d 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-tech .crays-tech-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.75fr);
  gap: 36px;
  align-items: end;
}

.crays-mirror.route-tech .crays-tech-cta .crays-tech-title {
  max-width: 16ch;
}

@media (max-width: 1180px) {
  .crays-mirror.route-tech .crays-tech-hero__grid,
  .crays-mirror.route-tech .crays-tech-thesis__grid,
  .crays-mirror.route-tech .crays-tech-venue__grid,
  .crays-mirror.route-tech .crays-tech-retail__grid,
  .crays-mirror.route-tech .crays-tech-data__grid,
  .crays-mirror.route-tech .crays-tech-governance__grid,
  .crays-mirror.route-tech .crays-tech-partner__grid,
  .crays-mirror.route-tech .crays-tech-cta__inner,
  .crays-mirror.route-tech .crays-tech-section-head--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-tech .crays-tech-hero__title {
    max-width: 13ch;
    font-size: 58px;
  }

  .crays-mirror.route-tech .crays-tech-title {
    max-width: 18ch;
    font-size: 42px;
  }

  .crays-mirror.route-tech .crays-tech-retail__grid .crays-tech-title {
    max-width: 100%;
    font-size: 42px;
  }

  .crays-mirror.route-tech .crays-tech-governance__panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-tech .crays-tech-shell {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-tech .crays-tech-hero,
  .crays-mirror.route-tech .crays-tech-section,
  .crays-mirror.route-tech .crays-tech-thesis,
  .crays-mirror.route-tech .crays-tech-cta {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .crays-mirror.route-tech .crays-tech-hero__facts,
  .crays-mirror.route-tech .crays-tech-hero__rail,
  .crays-mirror.route-tech .crays-tech-flow,
  .crays-mirror.route-tech .crays-tech-stack-grid,
  .crays-mirror.route-tech .crays-tech-thesis__panel,
  .crays-mirror.route-tech .crays-tech-data-points,
  .crays-mirror.route-tech .crays-tech-governance-grid,
  .crays-mirror.route-tech .crays-tech-partner-cards,
  .crays-mirror.route-tech .crays-tech-retail__flow,
  .crays-mirror.route-tech .crays-tech-os-grid,
  .crays-mirror.route-tech .crays-tech-video-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-tech .crays-tech-ownership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-tech .crays-tech-ownership-grid .crays-tech-card,
  .crays-mirror.route-tech .crays-tech-ownership-grid .crays-tech-card:nth-child(1),
  .crays-mirror.route-tech .crays-tech-ownership-grid .crays-tech-card:nth-child(2) {
    grid-column: span 1;
  }

  .crays-mirror.route-tech .crays-tech-roadmap-card,
  .crays-mirror.route-tech .crays-tech-roadmap-card:nth-child(1),
  .crays-mirror.route-tech .crays-tech-roadmap-card:nth-child(2) {
    grid-column: span 6;
  }

  .crays-mirror.route-tech .crays-tech-venue__media {
    grid-template-rows: 220px 220px;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-tech,
  .crays-mirror.route-tech .crays-tech-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-tech .crays-tech-shell {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .crays-mirror.route-tech .crays-tech-hero__grid > *,
  .crays-mirror.route-tech .crays-tech-section-head > *,
  .crays-mirror.route-tech .crays-tech-thesis__grid > *,
  .crays-mirror.route-tech .crays-tech-venue__grid > *,
  .crays-mirror.route-tech .crays-tech-retail__grid > *,
  .crays-mirror.route-tech .crays-tech-data__grid > *,
  .crays-mirror.route-tech .crays-tech-governance__grid > *,
  .crays-mirror.route-tech .crays-tech-partner__grid > *,
  .crays-mirror.route-tech .crays-tech-cta__inner > * {
    min-width: 0;
    max-width: 100%;
  }

  .crays-mirror.route-tech .crays-tech-hero__title {
    max-width: 11ch;
    font-size: 38px;
    line-height: 1.08;
  }

  .crays-mirror.route-tech .crays-tech-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-tech .crays-tech-retail__grid .crays-tech-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-tech .crays-tech-lead,
  .crays-mirror.route-tech .crays-tech-copy {
    font-size: 15.5px;
    line-height: 1.64;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-tech .crays-tech-card,
  .crays-mirror.route-tech .crays-tech-mini-card,
  .crays-mirror.route-tech .crays-tech-flow-card,
  .crays-mirror.route-tech .crays-tech-roadmap-card,
  .crays-mirror.route-tech .crays-tech-step,
  .crays-mirror.route-tech .crays-tech-video-card,
  .crays-mirror.route-tech .crays-tech-quote-band {
    min-width: 0;
    max-width: 100%;
  }

  .crays-mirror.route-tech .crays-tech-card *,
  .crays-mirror.route-tech .crays-tech-mini-card *,
  .crays-mirror.route-tech .crays-tech-flow-card *,
  .crays-mirror.route-tech .crays-tech-roadmap-card *,
  .crays-mirror.route-tech .crays-tech-step *,
  .crays-mirror.route-tech .crays-tech-video-card *,
  .crays-mirror.route-tech .crays-tech-quote-band * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-tech .crays-tech-actions,
  .crays-mirror.route-tech .crays-tech-button {
    width: 100%;
  }

  .crays-mirror.route-tech .crays-tech-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .crays-mirror.route-tech .crays-tech-hero__media,
  .crays-mirror.route-tech .crays-tech-hero__media img {
    min-height: 320px;
  }

  .crays-mirror.route-tech .crays-tech-venue__media {
    display: flex;
    flex-direction: column;
  }

  .crays-mirror.route-tech .crays-tech-venue__media img {
    height: 230px;
  }

  .crays-mirror.route-tech .crays-tech-retail__media,
  .crays-mirror.route-tech .crays-tech-retail__media > img {
    min-height: 0;
    height: auto;
  }

  .crays-mirror.route-tech .crays-tech-retail__media > img {
    height: 330px;
  }

  .crays-mirror.route-tech .crays-tech-retail__media figcaption,
  .crays-mirror.route-tech .crays-tech-retail__partner,
  .crays-mirror.route-tech .crays-tech-retail__signal {
    position: relative;
    inset: auto;
    width: auto;
    max-width: none;
    margin: 12px;
  }

  .crays-mirror.route-tech .crays-tech-bento,
  .crays-mirror.route-tech .crays-tech-ownership-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-tech .crays-tech-roadmap-card,
  .crays-mirror.route-tech .crays-tech-roadmap-card:nth-child(1),
  .crays-mirror.route-tech .crays-tech-roadmap-card:nth-child(2) {
    grid-column: span 12;
  }

  .crays-mirror.route-tech .crays-tech-flow-card,
  .crays-mirror.route-tech .crays-tech-card,
  .crays-mirror.route-tech .crays-tech-roadmap-card,
  .crays-mirror.route-tech .crays-tech-step,
  .crays-mirror.route-tech .crays-tech-mini-card,
  .crays-mirror.route-tech .crays-tech-video-card figcaption,
  .crays-mirror.route-tech .crays-tech-quote-band {
    padding: 20px;
  }

  .crays-mirror.route-tech .crays-tech-quote-band h3 {
    font-size: 22px;
  }
}

/* Real Estate page: luxury assets, hospitality demand, SOCIMI and community yield. */
.crays-mirror.route-real-estate {
  max-width: 100vw;
  overflow-x: hidden;
  background: #03070c;
}

.crays-mirror.route-real-estate .crays-real-page {
  --real-red: #f31248;
  --real-red-hot: #ff2d63;
  --real-night: #03070c;
  --real-ink: #06111d;
  --real-navy: #071923;
  --real-paper: #fffdfa;
  --real-paper-soft: #f4efe8;
  --real-line-dark: rgba(255, 255, 255, 0.14);
  --real-line-paper: rgba(7, 21, 35, 0.13);
  color: #fff;
  background: #03070c;
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-real-estate .crays-real-page *,
.crays-mirror.route-real-estate .crays-real-page *::before,
.crays-mirror.route-real-estate .crays-real-page *::after {
  box-sizing: border-box;
}

.crays-mirror.route-real-estate .crays-real-page a {
  text-decoration: none;
}

.crays-mirror.route-real-estate .crays-real-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.crays-mirror.route-real-estate .crays-real-eyebrow,
.crays-mirror.route-real-estate .crays-real-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--real-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-title,
.crays-mirror.route-real-estate .crays-real-hero__title {
  margin: 0;
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-hero__title {
  max-width: 12ch;
  font-size: 76px;
  line-height: 0.98;
}

.crays-mirror.route-real-estate .crays-real-hero--intro .crays-real-hero__title {
  max-width: 13ch;
}

.crays-mirror.route-real-estate .crays-real-title {
  max-width: 15ch;
  font-size: 52px;
  line-height: 1.04;
}

.crays-mirror.route-real-estate .crays-real-lead,
.crays-mirror.route-real-estate .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-mini-card p,
.crays-mirror.route-real-estate .crays-real-list-card p,
.crays-mirror.route-real-estate .crays-real-step p,
.crays-mirror.route-real-estate .crays-real-investor-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

.crays-mirror.route-real-estate .crays-real-lead {
  max-width: 720px;
  margin-top: 26px;
  font-size: 20px;
}

.crays-mirror.route-real-estate .crays-real-copy {
  max-width: 800px;
  margin-top: 22px;
  font-size: 17px;
}

.crays-mirror.route-real-estate .crays-real-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-real-estate .crays-real-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 14px 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.crays-mirror.route-real-estate .crays-real-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 45, 99, 0.75);
}

.crays-mirror.route-real-estate .crays-real-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--real-red-hot), var(--real-red));
  box-shadow: 0 20px 46px rgba(243, 18, 72, 0.24);
}

.crays-mirror.route-real-estate .crays-real-button--secondary {
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-real-estate .crays-real-hero {
  position: relative;
  min-height: calc(100svh - 74px);
  isolation: isolate;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background: #03070c;
}

.crays-mirror.route-real-estate .crays-real-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crays-mirror.route-real-estate .crays-real-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-real-estate .crays-real-hero::before,
.crays-mirror.route-real-estate .crays-real-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.crays-mirror.route-real-estate .crays-real-hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(23, 105, 166, 0.22), transparent 30%),
    radial-gradient(circle at 12% 18%, rgba(243, 18, 72, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(3, 7, 12, 0.92) 0%, rgba(3, 7, 12, 0.7) 42%, rgba(3, 7, 12, 0.16) 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-real-estate .crays-real-hero::after {
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0), #03070c 78%, #03070c);
}

.crays-mirror.route-real-estate .crays-real-hero__inner {
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.7fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: center;
  padding: 64px 0 54px;
}

.crays-mirror.route-real-estate .crays-real-hero__copy {
  width: min(760px, 100%);
  min-width: 0;
}

.crays-mirror.route-real-estate .crays-real-hero--intro .crays-real-hero__copy {
  width: min(820px, 100%);
}

.crays-mirror.route-real-estate .crays-real-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin-top: 34px;
}

.crays-mirror.route-real-estate .crays-real-hero__metrics article,
.crays-mirror.route-real-estate .crays-real-card,
.crays-mirror.route-real-estate .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-list-card,
.crays-mirror.route-real-estate .crays-real-step,
.crays-mirror.route-real-estate .crays-real-investor-card,
.crays-mirror.route-real-estate .crays-real-compare article,
.crays-mirror.route-real-estate .crays-real-structure article {
  border: 1px solid var(--real-line-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-real-estate .crays-real-hero__metrics article {
  min-height: 116px;
  padding: 18px;
}

.crays-mirror.route-real-estate .crays-real-hero__metrics span,
.crays-mirror.route-real-estate .crays-real-hero__metrics strong {
  display: block;
  letter-spacing: 0;
}

.crays-mirror.route-real-estate .crays-real-hero__metrics span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-hero__metrics strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.crays-mirror.route-real-estate .crays-real-hero__panel {
  align-self: center;
  min-width: 0;
  padding: clamp(22px, 2.5vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  color: var(--real-ink);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.94) 0%, rgba(244, 239, 232, 0.9) 100%);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.crays-mirror.route-real-estate .crays-real-panel__eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--real-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-hero__panel h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--real-ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(26px, 2.45vw, 36px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.crays-mirror.route-real-estate .crays-real-hero__insight {
  position: relative;
  align-self: center;
  min-width: 0;
  overflow: hidden;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 28px;
  color: var(--real-ink);
  background:
    linear-gradient(145deg, rgba(232, 234, 233, 0.68) 0%, rgba(196, 199, 198, 0.46) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 34px 92px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.crays-mirror.route-real-estate .crays-real-hero__insight::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)),
    rgba(138, 143, 145, 0.22);
  pointer-events: none;
}

.crays-mirror.route-real-estate .crays-real-hero__insight h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--real-ink);
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-hero__insight-copy {
  margin: 22px 0 0;
  color: rgba(6, 17, 29, 0.8);
  font-size: 16px;
  line-height: 1.65;
}

.crays-mirror.route-real-estate .crays-real-panel__media {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 10px;
  margin-top: 20px;
}

.crays-mirror.route-real-estate .crays-real-panel__media img {
  width: 100%;
  height: 112px;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}

.crays-mirror.route-real-estate .crays-real-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.crays-mirror.route-real-estate .crays-real-panel__grid article {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(7, 21, 35, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-real-estate .crays-real-panel__grid span {
  display: block;
  margin-bottom: 12px;
  color: #66788c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-panel__grid strong {
  display: block;
  color: var(--real-ink);
  font-size: 15px;
  line-height: 1.18;
}

.crays-mirror.route-real-estate .crays-real-panel__bar,
.crays-mirror.route-real-estate .crays-real-panel__note {
  margin: 12px 0 0;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.35;
}

.crays-mirror.route-real-estate .crays-real-panel__bar {
  color: #fff;
  background: #071923;
  font-weight: 900;
}

.crays-mirror.route-real-estate .crays-real-panel__note {
  border-radius: 14px;
  color: #66788c;
  background: rgba(255, 255, 255, 0.62);
}

.crays-mirror.route-real-estate .crays-real-visual-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.86fr 0.9fr 0.86fr 1fr;
  gap: 12px;
  padding: 14px;
  background: #03070c;
}

.crays-mirror.route-real-estate .crays-real-visual-strip figure {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #071923;
}

.crays-mirror.route-real-estate .crays-real-visual-strip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

.crays-mirror.route-real-estate .crays-real-visual-strip figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 7, 12, 0.74);
  font-size: 12px;
  font-weight: 900;
}

.crays-mirror.route-real-estate .crays-real-section,
.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-closing {
  padding: 118px 0;
}

.crays-mirror.route-real-estate .crays-real-section--problem,
.crays-mirror.route-real-estate .crays-real-section--asset,
.crays-mirror.route-real-estate .crays-real-section--asset-stage,
.crays-mirror.route-real-estate .crays-real-section--demand,
.crays-mirror.route-real-estate .crays-real-section--revenue,
.crays-mirror.route-real-estate .crays-real-section--fund-product,
.crays-mirror.route-real-estate .crays-real-section--tokenization,
.crays-mirror.route-real-estate .crays-real-section--contribution,
.crays-mirror.route-real-estate .crays-real-section--socimi,
.crays-mirror.route-real-estate .crays-real-section--owner-use,
.crays-mirror.route-real-estate .crays-real-section--community,
.crays-mirror.route-real-estate .crays-real-section--tech,
.crays-mirror.route-real-estate .crays-real-section--geography,
.crays-mirror.route-real-estate .crays-real-section--execution,
.crays-mirror.route-real-estate .crays-real-closing {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #03070c 0%, #071923 56%, #06111d 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-real-estate .crays-real-section--concept,
.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-section--thesis,
.crays-mirror.route-real-estate .crays-real-section--fund,
.crays-mirror.route-real-estate .crays-real-section--demand,
.crays-mirror.route-real-estate .crays-real-section--contribution,
.crays-mirror.route-real-estate .crays-real-section--economics,
.crays-mirror.route-real-estate .crays-real-section--owner-use,
.crays-mirror.route-real-estate .crays-real-section--geography {
  color: var(--real-ink);
  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, var(--real-paper) 0%, var(--real-paper-soft) 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-real-estate .crays-real-section--concept .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--thesis .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--fund .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--demand .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--contribution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--economics .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--geography .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--concept p,
.crays-mirror.route-real-estate .crays-real-solution p,
.crays-mirror.route-real-estate .crays-real-section--thesis p,
.crays-mirror.route-real-estate .crays-real-section--fund p,
.crays-mirror.route-real-estate .crays-real-section--demand p,
.crays-mirror.route-real-estate .crays-real-section--contribution p,
.crays-mirror.route-real-estate .crays-real-section--economics p,
.crays-mirror.route-real-estate .crays-real-section--owner-use p,
.crays-mirror.route-real-estate .crays-real-section--geography p {
  color: rgba(6, 17, 29, 0.72);
}

.crays-mirror.route-real-estate .crays-real-problem__grid,
.crays-mirror.route-real-estate .crays-real-solution__grid,
.crays-mirror.route-real-estate .crays-real-thesis__grid,
.crays-mirror.route-real-estate .crays-real-asset__grid,
.crays-mirror.route-real-estate .crays-real-revenue__grid,
.crays-mirror.route-real-estate .crays-real-tokenization__grid,
.crays-mirror.route-real-estate .crays-real-contribution__grid,
.crays-mirror.route-real-estate .crays-real-owner__grid,
.crays-mirror.route-real-estate .crays-real-community__grid,
.crays-mirror.route-real-estate .crays-real-geography__grid,
.crays-mirror.route-real-estate .crays-real-fund-product__grid,
.crays-mirror.route-real-estate .crays-real-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

.crays-mirror.route-real-estate .crays-real-section-head {
  max-width: 960px;
  margin-bottom: 54px;
}

.crays-mirror.route-real-estate .crays-real-mini-grid,
.crays-mirror.route-real-estate .crays-real-list-grid,
.crays-mirror.route-real-estate .crays-real-revenue-grid,
.crays-mirror.route-real-estate .crays-real-token-grid,
.crays-mirror.route-real-estate .crays-real-tech-grid,
.crays-mirror.route-real-estate .crays-real-rules,
.crays-mirror.route-real-estate .crays-real-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-card,
.crays-mirror.route-real-estate .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-list-card,
.crays-mirror.route-real-estate .crays-real-step {
  min-width: 0;
  padding: 24px;
}

.crays-mirror.route-real-estate .crays-real-card h3,
.crays-mirror.route-real-estate .crays-real-mini-card h3,
.crays-mirror.route-real-estate .crays-real-list-card h3,
.crays-mirror.route-real-estate .crays-real-step h3,
.crays-mirror.route-real-estate .crays-real-investor-card h3,
.crays-mirror.route-real-estate .crays-real-structure h3,
.crays-mirror.route-real-estate .crays-real-compare h3 {
  margin: 0 0 12px;
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.crays-mirror.route-real-estate .crays-real-list-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.crays-mirror.route-real-estate .crays-real-list-card li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-card,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-section--fund .crays-real-investor-card,
.crays-mirror.route-real-estate .crays-real-section--demand .crays-real-step,
.crays-mirror.route-real-estate .crays-real-section--contribution .crays-real-step,
.crays-mirror.route-real-estate .crays-real-section--economics .crays-real-compare article {
  border-color: var(--real-line-paper);
  background: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-section--geography .crays-real-geo-stats article {
  border-color: var(--real-line-paper);
  background: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-real-estate .crays-real-thesis-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-thesis-card {
  min-height: 150px;
  border: 1px solid var(--real-line-paper);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-real-estate .crays-real-thesis-card span,
.crays-mirror.route-real-estate .crays-real-thesis-card strong {
  display: block;
  letter-spacing: 0;
}

.crays-mirror.route-real-estate .crays-real-thesis-card span {
  margin-bottom: 18px;
  color: #66788c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-thesis-card strong {
  color: var(--real-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.14;
}

.crays-mirror.route-real-estate .crays-real-fund-product__grid {
  align-items: center;
}

.crays-mirror.route-real-estate .crays-real-fund-product__copy {
  min-width: 0;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards article {
  min-height: 132px;
  border: 1px solid var(--real-line-dark);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards span,
.crays-mirror.route-real-estate .crays-real-fund-product__cards strong {
  display: block;
  letter-spacing: 0;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards span {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.crays-mirror.route-real-estate .crays-real-fund-product__panel {
  min-width: 0;
  padding: clamp(22px, 2.5vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  color: var(--real-ink);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.96) 0%, rgba(244, 239, 232, 0.92) 100%);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.crays-mirror.route-real-estate .crays-real-fund-product__panel h3 {
  max-width: 16ch;
  margin: 0;
  color: var(--real-ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 2.65vw, 42px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.crays-mirror.route-real-estate .crays-real-section--geography .crays-real-geo-stats span {
  color: #66788c;
}

.crays-mirror.route-real-estate .crays-real-section--geography .crays-real-geo-stats strong {
  color: var(--real-ink);
}

.crays-mirror.route-real-estate .crays-real-system {
  display: grid;
  gap: 12px;
}

.crays-mirror.route-real-estate .crays-real-system article {
  position: relative;
  min-height: 112px;
  padding: 22px 24px 22px 28px;
  border: 1px solid var(--real-line-paper);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.crays-mirror.route-real-estate .crays-real-system article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--real-red);
}

.crays-mirror.route-real-estate .crays-real-system h3 {
  margin: 0 0 9px;
  color: var(--real-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.crays-mirror.route-real-estate .crays-real-system p {
  margin: 0;
  color: rgba(6, 17, 29, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.crays-mirror.route-real-estate .crays-real-mini-grid--problem {
  align-content: start;
}

.crays-mirror.route-real-estate .crays-real-problem-image,
.crays-mirror.route-real-estate .crays-real-solution__media,
.crays-mirror.route-real-estate .crays-real-demand-media figure,
.crays-mirror.route-real-estate .crays-real-revenue-media,
.crays-mirror.route-real-estate .crays-real-token-media,
.crays-mirror.route-real-estate .crays-real-geo-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #071923;
}

.crays-mirror.route-real-estate .crays-real-problem-image,
.crays-mirror.route-real-estate .crays-real-revenue-media,
.crays-mirror.route-real-estate .crays-real-geo-media {
  grid-column: 1 / -1;
}

.crays-mirror.route-real-estate .crays-real-problem-image {
  min-height: 300px;
}

.crays-mirror.route-real-estate .crays-real-solution__stack,
.crays-mirror.route-real-estate .crays-real-tokenization__stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.crays-mirror.route-real-estate .crays-real-solution__media,
.crays-mirror.route-real-estate .crays-real-token-media {
  min-height: 300px;
  border: 1px solid var(--real-line-paper);
}

.crays-mirror.route-real-estate .crays-real-demand-media {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.crays-mirror.route-real-estate .crays-real-demand-media figure {
  min-height: 270px;
  border: 1px solid var(--real-line-paper);
}

.crays-mirror.route-real-estate .crays-real-revenue-media {
  min-height: 330px;
  border: 1px solid var(--real-line-dark);
}

.crays-mirror.route-real-estate .crays-real-token-media {
  min-height: 270px;
}

.crays-mirror.route-real-estate .crays-real-geo-media {
  min-height: 255px;
  border: 1px solid var(--real-line-paper);
}

.crays-mirror.route-real-estate .crays-real-problem-image img,
.crays-mirror.route-real-estate .crays-real-solution__media img,
.crays-mirror.route-real-estate .crays-real-demand-media img,
.crays-mirror.route-real-estate .crays-real-revenue-media img,
.crays-mirror.route-real-estate .crays-real-token-media img,
.crays-mirror.route-real-estate .crays-real-geo-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-real-estate .crays-real-problem-image::after,
.crays-mirror.route-real-estate .crays-real-solution__media::after,
.crays-mirror.route-real-estate .crays-real-demand-media figure::after,
.crays-mirror.route-real-estate .crays-real-revenue-media::after,
.crays-mirror.route-real-estate .crays-real-token-media::after,
.crays-mirror.route-real-estate .crays-real-geo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.02), rgba(3, 7, 12, 0.72));
  pointer-events: none;
}

.crays-mirror.route-real-estate .crays-real-problem-image figcaption,
.crays-mirror.route-real-estate .crays-real-solution__media figcaption,
.crays-mirror.route-real-estate .crays-real-revenue-media figcaption,
.crays-mirror.route-real-estate .crays-real-token-media figcaption,
.crays-mirror.route-real-estate .crays-real-geo-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(3, 7, 12, 0.76);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.crays-mirror.route-real-estate .crays-real-demand-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(3, 7, 12, 0.76);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.crays-mirror.route-real-estate .crays-real-problem-image figcaption span,
.crays-mirror.route-real-estate .crays-real-problem-image figcaption strong,
.crays-mirror.route-real-estate .crays-real-revenue-media figcaption span,
.crays-mirror.route-real-estate .crays-real-revenue-media figcaption strong,
.crays-mirror.route-real-estate .crays-real-token-media figcaption span,
.crays-mirror.route-real-estate .crays-real-token-media figcaption strong {
  display: block;
}

.crays-mirror.route-real-estate .crays-real-problem-image figcaption span,
.crays-mirror.route-real-estate .crays-real-revenue-media figcaption span,
.crays-mirror.route-real-estate .crays-real-token-media figcaption span {
  margin-bottom: 8px;
  color: var(--real-red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-problem-image figcaption strong,
.crays-mirror.route-real-estate .crays-real-revenue-media figcaption strong,
.crays-mirror.route-real-estate .crays-real-token-media figcaption strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.18;
}

.crays-mirror.route-real-estate .crays-real-image-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  grid-auto-rows: 260px;
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-image-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #06111d;
}

.crays-mirror.route-real-estate .crays-real-image-grid figure:first-child {
  grid-row: span 2;
}

.crays-mirror.route-real-estate .crays-real-image-grid img,
.crays-mirror.route-real-estate .crays-real-asset__media img,
.crays-mirror.route-real-estate .crays-real-owner__media img,
.crays-mirror.route-real-estate .crays-real-community-media img,
.crays-mirror.route-real-estate .crays-real-investor-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-real-estate .crays-real-image-grid figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(3, 7, 12, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.crays-mirror.route-real-estate .crays-real-asset__media {
  position: sticky;
  top: 96px;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.crays-mirror.route-real-estate .crays-real-asset__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.04), rgba(3, 7, 12, 0.76));
}

.crays-mirror.route-real-estate .crays-real-asset__media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(3, 7, 12, 0.76);
}

.crays-mirror.route-real-estate .crays-real-asset__media span,
.crays-mirror.route-real-estate .crays-real-asset__media strong {
  display: block;
}

.crays-mirror.route-real-estate .crays-real-asset__media span {
  margin-bottom: 8px;
  color: var(--real-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-asset__media strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head {
  max-width: none;
  margin-bottom: 48px;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-title {
  max-width: 17ch;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-copy {
  max-width: 600px;
  align-self: end;
  color: rgba(255, 255, 255, 0.76);
}

.crays-mirror.route-real-estate .crays-real-asset-stage__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 44px;
  align-items: start;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  grid-auto-rows: 172px;
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #06111d;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image--hero {
  grid-row: span 2;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image:hover img {
  transform: scale(1.025);
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0), rgba(3, 7, 12, 0.78));
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(3, 7, 12, 0.78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__content {
  min-width: 0;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__statement {
  min-height: 220px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-real-estate .crays-real-asset-stage__statement h3 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__statement p {
  max-width: 560px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.6;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage .crays-real-list-card--wide {
  grid-column: 1 / -1;
}

.crays-mirror.route-real-estate .crays-real-demand-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-step__number {
  display: block;
  margin-bottom: 46px;
  color: var(--real-red);
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 13px;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card:first-of-type {
  grid-column: span 2;
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.12), rgba(3, 7, 12, 0.78)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-029-crays-modern-overrides-background-29.webp") center / cover;
}

.crays-mirror.route-real-estate .crays-real-investor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-investor-card {
  overflow: hidden;
  color: var(--real-ink);
}

.crays-mirror.route-real-estate .crays-real-investor-card img {
  height: 230px;
}

.crays-mirror.route-real-estate .crays-real-investor-card > div {
  padding: 22px;
}

.crays-mirror.route-real-estate .crays-real-contribution-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-structure {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 42px;
}

.crays-mirror.route-real-estate .crays-real-structure article {
  position: relative;
  min-height: 250px;
  padding: 24px;
}

.crays-mirror.route-real-estate .crays-real-structure article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 24px;
  right: -13px;
  z-index: 2;
  color: var(--real-red);
  font-size: 17px;
  font-weight: 900;
}

.crays-mirror.route-real-estate .crays-real-structure span {
  display: block;
  margin-bottom: 36px;
  color: var(--real-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-rules {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-real-estate .crays-real-compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.crays-mirror.route-real-estate .crays-real-compare article {
  padding: 28px;
  color: var(--real-ink);
}

.crays-mirror.route-real-estate .crays-real-compare p {
  display: grid;
  gap: 4px;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--real-line-paper);
}

.crays-mirror.route-real-estate .crays-real-compare strong {
  color: var(--real-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-compare span {
  color: rgba(6, 17, 29, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.crays-mirror.route-real-estate .crays-real-owner__media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
}

.crays-mirror.route-real-estate .crays-real-owner__media img {
  min-height: 280px;
  border-radius: 8px;
}

.crays-mirror.route-real-estate .crays-real-community-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-community-media img {
  border-radius: 8px;
}

.crays-mirror.route-real-estate .crays-real-community-media img:first-child {
  grid-row: span 2;
}

.crays-mirror.route-real-estate .crays-real-section--community-demand {
  overflow: hidden;
}

.crays-mirror.route-real-estate .crays-real-community-demand__head {
  max-width: none;
  margin-bottom: 44px;
  align-items: end;
}

.crays-mirror.route-real-estate .crays-real-community-demand__head .crays-real-copy {
  max-width: 640px;
}

.crays-mirror.route-real-estate .crays-real-community-demand__statement {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 32px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-real-estate .crays-real-community-demand__statement h3 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-community-demand__statement p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.62;
}

.crays-mirror.route-real-estate .crays-real-community-demand__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

.crays-mirror.route-real-estate .crays-real-community-demand__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-community-demand__image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #071923;
}

.crays-mirror.route-real-estate .crays-real-community-demand__image--hero {
  grid-row: span 2;
}

.crays-mirror.route-real-estate .crays-real-community-demand__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-real-estate .crays-real-community-demand__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0), rgba(3, 7, 12, 0.78));
}

.crays-mirror.route-real-estate .crays-real-community-demand__image figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(3, 7, 12, 0.78);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.crays-mirror.route-real-estate .crays-real-demand-flow--community {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-real-estate .crays-real-tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-real-estate .crays-real-geo-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-real-estate .crays-real-geo-stats article {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-real-estate .crays-real-geo-stats span,
.crays-mirror.route-real-estate .crays-real-geo-stats strong {
  display: block;
}

.crays-mirror.route-real-estate .crays-real-geo-stats span {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-real-estate .crays-real-geo-stats strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.16;
}

.crays-mirror.route-real-estate .crays-real-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 44px;
}

.crays-mirror.route-real-estate .crays-real-closing {
  position: relative;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(3, 7, 12, 0.84), rgba(3, 7, 12, 0.64)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-030-crays-modern-overrides-background-30.webp") center / cover;
  background-size: 86px 86px, 86px 86px, auto, cover;
}

.crays-mirror.route-real-estate .crays-real-closing__inner {
  min-height: 660px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.crays-mirror.route-real-estate .crays-real-closing .crays-real-title {
  max-width: 17ch;
}

@media (max-width: 1180px) {
  .crays-mirror.route-real-estate .crays-real-hero__title {
    font-size: 60px;
  }

  .crays-mirror.route-real-estate .crays-real-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-hero__panel {
    display: none;
  }

  .crays-mirror.route-real-estate .crays-real-hero__insight {
    max-width: 720px;
  }

  .crays-mirror.route-real-estate .crays-real-title {
    max-width: 18ch;
    font-size: 42px;
  }

  .crays-mirror.route-real-estate .crays-real-problem__grid,
  .crays-mirror.route-real-estate .crays-real-solution__grid,
  .crays-mirror.route-real-estate .crays-real-thesis__grid,
  .crays-mirror.route-real-estate .crays-real-asset__grid,
  .crays-mirror.route-real-estate .crays-real-revenue__grid,
  .crays-mirror.route-real-estate .crays-real-tokenization__grid,
  .crays-mirror.route-real-estate .crays-real-contribution__grid,
  .crays-mirror.route-real-estate .crays-real-owner__grid,
  .crays-mirror.route-real-estate .crays-real-community__grid,
  .crays-mirror.route-real-estate .crays-real-geography__grid,
  .crays-mirror.route-real-estate .crays-real-fund-product__grid,
  .crays-mirror.route-real-estate .crays-real-section-head--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-asset__media {
    position: relative;
    top: auto;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__gallery {
    grid-auto-rows: 220px;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__statement h3 {
    max-width: 16ch;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__media {
    grid-auto-rows: 220px;
  }

  .crays-mirror.route-real-estate .crays-real-investor-grid,
  .crays-mirror.route-real-estate .crays-real-structure,
  .crays-mirror.route-real-estate .crays-real-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-real-estate .crays-real-visual-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crays-mirror.route-real-estate .crays-real-demand-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-real-estate .crays-real-structure article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-real-estate .crays-real-shell {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-real-estate .crays-real-section,
  .crays-mirror.route-real-estate .crays-real-solution,
  .crays-mirror.route-real-estate .crays-real-closing {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .crays-mirror.route-real-estate .crays-real-hero,
  .crays-mirror.route-real-estate .crays-real-hero__inner {
    min-height: 740px;
  }

  .crays-mirror.route-real-estate .crays-real-hero__metrics,
  .crays-mirror.route-real-estate .crays-real-thesis-cards,
  .crays-mirror.route-real-estate .crays-real-mini-grid,
  .crays-mirror.route-real-estate .crays-real-list-grid,
  .crays-mirror.route-real-estate .crays-real-revenue-grid,
  .crays-mirror.route-real-estate .crays-real-token-grid,
  .crays-mirror.route-real-estate .crays-real-fund-product__cards,
  .crays-mirror.route-real-estate .crays-real-demand-flow,
  .crays-mirror.route-real-estate .crays-real-demand-media,
  .crays-mirror.route-real-estate .crays-real-tech-grid,
  .crays-mirror.route-real-estate .crays-real-rules,
  .crays-mirror.route-real-estate .crays-real-compare,
  .crays-mirror.route-real-estate .crays-real-geo-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card:first-of-type {
    grid-column: span 1;
  }

  .crays-mirror.route-real-estate .crays-real-visual-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-real-estate .crays-real-visual-strip figure {
    min-height: 210px;
  }

  .crays-mirror.route-real-estate .crays-real-image-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 260px;
  }

  .crays-mirror.route-real-estate .crays-real-image-grid figure:first-child {
    grid-row: span 1;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 200px;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__image--hero {
    grid-row: span 1;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__statement {
    min-height: auto;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__statement h3 {
    font-size: 32px;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__statement h3 {
    font-size: 30px;
  }

  .crays-mirror.route-real-estate .crays-real-demand-flow--community {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-real-estate,
  .crays-mirror.route-real-estate .crays-real-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-real-estate .crays-real-shell {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .crays-mirror.route-real-estate .crays-real-hero {
    min-height: calc(100svh - 74px);
  }

  .crays-mirror.route-real-estate .crays-real-hero__inner {
    min-height: calc(100svh - 74px);
    padding-top: 54px;
    padding-bottom: 48px;
  }

  .crays-mirror.route-real-estate .crays-real-hero__title {
    max-width: 11ch;
    font-size: 38px;
    line-height: 1.08;
  }

  .crays-mirror.route-real-estate .crays-real-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-real-estate .crays-real-lead,
  .crays-mirror.route-real-estate .crays-real-copy {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.64;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-real-estate .crays-real-actions,
  .crays-mirror.route-real-estate .crays-real-button {
    width: 100%;
  }

  .crays-mirror.route-real-estate .crays-real-hero__metrics {
    display: none;
  }

  .crays-mirror.route-real-estate .crays-real-visual-strip {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px;
  }

  .crays-mirror.route-real-estate .crays-real-visual-strip figure {
    min-height: 250px;
  }

  .crays-mirror.route-real-estate .crays-real-card,
  .crays-mirror.route-real-estate .crays-real-mini-card,
  .crays-mirror.route-real-estate .crays-real-list-card,
  .crays-mirror.route-real-estate .crays-real-step,
  .crays-mirror.route-real-estate .crays-real-thesis-card,
  .crays-mirror.route-real-estate .crays-real-fund-product__cards article,
  .crays-mirror.route-real-estate .crays-real-investor-card > div,
  .crays-mirror.route-real-estate .crays-real-compare article,
  .crays-mirror.route-real-estate .crays-real-structure article {
    padding: 20px;
  }

  .crays-mirror.route-real-estate .crays-real-investor-grid,
  .crays-mirror.route-real-estate .crays-real-structure,
  .crays-mirror.route-real-estate .crays-real-process,
  .crays-mirror.route-real-estate .crays-real-contribution-flow,
  .crays-mirror.route-real-estate .crays-real-panel__grid,
  .crays-mirror.route-real-estate .crays-real-panel__media,
  .crays-mirror.route-real-estate .crays-real-community-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-community-media img:first-child {
    grid-row: span 1;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__media {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__image,
  .crays-mirror.route-real-estate .crays-real-community-demand__image--hero {
    grid-row: span 1;
    min-height: 230px;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__statement h3 {
    font-size: 28px;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__gallery,
  .crays-mirror.route-real-estate .crays-real-list-grid--asset-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__image {
    min-height: 230px;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__statement h3 {
    font-size: 28px;
  }

  .crays-mirror.route-real-estate .crays-real-asset__media {
    min-height: 360px;
  }

  .crays-mirror.route-real-estate .crays-real-closing__inner {
    min-height: 780px;
    justify-content: flex-start;
    padding-top: 260px;
  }

  .crays-mirror.route-real-estate .crays-real-owner__media img,
  .crays-mirror.route-real-estate .crays-real-community-media img,
  .crays-mirror.route-real-estate .crays-real-investor-card img,
  .crays-mirror.route-real-estate .crays-real-demand-media figure,
  .crays-mirror.route-real-estate .crays-real-revenue-media,
  .crays-mirror.route-real-estate .crays-real-problem-image,
  .crays-mirror.route-real-estate .crays-real-solution__media,
  .crays-mirror.route-real-estate .crays-real-token-media,
  .crays-mirror.route-real-estate .crays-real-geo-media {
    height: 230px;
    min-height: 230px;
  }

  .crays-mirror.route-real-estate .crays-real-card *,
  .crays-mirror.route-real-estate .crays-real-mini-card *,
  .crays-mirror.route-real-estate .crays-real-list-card *,
  .crays-mirror.route-real-estate .crays-real-step *,
  .crays-mirror.route-real-estate .crays-real-hero__insight *,
  .crays-mirror.route-real-estate .crays-real-thesis-card *,
  .crays-mirror.route-real-estate .crays-real-fund-product__cards *,
  .crays-mirror.route-real-estate .crays-real-fund-product__panel *,
  .crays-mirror.route-real-estate .crays-real-investor-card *,
  .crays-mirror.route-real-estate .crays-real-compare *,
  .crays-mirror.route-real-estate .crays-real-structure * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Finance page: Villa Fund, RWA, Crays Coin and ecosystem liquidity. */
.crays-mirror.route-finance {
  overflow-x: hidden;
  background: #05080d;
}

.crays-mirror.route-finance .crays-finance-page {
  --finance-red: #f31248;
  --finance-ink: #06111d;
  --finance-ink-soft: rgba(6, 17, 29, 0.72);
  --finance-paper: #f6f3ef;
  --finance-paper-2: #e8edf1;
  --finance-line-dark: rgba(255, 255, 255, 0.14);
  --finance-line-paper: rgba(6, 17, 29, 0.14);
  --finance-panel: rgba(255, 255, 255, 0.08);
  background: #05080d;
  color: #f7f8fb;
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-finance .crays-finance-page *,
.crays-mirror.route-finance .crays-finance-page *::before,
.crays-mirror.route-finance .crays-finance-page *::after {
  box-sizing: border-box;
}

.crays-mirror.route-finance .crays-finance-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.crays-mirror.route-finance .crays-finance-eyebrow,
.crays-mirror.route-finance .crays-finance-kicker,
.crays-mirror.route-finance .crays-finance-panel__label {
  display: block;
  margin: 0 0 14px;
  color: var(--finance-red);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-hero__title,
.crays-mirror.route-finance .crays-finance-title {
  margin: 0;
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.crays-mirror.route-finance .crays-finance-hero__title {
  max-width: 13ch;
  font-size: 72px;
  line-height: 1.03;
}

.crays-mirror.route-finance .crays-finance-title {
  max-width: 16ch;
  font-size: 48px;
  line-height: 1.08;
}

.crays-mirror.route-finance .crays-finance-lead,
.crays-mirror.route-finance .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-mini-card p,
.crays-mirror.route-finance .crays-finance-step p,
.crays-mirror.route-finance .crays-finance-metric p,
.crays-mirror.route-finance .crays-finance-investor-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
}

.crays-mirror.route-finance .crays-finance-lead {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(247, 248, 251, 0.82);
  font-size: 18px;
}

.crays-mirror.route-finance .crays-finance-copy {
  max-width: 790px;
  margin-top: 24px;
  color: rgba(247, 248, 251, 0.74);
}

.crays-mirror.route-finance .crays-finance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-finance .crays-finance-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  padding: 0 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.crays-mirror.route-finance .crays-finance-button:hover {
  transform: translateY(-1px);
}

.crays-mirror.route-finance .crays-finance-button--primary {
  border-color: #fff;
  background: #fff;
  color: var(--finance-ink);
}

.crays-mirror.route-finance .crays-finance-button--secondary {
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-finance .crays-finance-hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 6, 10, 0.92) 0%, rgba(3, 6, 10, 0.76) 42%, rgba(3, 6, 10, 0.3) 100%),
    linear-gradient(180deg, rgba(3, 6, 10, 0.16), rgba(3, 6, 10, 0.92)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-031-crays-modern-overrides-background-31.webp") center / cover;
}

.crays-mirror.route-finance .crays-finance-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, #05080d);
  pointer-events: none;
}

.crays-mirror.route-finance .crays-finance-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 920px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.62fr);
  gap: 44px;
  align-items: end;
  padding: 140px 0 118px;
}

.crays-mirror.route-finance .crays-finance-hero__copy,
.crays-mirror.route-finance .crays-finance-hero__panel {
  min-width: 0;
}

.crays-mirror.route-finance .crays-finance-hero__metrics,
.crays-mirror.route-finance .crays-finance-villa__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.crays-mirror.route-finance .crays-finance-metric,
.crays-mirror.route-finance .crays-finance-card,
.crays-mirror.route-finance .crays-finance-mini-card,
.crays-mirror.route-finance .crays-finance-step {
  min-width: 0;
  border: 1px solid var(--finance-line-dark);
  border-radius: 8px;
  background: var(--finance-panel);
}

.crays-mirror.route-finance .crays-finance-metric {
  padding: 20px;
}

.crays-mirror.route-finance .crays-finance-metric span,
.crays-mirror.route-finance .crays-finance-metric strong {
  display: block;
}

.crays-mirror.route-finance .crays-finance-metric span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-metric strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
}

.crays-mirror.route-finance .crays-finance-metric p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.crays-mirror.route-finance .crays-finance-hero__panel,
.crays-mirror.route-finance .crays-finance-token-panel,
.crays-mirror.route-finance .crays-finance-coin-panel,
.crays-mirror.route-finance .crays-finance-rules {
  border: 1px solid var(--finance-line-dark);
  border-radius: 8px;
  background: rgba(4, 9, 15, 0.78);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.crays-mirror.route-finance .crays-finance-hero__panel {
  padding: 32px;
}

.crays-mirror.route-finance .crays-finance-hero__panel h2,
.crays-mirror.route-finance .crays-finance-token-panel strong,
.crays-mirror.route-finance .crays-finance-coin-panel strong {
  display: block;
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.16;
}

.crays-mirror.route-finance .crays-finance-hero__panel p,
.crays-mirror.route-finance .crays-finance-token-panel p,
.crays-mirror.route-finance .crays-finance-coin-panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.crays-mirror.route-finance .crays-finance-panel__flow {
  display: grid;
  gap: 9px;
  margin-top: 26px;
}

.crays-mirror.route-finance .crays-finance-panel__flow span {
  display: flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-section,
.crays-mirror.route-finance .crays-finance-closing {
  position: relative;
  padding: 112px 0 120px;
}

.crays-mirror.route-finance .crays-finance-section--architecture,
.crays-mirror.route-finance .crays-finance-section--funding,
.crays-mirror.route-finance .crays-finance-section--coin,
.crays-mirror.route-finance .crays-finance-section--governance,
.crays-mirror.route-finance .crays-finance-section--team {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    #05080d;
  background-size: 92px 92px, 92px 92px, auto, auto;
  color: #f7f8fb;
}

.crays-mirror.route-finance .crays-finance-section--villa,
.crays-mirror.route-finance .crays-finance-section--allocation,
.crays-mirror.route-finance .crays-finance-section--tokenization,
.crays-mirror.route-finance .crays-finance-section--revenue,
.crays-mirror.route-finance .crays-finance-section--rollover,
.crays-mirror.route-finance .crays-finance-section--investors {
  background: var(--finance-paper);
  color: var(--finance-ink);
}

.crays-mirror.route-finance .crays-finance-section--rwa,
.crays-mirror.route-finance .crays-finance-section--fintech,
.crays-mirror.route-finance .crays-finance-section--data {
  background: var(--finance-paper-2);
  color: var(--finance-ink);
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--allocation .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--tokenization .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--rwa .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--revenue .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--fintech .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--data .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--rollover .crays-finance-copy {
  color: var(--finance-ink-soft);
}

.crays-mirror.route-finance .crays-finance-architecture__grid,
.crays-mirror.route-finance .crays-finance-villa__grid,
.crays-mirror.route-finance .crays-finance-funding__grid,
.crays-mirror.route-finance .crays-finance-tokenization__grid,
.crays-mirror.route-finance .crays-finance-coin__grid,
.crays-mirror.route-finance .crays-finance-fintech__grid,
.crays-mirror.route-finance .crays-finance-data__grid,
.crays-mirror.route-finance .crays-finance-rollover__grid,
.crays-mirror.route-finance .crays-finance-team__grid,
.crays-mirror.route-finance .crays-finance-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 44px;
  align-items: start;
}

.crays-mirror.route-finance .crays-finance-section-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.crays-mirror.route-finance .crays-finance-section-head--split {
  max-width: none;
  margin-bottom: 48px;
}

.crays-mirror.route-finance .crays-finance-section-head--split .crays-finance-copy {
  margin-top: 0;
}

.crays-mirror.route-finance .crays-finance-stack,
.crays-mirror.route-finance .crays-finance-card-grid,
.crays-mirror.route-finance .crays-finance-process-grid,
.crays-mirror.route-finance .crays-finance-rwa-flow,
.crays-mirror.route-finance .crays-finance-revenue-grid,
.crays-mirror.route-finance .crays-finance-investor-grid {
  display: grid;
  gap: 14px;
}

.crays-mirror.route-finance .crays-finance-stack {
  grid-template-columns: minmax(0, 1fr);
}

.crays-mirror.route-finance .crays-finance-monetization-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.crays-mirror.route-finance .crays-finance-monetization-flow article {
  min-width: 0;
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-finance .crays-finance-monetization-flow span,
.crays-mirror.route-finance .crays-finance-monetization-flow strong {
  display: block;
}

.crays-mirror.route-finance .crays-finance-monetization-flow span {
  margin-bottom: 18px;
  color: var(--finance-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-monetization-flow strong {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
}

.crays-mirror.route-finance .crays-finance-monetization-flow p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.crays-mirror.route-finance .crays-finance-card-grid--two,
.crays-mirror.route-finance .crays-finance-revenue-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-finance .crays-finance-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-finance .crays-finance-card,
.crays-mirror.route-finance .crays-finance-mini-card,
.crays-mirror.route-finance .crays-finance-step {
  padding: 26px;
}

.crays-mirror.route-finance .crays-finance-card h3,
.crays-mirror.route-finance .crays-finance-mini-card h3,
.crays-mirror.route-finance .crays-finance-step h3,
.crays-mirror.route-finance .crays-finance-investor-card h3 {
  margin: 0;
  color: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.crays-mirror.route-finance .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-mini-card p,
.crays-mirror.route-finance .crays-finance-step p,
.crays-mirror.route-finance .crays-finance-investor-card p {
  margin-top: 15px;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card,
.crays-mirror.route-finance .crays-finance-section--allocation .crays-finance-step,
.crays-mirror.route-finance .crays-finance-section--tokenization .crays-finance-card,
.crays-mirror.route-finance .crays-finance-section--rwa .crays-finance-step,
.crays-mirror.route-finance .crays-finance-section--revenue .crays-finance-card,
.crays-mirror.route-finance .crays-finance-section--fintech .crays-finance-card,
.crays-mirror.route-finance .crays-finance-section--data .crays-finance-card,
.crays-mirror.route-finance .crays-finance-section--rollover .crays-finance-structure article,
.crays-mirror.route-finance .crays-finance-section--investors .crays-finance-investor-card {
  border-color: var(--finance-line-paper);
  background: rgba(255, 255, 255, 0.56);
}

.crays-mirror.route-finance .crays-finance-section--architecture .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-section--coin .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-section--governance .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-section--team .crays-finance-card p {
  color: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-finance .crays-finance-villa__media,
.crays-mirror.route-finance .crays-finance-fintech__media,
.crays-mirror.route-finance .crays-finance-team__media {
  margin: 0;
}

.crays-mirror.route-finance .crays-finance-villa__media {
  position: sticky;
  top: 96px;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-finance .crays-finance-villa__media img,
.crays-mirror.route-finance .crays-finance-image-stack img,
.crays-mirror.route-finance .crays-finance-fintech__media img,
.crays-mirror.route-finance .crays-finance-team__media img,
.crays-mirror.route-finance .crays-finance-investor-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.crays-mirror.route-finance .crays-finance-villa__media img {
  height: 100%;
  min-height: 620px;
}

.crays-mirror.route-finance .crays-finance-villa__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.72));
}

.crays-mirror.route-finance .crays-finance-villa__media figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
}

.crays-mirror.route-finance .crays-finance-villa__media span,
.crays-mirror.route-finance .crays-finance-villa__media strong {
  display: block;
}

.crays-mirror.route-finance .crays-finance-villa__media span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-villa__media strong {
  max-width: 440px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.crays-mirror.route-finance .crays-finance-villa__metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-metric,
.crays-mirror.route-finance .crays-finance-villa__metrics .crays-finance-metric {
  border-color: var(--finance-line-paper);
  background: #fff;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-metric span,
.crays-mirror.route-finance .crays-finance-villa__metrics .crays-finance-metric span {
  color: rgba(6, 17, 29, 0.54);
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-metric strong,
.crays-mirror.route-finance .crays-finance-villa__metrics .crays-finance-metric strong {
  color: var(--finance-ink);
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-metric p,
.crays-mirror.route-finance .crays-finance-villa__metrics .crays-finance-metric p {
  color: var(--finance-ink-soft);
}

.crays-mirror.route-finance .crays-finance-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-finance .crays-finance-step__number {
  display: block;
  margin-bottom: 30px;
  color: var(--finance-red);
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.crays-mirror.route-finance .crays-finance-image-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 14px;
}

.crays-mirror.route-finance .crays-finance-image-stack img {
  height: 100%;
  border-radius: 8px;
}

.crays-mirror.route-finance .crays-finance-image-stack img:first-child {
  grid-column: span 2;
}

.crays-mirror.route-finance .crays-finance-token-panel,
.crays-mirror.route-finance .crays-finance-coin-panel {
  padding: 32px;
}

.crays-mirror.route-finance .crays-finance-token-panel {
  position: sticky;
  top: 96px;
  background:
    linear-gradient(150deg, rgba(243, 18, 72, 0.18), rgba(255, 255, 255, 0.06)),
    #07111b;
}

.crays-mirror.route-finance .crays-finance-token-panel strong {
  font-size: 42px;
}

.crays-mirror.route-finance .crays-finance-rwa-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.crays-mirror.route-finance .crays-finance-coin-panel {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.08), rgba(5, 8, 13, 0.86)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-032-crays-modern-overrides-background-32.webp") center / cover;
}

.crays-mirror.route-finance .crays-finance-fintech__media,
.crays-mirror.route-finance .crays-finance-team__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 14px;
}

.crays-mirror.route-finance .crays-finance-fintech__media img,
.crays-mirror.route-finance .crays-finance-team__media img {
  height: 100%;
  border-radius: 8px;
}

.crays-mirror.route-finance .crays-finance-fintech__media img:first-child,
.crays-mirror.route-finance .crays-finance-team__media img:first-child {
  grid-column: span 2;
}

.crays-mirror.route-finance .crays-finance-structure {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.crays-mirror.route-finance .crays-finance-structure article {
  position: relative;
  min-height: 152px;
  border: 1px solid var(--finance-line-paper);
  border-radius: 8px;
  padding: 24px;
}

.crays-mirror.route-finance .crays-finance-structure article:not(:last-child)::after {
  content: "->";
  position: absolute;
  top: 28px;
  right: -18px;
  z-index: 2;
  color: var(--finance-red);
  font-weight: 900;
}

.crays-mirror.route-finance .crays-finance-structure strong,
.crays-mirror.route-finance .crays-finance-structure span {
  display: block;
}

.crays-mirror.route-finance .crays-finance-structure strong {
  color: var(--finance-red);
  font-size: 18px;
  font-weight: 900;
}

.crays-mirror.route-finance .crays-finance-structure span {
  margin-top: 14px;
  color: var(--finance-ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.crays-mirror.route-finance .crays-finance-rules {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: #07111b;
}

.crays-mirror.route-finance .crays-finance-rules .crays-finance-mini-card {
  padding: 18px;
}

.crays-mirror.route-finance .crays-finance-rules .crays-finance-mini-card h3 {
  color: #fff;
  font-size: 17px;
}

.crays-mirror.route-finance .crays-finance-rules .crays-finance-mini-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.crays-mirror.route-finance .crays-finance-investor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.crays-mirror.route-finance .crays-finance-investor-card {
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-finance .crays-finance-investor-card img {
  height: 230px;
}

.crays-mirror.route-finance .crays-finance-investor-card > div {
  padding: 24px;
}

.crays-mirror.route-finance .crays-finance-closing {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 6, 10, 0.92), rgba(3, 6, 10, 0.58)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-033-crays-modern-overrides-background-33.webp") center / cover;
  background-size: 86px 86px, 86px 86px, auto, cover;
}

.crays-mirror.route-finance .crays-finance-closing__inner {
  min-height: 670px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.crays-mirror.route-finance .crays-finance-closing .crays-finance-title {
  max-width: 19ch;
}

@media (max-width: 1180px) {
  .crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 60px;
  }

  .crays-mirror.route-finance .crays-finance-title {
    max-width: 18ch;
    font-size: 42px;
  }

  .crays-mirror.route-finance .crays-finance-hero__inner,
  .crays-mirror.route-finance .crays-finance-architecture__grid,
  .crays-mirror.route-finance .crays-finance-villa__grid,
  .crays-mirror.route-finance .crays-finance-funding__grid,
  .crays-mirror.route-finance .crays-finance-tokenization__grid,
  .crays-mirror.route-finance .crays-finance-coin__grid,
  .crays-mirror.route-finance .crays-finance-fintech__grid,
  .crays-mirror.route-finance .crays-finance-data__grid,
  .crays-mirror.route-finance .crays-finance-rollover__grid,
  .crays-mirror.route-finance .crays-finance-team__grid,
  .crays-mirror.route-finance .crays-finance-section-head--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-finance .crays-finance-villa__media,
  .crays-mirror.route-finance .crays-finance-token-panel {
    position: relative;
    top: auto;
  }

  .crays-mirror.route-finance .crays-finance-hero__metrics,
  .crays-mirror.route-finance .crays-finance-process-grid,
  .crays-mirror.route-finance .crays-finance-rwa-flow,
  .crays-mirror.route-finance .crays-finance-investor-grid,
  .crays-mirror.route-finance .crays-finance-monetization-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-finance .crays-finance-shell {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-finance .crays-finance-section,
  .crays-mirror.route-finance .crays-finance-closing {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .crays-mirror.route-finance .crays-finance-hero,
  .crays-mirror.route-finance .crays-finance-hero__inner {
    min-height: 780px;
  }

  .crays-mirror.route-finance .crays-finance-hero__inner {
    padding-top: 106px;
    padding-bottom: 88px;
  }

  .crays-mirror.route-finance .crays-finance-card-grid--three,
  .crays-mirror.route-finance .crays-finance-card-grid--two,
  .crays-mirror.route-finance .crays-finance-revenue-grid,
  .crays-mirror.route-finance .crays-finance-monetization-flow,
  .crays-mirror.route-finance .crays-finance-villa__metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-finance .crays-finance-structure {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-finance .crays-finance-structure article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-finance,
  .crays-mirror.route-finance .crays-finance-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-finance .crays-finance-shell {
    width: min(calc(100vw - 32px), 358px);
    max-width: min(calc(100vw - 32px), 358px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .crays-mirror.route-finance .crays-finance-hero,
  .crays-mirror.route-finance .crays-finance-hero__inner {
    min-height: 880px;
  }

  .crays-mirror.route-finance .crays-finance-hero__title {
    max-width: 11ch;
    font-size: 38px;
    line-height: 1.08;
  }

  .crays-mirror.route-finance .crays-finance-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-finance .crays-finance-lead,
  .crays-mirror.route-finance .crays-finance-copy {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.64;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-finance .crays-finance-actions,
  .crays-mirror.route-finance .crays-finance-button {
    width: 100%;
  }

  .crays-mirror.route-finance .crays-finance-hero__metrics,
  .crays-mirror.route-finance .crays-finance-process-grid,
  .crays-mirror.route-finance .crays-finance-rwa-flow,
  .crays-mirror.route-finance .crays-finance-investor-grid,
  .crays-mirror.route-finance .crays-finance-structure,
  .crays-mirror.route-finance .crays-finance-image-stack,
  .crays-mirror.route-finance .crays-finance-fintech__media,
  .crays-mirror.route-finance .crays-finance-team__media,
  .crays-mirror.route-finance .crays-finance-monetization-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-finance .crays-finance-image-stack img:first-child,
  .crays-mirror.route-finance .crays-finance-fintech__media img:first-child,
  .crays-mirror.route-finance .crays-finance-team__media img:first-child {
    grid-column: span 1;
  }

  .crays-mirror.route-finance .crays-finance-card,
  .crays-mirror.route-finance .crays-finance-mini-card,
  .crays-mirror.route-finance .crays-finance-step,
  .crays-mirror.route-finance .crays-finance-metric,
  .crays-mirror.route-finance .crays-finance-hero__panel,
  .crays-mirror.route-finance .crays-finance-token-panel,
  .crays-mirror.route-finance .crays-finance-coin-panel,
  .crays-mirror.route-finance .crays-finance-rules,
  .crays-mirror.route-finance .crays-finance-investor-card > div,
  .crays-mirror.route-finance .crays-finance-structure article,
  .crays-mirror.route-finance .crays-finance-monetization-flow article {
    padding: 20px;
  }

  .crays-mirror.route-finance .crays-finance-villa__media,
  .crays-mirror.route-finance .crays-finance-villa__media img {
    min-height: 360px;
  }

  .crays-mirror.route-finance .crays-finance-image-stack,
  .crays-mirror.route-finance .crays-finance-fintech__media,
  .crays-mirror.route-finance .crays-finance-team__media {
    grid-auto-rows: 220px;
  }

  .crays-mirror.route-finance .crays-finance-card *,
  .crays-mirror.route-finance .crays-finance-mini-card *,
  .crays-mirror.route-finance .crays-finance-step *,
  .crays-mirror.route-finance .crays-finance-metric *,
  .crays-mirror.route-finance .crays-finance-investor-card *,
  .crays-mirror.route-finance .crays-finance-structure *,
  .crays-mirror.route-finance .crays-finance-monetization-flow * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* Lifestyle page: people, values, builders, makers and real-world belonging. */
.crays-mirror.route-lifestyle {
  overflow-x: hidden;
  background: #05080d;
}

.crays-mirror.route-lifestyle .crays-life-page {
  --life-red: #f31248;
  --life-ink: #06111d;
  --life-ink-soft: rgba(6, 17, 29, 0.72);
  --life-paper: #f7f4ef;
  --life-paper-2: #e8eef0;
  --life-deep: #05080d;
  --life-line-dark: rgba(255, 255, 255, 0.14);
  --life-line-paper: rgba(6, 17, 29, 0.14);
  --life-panel: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, #06111d 0%, #101922 24%, #f7f4ef 45%, #07111d 74%, #05080d 100%);
  color: #f7f8fb;
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-lifestyle .crays-life-page *,
.crays-mirror.route-lifestyle .crays-life-page *::before,
.crays-mirror.route-lifestyle .crays-life-page *::after {
  box-sizing: border-box;
}

.crays-mirror.route-lifestyle .crays-life-shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.crays-mirror.route-lifestyle .crays-life-eyebrow,
.crays-mirror.route-lifestyle .crays-life-kicker,
.crays-mirror.route-lifestyle .crays-life-panel__label {
  display: block;
  margin: 0 0 14px;
  color: var(--life-red);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.crays-mirror.route-lifestyle .crays-life-hero__title,
.crays-mirror.route-lifestyle .crays-life-title {
  margin: 0;
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.crays-mirror.route-lifestyle .crays-life-hero__title {
  max-width: 12ch;
  font-size: clamp(50px, 5.3vw, 76px);
  line-height: 1;
}

.crays-mirror.route-lifestyle .crays-life-title {
  max-width: 16ch;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.crays-mirror.route-lifestyle .crays-life-lead,
.crays-mirror.route-lifestyle .crays-life-copy,
.crays-mirror.route-lifestyle .crays-life-card p,
.crays-mirror.route-lifestyle .crays-life-mini-card p,
.crays-mirror.route-lifestyle .crays-life-step p,
.crays-mirror.route-lifestyle .crays-life-audience-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
}

.crays-mirror.route-lifestyle .crays-life-lead {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(247, 248, 251, 0.82);
  font-size: clamp(17px, 1.25vw, 19px);
}

.crays-mirror.route-lifestyle .crays-life-copy {
  max-width: 810px;
  margin-top: 24px;
  color: rgba(247, 248, 251, 0.74);
}

.crays-mirror.route-lifestyle .crays-life-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-lifestyle .crays-life-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.crays-mirror.route-lifestyle .crays-life-button:hover {
  transform: translateY(-1px);
}

.crays-mirror.route-lifestyle .crays-life-button--primary {
  border-color: #ff2d63;
  background: #ff244f;
  color: #fff;
}

.crays-mirror.route-lifestyle .crays-life-button--secondary {
  border-color: rgba(137, 197, 255, 0.48);
  background: rgba(137, 197, 255, 0.12);
}

.crays-mirror.route-lifestyle .crays-life-hero {
  position: relative;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 6, 10, 0.94) 0%, rgba(3, 6, 10, 0.72) 45%, rgba(3, 6, 10, 0.18) 100%),
    radial-gradient(circle at 76% 18%, rgba(23, 105, 166, 0.22), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(243, 18, 72, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(3, 6, 10, 0.08), rgba(3, 6, 10, 0.92)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-034-crays-modern-overrides-background-34.webp") center / cover;
}

.crays-mirror.route-lifestyle .crays-life-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, #05080d);
  pointer-events: none;
}

.crays-mirror.route-lifestyle .crays-life-hero__grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  padding: clamp(70px, 8vw, 104px) 0 clamp(42px, 5vw, 64px);
}

.crays-mirror.route-lifestyle .crays-life-hero__copy,
.crays-mirror.route-lifestyle .crays-life-hero__media {
  min-width: 0;
}

.crays-mirror.route-lifestyle .crays-life-hero__facts {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.crays-mirror.route-lifestyle .crays-life-hero__facts article,
.crays-mirror.route-lifestyle .crays-life-card,
.crays-mirror.route-lifestyle .crays-life-mini-card,
.crays-mirror.route-lifestyle .crays-life-step {
  min-width: 0;
  border: 1px solid var(--life-line-dark);
  border-radius: 8px;
  background: var(--life-panel);
}

.crays-mirror.route-lifestyle .crays-life-hero__facts article {
  min-height: 118px;
  padding: 20px;
}

.crays-mirror.route-lifestyle .crays-life-hero__facts span,
.crays-mirror.route-lifestyle .crays-life-hero__facts strong {
  display: block;
}

.crays-mirror.route-lifestyle .crays-life-hero__facts span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-lifestyle .crays-life-hero__facts strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
}

.crays-mirror.route-lifestyle .crays-life-hero__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  grid-auto-rows: clamp(170px, 16vw, 218px);
  gap: 14px;
}

.crays-mirror.route-lifestyle .crays-life-hero__media figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-lifestyle .crays-life-hero__media figure:first-child {
  grid-row: span 2;
}

.crays-mirror.route-lifestyle .crays-life-hero__media img,
.crays-mirror.route-lifestyle .crays-life-founder__media img,
.crays-mirror.route-lifestyle .crays-life-audience-card img,
.crays-mirror.route-lifestyle .crays-life-ecosystem__media img,
.crays-mirror.route-lifestyle .crays-life-creator__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-lifestyle .crays-life-hero__media figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.78));
}

.crays-mirror.route-lifestyle .crays-life-hero__media figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.crays-mirror.route-lifestyle .crays-life-strip {
  position: relative;
  padding: 18px 0 clamp(34px, 5vw, 56px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #05080d 0%, #101922 100%);
  background-size: 88px 88px, 88px 88px, auto;
}

.crays-mirror.route-lifestyle .crays-life-strip__grid {
  width: min(1320px, calc(100vw - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.18fr 0.95fr 1.08fr 0.95fr 1.18fr;
  gap: 12px;
  align-items: stretch;
}

.crays-mirror.route-lifestyle .crays-life-strip-card {
  position: relative;
  min-height: clamp(190px, 20vw, 280px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #101820;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-lifestyle .crays-life-strip-card:nth-child(2),
.crays-mirror.route-lifestyle .crays-life-strip-card:nth-child(4) {
  transform: translateY(22px);
}

.crays-mirror.route-lifestyle .crays-life-strip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.crays-mirror.route-lifestyle .crays-life-strip-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, transparent, rgba(5, 10, 16, 0.78));
}

.crays-mirror.route-lifestyle .crays-life-strip-card figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror.route-lifestyle .crays-life-proof {
  padding: 0 0 clamp(70px, 7vw, 96px);
  background: linear-gradient(180deg, #101922 0%, #05080d 100%);
}

.crays-mirror.route-lifestyle .crays-life-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.crays-mirror.route-lifestyle .crays-life-proof-card {
  min-height: 148px;
  padding: 20px;
  border: 1px solid var(--life-line-dark);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.crays-mirror.route-lifestyle .crays-life-proof-card span {
  display: block;
  margin-bottom: 10px;
  color: #ff8ca0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror.route-lifestyle .crays-life-proof-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.1;
}

.crays-mirror.route-lifestyle .crays-life-proof-card p {
  margin: 0;
  color: rgba(247, 248, 251, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.crays-mirror.route-lifestyle .crays-life-section,
.crays-mirror.route-lifestyle .crays-life-closing {
  position: relative;
  padding: clamp(78px, 8vw, 118px) 0;
}

.crays-mirror.route-lifestyle .crays-life-section--founder,
.crays-mirror.route-lifestyle .crays-life-section--values,
.crays-mirror.route-lifestyle .crays-life-section--ecosystem,
.crays-mirror.route-lifestyle .crays-life-section--creator {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(23, 105, 166, 0.14), transparent 30%),
    #05080d;
  background-size: 92px 92px, 92px 92px, auto;
  color: #f7f8fb;
}

.crays-mirror.route-lifestyle .crays-life-section--values {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 8, 13, 0.96), rgba(5, 8, 13, 0.76)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-035-crays-modern-overrides-background-35.webp") center / cover;
  background-size: 88px 88px, 88px 88px, auto, cover;
}

.crays-mirror.route-lifestyle .crays-life-section--world,
.crays-mirror.route-lifestyle .crays-life-section--people,
.crays-mirror.route-lifestyle .crays-life-section--invitation {
  background: #f7f2ec;
  color: var(--life-ink);
}

.crays-mirror.route-lifestyle .crays-life-section--realworld {
  background:
    linear-gradient(180deg, #f7f2ec 0%, #e8eef0 100%);
  color: var(--life-ink);
}

.crays-mirror.route-lifestyle .crays-life-section--world .crays-life-copy,
.crays-mirror.route-lifestyle .crays-life-section--people .crays-life-copy,
.crays-mirror.route-lifestyle .crays-life-section--realworld .crays-life-copy,
.crays-mirror.route-lifestyle .crays-life-section--invitation .crays-life-copy {
  color: var(--life-ink-soft);
}

.crays-mirror.route-lifestyle .crays-life-founder__grid,
.crays-mirror.route-lifestyle .crays-life-world__grid,
.crays-mirror.route-lifestyle .crays-life-ecosystem__grid,
.crays-mirror.route-lifestyle .crays-life-creator__grid,
.crays-mirror.route-lifestyle .crays-life-invitation__grid,
.crays-mirror.route-lifestyle .crays-life-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 44px;
  align-items: start;
}

.crays-mirror.route-lifestyle .crays-life-section-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.crays-mirror.route-lifestyle .crays-life-section-head--split {
  max-width: none;
  margin-bottom: 48px;
}

.crays-mirror.route-lifestyle .crays-life-section-head--split .crays-life-copy {
  margin-top: 0;
}

.crays-mirror.route-lifestyle .crays-life-card-grid,
.crays-mirror.route-lifestyle .crays-life-belief-grid,
.crays-mirror.route-lifestyle .crays-life-audience-grid,
.crays-mirror.route-lifestyle .crays-life-values-grid,
.crays-mirror.route-lifestyle .crays-life-product-grid,
.crays-mirror.route-lifestyle .crays-life-flow,
.crays-mirror.route-lifestyle .crays-life-invite-list {
  display: grid;
  gap: 14px;
}

.crays-mirror.route-lifestyle .crays-life-card-grid--two,
.crays-mirror.route-lifestyle .crays-life-belief-grid,
.crays-mirror.route-lifestyle .crays-life-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-lifestyle .crays-life-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-lifestyle .crays-life-values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 44px;
}

.crays-mirror.route-lifestyle .crays-life-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.crays-mirror.route-lifestyle .crays-life-card,
.crays-mirror.route-lifestyle .crays-life-mini-card,
.crays-mirror.route-lifestyle .crays-life-step {
  padding: clamp(22px, 2vw, 30px);
  border-radius: 14px;
}

.crays-mirror.route-lifestyle .crays-life-card h3,
.crays-mirror.route-lifestyle .crays-life-mini-card h3,
.crays-mirror.route-lifestyle .crays-life-step h3,
.crays-mirror.route-lifestyle .crays-life-audience-card h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.crays-mirror.route-lifestyle .crays-life-card p,
.crays-mirror.route-lifestyle .crays-life-mini-card p,
.crays-mirror.route-lifestyle .crays-life-step p,
.crays-mirror.route-lifestyle .crays-life-audience-card p {
  margin-top: 15px;
}

.crays-mirror.route-lifestyle .crays-life-section--world .crays-life-mini-card,
.crays-mirror.route-lifestyle .crays-life-section--people .crays-life-audience-card,
.crays-mirror.route-lifestyle .crays-life-section--realworld .crays-life-step,
.crays-mirror.route-lifestyle .crays-life-section--invitation .crays-life-step {
  border-color: var(--life-line-paper);
  background: rgba(255, 255, 255, 0.58);
}

.crays-mirror.route-lifestyle .crays-life-section--world .crays-life-mini-card p,
.crays-mirror.route-lifestyle .crays-life-section--people .crays-life-audience-card p,
.crays-mirror.route-lifestyle .crays-life-section--realworld .crays-life-step p,
.crays-mirror.route-lifestyle .crays-life-section--invitation .crays-life-step p {
  color: var(--life-ink-soft);
}

.crays-mirror.route-lifestyle .crays-life-founder__media,
.crays-mirror.route-lifestyle .crays-life-creator__media {
  position: sticky;
  top: 96px;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-lifestyle .crays-life-founder__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.78));
}

.crays-mirror.route-lifestyle .crays-life-founder__media figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
}

.crays-mirror.route-lifestyle .crays-life-founder__media span,
.crays-mirror.route-lifestyle .crays-life-founder__media strong {
  display: block;
}

.crays-mirror.route-lifestyle .crays-life-founder__media span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-lifestyle .crays-life-founder__media strong {
  max-width: 470px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.crays-mirror.route-lifestyle .crays-life-world__aside {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--life-line-paper);
  border-radius: 8px;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.06), rgba(5, 8, 13, 0.84)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-036-crays-modern-overrides-background-36.webp") center / cover;
  color: #fff;
}

.crays-mirror.route-lifestyle .crays-life-world__aside h3 {
  margin: 0;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.18;
}

.crays-mirror.route-lifestyle .crays-life-world__aside p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.crays-mirror.route-lifestyle .crays-life-audience-card {
  overflow: hidden;
  border: 1px solid var(--life-line-paper);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.crays-mirror.route-lifestyle .crays-life-audience-card img {
  height: 230px;
}

.crays-mirror.route-lifestyle .crays-life-audience-card > div {
  padding: 24px;
}

.crays-mirror.route-lifestyle .crays-life-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.crays-mirror.route-lifestyle .crays-life-tag-cloud span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(6, 17, 29, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--life-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.crays-mirror.route-lifestyle .crays-life-step__number {
  display: block;
  margin-bottom: 28px;
  color: var(--life-red);
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.crays-mirror.route-lifestyle .crays-life-values-grid .crays-life-step {
  min-height: 270px;
}

.crays-mirror.route-lifestyle .crays-life-values-grid .crays-life-step h3 {
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.25;
}

.crays-mirror.route-lifestyle .crays-life-values-grid .crays-life-step__number {
  margin-bottom: 18px;
  font-size: 22px;
}

.crays-mirror.route-lifestyle .crays-life-ecosystem__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 14px;
}

.crays-mirror.route-lifestyle .crays-life-ecosystem__media img,
.crays-mirror.route-lifestyle .crays-life-creator__media img {
  border-radius: 8px;
}

.crays-mirror.route-lifestyle .crays-life-ecosystem__media img:first-child {
  grid-column: span 2;
}

.crays-mirror.route-lifestyle .crays-life-creator__media {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1.2fr 0.8fr;
  gap: 14px;
  overflow: visible;
}

.crays-mirror.route-lifestyle .crays-life-closing {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 6, 10, 0.92), rgba(3, 6, 10, 0.52)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-037-crays-modern-overrides-background-37.webp") center / cover;
  background-size: 86px 86px, 86px 86px, auto, cover;
}

.crays-mirror.route-lifestyle .crays-life-closing__inner {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.crays-mirror.route-lifestyle .crays-life-closing .crays-life-title {
  max-width: 18ch;
}

.crays-mirror.route-lifestyle .crays-life-closing__line {
  max-width: 820px;
  margin: 30px 0 0;
  color: #fff;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .crays-mirror.route-lifestyle .crays-life-title {
    max-width: 18ch;
  }

  .crays-mirror.route-lifestyle .crays-life-hero__grid,
  .crays-mirror.route-lifestyle .crays-life-founder__grid,
  .crays-mirror.route-lifestyle .crays-life-world__grid,
  .crays-mirror.route-lifestyle .crays-life-ecosystem__grid,
  .crays-mirror.route-lifestyle .crays-life-creator__grid,
  .crays-mirror.route-lifestyle .crays-life-invitation__grid,
  .crays-mirror.route-lifestyle .crays-life-section-head--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-lifestyle .crays-life-founder__media,
  .crays-mirror.route-lifestyle .crays-life-creator__media {
    position: relative;
    top: auto;
  }

  .crays-mirror.route-lifestyle .crays-life-audience-grid,
  .crays-mirror.route-lifestyle .crays-life-values-grid,
  .crays-mirror.route-lifestyle .crays-life-flow,
  .crays-mirror.route-lifestyle .crays-life-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-lifestyle .crays-life-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crays-mirror.route-lifestyle .crays-life-strip-card:nth-child(2),
  .crays-mirror.route-lifestyle .crays-life-strip-card:nth-child(4) {
    transform: none;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-lifestyle .crays-life-shell {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-lifestyle .crays-life-section,
  .crays-mirror.route-lifestyle .crays-life-closing {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .crays-mirror.route-lifestyle .crays-life-hero,
  .crays-mirror.route-lifestyle .crays-life-hero__grid {
    min-height: calc(100vh - 68px);
  }

  .crays-mirror.route-lifestyle .crays-life-hero__grid {
    padding-top: 88px;
    padding-bottom: 44px;
  }

  .crays-mirror.route-lifestyle .crays-life-hero__media {
    display: none;
  }

  .crays-mirror.route-lifestyle .crays-life-hero__facts,
  .crays-mirror.route-lifestyle .crays-life-proof__grid,
  .crays-mirror.route-lifestyle .crays-life-card-grid--two,
  .crays-mirror.route-lifestyle .crays-life-belief-grid,
  .crays-mirror.route-lifestyle .crays-life-product-grid,
  .crays-mirror.route-lifestyle .crays-life-audience-grid,
  .crays-mirror.route-lifestyle .crays-life-values-grid,
  .crays-mirror.route-lifestyle .crays-life-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-lifestyle .crays-life-strip {
    padding-bottom: 72px;
  }

  .crays-mirror.route-lifestyle .crays-life-strip__grid {
    width: min(calc(100vw - 40px), 760px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-lifestyle .crays-life-hero__media,
  .crays-mirror.route-lifestyle .crays-life-ecosystem__media {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 240px;
  }

  .crays-mirror.route-lifestyle .crays-life-hero__media figure:first-child,
  .crays-mirror.route-lifestyle .crays-life-ecosystem__media img:first-child {
    grid-row: span 1;
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-lifestyle,
  .crays-mirror.route-lifestyle .crays-life-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-lifestyle .crays-life-shell {
    width: min(calc(100vw - 32px), 358px);
    max-width: min(calc(100vw - 32px), 358px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .crays-mirror.route-lifestyle .crays-life-hero,
  .crays-mirror.route-lifestyle .crays-life-hero__grid {
    min-height: calc(100vh - 64px);
  }

  .crays-mirror.route-lifestyle .crays-life-hero__grid {
    padding-top: 82px;
    padding-bottom: 32px;
  }

  .crays-mirror.route-lifestyle .crays-life-hero__title {
    max-width: 11ch;
    font-size: 34px;
    line-height: 1.08;
  }

  .crays-mirror.route-lifestyle .crays-life-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-lifestyle .crays-life-lead,
  .crays-mirror.route-lifestyle .crays-life-copy {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.64;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-lifestyle .crays-life-actions,
  .crays-mirror.route-lifestyle .crays-life-button {
    width: 100%;
  }

  .crays-mirror.route-lifestyle .crays-life-card,
  .crays-mirror.route-lifestyle .crays-life-mini-card,
  .crays-mirror.route-lifestyle .crays-life-step,
  .crays-mirror.route-lifestyle .crays-life-audience-card > div,
  .crays-mirror.route-lifestyle .crays-life-world__aside {
    padding: 20px;
  }

  .crays-mirror.route-lifestyle .crays-life-founder__media,
  .crays-mirror.route-lifestyle .crays-life-world__aside {
    min-height: 360px;
  }

  .crays-mirror.route-lifestyle .crays-life-strip {
    padding-top: 12px;
    padding-bottom: 58px;
  }

  .crays-mirror.route-lifestyle .crays-life-strip__grid {
    width: min(calc(100vw - 32px), 358px);
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .crays-mirror.route-lifestyle .crays-life-strip-card {
    min-height: 190px;
  }

  .crays-mirror.route-lifestyle .crays-life-hero__media,
  .crays-mirror.route-lifestyle .crays-life-ecosystem__media,
  .crays-mirror.route-lifestyle .crays-life-creator__media {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 220px;
  }

  .crays-mirror.route-lifestyle .crays-life-creator__media {
    grid-template-rows: 220px 220px;
  }

  .crays-mirror.route-lifestyle .crays-life-audience-card img {
    height: 220px;
  }

  .crays-mirror.route-lifestyle .crays-life-closing__line {
    font-size: 19px;
  }

  .crays-mirror.route-lifestyle .crays-life-card *,
  .crays-mirror.route-lifestyle .crays-life-mini-card *,
  .crays-mirror.route-lifestyle .crays-life-step *,
  .crays-mirror.route-lifestyle .crays-life-audience-card *,
  .crays-mirror.route-lifestyle .crays-life-tag-cloud * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-lifestyle .crays-life-card h3,
  .crays-mirror.route-lifestyle .crays-life-mini-card h3,
  .crays-mirror.route-lifestyle .crays-life-step h3,
  .crays-mirror.route-lifestyle .crays-life-audience-card h3 {
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* Hospitality page: Crays Clubs, Coffee, in-venue Web5 and real-world wealth creation. */
.crays-mirror.route-hospitality {
  background: #071018;
  color: #f8f3eb;
  overflow-x: hidden;
}

.crays-mirror.route-hospitality .crays-hosp-page,
.crays-mirror.route-hospitality .crays-hosp-page * {
  box-sizing: border-box;
}

.crays-mirror.route-hospitality .crays-hosp-page {
  margin-top: -1px;
  background:
    linear-gradient(180deg, #06111d 0%, #101a22 24%, #f7f2ec 45%, #0b1118 70%, #071018 100%);
  color: #f8f3eb;
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-hospitality .crays-hosp-page :is(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.crays-mirror.route-hospitality .crays-hosp-page img,
.crays-mirror.route-hospitality .crays-hosp-page video {
  display: block;
  max-width: 100%;
}

.crays-mirror.route-hospitality .crays-hosp-shell {
  width: min(1180px, calc(100vw - 64px));
  margin-inline: auto;
}

.crays-mirror.route-hospitality .crays-hosp-eyebrow,
.crays-mirror.route-hospitality .crays-hosp-kicker,
.crays-mirror.route-hospitality .crays-hosp-panel-label {
  display: block;
  margin-bottom: 14px;
  color: #ff5c7c;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror.route-hospitality .crays-hosp-title,
.crays-mirror.route-hospitality .crays-hosp-hero__title {
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.crays-mirror.route-hospitality .crays-hosp-hero__title {
  max-width: 10.5ch;
  margin-bottom: 22px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1;
}

.crays-mirror.route-hospitality .crays-hosp-title {
  max-width: 13ch;
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.crays-mirror.route-hospitality .crays-hosp-lead,
.crays-mirror.route-hospitality .crays-hosp-copy,
.crays-mirror.route-hospitality .crays-hosp-card p,
.crays-mirror.route-hospitality .crays-hosp-step p,
.crays-mirror.route-hospitality .crays-hosp-module-card p,
.crays-mirror.route-hospitality .crays-hosp-loop-card p,
.crays-mirror.route-hospitality .crays-hosp-partner-card p,
.crays-mirror.route-hospitality .crays-hosp-network-card p,
.crays-mirror.route-hospitality .crays-hosp-metric p {
  color: rgba(248, 243, 235, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0;
}

.crays-mirror.route-hospitality .crays-hosp-lead {
  max-width: 720px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.25vw, 19px);
}

.crays-mirror.route-hospitality .crays-hosp-copy {
  max-width: 720px;
}

.crays-mirror.route-hospitality .crays-hosp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.crays-mirror.route-hospitality .crays-hosp-actions--center {
  justify-content: center;
}

.crays-mirror.route-hospitality .crays-hosp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.crays-mirror.route-hospitality .crays-hosp-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 92, 124, 0.72);
  background: rgba(255, 92, 124, 0.16);
}

.crays-mirror.route-hospitality .crays-hosp-button--primary {
  border-color: rgba(255, 92, 124, 0.75);
  background: #ff244f;
  color: #fff;
}

.crays-mirror.route-hospitality .crays-hosp-button--secondary {
  border-color: rgba(137, 197, 255, 0.45);
  background: rgba(137, 197, 255, 0.12);
}

.crays-mirror.route-hospitality .crays-hosp-button--text {
  border-color: rgba(255, 255, 255, 0.12);
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
}

.crays-mirror.route-hospitality .crays-hosp-hero {
  position: relative;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  background: #071018;
}

.crays-mirror.route-hospitality .crays-hosp-hero__media,
.crays-mirror.route-hospitality .crays-hosp-hero__shade {
  position: absolute;
  inset: 0;
  margin: 0;
}

.crays-mirror.route-hospitality .crays-hosp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
}

.crays-mirror.route-hospitality .crays-hosp-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 10, 15, 0.92) 0%, rgba(6, 10, 15, 0.68) 42%, rgba(6, 10, 15, 0.18) 100%),
    radial-gradient(circle at 70% 24%, rgba(10, 148, 138, 0.2), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(243, 18, 72, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(6, 10, 15, 0.36) 0%, rgba(6, 10, 15, 0.12) 48%, #071018 100%);
}

.crays-mirror.route-hospitality .crays-hosp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 5vw, 88px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(72px, 8vw, 108px) 0 clamp(42px, 5vw, 64px);
}

.crays-mirror.route-hospitality .crays-hosp-hero__copy {
  max-width: 820px;
}

.crays-mirror.route-hospitality .crays-hosp-hero__metrics {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror.route-hospitality .crays-hosp-metric,
.crays-mirror.route-hospitality .crays-hosp-card,
.crays-mirror.route-hospitality .crays-hosp-step,
.crays-mirror.route-hospitality .crays-hosp-module-card,
.crays-mirror.route-hospitality .crays-hosp-loop-card,
.crays-mirror.route-hospitality .crays-hosp-partner-card,
.crays-mirror.route-hospitality .crays-hosp-stack-step {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.crays-mirror.route-hospitality .crays-hosp-metric {
  min-height: 136px;
  padding: 16px;
  border-radius: 14px;
  backdrop-filter: blur(14px);
}

.crays-mirror.route-hospitality .crays-hosp-metric span {
  display: block;
  margin-bottom: 10px;
  color: #ff8ca0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror.route-hospitality .crays-hosp-metric strong {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.1;
}

.crays-mirror.route-hospitality .crays-hosp-metric p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.45;
}

.crays-mirror.route-hospitality .crays-hosp-hero__panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(9, 17, 26, 0.52), rgba(9, 17, 26, 0.86));
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.crays-mirror.route-hospitality .crays-hosp-hero__panel h2 {
  max-width: 12ch;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}

.crays-mirror.route-hospitality .crays-hosp-hero__panel p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.66;
}

.crays-mirror.route-hospitality .crays-hosp-panel-media {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 10px;
  margin: 18px 0 0;
}

.crays-mirror.route-hospitality .crays-hosp-panel-media img {
  width: 100%;
  height: 104px;
  border-radius: 12px;
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-panel-media img:first-child {
  height: 132px;
}

.crays-mirror.route-hospitality .crays-hosp-panel-media figcaption {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.crays-mirror.route-hospitality .crays-hosp-panel-flow {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.crays-mirror.route-hospitality .crays-hosp-panel-flow article {
  min-height: 0;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-hospitality .crays-hosp-panel-flow strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
}

.crays-mirror.route-hospitality .crays-hosp-panel-flow p {
  display: none;
  margin-bottom: 0;
  font-size: 12.5px;
  line-height: 1.42;
}

.crays-mirror.route-hospitality .crays-hosp-strip {
  position: relative;
  padding: 18px 0 clamp(34px, 5vw, 54px);
  background:
    linear-gradient(180deg, #071018 0%, #101922 100%);
}

.crays-mirror.route-hospitality .crays-hosp-strip__grid {
  width: min(1320px, calc(100vw - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.95fr 1.08fr 0.95fr 1.2fr;
  gap: 12px;
  align-items: stretch;
}

.crays-mirror.route-hospitality .crays-hosp-strip-card {
  position: relative;
  min-height: clamp(190px, 20vw, 280px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #101820;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-hospitality .crays-hosp-strip-card:nth-child(2),
.crays-mirror.route-hospitality .crays-hosp-strip-card:nth-child(4) {
  transform: translateY(22px);
}

.crays-mirror.route-hospitality .crays-hosp-strip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.crays-mirror.route-hospitality .crays-hosp-strip-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, transparent, rgba(5, 10, 16, 0.78));
}

.crays-mirror.route-hospitality .crays-hosp-strip-card figcaption {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror.route-hospitality .crays-hosp-proof {
  padding: 0 0 clamp(70px, 7vw, 96px);
  background: linear-gradient(180deg, #101922 0%, #071018 100%);
}

.crays-mirror.route-hospitality .crays-hosp-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.crays-mirror.route-hospitality .crays-hosp-proof .crays-hosp-metric {
  min-height: 138px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.075);
}

.crays-mirror.route-hospitality .crays-hosp-section,
.crays-mirror.route-hospitality .crays-hosp-closing {
  position: relative;
  padding: clamp(76px, 8vw, 118px) 0;
}

.crays-mirror.route-hospitality .crays-hosp-section--definition {
  background:
    radial-gradient(circle at 84% 12%, rgba(23, 105, 166, 0.18), transparent 30%),
    linear-gradient(180deg, #101922 0%, #071018 100%);
}

.crays-mirror.route-hospitality .crays-hosp-definition__grid,
.crays-mirror.route-hospitality .crays-hosp-tech__grid,
.crays-mirror.route-hospitality .crays-hosp-demand__grid,
.crays-mirror.route-hospitality .crays-hosp-partners__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5.4vw, 80px);
  align-items: center;
}

.crays-mirror.route-hospitality .crays-hosp-inline-media {
  position: relative;
  overflow: hidden;
  margin: 32px 0 0;
  border-radius: 14px;
  background: #101820;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-hospitality .crays-hosp-inline-media img {
  width: 100%;
  height: clamp(260px, 30vw, 390px);
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-inline-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  color: #fff;
  background: rgba(7, 16, 24, 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  backdrop-filter: blur(14px);
}

.crays-mirror.route-hospitality .crays-hosp-card-grid,
.crays-mirror.route-hospitality .crays-hosp-journey-grid,
.crays-mirror.route-hospitality .crays-hosp-module-grid,
.crays-mirror.route-hospitality .crays-hosp-demand-loop,
.crays-mirror.route-hospitality .crays-hosp-partner-grid,
.crays-mirror.route-hospitality .crays-hosp-wealth-flow,
.crays-mirror.route-hospitality .crays-hosp-network-grid,
.crays-mirror.route-hospitality .crays-hosp-stack-list {
  display: grid;
  gap: 16px;
}

.crays-mirror.route-hospitality .crays-hosp-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-hospitality .crays-hosp-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

.crays-mirror.route-hospitality .crays-hosp-card,
.crays-mirror.route-hospitality .crays-hosp-step,
.crays-mirror.route-hospitality .crays-hosp-module-card,
.crays-mirror.route-hospitality .crays-hosp-loop-card,
.crays-mirror.route-hospitality .crays-hosp-partner-card,
.crays-mirror.route-hospitality .crays-hosp-stack-step {
  min-height: 100%;
  padding: clamp(22px, 2vw, 30px);
  border-radius: 14px;
}

.crays-mirror.route-hospitality .crays-hosp-card h3,
.crays-mirror.route-hospitality .crays-hosp-step h3,
.crays-mirror.route-hospitality .crays-hosp-module-card h3,
.crays-mirror.route-hospitality .crays-hosp-loop-card h3,
.crays-mirror.route-hospitality .crays-hosp-partner-card h3,
.crays-mirror.route-hospitality .crays-hosp-stack-step h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.12;
  letter-spacing: 0;
}

.crays-mirror.route-hospitality .crays-hosp-card p,
.crays-mirror.route-hospitality .crays-hosp-step p,
.crays-mirror.route-hospitality .crays-hosp-module-card p,
.crays-mirror.route-hospitality .crays-hosp-loop-card p,
.crays-mirror.route-hospitality .crays-hosp-partner-card p,
.crays-mirror.route-hospitality .crays-hosp-stack-step p {
  margin-bottom: 0;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors,
.crays-mirror.route-hospitality .crays-hosp-section--modules,
.crays-mirror.route-hospitality .crays-hosp-section--wealth {
  background: #f7f2ec;
  color: #12171d;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-copy,
.crays-mirror.route-hospitality .crays-hosp-section--modules .crays-hosp-copy,
.crays-mirror.route-hospitality .crays-hosp-section--wealth .crays-hosp-copy,
.crays-mirror.route-hospitality .crays-hosp-section--anchors :is(.crays-hosp-anchor-card p, .crays-hosp-module-card p, .crays-hosp-step p, .crays-hosp-card p),
.crays-mirror.route-hospitality .crays-hosp-section--modules :is(.crays-hosp-anchor-card p, .crays-hosp-module-card p, .crays-hosp-step p, .crays-hosp-card p),
.crays-mirror.route-hospitality .crays-hosp-section--wealth :is(.crays-hosp-anchor-card p, .crays-hosp-module-card p, .crays-hosp-step p, .crays-hosp-card p) {
  color: rgba(18, 23, 29, 0.72);
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors :is(.crays-hosp-title, .crays-hosp-anchor-card h3, .crays-hosp-module-card h3, .crays-hosp-step h3, .crays-hosp-card h3),
.crays-mirror.route-hospitality .crays-hosp-section--modules :is(.crays-hosp-title, .crays-hosp-anchor-card h3, .crays-hosp-module-card h3, .crays-hosp-step h3, .crays-hosp-card h3),
.crays-mirror.route-hospitality .crays-hosp-section--wealth :is(.crays-hosp-title, .crays-hosp-anchor-card h3, .crays-hosp-module-card h3, .crays-hosp-step h3, .crays-hosp-card h3) {
  color: #12171d;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-card,
.crays-mirror.route-hospitality .crays-hosp-section--modules .crays-hosp-module-card,
.crays-mirror.route-hospitality .crays-hosp-section--wealth :is(.crays-hosp-card, .crays-hosp-step) {
  border-color: rgba(18, 23, 29, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(18, 23, 29, 0.08);
}

.crays-mirror.route-hospitality .crays-hosp-section-head {
  margin-bottom: clamp(34px, 5vw, 64px);
}

.crays-mirror.route-hospitality .crays-hosp-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.crays-mirror.route-hospitality .crays-hosp-anchor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 20px;
}

.crays-mirror.route-hospitality .crays-hosp-anchor-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(18, 23, 29, 0.12);
  background: #fffaf3;
  box-shadow: 0 28px 90px rgba(18, 23, 29, 0.14);
}

.crays-mirror.route-hospitality .crays-hosp-anchor-card img {
  width: 100%;
  height: clamp(270px, 32vw, 440px);
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-anchor-card > div {
  padding: clamp(24px, 3vw, 38px);
}

.crays-mirror.route-hospitality .crays-hosp-anchor-card--club {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.crays-mirror.route-hospitality .crays-hosp-anchor-card--club img {
  height: 100%;
  min-height: 520px;
}

.crays-mirror.route-hospitality .crays-hosp-anchor-card h3 {
  margin-bottom: 14px;
  color: #12171d;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

.crays-mirror.route-hospitality .crays-hosp-mini-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.crays-mirror.route-hospitality .crays-hosp-mini-row span {
  border-radius: 999px;
  padding: 8px 11px;
  border: 1px solid rgba(18, 23, 29, 0.12);
  background: rgba(18, 23, 29, 0.055);
  color: rgba(18, 23, 29, 0.76);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.crays-mirror.route-hospitality .crays-hosp-section--journey {
  background:
    linear-gradient(180deg, #f7f2ec 0%, #121820 13%, #0b1118 100%);
}

.crays-mirror.route-hospitality .crays-hosp-journey-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-hospitality .crays-hosp-step__number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff244f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.crays-mirror.route-hospitality .crays-hosp-module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-hospitality .crays-hosp-section--retail {
  scroll-margin-top: 96px;
  background:
    radial-gradient(circle at 86% 10%, rgba(243, 18, 72, 0.12), transparent 28%),
    linear-gradient(180deg, #f7f2ec 0%, #fffdfa 54%, #f3ece3 100%);
  color: #12171d;
}

.crays-mirror.route-hospitality .crays-hosp-retail__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-title {
  max-width: 20ch;
  color: #12171d;
  font-size: 46px;
  line-height: 1.08;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-copy,
.crays-mirror.route-hospitality .crays-hosp-retail__revenue p,
.crays-mirror.route-hospitality .crays-hosp-retail-step p {
  color: rgba(18, 23, 29, 0.72);
}

.crays-mirror.route-hospitality .crays-hosp-retail__strong-copy {
  margin-top: 18px;
  padding-left: 18px;
  border-left: 4px solid #ff244f;
  color: rgba(18, 23, 29, 0.84) !important;
  font-weight: 700;
}

.crays-mirror.route-hospitality .crays-hosp-retail__revenue {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.crays-mirror.route-hospitality .crays-hosp-retail__revenue article,
.crays-mirror.route-hospitality .crays-hosp-retail-step {
  border: 1px solid rgba(18, 23, 29, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 64px rgba(18, 23, 29, 0.08);
}

.crays-mirror.route-hospitality .crays-hosp-retail__revenue article {
  min-height: 148px;
  padding: 18px;
}

.crays-mirror.route-hospitality .crays-hosp-retail__revenue strong {
  display: block;
  margin-bottom: 10px;
  color: #12171d;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.crays-mirror.route-hospitality .crays-hosp-retail__revenue p {
  margin-bottom: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.crays-mirror.route-hospitality .crays-hosp-retail__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(18, 23, 29, 0.12);
  border-radius: 18px;
  background: #fffaf3;
  box-shadow: 0 34px 96px rgba(18, 23, 29, 0.16);
}

.crays-mirror.route-hospitality .crays-hosp-retail__media > img {
  width: 100%;
  height: clamp(440px, 48vw, 620px);
  padding: clamp(10px, 1.4vw, 18px);
  object-fit: contain;
  background: #fff;
}

.crays-mirror.route-hospitality .crays-hosp-retail__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(7, 16, 24, 0.84);
  color: #fff;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.crays-mirror.route-hospitality .crays-hosp-retail__media figcaption span,
.crays-mirror.route-hospitality .crays-hosp-retail__media figcaption strong {
  display: block;
}

.crays-mirror.route-hospitality .crays-hosp-retail__media figcaption span {
  margin-bottom: 8px;
  color: #ff8ca0;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-hospitality .crays-hosp-retail__media figcaption strong {
  max-width: 48ch;
  font-size: 18px;
  line-height: 1.32;
}

.crays-mirror.route-hospitality .crays-hosp-retail__partner {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 36px);
  border: 1px solid rgba(18, 23, 29, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.88);
  color: #12171d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 48px rgba(18, 23, 29, 0.12);
  backdrop-filter: blur(12px);
}

.crays-mirror.route-hospitality .crays-hosp-retail__partner img {
  width: auto;
  height: 17px;
  padding: 0;
}

.crays-mirror.route-hospitality .crays-hosp-retail__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.crays-mirror.route-hospitality .crays-hosp-retail-step {
  min-height: 100%;
  padding: clamp(20px, 2vw, 26px);
}

.crays-mirror.route-hospitality .crays-hosp-retail-step h3 {
  margin-bottom: 10px;
  color: #12171d;
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.16;
}

.crays-mirror.route-hospitality .crays-hosp-retail-step p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.58;
}

.crays-mirror.route-hospitality .crays-hosp-section--tech {
  background:
    linear-gradient(180deg, #f7f2ec 0%, #101820 11%, #071018 100%);
}

.crays-mirror.route-hospitality .crays-hosp-tech__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.crays-mirror.route-hospitality .crays-hosp-stack-list {
  margin-top: 26px;
}

.crays-mirror.route-hospitality .crays-hosp-stack-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.crays-mirror.route-hospitality .crays-hosp-stack-step .crays-hosp-step__number {
  margin-bottom: 0;
}

.crays-mirror.route-hospitality .crays-hosp-stack-step h3 {
  grid-column: 2;
  margin-bottom: 6px;
  font-size: 19px;
}

.crays-mirror.route-hospitality .crays-hosp-stack-step p {
  grid-column: 2;
  font-size: 14px;
  line-height: 1.55;
}

.crays-mirror.route-hospitality .crays-hosp-tech__media {
  display: grid;
  gap: 16px;
}

.crays-mirror.route-hospitality .crays-hosp-video-card {
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.crays-mirror.route-hospitality .crays-hosp-video-card__media {
  background: #05080d;
}

.crays-mirror.route-hospitality .crays-hosp-video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-video-card figcaption {
  padding: 22px;
}

.crays-mirror.route-hospitality .crays-hosp-video-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
}

.crays-mirror.route-hospitality .crays-hosp-video-card p {
  margin-bottom: 0;
  color: rgba(248, 243, 235, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand {
  background: #071018;
}

.crays-mirror.route-hospitality .crays-hosp-demand__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.crays-mirror.route-hospitality .crays-hosp-collage {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 240px 180px 260px;
  gap: 12px;
  margin: 0;
}

.crays-mirror.route-hospitality .crays-hosp-collage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 14px;
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-collage img:first-child {
  grid-row: span 2;
}

.crays-mirror.route-hospitality .crays-hosp-collage img:nth-child(4) {
  grid-column: span 2;
}

.crays-mirror.route-hospitality .crays-hosp-demand-loop {
  grid-template-columns: minmax(0, 1fr);
  margin-top: 26px;
}

.crays-mirror.route-hospitality .crays-hosp-loop-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
}

.crays-mirror.route-hospitality .crays-hosp-loop-card .crays-hosp-kicker {
  margin-bottom: 0;
}

.crays-mirror.route-hospitality .crays-hosp-loop-card h3 {
  grid-column: 2;
  margin-bottom: 6px;
  font-size: 20px;
}

.crays-mirror.route-hospitality .crays-hosp-loop-card p {
  grid-column: 2;
  font-size: 14px;
}

.crays-mirror.route-hospitality .crays-hosp-wealth-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.crays-mirror.route-hospitality .crays-hosp-section--partners {
  background:
    radial-gradient(circle at 86% 28%, rgba(10, 148, 138, 0.18), transparent 30%),
    linear-gradient(180deg, #f7f2ec 0%, #101820 18%, #071018 100%);
}

.crays-mirror.route-hospitality .crays-hosp-partners__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.crays-mirror.route-hospitality .crays-hosp-partner-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.crays-mirror.route-hospitality .crays-hosp-partners__media {
  position: sticky;
  top: 92px;
  overflow: hidden;
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-hospitality .crays-hosp-partners__media img {
  width: 100%;
  height: clamp(420px, 52vw, 680px);
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-partners__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(7, 16, 24, 0.82);
  color: #fff;
  backdrop-filter: blur(14px);
}

.crays-mirror.route-hospitality .crays-hosp-partners__media span {
  display: block;
  margin-bottom: 8px;
  color: #ff8ca0;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-hospitality .crays-hosp-partners__media strong {
  display: block;
  max-width: 34ch;
  font-size: 20px;
  line-height: 1.25;
}

.crays-mirror.route-hospitality .crays-hosp-section--network {
  background: #071018;
}

.crays-mirror.route-hospitality .crays-hosp-network-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-hospitality .crays-hosp-network-card {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-hospitality .crays-hosp-network-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-network-card > div {
  padding: 22px;
}

.crays-mirror.route-hospitality .crays-hosp-network-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.crays-mirror.route-hospitality .crays-hosp-closing {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.2), rgba(7, 16, 24, 0.92)),
    url("/assets/crays-org/stock-lifestyle/crays-css-crays-modern-overrides-038-crays-modern-overrides-background-38.webp") center / cover no-repeat;
}

.crays-mirror.route-hospitality .crays-hosp-closing__inner {
  max-width: 980px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-title {
  max-width: 16ch;
}

.crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-copy {
  margin-inline: auto;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-module-card, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-anchor-card, .crays-hosp-video-card) * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.crays-mirror.route-hospitality .crays-hosp-wealth-flow .crays-hosp-step h3 {
  font-size: clamp(20px, 1.45vw, 24px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 1180px) {
  .crays-mirror.route-hospitality .crays-hosp-hero__inner,
  .crays-mirror.route-hospitality .crays-hosp-definition__grid,
  .crays-mirror.route-hospitality .crays-hosp-retail__grid,
  .crays-mirror.route-hospitality .crays-hosp-tech__grid,
  .crays-mirror.route-hospitality .crays-hosp-demand__grid,
  .crays-mirror.route-hospitality .crays-hosp-partners__grid,
  .crays-mirror.route-hospitality .crays-hosp-section-head--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__panel {
    display: none;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__metrics,
  .crays-mirror.route-hospitality .crays-hosp-proof__grid,
  .crays-mirror.route-hospitality .crays-hosp-module-grid,
  .crays-mirror.route-hospitality .crays-hosp-retail__flow,
  .crays-mirror.route-hospitality .crays-hosp-network-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-hospitality .crays-hosp-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crays-mirror.route-hospitality .crays-hosp-strip-card:nth-child(2),
  .crays-mirror.route-hospitality .crays-hosp-strip-card:nth-child(4) {
    transform: none;
  }

  .crays-mirror.route-hospitality .crays-hosp-strip-card:nth-child(4),
  .crays-mirror.route-hospitality .crays-hosp-strip-card:nth-child(5) {
    min-height: 220px;
  }

  .crays-mirror.route-hospitality .crays-hosp-anchor-grid,
  .crays-mirror.route-hospitality .crays-hosp-anchor-card--club {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-hospitality .crays-hosp-anchor-card--club img {
    min-height: 360px;
  }

  .crays-mirror.route-hospitality .crays-hosp-partners__media {
    position: relative;
    top: auto;
  }

  .crays-mirror.route-hospitality .crays-hosp-wealth-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-hospitality .crays-hosp-shell {
    width: min(calc(100vw - 40px), 760px);
  }

  .crays-mirror.route-hospitality .crays-hosp-hero,
  .crays-mirror.route-hospitality .crays-hosp-hero__inner {
    min-height: calc(100vh - 68px);
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__inner {
    padding-top: 88px;
    padding-bottom: 40px;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: 44px;
    line-height: 1.04;
  }

  .crays-mirror.route-hospitality .crays-hosp-title {
    font-size: 34px;
    line-height: 1.1;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-title {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.1;
  }

  .crays-mirror.route-hospitality .crays-hosp-journey-grid,
  .crays-mirror.route-hospitality .crays-hosp-card-grid--three,
  .crays-mirror.route-hospitality .crays-hosp-partner-grid,
  .crays-mirror.route-hospitality .crays-hosp-retail__revenue,
  .crays-mirror.route-hospitality .crays-hosp-wealth-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-hospitality .crays-hosp-collage {
    grid-template-rows: 210px 170px 230px;
  }

  .crays-mirror.route-hospitality .crays-hosp-strip {
    padding-bottom: 72px;
  }

  .crays-mirror.route-hospitality .crays-hosp-strip__grid {
    width: min(calc(100vw - 40px), 760px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-hospitality,
  .crays-mirror.route-hospitality .crays-hosp-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-hospitality .crays-hosp-shell {
    width: min(calc(100vw - 32px), 358px);
    max-width: min(calc(100vw - 32px), 358px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero,
  .crays-mirror.route-hospitality .crays-hosp-hero__inner {
    min-height: calc(100vh - 64px);
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__inner {
    padding-top: 82px;
    padding-bottom: 30px;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__shade {
    background:
      linear-gradient(180deg, rgba(6, 10, 15, 0.88) 0%, rgba(6, 10, 15, 0.56) 44%, #071018 100%),
      linear-gradient(90deg, rgba(6, 10, 15, 0.92), rgba(6, 10, 15, 0.4));
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__title {
    max-width: 10ch;
    font-size: 34px;
    line-height: 1.08;
  }

  .crays-mirror.route-hospitality .crays-hosp-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.14;
  }

  .crays-mirror.route-hospitality .crays-hosp-lead,
  .crays-mirror.route-hospitality .crays-hosp-copy {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.64;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-hospitality .crays-hosp-actions,
  .crays-mirror.route-hospitality .crays-hosp-button {
    width: 100%;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__metrics {
    display: none;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__metrics,
  .crays-mirror.route-hospitality .crays-hosp-proof__grid,
  .crays-mirror.route-hospitality .crays-hosp-panel-flow,
  .crays-mirror.route-hospitality .crays-hosp-card-grid--two,
  .crays-mirror.route-hospitality .crays-hosp-card-grid--three,
  .crays-mirror.route-hospitality .crays-hosp-journey-grid,
  .crays-mirror.route-hospitality .crays-hosp-module-grid,
  .crays-mirror.route-hospitality .crays-hosp-network-grid,
  .crays-mirror.route-hospitality .crays-hosp-partner-grid,
  .crays-mirror.route-hospitality .crays-hosp-retail__flow,
  .crays-mirror.route-hospitality .crays-hosp-retail__revenue,
  .crays-mirror.route-hospitality .crays-hosp-wealth-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__panel,
  .crays-mirror.route-hospitality .crays-hosp-card,
  .crays-mirror.route-hospitality .crays-hosp-step,
  .crays-mirror.route-hospitality .crays-hosp-module-card,
  .crays-mirror.route-hospitality .crays-hosp-loop-card,
  .crays-mirror.route-hospitality .crays-hosp-partner-card {
    padding: 20px;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__panel {
    min-height: 0;
    border-radius: 22px;
  }

  .crays-mirror.route-hospitality .crays-hosp-hero__panel h2 {
    max-width: 100%;
    font-size: 28px;
  }

  .crays-mirror.route-hospitality .crays-hosp-anchor-card img,
  .crays-mirror.route-hospitality .crays-hosp-anchor-card--club img,
  .crays-mirror.route-hospitality .crays-hosp-network-card img {
    height: 230px;
    min-height: 230px;
  }

  .crays-mirror.route-hospitality .crays-hosp-retail__media > img {
    height: 330px;
    padding: 8px;
  }

  .crays-mirror.route-hospitality .crays-hosp-retail__media figcaption,
  .crays-mirror.route-hospitality .crays-hosp-retail__partner {
    position: relative;
    inset: auto;
    max-width: none;
    margin: 12px;
  }

  .crays-mirror.route-hospitality .crays-hosp-collage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(4, 220px);
  }

  .crays-mirror.route-hospitality .crays-hosp-strip {
    padding-top: 12px;
    padding-bottom: 58px;
  }

  .crays-mirror.route-hospitality .crays-hosp-strip__grid {
    width: min(calc(100vw - 32px), 358px);
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .crays-mirror.route-hospitality .crays-hosp-strip-card {
    min-height: 190px;
  }

  .crays-mirror.route-hospitality .crays-hosp-collage img:first-child,
  .crays-mirror.route-hospitality .crays-hosp-collage img:nth-child(4) {
    grid-row: span 1;
    grid-column: span 1;
  }

  .crays-mirror.route-hospitality .crays-hosp-loop-card,
  .crays-mirror.route-hospitality .crays-hosp-stack-step {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-hospitality .crays-hosp-stack-step h3,
  .crays-mirror.route-hospitality .crays-hosp-stack-step p,
  .crays-mirror.route-hospitality .crays-hosp-loop-card h3,
  .crays-mirror.route-hospitality .crays-hosp-loop-card p {
    grid-column: auto;
  }

  .crays-mirror.route-hospitality .crays-hosp-section,
  .crays-mirror.route-hospitality .crays-hosp-closing {
    padding: 70px 0;
  }

  .crays-mirror.route-hospitality .crays-hosp-partners__media img {
    height: 360px;
  }
}

/* Team page: Association steering structure. */
.crays-mirror.route-team {
  background: #fffdfa;
  color: #07131b;
}

.crays-mirror.route-team .crays-team-page {
  overflow: hidden;
  background: #fffdfa;
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-team .crays-team-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.crays-mirror.route-team .crays-team-hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: grid;
  color: #fff;
  background: #06111d;
}

.crays-mirror.route-team .crays-team-hero__bg,
.crays-mirror.route-team .crays-team-closing__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-team .crays-team-hero::after,
.crays-mirror.route-team .crays-team-closing::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(3, 11, 20, 0.92) 0%, rgba(6, 17, 29, 0.74) 42%, rgba(6, 17, 29, 0.28) 100%),
    radial-gradient(circle at 20% 26%, rgba(243, 18, 72, 0.44), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(23, 105, 166, 0.34), transparent 30%);
}

.crays-mirror.route-team .crays-team-hero__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: clamp(94px, 11vh, 132px) 0 clamp(48px, 8vh, 82px);
}

.crays-mirror.route-team .crays-team-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: end;
}

.crays-mirror.route-team .crays-team-hero__copy {
  max-width: 760px;
}

.crays-mirror.route-team .crays-team-eyebrow,
.crays-mirror.route-team .crays-team-card-kicker {
  margin: 0 0 14px;
  color: #ff2d63;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror.route-team .crays-team-display {
  max-width: 820px;
  margin: 0;
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(46px, 6.1vw, 86px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.crays-mirror.route-team .crays-team-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.crays-mirror.route-team .crays-team-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror.route-team .crays-team-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.crays-mirror.route-team .crays-team-button--primary {
  border-color: #f31248;
  background: linear-gradient(180deg, #ff2d63 0%, #f31248 100%);
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.24);
}

.crays-mirror.route-team .crays-team-button--secondary {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
}

.crays-mirror.route-team .crays-team-hero-card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(7, 17, 29, 0.72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(18px);
}

.crays-mirror.route-team .crays-team-hero-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.06;
}

.crays-mirror.route-team .crays-team-hero-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.crays-mirror.route-team .crays-team-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.crays-mirror.route-team .crays-team-stat-grid article {
  min-height: 96px;
  padding: 16px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
}

.crays-mirror.route-team .crays-team-stat-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.crays-mirror.route-team .crays-team-stat-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.crays-mirror.route-team .crays-team-logos,
.crays-mirror.route-team .crays-team-section {
  padding: clamp(76px, 9vw, 112px) 0;
}

.crays-mirror.route-team .crays-team-logos {
  background:
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%),
    #fffdfa;
}

.crays-mirror.route-team .crays-team-title {
  max-width: 840px;
  margin: 0;
  color: #07131b;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.crays-mirror.route-team .crays-team-copy {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(7, 19, 27, 0.72);
  font-size: 16.5px;
  line-height: 1.68;
}

.crays-mirror.route-team .crays-team-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-team .crays-team-logo {
  min-height: 82px;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(7, 26, 45, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(7, 26, 45, 0.08);
}

.crays-mirror.route-team .crays-team-logo span {
  color: #07131b;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

.crays-mirror.route-team .crays-team-section--structure,
.crays-mirror.route-team .crays-team-section--workstreams {
  background: #07111d;
  color: #fff;
}

.crays-mirror.route-team .crays-team-section--structure .crays-team-title,
.crays-mirror.route-team .crays-team-section--structure .crays-team-copy,
.crays-mirror.route-team .crays-team-section--workstreams .crays-team-title,
.crays-mirror.route-team .crays-team-section--workstreams .crays-team-copy {
  color: inherit;
}

.crays-mirror.route-team .crays-team-section--structure .crays-team-copy,
.crays-mirror.route-team .crays-team-section--workstreams .crays-team-copy {
  color: rgba(255, 255, 255, 0.76);
}

.crays-mirror.route-team .crays-team-two-col {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.crays-mirror.route-team .crays-team-photo-stack {
  position: relative;
  min-height: 560px;
  margin: 0;
}

.crays-mirror.route-team .crays-team-photo-stack img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.crays-mirror.route-team .crays-team-photo-stack__main {
  inset: 0 10% 9% 0;
  width: 78%;
  height: 80%;
}

.crays-mirror.route-team .crays-team-photo-stack__small {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 44%;
  border: 6px solid #07111d;
}

.crays-mirror.route-team .crays-team-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror.route-team .crays-team-mini-grid article,
.crays-mirror.route-team .crays-team-work-grid article,
.crays-mirror.route-team .crays-team-process-grid article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-team .crays-team-mini-grid article {
  padding: 22px;
}

.crays-mirror.route-team .crays-team-mini-grid h3,
.crays-mirror.route-team .crays-team-work-grid h3,
.crays-mirror.route-team .crays-team-process-grid h3 {
  margin: 0;
  color: inherit;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.18;
}

.crays-mirror.route-team .crays-team-mini-grid p,
.crays-mirror.route-team .crays-team-work-grid p,
.crays-mirror.route-team .crays-team-process-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14.5px;
  line-height: 1.6;
}

.crays-mirror.route-team .crays-team-section--steering {
  background:
    linear-gradient(180deg, #f7f2ec 0%, #fffdfa 100%);
}

.crays-mirror.route-team .crays-team-section--extended {
  background: #fffdfa;
}

.crays-mirror.route-team .crays-team-seat-grid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.crays-mirror.route-team .crays-team-seat-grid--steering {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-team .crays-team-seat-grid--extended {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-team .crays-team-seat {
  position: relative;
  min-height: 286px;
  padding: 24px;
  border: 1px solid rgba(7, 26, 45, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 62px rgba(7, 26, 45, 0.08);
}

.crays-mirror.route-team .crays-team-seat--compact {
  min-height: 238px;
  padding: 22px;
}

.crays-mirror.route-team .crays-team-seat__number {
  display: inline-flex;
  min-width: 38px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(243, 18, 72, 0.10);
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
}

.crays-mirror.route-team .crays-team-seat h3 {
  margin: 22px 0 0;
  color: #07131b;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.16;
}

.crays-mirror.route-team .crays-team-seat strong {
  display: block;
  margin-top: 12px;
  color: #0d4c84;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.crays-mirror.route-team .crays-team-seat p {
  margin: 14px 0 0;
  color: rgba(7, 19, 27, 0.70);
  font-size: 14.3px;
  line-height: 1.58;
}

.crays-mirror.route-team .crays-team-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.26fr);
  gap: 24px;
  align-items: end;
}

.crays-mirror.route-team .crays-team-count-card {
  min-height: 150px;
  display: grid;
  align-content: center;
  padding: 24px;
  border-radius: 8px;
  background: #06111d;
  color: #fff;
}

.crays-mirror.route-team .crays-team-count-card strong {
  font-size: 58px;
  font-weight: 900;
  line-height: 0.9;
}

.crays-mirror.route-team .crays-team-count-card span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.crays-mirror.route-team .crays-team-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.crays-mirror.route-team .crays-team-work-grid article {
  padding: 26px;
}

.crays-mirror.route-team .crays-team-process {
  padding: clamp(76px, 9vw, 112px) 0;
  background: #f7f2ec;
}

.crays-mirror.route-team .crays-team-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-team .crays-team-process-grid article {
  padding: 24px 20px;
  border-color: rgba(7, 26, 45, 0.10);
  background: #fffdfa;
}

.crays-mirror.route-team .crays-team-process-grid span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
}

.crays-mirror.route-team .crays-team-process-grid h3 {
  margin-top: 18px;
  color: #07131b;
}

.crays-mirror.route-team .crays-team-process-grid p {
  color: rgba(7, 19, 27, 0.68);
}

.crays-mirror.route-team .crays-team-closing {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  color: #fff;
  background: #06111d;
}

.crays-mirror.route-team .crays-team-closing__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  padding: clamp(70px, 8vw, 112px) 0;
}

.crays-mirror.route-team .crays-team-closing .crays-team-title,
.crays-mirror.route-team .crays-team-closing .crays-team-copy {
  color: inherit;
}

.crays-mirror.route-team .crays-team-closing .crays-team-copy {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1180px) {
  .crays-mirror.route-team .crays-team-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .crays-mirror.route-team .crays-team-seat-grid--steering,
  .crays-mirror.route-team .crays-team-seat-grid--extended,
  .crays-mirror.route-team .crays-team-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-team .crays-team-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-team .crays-team-shell {
    width: min(100% - 28px, 680px);
  }

  .crays-mirror.route-team .crays-team-hero {
    min-height: auto;
  }

  .crays-mirror.route-team .crays-team-hero__overlay {
    padding: 92px 0 52px;
  }

  .crays-mirror.route-team .crays-team-hero__grid,
  .crays-mirror.route-team .crays-team-two-col,
  .crays-mirror.route-team .crays-team-section-head {
    grid-template-columns: 1fr;
  }

  .crays-mirror.route-team .crays-team-stat-grid,
  .crays-mirror.route-team .crays-team-mini-grid,
  .crays-mirror.route-team .crays-team-seat-grid--steering,
  .crays-mirror.route-team .crays-team-seat-grid--extended,
  .crays-mirror.route-team .crays-team-work-grid,
  .crays-mirror.route-team .crays-team-process-grid {
    grid-template-columns: 1fr;
  }

  .crays-mirror.route-team .crays-team-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-team .crays-team-photo-stack {
    min-height: 420px;
  }

  .crays-mirror.route-team .crays-team-seat,
  .crays-mirror.route-team .crays-team-seat--compact {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .crays-mirror.route-team .crays-team-display {
    font-size: clamp(38px, 13vw, 54px);
  }

  .crays-mirror.route-team .crays-team-button {
    width: 100%;
  }

  .crays-mirror.route-team .crays-team-logo-grid {
    grid-template-columns: 1fr;
  }
}

/* Team page v2: closer to the Crays Fund team visual language. */
.crays-mirror.route-team .crays-team-experience {
  position: relative;
  padding: clamp(66px, 7vw, 104px) 0 clamp(76px, 8vw, 112px);
  overflow: hidden;
  color: #fff;
  background: #030b12;
}

.crays-mirror.route-team .crays-team-experience__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(0.95) contrast(1.05);
}

.crays-mirror.route-team .crays-team-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 11, 18, 0.72), rgba(3, 11, 18, 0.94)),
    radial-gradient(circle at 18% 22%, rgba(243, 18, 72, 0.34), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(13, 76, 132, 0.26), transparent 28%);
}

.crays-mirror.route-team .crays-team-experience .crays-team-shell {
  position: relative;
  z-index: 1;
}

.crays-mirror.route-team .crays-team-experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: stretch;
}

.crays-mirror.route-team .crays-team-experience-card {
  min-height: 470px;
  padding: clamp(28px, 3.2vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(138deg, rgba(255, 45, 99, 0.23), rgba(10, 18, 28, 0.86) 36%, rgba(12, 22, 32, 0.78)),
    rgba(9, 18, 28, 0.78);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.crays-mirror.route-team .crays-team-experience-card--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.crays-mirror.route-team .crays-team-experience-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 3.9vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.crays-mirror.route-team .crays-team-experience-card h3 {
  max-width: 560px;
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.12;
}

.crays-mirror.route-team .crays-team-experience-card p:not(.crays-team-eyebrow):not(.crays-team-card-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.crays-mirror.route-team .crays-team-signature {
  margin-top: 34px;
  padding: 22px 24px;
  border-left: 3px solid #f31248;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-team .crays-team-signature span {
  display: block;
  color: #ff2d63;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-team .crays-team-signature strong {
  display: block;
  max-width: 560px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(19px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.14;
}

.crays-mirror.route-team .crays-team-experience-card--logos {
  display: flex;
  flex-direction: column;
}

.crays-mirror.route-team .crays-team-logo-title {
  max-width: 520px;
  margin: 6px 0 0 !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.12 !important;
}

.crays-mirror.route-team .crays-team-logo-copy {
  max-width: 610px !important;
  margin: 14px 0 20px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

.crays-mirror.route-team .crays-team-experience .crays-team-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.crays-mirror.route-team .crays-team-experience .crays-team-logo {
  min-height: 92px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-team .crays-team-experience .crays-team-logo img {
  width: auto;
  max-width: 118px;
  max-height: 52px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.94;
}

.crays-mirror.route-team .crays-team-experience .crays-team-logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.crays-mirror.route-team .crays-team-location-wrap {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.crays-mirror.route-team .crays-team-location-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.crays-mirror.route-team .crays-team-location-grid span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 45, 99, 0.62);
  border-radius: 8px;
  background: rgba(243, 18, 72, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.crays-mirror.route-team .crays-team-partner-note {
  margin: 26px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(243, 18, 72, 0.22);
  border-left: 4px solid #f31248;
  border-radius: 8px;
  background:
    linear-gradient(112deg, rgba(243, 18, 72, 0.08), rgba(7, 17, 29, 0.03)),
    #fff;
  box-shadow: 0 18px 48px rgba(7, 26, 45, 0.08);
}

.crays-mirror.route-team .crays-team-partner-note span {
  display: block;
  color: #f31248;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.crays-mirror.route-team .crays-team-partner-note p {
  max-width: 760px;
  margin: 8px 0 0;
  color: #07131b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.46;
}

.crays-mirror.route-team .crays-team-trust-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.crays-mirror.route-team .crays-team-trust-rail article {
  min-height: 122px;
  padding: 22px 18px;
  border-top: 4px solid #f31248;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(8, 18, 28, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.crays-mirror.route-team .crays-team-trust-rail strong {
  display: block;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 0.95;
}

.crays-mirror.route-team .crays-team-trust-rail span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.crays-mirror.route-team .crays-team-human-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(22px, 3.2vw, 44px);
  align-items: center;
  margin-top: 54px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 45, 99, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(112deg, rgba(243, 18, 72, 0.28), rgba(7, 17, 29, 0.84) 46%, rgba(7, 17, 29, 0.68)),
    rgba(255, 255, 255, 0.06);
}

.crays-mirror.route-team .crays-team-human-bridge h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.7vw, 38px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.crays-mirror.route-team .crays-team-human-bridge__media {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  min-height: 420px;
}

.crays-mirror.route-team .crays-team-human-bridge__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.crays-mirror.route-team .crays-team-human-bridge__media img:first-child {
  grid-row: span 2;
}

.crays-mirror.route-team .crays-team-section--steering,
.crays-mirror.route-team .crays-team-section--extended {
  background: #fffdfa;
}

.crays-mirror.route-team .crays-team-seat-grid--steering,
.crays-mirror.route-team .crays-team-seat-grid--extended {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

.crays-mirror.route-team .crays-team-seat,
.crays-mirror.route-team .crays-team-seat--compact {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.crays-mirror.route-team .crays-team-seat__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07111d;
  box-shadow: 0 26px 70px rgba(7, 26, 45, 0.14);
}

.crays-mirror.route-team .crays-team-seat__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.crays-mirror.route-team .crays-team-seat__badge {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 17, 29, 0.72);
  color: #fff;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  backdrop-filter: blur(10px);
}

.crays-mirror.route-team .crays-team-seat__body {
  padding: 18px 8px 0;
  text-align: center;
}

.crays-mirror.route-team .crays-team-seat .crays-team-seat__number {
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #f31248;
  font-size: 12px;
  letter-spacing: 0;
}

.crays-mirror.route-team .crays-team-seat h3 {
  margin: 8px 0 0;
  color: #07131b;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.08;
  text-align: center;
}

.crays-mirror.route-team .crays-team-seat strong {
  display: block;
  max-width: 280px;
  margin: 10px auto 0;
  color: rgba(7, 26, 45, 0.58);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.crays-mirror.route-team .crays-team-seat p {
  max-width: 290px;
  min-height: 4.7em;
  margin: 12px auto 0;
  color: rgba(7, 19, 27, 0.70);
  font-size: 13.5px;
  line-height: 1.52;
}

.crays-mirror.route-team .crays-team-seat__social {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 8px;
  background: #07111d;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}

.crays-mirror.route-team .crays-team-manifesto {
  padding: clamp(82px, 9vw, 116px) 0;
  background:
    linear-gradient(180deg, #07111d 0%, #06111d 100%);
  color: #fff;
}

.crays-mirror.route-team .crays-team-manifesto .crays-team-title,
.crays-mirror.route-team .crays-team-manifesto .crays-team-copy {
  color: inherit;
}

.crays-mirror.route-team .crays-team-manifesto .crays-team-copy {
  color: rgba(255, 255, 255, 0.76);
}

.crays-mirror.route-team .crays-team-manifesto__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 34px;
  align-items: end;
}

.crays-mirror.route-team .crays-team-manifesto__quote {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #f31248;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-team .crays-team-manifesto__quote p {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.18;
}

.crays-mirror.route-team .crays-team-manifesto-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.crays-mirror.route-team .crays-team-manifesto-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.crays-mirror.route-team .crays-team-manifesto-grid span {
  color: #ff2d63;
  font-size: 12px;
  font-weight: 900;
}

.crays-mirror.route-team .crays-team-manifesto-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .crays-mirror.route-team .crays-team-experience__grid,
  .crays-mirror.route-team .crays-team-human-bridge {
    grid-template-columns: 1fr;
  }

  .crays-mirror.route-team .crays-team-seat-grid--steering,
  .crays-mirror.route-team .crays-team-seat-grid--extended {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crays-mirror.route-team .crays-team-manifesto-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-team .crays-team-experience .crays-team-logo-grid,
  .crays-mirror.route-team .crays-team-trust-rail,
  .crays-mirror.route-team .crays-team-location-grid,
  .crays-mirror.route-team .crays-team-seat-grid--steering,
  .crays-mirror.route-team .crays-team-seat-grid--extended,
  .crays-mirror.route-team .crays-team-manifesto__head,
  .crays-mirror.route-team .crays-team-manifesto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-team .crays-team-human-bridge__media {
    min-height: 340px;
  }
}

@media (max-width: 560px) {
  .crays-mirror.route-team .crays-team-experience .crays-team-logo-grid,
  .crays-mirror.route-team .crays-team-trust-rail,
  .crays-mirror.route-team .crays-team-location-grid,
  .crays-mirror.route-team .crays-team-seat-grid--steering,
  .crays-mirror.route-team .crays-team-seat-grid--extended,
  .crays-mirror.route-team .crays-team-manifesto__head,
  .crays-mirror.route-team .crays-team-manifesto-grid {
    grid-template-columns: 1fr;
  }

  .crays-mirror.route-team .crays-team-human-bridge__media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .crays-mirror.route-team .crays-team-human-bridge__media img {
    min-height: 220px;
  }

  .crays-mirror.route-team .crays-team-human-bridge__media img:first-child {
    grid-row: auto;
  }
}

/* Team restaurant background swap 2026-05-08 */
.crays-mirror.route-team .crays-team-experience__bg,
.crays-mirror.route-team .crays-team-closing__bg {
  content: url("/assets/crays-org/stock-lifestyle/crays-team-restaurant-sea-footer-bg.webp");
  object-position: center center;
  filter: saturate(0.98) contrast(1.04) brightness(0.88);
}

.crays-mirror.route-team .crays-team-experience__bg {
  opacity: 0.5;
}

.crays-mirror.route-team .crays-team-closing__bg {
  opacity: 0.72;
}

.crays-mirror.route-team .crays-team-experience::before {
  background:
    linear-gradient(105deg, rgba(3, 11, 18, 0.92) 0%, rgba(3, 11, 18, 0.8) 42%, rgba(3, 11, 18, 0.56) 100%),
    linear-gradient(180deg, rgba(3, 11, 18, 0.24) 0%, rgba(3, 11, 18, 0.94) 100%),
    radial-gradient(circle at 18% 22%, rgba(243, 18, 72, 0.24), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(20, 116, 184, 0.18), transparent 30%);
}

.crays-mirror.route-team .crays-team-closing::after {
  background:
    linear-gradient(105deg, rgba(3, 11, 18, 0.9) 0%, rgba(3, 11, 18, 0.72) 48%, rgba(3, 11, 18, 0.4) 100%),
    linear-gradient(180deg, rgba(3, 11, 18, 0.16) 0%, rgba(3, 11, 18, 0.86) 100%),
    radial-gradient(circle at 18% 26%, rgba(243, 18, 72, 0.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(20, 116, 184, 0.18), transparent 30%);
}

/* Lifestyle founder/world color rhythm 2026-05-08 */
.crays-mirror.route-lifestyle .crays-life-section--founder {
  scroll-margin-top: 96px;
  padding-top: clamp(82px, 7vw, 108px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 78% 8%, rgba(91, 182, 255, 0.22), transparent 32%),
    radial-gradient(circle at 12% 92%, rgba(243, 18, 72, 0.13), transparent 28%),
    linear-gradient(135deg, #0b4369 0%, #073458 42%, #071b31 100%);
  background-size: 92px 92px, 92px 92px, auto, auto, auto;
}

.crays-mirror.route-lifestyle .crays-life-section--founder .crays-life-copy {
  color: rgba(241, 249, 255, 0.82);
}

.crays-mirror.route-lifestyle .crays-life-section--founder .crays-life-card {
  border-color: rgba(158, 213, 255, 0.22);
  background: rgba(5, 15, 27, 0.58);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.crays-mirror.route-lifestyle .crays-life-section--founder .crays-life-card p {
  color: rgba(241, 249, 255, 0.74);
}

.crays-mirror.route-lifestyle .crays-life-section--founder .crays-life-founder__media {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.crays-mirror.route-lifestyle .crays-life-section--world {
  scroll-margin-top: 96px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(39, 116, 167, 0.18), transparent 30%),
    linear-gradient(180deg, #171d24 0%, #090d12 100%);
  background-size: 92px 92px, 92px 92px, auto, auto;
  color: #f7f8fb;
}

.crays-mirror.route-lifestyle .crays-life-section--world .crays-life-copy {
  color: rgba(247, 248, 251, 0.76);
}

.crays-mirror.route-lifestyle .crays-life-section--world .crays-life-mini-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.crays-mirror.route-lifestyle .crays-life-section--world .crays-life-mini-card p {
  color: rgba(247, 248, 251, 0.72);
}

.crays-mirror.route-lifestyle .crays-life-world__aside {
  min-height: 600px;
  display: block;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  padding: 0;
  background: linear-gradient(180deg, #141a21 0%, #080c11 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-lifestyle .crays-life-world__aside::before {
  content: "";
  display: block;
  min-height: clamp(260px, 27vw, 350px);
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.02) 0%, rgba(5, 8, 13, 0.38) 100%),
    url("/assets/crays-org/stock-lifestyle/crays-lifestyle-world-seaside-restaurant-right-column.webp") center / cover no-repeat;
}

.crays-mirror.route-lifestyle .crays-life-world__aside .crays-life-panel__label {
  margin: clamp(24px, 2.5vw, 34px) clamp(24px, 2.5vw, 32px) 14px;
}

.crays-mirror.route-lifestyle .crays-life-world__aside h3 {
  margin: 0 clamp(24px, 2.5vw, 32px);
}

.crays-mirror.route-lifestyle .crays-life-world__aside p {
  margin: 18px clamp(24px, 2.5vw, 32px) clamp(26px, 3vw, 36px);
}

@media (max-width: 991px) {
  .crays-mirror.route-lifestyle .crays-life-section--founder {
    padding-top: 68px;
  }

  .crays-mirror.route-lifestyle .crays-life-world__aside {
    min-height: 0;
  }
}

/* Home DAO voting CTA 2026-05-08 */
.crays-mirror.route-home .crays-home-membership__panel .crays-home-inline-actions .crays-home-button.crays-home-button--text[href*="crays-governance.vercel.app/governance"] {
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid #f31248 !important;
  border-radius: 999px !important;
  background: #f31248 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(243, 18, 72, 0.18) !important;
}

.crays-mirror.route-home .crays-home-membership__panel .crays-home-inline-actions .crays-home-button.crays-home-button--text[href*="crays-governance.vercel.app/governance"]::after {
  content: none !important;
  margin: 0 !important;
}

.crays-mirror.route-home .crays-home-membership__panel .crays-home-inline-actions .crays-home-button.crays-home-button--text[href*="crays-governance.vercel.app/governance"]:hover {
  border-color: #ff3767 !important;
  background: #ff3767 !important;
  color: #ffffff !important;
}

/* Team experience/structure background swap 2026-05-08 */
.crays-mirror.route-team .crays-team-experience {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(243, 18, 72, 0.045), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(20, 116, 184, 0.055), transparent 36%),
    linear-gradient(180deg, #07111d 0%, #05080d 100%);
  background-size: 88px 88px, 88px 88px, auto, auto, auto;
}

.crays-mirror.route-team .crays-team-experience__bg {
  display: none !important;
  content: none !important;
}

.crays-mirror.route-team .crays-team-experience::before {
  background:
    linear-gradient(180deg, rgba(5, 8, 13, 0.04) 0%, rgba(5, 8, 13, 0.28) 100%),
    radial-gradient(circle at 18% 22%, rgba(243, 18, 72, 0.055), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(20, 116, 184, 0.055), transparent 32%);
}

.crays-mirror.route-team .crays-team-section--structure {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(5, 8, 13, 0.94) 0%, rgba(5, 8, 13, 0.78) 44%, rgba(5, 8, 13, 0.58) 100%),
    linear-gradient(180deg, rgba(5, 8, 13, 0.18) 0%, rgba(5, 8, 13, 0.86) 100%),
    url("/assets/crays-org/stock-lifestyle/crays-team-02-crays-team-experience-and-hospitality-community-backdrop.webp") center / cover no-repeat !important;
  color: #ffffff;
}

.crays-mirror.route-team .crays-team-section--structure::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(243, 18, 72, 0.14), transparent 34%),
    radial-gradient(circle at 84% 20%, rgba(20, 116, 184, 0.1), transparent 34%);
  background-size: 88px 88px, 88px 88px, auto, auto;
  pointer-events: none;
}

.crays-mirror.route-team .crays-team-section--structure .crays-team-shell {
  position: relative;
  z-index: 1;
}

.crays-mirror.route-team .crays-team-section--structure .crays-team-partner-note {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-team .crays-team-section--structure .crays-team-mini-grid article {
  background: rgba(7, 17, 29, 0.68);
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

/* Hospitality header/footer image direction 2026-05-08 */
.crays-mirror.route-hospitality .crays-hosp-hero {
  background:
    linear-gradient(180deg, #071018 0%, #05090f 100%);
}

.crays-mirror.route-hospitality .crays-hosp-hero__media img {
  content: url("/assets/crays-org/stock-lifestyle/crays-hospitality-header-premium-lounge-bar.webp");
  object-position: center center;
  filter: saturate(0.96) contrast(1.05) brightness(0.82);
}

.crays-mirror.route-hospitality .crays-hosp-hero__shade {
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(100deg, rgba(4, 8, 13, 0.94) 0%, rgba(4, 8, 13, 0.78) 43%, rgba(4, 8, 13, 0.42) 100%),
    linear-gradient(180deg, rgba(4, 8, 13, 0.32) 0%, rgba(4, 8, 13, 0.12) 46%, #071018 100%),
    radial-gradient(circle at 78% 24%, rgba(42, 140, 214, 0.2), transparent 32%),
    radial-gradient(circle at 20% 72%, rgba(243, 18, 72, 0.16), transparent 30%);
  background-size: 88px 88px, 88px 88px, auto, auto, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-hero__panel {
  background:
    linear-gradient(180deg, rgba(9, 17, 26, 0.62), rgba(9, 17, 26, 0.9));
}

.crays-mirror.route-hospitality .crays-hosp-closing {
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(100deg, rgba(4, 8, 13, 0.94) 0%, rgba(4, 8, 13, 0.78) 48%, rgba(4, 8, 13, 0.48) 100%),
    linear-gradient(180deg, rgba(4, 8, 13, 0.16) 0%, rgba(4, 8, 13, 0.9) 100%),
    url("/assets/crays-org/stock-lifestyle/crays-hospitality-footer-pool-community.webp") center 48% / cover no-repeat !important;
  background-size: 88px 88px, 88px 88px, auto, auto, cover;
}

.crays-mirror.route-hospitality .crays-hosp-closing__inner {
  max-width: 1180px;
  min-height: 620px;
  align-items: flex-start;
  text-align: left;
}

.crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-title {
  max-width: 20ch;
}

.crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-copy {
  margin-inline: 0;
  max-width: 760px;
}

.crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-actions--center {
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .crays-mirror.route-hospitality .crays-hosp-hero__media img {
    object-position: center center;
  }

  .crays-mirror.route-hospitality .crays-hosp-closing {
    background-position: center center, center center, center center, center center, 56% center;
  }
}

/* Hospitality full-page background rhythm 2026-05-08 */
.crays-mirror.route-hospitality {
  --hosp-ink: #07111d;
  --hosp-ink-2: #0a1722;
  --hosp-blue: #0f2d42;
  --hosp-blue-2: #143b54;
  --hosp-ivory: #f8f3ec;
  --hosp-ivory-2: #fffaf4;
  --hosp-light-line: rgba(7, 19, 27, 0.07);
  --hosp-dark-line: rgba(255, 255, 255, 0.06);
}

.crays-mirror.route-hospitality .crays-hosp-page {
  background: var(--hosp-ivory);
}

.crays-mirror.route-hospitality .crays-hosp-hero {
  background: linear-gradient(180deg, #07111d 0%, #0b1722 100%);
}

.crays-mirror.route-hospitality .crays-hosp-hero__media img {
  filter: saturate(0.98) contrast(1.04) brightness(0.84);
}

.crays-mirror.route-hospitality .crays-hosp-hero__shade {
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(100deg, rgba(5, 10, 16, 0.92) 0%, rgba(7, 18, 28, 0.78) 44%, rgba(10, 36, 54, 0.42) 100%),
    linear-gradient(180deg, rgba(6, 12, 18, 0.22) 0%, rgba(8, 22, 33, 0.14) 54%, #0b1722 100%),
    radial-gradient(circle at 80% 24%, rgba(43, 132, 190, 0.16), transparent 34%);
  background-size: 88px 88px, 88px 88px, auto, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-hero__panel {
  background: linear-gradient(180deg, rgba(8, 18, 28, 0.62), rgba(8, 18, 28, 0.88));
}

.crays-mirror.route-hospitality .crays-hosp-strip {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    linear-gradient(180deg, #0b1722 0%, #10283a 100%);
  background-size: 88px 88px, 88px 88px, auto;
}

.crays-mirror.route-hospitality .crays-hosp-proof {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(54, 151, 204, 0.11), transparent 34%),
    linear-gradient(180deg, #10283a 0%, #12364a 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--definition {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(63, 157, 205, 0.12), transparent 36%),
    linear-gradient(180deg, #12364a 0%, #0d2435 100%);
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors,
.crays-mirror.route-hospitality .crays-hosp-section--modules,
.crays-mirror.route-hospitality .crays-hosp-section--retail,
.crays-mirror.route-hospitality .crays-hosp-section--wealth,
.crays-mirror.route-hospitality .crays-hosp-section--partners {
  background:
    linear-gradient(var(--hosp-light-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, var(--hosp-ivory) 0%, var(--hosp-ivory-2) 55%, #f5efe8 100%) !important;
  background-size: 86px 86px, 86px 86px, auto;
  color: #07131b;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail {
  background:
    linear-gradient(var(--hosp-light-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(45, 129, 178, 0.075), transparent 36%),
    radial-gradient(circle at 18% 82%, rgba(232, 203, 164, 0.13), transparent 38%),
    linear-gradient(180deg, #fffaf4 0%, #f8f3ec 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors :is(.crays-hosp-title, h2, h3),
.crays-mirror.route-hospitality .crays-hosp-section--modules :is(.crays-hosp-title, h2, h3),
.crays-mirror.route-hospitality .crays-hosp-section--retail :is(.crays-hosp-title, h2, h3),
.crays-mirror.route-hospitality .crays-hosp-section--wealth :is(.crays-hosp-title, h2, h3),
.crays-mirror.route-hospitality .crays-hosp-section--partners :is(.crays-hosp-title, h2, h3) {
  color: #07131b;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--modules :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--retail :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--wealth :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--partners :is(.crays-hosp-copy, p) {
  color: rgba(7, 19, 27, 0.72);
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors :is(.crays-hosp-card, .crays-hosp-anchor-card),
.crays-mirror.route-hospitality .crays-hosp-section--modules :is(.crays-hosp-card, .crays-hosp-module-card),
.crays-mirror.route-hospitality .crays-hosp-section--retail :is(.crays-hosp-card, .crays-hosp-retail__media, .crays-hosp-retail__flow, .crays-hosp-retail__note),
.crays-mirror.route-hospitality .crays-hosp-section--wealth :is(.crays-hosp-card, .crays-hosp-step),
.crays-mirror.route-hospitality .crays-hosp-section--partners :is(.crays-hosp-card, .crays-hosp-partner-card, .crays-hosp-partners__media) {
  border-color: rgba(7, 19, 27, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(7, 19, 27, 0.12);
}

.crays-mirror.route-hospitality .crays-hosp-section--journey,
.crays-mirror.route-hospitality .crays-hosp-section--tech,
.crays-mirror.route-hospitality .crays-hosp-section--demand,
.crays-mirror.route-hospitality .crays-hosp-section--network {
  color: #fffaf4;
}

.crays-mirror.route-hospitality .crays-hosp-section--journey {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 18% 14%, rgba(45, 137, 190, 0.12), transparent 36%),
    linear-gradient(180deg, #0f2d42 0%, #0a1722 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto;
  border-top: 1px solid rgba(7, 19, 27, 0.12);
}

.crays-mirror.route-hospitality .crays-hosp-section--tech {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 82% 16%, rgba(61, 152, 205, 0.1), transparent 34%),
    linear-gradient(180deg, #0b1d2b 0%, #07131d 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 22% 16%, rgba(45, 137, 190, 0.1), transparent 34%),
    linear-gradient(180deg, #07131d 0%, #0d2435 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--network {
  background:
    linear-gradient(var(--hosp-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 80% 16%, rgba(48, 137, 186, 0.1), transparent 34%),
    linear-gradient(180deg, #0d2435 0%, #07131d 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--journey :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--tech :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--demand :is(.crays-hosp-copy, p),
.crays-mirror.route-hospitality .crays-hosp-section--network :is(.crays-hosp-copy, p) {
  color: rgba(255, 250, 244, 0.78);
}

.crays-mirror.route-hospitality .crays-hosp-section--journey :is(.crays-hosp-card, .crays-hosp-step),
.crays-mirror.route-hospitality .crays-hosp-section--tech :is(.crays-hosp-card, .crays-hosp-loop-card),
.crays-mirror.route-hospitality .crays-hosp-section--demand :is(.crays-hosp-card, .crays-hosp-video-card),
.crays-mirror.route-hospitality .crays-hosp-section--network :is(.crays-hosp-card, .crays-hosp-network-card) {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.crays-mirror.route-hospitality .crays-hosp-closing {
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(100deg, rgba(5, 10, 16, 0.92) 0%, rgba(7, 18, 28, 0.76) 48%, rgba(11, 45, 65, 0.4) 100%),
    linear-gradient(180deg, rgba(7, 17, 26, 0.1) 0%, rgba(7, 17, 26, 0.88) 100%),
    url("/assets/crays-org/stock-lifestyle/crays-hospitality-footer-pool-community.webp") center 48% / cover no-repeat !important;
  background-size: 88px 88px, 88px 88px, auto, auto, cover;
}

@media (max-width: 900px) {
  .crays-mirror.route-hospitality .crays-hosp-section--journey,
  .crays-mirror.route-hospitality .crays-hosp-section--tech,
  .crays-mirror.route-hospitality .crays-hosp-section--demand,
  .crays-mirror.route-hospitality .crays-hosp-section--network {
    background-size: 72px 72px, 72px 72px, auto, auto;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-hospitality .crays-hosp-hero__shade {
    background:
      linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
      linear-gradient(180deg, rgba(5, 10, 16, 0.82) 0%, rgba(7, 18, 28, 0.72) 46%, #0b1722 100%),
      radial-gradient(circle at 72% 18%, rgba(43, 132, 190, 0.12), transparent 38%);
    background-size: 72px 72px, 72px 72px, auto, auto;
  }

  .crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-title {
    font-size: clamp(2.35rem, 14vw, 3.3rem);
  }
}

/* Hospitality demand section: compact editorial pass. */
.crays-mirror.route-hospitality .crays-hosp-section--demand {
  padding: clamp(52px, 5.6vw, 78px) 0 !important;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(97, 181, 229, 0.16), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(255, 92, 124, 0.12), transparent 30%),
    linear-gradient(135deg, #123a58 0%, #0e2b42 48%, #0a1722 100%) !important;
  background-size: 78px 78px, 78px 78px, auto, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-demand__grid {
  grid-template-columns: minmax(360px, 1.02fr) minmax(0, 0.98fr) !important;
  gap: clamp(26px, 4.2vw, 58px) !important;
  align-items: center !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage {
  display: grid !important;
  grid-template-columns: 1.14fr 0.82fr 0.82fr !important;
  grid-template-rows: clamp(152px, 13vw, 190px) clamp(152px, 13vw, 190px) !important;
  gap: 10px !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 8px !important;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(5, 14, 22, 0.2);
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:first-child {
  grid-column: 1;
  grid-row: 1 / 3;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:nth-child(4) {
  grid-column: 2 / 4;
  grid-row: 2;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-demand__grid > div {
  max-width: 580px;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-eyebrow {
  margin-bottom: 10px;
  color: #ff6f8d;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-title {
  max-width: 12.6ch;
  margin-bottom: 14px;
  font-size: clamp(32px, 3.35vw, 48px);
  line-height: 1.03;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-copy {
  max-width: 58ch;
  color: rgba(255, 250, 244, 0.82);
  font-size: clamp(15.5px, 1vw, 17px);
  line-height: 1.58;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-demand-loop {
  counter-reset: crays-demand;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card {
  position: relative;
  display: block;
  min-height: 112px;
  padding: 15px 15px 15px 48px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(255, 250, 244, 0.92);
  color: #07131b;
  box-shadow: 0 18px 52px rgba(5, 14, 22, 0.16);
  counter-increment: crays-demand;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card::before {
  content: "0" counter(crays-demand);
  position: absolute;
  top: 16px;
  left: 15px;
  color: #ff244f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 92px;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card .crays-hosp-kicker {
  display: none;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card h3 {
  grid-column: auto;
  margin: 0 0 7px;
  color: #07131b;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.18;
}

.crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card p {
  grid-column: auto;
  margin: 0;
  color: rgba(7, 19, 27, 0.72);
  font-size: 13.5px;
  line-height: 1.42;
}

@media (max-width: 1180px) {
  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-demand__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-demand__grid > div {
    max-width: 760px;
    order: -1;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-hospitality .crays-hosp-section--demand {
    background-size: 72px 72px, 72px 72px, auto, auto, auto;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage {
    grid-template-rows: 170px 170px !important;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-hospitality .crays-hosp-section--demand {
    padding: 48px 0 !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-title {
    max-width: 100%;
    font-size: 30px;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 148px) !important;
    gap: 8px !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-collage img:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-demand-loop {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card,
  .crays-mirror.route-hospitality .crays-hosp-section--demand .crays-hosp-loop-card:nth-child(5) {
    grid-column: auto;
    min-height: 0;
  }
}

/* Hospitality anchors: compact two-proof-point layout. */
.crays-mirror.route-hospitality .crays-hosp-section--anchors {
  scroll-margin-top: 86px;
  padding: clamp(50px, 5vw, 76px) 0 !important;
  background:
    linear-gradient(var(--hosp-light-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.046) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(45, 129, 178, 0.08), transparent 32%),
    linear-gradient(180deg, #fffaf4 0%, #f7f1ea 100%) !important;
  background-size: 82px 82px, 82px 82px, auto, auto;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-section-head {
  margin-bottom: clamp(22px, 3vw, 34px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-section-head--split {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.86fr) !important;
  gap: clamp(22px, 4vw, 56px) !important;
  align-items: center !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-eyebrow {
  margin-bottom: 10px;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-title {
  max-width: 22ch !important;
  margin-bottom: 0;
  font-size: clamp(31px, 2.85vw, 42px) !important;
  line-height: 1.03 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-section-head > .crays-hosp-copy {
  max-width: 52ch;
  padding: 18px 20px;
  border: 1px solid rgba(7, 19, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: rgba(7, 19, 27, 0.74);
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 18px 54px rgba(7, 19, 27, 0.08);
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card,
.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--club {
  display: grid !important;
  grid-template-columns: minmax(160px, 0.78fr) minmax(0, 1fr) !important;
  min-height: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  border-color: rgba(7, 19, 27, 0.12) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 22px 64px rgba(7, 19, 27, 0.11) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card img,
.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--club img {
  width: 100%;
  height: 100% !important;
  min-height: clamp(270px, 22vw, 320px) !important;
  object-fit: cover;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card > div {
  min-width: 0;
  padding: clamp(20px, 2.1vw, 28px) !important;
  display: flex;
  flex-direction: column;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card .crays-hosp-kicker {
  margin-bottom: 10px;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card h3 {
  margin-bottom: 10px !important;
  color: #07131b;
  font-size: clamp(21px, 1.78vw, 28px) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card p {
  color: rgba(7, 19, 27, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-mini-row {
  margin-top: auto !important;
  padding-top: 14px;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-mini-row span {
  display: flex;
  min-height: 32px;
  align-items: center;
  border-radius: 8px !important;
  padding: 7px 10px !important;
  background: rgba(7, 19, 27, 0.045);
  color: rgba(7, 19, 27, 0.78);
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

@media (max-width: 1180px) {
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-section-head--split,
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card,
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--club {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr) !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card img,
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--club img {
    min-height: 280px !important;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-section-head > .crays-hosp-copy {
    padding: 16px;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card,
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--club {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card img,
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--club img {
    height: 230px !important;
    min-height: 230px !important;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-hospitality .crays-hosp-section--anchors {
    padding: 46px 0 !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-title {
    font-size: 30px !important;
  }
}

/* Finance monetization section: compact architecture pass. */
.crays-mirror.route-finance .crays-finance-section--monetization {
  scroll-margin-top: 86px;
  padding: clamp(52px, 5vw, 76px) 0 !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 10% 8%, rgba(42, 139, 205, 0.18), transparent 32%),
    linear-gradient(135deg, #071827 0%, #0e3048 52%, #07111d 100%) !important;
  background-size: 76px 76px, 76px 76px, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-architecture__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(24px, 3vw, 40px) !important;
  align-items: start !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-eyebrow,
.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-kicker {
  margin-bottom: 9px;
  letter-spacing: 0.12em;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-title {
  max-width: 23ch !important;
  font-size: clamp(32px, 3vw, 44px) !important;
  line-height: 1.04 !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-copy {
  max-width: 68ch;
  margin-top: 16px !important;
  color: rgba(247, 248, 251, 0.78);
  font-size: 15px !important;
  line-height: 1.56 !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow {
  gap: 10px !important;
  margin-top: 20px !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow article {
  min-height: 0 !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  border-left: 3px solid rgba(243, 18, 72, 0.78);
  padding: 16px 17px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow span {
  margin-bottom: 8px !important;
  font-size: 10.5px !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow strong {
  font-size: clamp(17px, 1.25vw, 20px) !important;
  line-height: 1.16 !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow p {
  margin-top: 9px !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.2px !important;
  line-height: 1.45 !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-content: start;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-mini-card {
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.16) !important;
  border-left: 3px solid rgba(243, 18, 72, 0.58);
  padding: 16px 17px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-mini-card h3 {
  color: #fff;
  font-size: clamp(17px, 1.18vw, 21px) !important;
  line-height: 1.16 !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-mini-card p {
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.2px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1180px) {
  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-architecture__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-finance .crays-finance-section--monetization {
    padding: 50px 0 !important;
  }

  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow,
  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-finance .crays-finance-section--monetization {
    padding: 44px 0 !important;
  }

  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-title {
    font-size: 30px !important;
  }

  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-monetization-flow,
  .crays-mirror.route-finance .crays-finance-section--monetization .crays-finance-stack {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Hospitality anchors and retail: image swap plus compact revenue journey pass. */
.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--coffee > img {
  display: none !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--coffee::before {
  content: "";
  display: block;
  min-height: clamp(270px, 22vw, 320px);
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(7, 19, 27, 0.03), rgba(7, 19, 27, 0.08)),
    url("/assets/crays-org/stock-lifestyle/crays-hospitality-11-crays-coffee-breakfast-ritual.jpg") center 58% / cover no-repeat;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail {
  padding: clamp(42px, 4.6vw, 64px) 0 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr) !important;
  gap: clamp(22px, 3.3vw, 42px) !important;
  align-items: start !important;
  row-gap: 10px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy {
  display: block;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy > .crays-hosp-eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 8px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy > .crays-hosp-title {
  grid-column: 1;
  grid-row: 2;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy > .crays-hosp-copy:not(.crays-hosp-retail__strong-copy) {
  grid-column: 1;
  grid-row: 3;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__strong-copy {
  grid-column: 1;
  grid-row: 4;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media {
  grid-column: 2;
  grid-row: 1 / 4;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue {
  grid-column: 2;
  grid-row: 4;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-title {
  max-width: 42ch !important;
  font-size: clamp(28px, 2.25vw, 32px) !important;
  line-height: 1.05 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-copy {
  max-width: 78ch;
  margin-top: 10px !important;
  font-size: 13.4px !important;
  line-height: 1.38 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__strong-copy {
  margin-top: 10px !important;
  border-left-width: 3px !important;
  border-radius: 8px;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 44px rgba(7, 19, 27, 0.08);
  font-size: 12.8px !important;
  line-height: 1.34 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue {
  gap: 9px !important;
  margin-top: 12px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue article {
  min-height: 0 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  box-shadow: 0 16px 44px rgba(7, 19, 27, 0.08) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue strong {
  margin-bottom: 6px !important;
  font-size: 15px !important;
  line-height: 1.18 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue p {
  font-size: 12.5px !important;
  line-height: 1.38 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media {
  border-radius: 8px !important;
  box-shadow: 0 22px 64px rgba(7, 19, 27, 0.12) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media > img {
  height: clamp(245px, 25vw, 320px) !important;
  padding: 0 !important;
  object-fit: cover !important;
  background: #fffaf4;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media figcaption {
  right: 12px !important;
  bottom: 12px !important;
  left: 12px !important;
  border-radius: 8px !important;
  padding: 13px 14px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media figcaption span {
  margin-bottom: 6px !important;
  font-size: 10px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media figcaption strong {
  max-width: 58ch !important;
  font-size: 15px !important;
  line-height: 1.28 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__partner {
  top: 12px !important;
  left: 12px !important;
  max-width: calc(100% - 24px) !important;
  border-radius: 999px !important;
  padding: 7px 11px !important;
  font-size: 9.5px !important;
  box-shadow: 0 14px 34px rgba(7, 19, 27, 0.1) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__partner img {
  height: 14px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__flow {
  gap: 9px !important;
  margin-top: 14px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 10px;
  min-height: 0 !important;
  border-radius: 8px !important;
  padding: 14px !important;
  box-shadow: 0 16px 44px rgba(7, 19, 27, 0.08) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step .crays-hosp-step__number {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  margin: 1px 0 0 !important;
  font-size: 10px;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step h3 {
  margin: 0 0 6px !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.16 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step p {
  margin: 0 !important;
  font-size: 12.2px !important;
  line-height: 1.42 !important;
}

@media (max-width: 1180px) {
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy {
    display: block;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy > .crays-hosp-eyebrow,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy > .crays-hosp-title,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__copy > .crays-hosp-copy,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__strong-copy,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media > img {
    height: 320px !important;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--coffee::before {
    min-height: 280px;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail {
    padding: 48px 0 !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-hospitality .crays-hosp-section--anchors .crays-hosp-anchor-card--coffee::before {
    height: 230px !important;
    min-height: 230px !important;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-title {
    font-size: 30px !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__flow {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__media > img {
    height: 250px !important;
  }
}

/* Finance funding sections: compact vehicle and association capital pass. */
.crays-mirror.route-finance .crays-finance-section--villa {
  padding: clamp(50px, 5vw, 76px) 0 !important;
}

.crays-mirror.route-finance .crays-finance-section--funding {
  padding: clamp(42px, 4.4vw, 62px) 0 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__grid {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(22px, 3vw, 38px) !important;
  align-items: start !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__media {
  position: relative !important;
  top: auto !important;
  min-height: 0 !important;
  box-shadow: 0 24px 72px rgba(6, 17, 29, 0.12);
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__media img {
  height: clamp(330px, 34vw, 440px) !important;
  min-height: 0 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__media figcaption {
  right: 16px !important;
  bottom: 16px !important;
  left: 16px !important;
  text-align: center;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__media strong {
  max-width: 36ch !important;
  margin: 0 auto;
  font-size: clamp(18px, 1.6vw, 23px) !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-title {
  max-width: 27ch !important;
  font-size: clamp(31px, 2.75vw, 40px) !important;
  line-height: 1.04 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-copy {
  max-width: 72ch;
  margin-top: 14px !important;
  font-size: 14.4px !important;
  line-height: 1.5 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics {
  gap: 10px !important;
  margin-top: 18px !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric {
  padding: 15px 16px !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric span {
  margin-bottom: 7px !important;
  font-size: 10px !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric strong {
  font-size: clamp(17px, 1.25vw, 20px) !important;
  line-height: 1.14 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric p {
  margin-top: 7px !important;
  font-size: 12.6px !important;
  line-height: 1.4 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card-grid--three {
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 2px;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card {
  min-height: 0;
  padding: 13px 12px !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card .crays-finance-kicker {
  margin-bottom: 7px !important;
  font-size: 9.5px !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card h3 {
  font-size: clamp(14px, 0.92vw, 17px) !important;
  line-height: 1.12 !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card p {
  margin-top: 7px !important;
  font-size: 11.3px !important;
  line-height: 1.34 !important;
}

.crays-mirror.route-finance .crays-finance-section--funding {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 10%, rgba(42, 139, 205, 0.16), transparent 34%),
    linear-gradient(135deg, #071827 0%, #0d2d44 52%, #07111d 100%) !important;
  background-size: 76px 76px, 76px 76px, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-funding__grid {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(24px, 3.2vw, 40px) !important;
  align-items: start !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-image-stack {
  grid-auto-rows: clamp(116px, 12.6vw, 152px) !important;
  gap: 10px !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-image-stack img {
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-title {
  max-width: 27ch !important;
  font-size: clamp(30px, 2.5vw, 36px) !important;
  line-height: 1.04 !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-copy {
  max-width: 68ch;
  margin-top: 12px !important;
  color: rgba(247, 248, 251, 0.78);
  font-size: 13.6px !important;
  line-height: 1.44 !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card-grid--two {
  gap: 10px !important;
  margin-top: 14px;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card {
  min-height: 0 !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  border-left: 3px solid rgba(243, 18, 72, 0.64);
  padding: 13px 15px !important;
  background: rgba(255, 255, 255, 0.085) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card .crays-finance-kicker {
  margin-bottom: 6px !important;
  font-size: 10px !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card h3 {
  color: #fff;
  font-size: clamp(16px, 1.08vw, 18px) !important;
  line-height: 1.15 !important;
}

.crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card p {
  margin-top: 7px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 12.2px !important;
  line-height: 1.36 !important;
}

@media (max-width: 1180px) {
  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__grid,
  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-funding__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__media img {
    height: 360px !important;
  }

  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-image-stack {
    grid-auto-rows: 150px !important;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-finance .crays-finance-section--villa,
  .crays-mirror.route-finance .crays-finance-section--funding {
    padding: 50px 0 !important;
  }

  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card-grid--three,
  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-title,
  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-title {
    font-size: 30px !important;
  }

  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics,
  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card-grid--three,
  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-card-grid--two {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__media img {
    height: 280px !important;
  }

  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-image-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 118px !important;
  }

  .crays-mirror.route-finance .crays-finance-section--funding .crays-finance-image-stack img:first-child {
    grid-column: 1 / 3 !important;
  }
}

/* Finance data engine: moved under RWA with premium image-led story. */
.crays-mirror.route-finance .crays-finance-section--rwa {
  padding-bottom: clamp(44px, 4.4vw, 64px) !important;
}

.crays-mirror.route-finance .crays-finance-section--data-premium {
  margin-top: -1px;
  padding: clamp(48px, 4.8vw, 72px) 0 clamp(54px, 5.4vw, 82px) !important;
  background:
    linear-gradient(135deg, #f7fbfb 0%, #edf6f4 42%, #fff8f0 100%) !important;
  color: var(--finance-ink);
}

.crays-mirror.route-finance .crays-finance-data-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(26px, 3.7vw, 50px);
  align-items: center;
}

.crays-mirror.route-finance .crays-finance-data-story__copy {
  max-width: 700px;
}

.crays-mirror.route-finance .crays-finance-section--data-premium .crays-finance-title {
  max-width: 15ch;
  font-size: clamp(40px, 4.4vw, 66px) !important;
  line-height: 1.02 !important;
}

.crays-mirror.route-finance .crays-finance-section--data-premium .crays-finance-copy {
  max-width: 66ch;
  margin-top: 18px !important;
  color: rgba(8, 20, 32, 0.72);
  font-size: clamp(15px, 1.1vw, 17px) !important;
  line-height: 1.56 !important;
}

.crays-mirror.route-finance .crays-finance-data-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.crays-mirror.route-finance .crays-finance-data-signal {
  min-height: 0;
  border: 1px solid rgba(8, 20, 32, 0.12);
  border-left: 3px solid rgba(243, 18, 72, 0.72);
  border-radius: 8px;
  padding: 16px 17px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(8, 20, 32, 0.08);
}

.crays-mirror.route-finance .crays-finance-data-signal .crays-finance-kicker {
  margin-bottom: 8px;
  font-size: 10px;
}

.crays-mirror.route-finance .crays-finance-data-signal h3 {
  margin: 0;
  color: var(--finance-ink);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.13;
  letter-spacing: 0;
}

.crays-mirror.route-finance .crays-finance-data-signal p {
  margin: 8px 0 0;
  color: rgba(8, 20, 32, 0.7);
  font-size: 12.8px;
  line-height: 1.42;
}

.crays-mirror.route-finance .crays-finance-data-story__visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.crays-mirror.route-finance .crays-finance-data-hero-media,
.crays-mirror.route-finance .crays-finance-data-media-row figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(8, 20, 32, 0.1);
  background: #07111d;
  box-shadow: 0 30px 80px rgba(8, 20, 32, 0.14);
}

.crays-mirror.route-finance .crays-finance-data-hero-media img,
.crays-mirror.route-finance .crays-finance-data-media-row img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.crays-mirror.route-finance .crays-finance-data-hero-media img {
  height: clamp(310px, 30vw, 430px);
  object-position: center 58%;
}

.crays-mirror.route-finance .crays-finance-data-hero-media::after,
.crays-mirror.route-finance .crays-finance-data-media-row figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 12, 20, 0.02) 30%, rgba(5, 12, 20, 0.82) 100%);
  pointer-events: none;
}

.crays-mirror.route-finance .crays-finance-data-hero-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(7, 17, 29, 0.82);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(12px);
}

.crays-mirror.route-finance .crays-finance-data-hero-media figcaption span,
.crays-mirror.route-finance .crays-finance-data-media-row figcaption {
  display: block;
  color: var(--finance-red);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-data-hero-media figcaption strong {
  display: block;
  max-width: 42ch;
  margin: 7px auto 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.18;
  letter-spacing: 0;
}

.crays-mirror.route-finance .crays-finance-data-media-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.crays-mirror.route-finance .crays-finance-data-media-row img {
  height: clamp(130px, 13vw, 170px);
}

.crays-mirror.route-finance .crays-finance-data-media-row figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  border-radius: 999px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--finance-ink);
  text-align: center;
  box-shadow: 0 14px 34px rgba(8, 20, 32, 0.16);
}

@media (max-width: 1180px) {
  .crays-mirror.route-finance .crays-finance-data-story {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-finance .crays-finance-data-story__copy {
    max-width: none;
  }

  .crays-mirror.route-finance .crays-finance-section--data-premium .crays-finance-title {
    max-width: 18ch;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-finance .crays-finance-section--data-premium .crays-finance-title {
    font-size: 34px !important;
  }

  .crays-mirror.route-finance .crays-finance-data-signal-grid,
  .crays-mirror.route-finance .crays-finance-data-media-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-finance .crays-finance-data-hero-media img {
    height: 300px;
  }
}

/* Finance RWA + data readability pass: clearer story, calmer backgrounds. */
.crays-mirror.route-finance .crays-finance-section--rwa-premium {
  padding: clamp(58px, 5.8vw, 88px) 0 clamp(46px, 4.6vw, 66px) !important;
  background:
    linear-gradient(180deg, #f8faf8 0%, #f2f7f4 100%) !important;
  color: var(--finance-ink);
}

.crays-mirror.route-finance .crays-finance-rwa-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(22px, 3.4vw, 44px);
  align-items: stretch;
}

.crays-mirror.route-finance .crays-finance-rwa-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: clamp(360px, 34vw, 480px);
  border: 1px solid rgba(8, 20, 32, 0.1);
  border-radius: 8px;
  padding: clamp(24px, 3.4vw, 44px);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 76px rgba(8, 20, 32, 0.08);
}

.crays-mirror.route-finance .crays-finance-rwa-story__copy .crays-finance-title {
  max-width: 20ch;
  font-size: clamp(32px, 3.05vw, 48px) !important;
  line-height: 1.04 !important;
}

.crays-mirror.route-finance .crays-finance-rwa-story__copy .crays-finance-copy {
  max-width: 64ch;
  margin-top: 16px !important;
  color: rgba(8, 20, 32, 0.72);
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.55 !important;
}

.crays-mirror.route-finance .crays-finance-rwa-summary {
  margin-top: 22px;
  border-left: 3px solid var(--finance-red);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(242, 246, 244, 0.92);
}

.crays-mirror.route-finance .crays-finance-rwa-summary span {
  display: block;
  margin-bottom: 6px;
  color: var(--finance-red);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-rwa-summary strong {
  display: block;
  color: var(--finance-ink);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.28;
}

.crays-mirror.route-finance .crays-finance-rwa-media {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 34vw, 480px);
  margin: 0;
  border-radius: 8px;
  border: 1px solid rgba(8, 20, 32, 0.1);
  background: #07111d;
  box-shadow: 0 32px 86px rgba(8, 20, 32, 0.16);
}

.crays-mirror.route-finance .crays-finance-rwa-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 34vw, 480px);
  object-fit: cover;
  object-position: center 54%;
}

.crays-mirror.route-finance .crays-finance-rwa-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 12, 20, 0.04) 32%, rgba(5, 12, 20, 0.84) 100%);
  pointer-events: none;
}

.crays-mirror.route-finance .crays-finance-rwa-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(7, 17, 29, 0.84);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(12px);
}

.crays-mirror.route-finance .crays-finance-rwa-media figcaption span {
  display: block;
  color: var(--finance-red);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crays-mirror.route-finance .crays-finance-rwa-media figcaption strong {
  display: block;
  max-width: 42ch;
  margin: 7px auto 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.18;
  letter-spacing: 0;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-rwa-flow {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-step {
  min-height: 0 !important;
  border: 1px solid rgba(8, 20, 32, 0.1);
  border-left: 3px solid rgba(243, 18, 72, 0.72);
  border-radius: 8px;
  padding: 18px 18px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 20px 54px rgba(8, 20, 32, 0.08);
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-step__number {
  margin-bottom: 12px !important;
  color: var(--finance-red);
  font-size: clamp(22px, 2.1vw, 30px) !important;
  line-height: 1;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-step h3 {
  font-size: clamp(17px, 1.2vw, 20px) !important;
  line-height: 1.14 !important;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-step p {
  margin-top: 9px !important;
  color: rgba(8, 20, 32, 0.7);
  font-size: 12.8px !important;
  line-height: 1.42 !important;
}

.crays-mirror.route-finance .crays-finance-section--data-premium {
  padding: clamp(56px, 5.4vw, 84px) 0 clamp(62px, 6vw, 92px) !important;
  background:
    linear-gradient(180deg, #081827 0%, #0e2f45 100%) !important;
  color: #fff;
}

.crays-mirror.route-finance .crays-finance-data-readable {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
}

.crays-mirror.route-finance .crays-finance-data-readable__head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: end;
}

.crays-mirror.route-finance .crays-finance-data-readable__head .crays-finance-title {
  max-width: 17ch;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 56px) !important;
  line-height: 1.04 !important;
}

.crays-mirror.route-finance .crays-finance-data-readable__head .crays-finance-copy {
  max-width: 52ch;
  margin-top: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.55 !important;
}

.crays-mirror.route-finance .crays-finance-data-readable__body {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: clamp(22px, 3vw, 38px);
  align-items: start;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal-grid {
  align-self: start;
  align-content: start;
  margin-top: 0;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal {
  border-color: rgba(255, 255, 255, 0.16);
  border-left-color: rgba(243, 18, 72, 0.78);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.16);
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal h3 {
  color: #fff;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal p {
  color: rgba(255, 255, 255, 0.74);
}

.crays-mirror.route-finance .crays-finance-data-readable__visual {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  gap: 10px;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-hero-media,
.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-media-row figure {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-hero-media img {
  height: 100%;
  min-height: 300px;
  object-position: center 48%;
}

@media (max-width: 1180px) {
  .crays-mirror.route-finance .crays-finance-rwa-story,
  .crays-mirror.route-finance .crays-finance-data-readable__head,
  .crays-mirror.route-finance .crays-finance-data-readable__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-rwa-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .crays-mirror.route-finance .crays-finance-data-readable__head .crays-finance-copy {
    max-width: 68ch;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-finance .crays-finance-rwa-story__copy,
  .crays-mirror.route-finance .crays-finance-rwa-media {
    min-height: 0;
  }

  .crays-mirror.route-finance .crays-finance-rwa-story__copy .crays-finance-title,
  .crays-mirror.route-finance .crays-finance-data-readable__head .crays-finance-title {
    font-size: 32px !important;
  }

  .crays-mirror.route-finance .crays-finance-rwa-media img,
  .crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-hero-media img {
    min-height: 280px;
    height: 280px;
  }

  .crays-mirror.route-finance .crays-finance-section--rwa-premium .crays-finance-rwa-flow,
  .crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal-grid,
  .crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-media-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.crays-mirror.route-finance .crays-finance-page > .crays-finance-section--data-premium {
  background-color: #081827 !important;
  background-image: linear-gradient(180deg, #081827 0%, #0e2f45 100%) !important;
}

/* Finance polish: blue funding vehicle stage and tighter data visual. */
.crays-mirror.route-finance .crays-finance-page > .crays-finance-section--villa {
  background-color: #081827 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 86% 8%, rgba(42, 139, 205, 0.22), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(243, 18, 72, 0.1), transparent 26%),
    linear-gradient(135deg, #071827 0%, #0e2f45 58%, #07111d 100%) !important;
  background-size: 76px 76px, 76px 76px, auto, auto, auto !important;
  color: #fff;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-title,
.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric strong,
.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card h3 {
  color: #fff !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric p,
.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card p {
  color: rgba(255, 255, 255, 0.74) !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric,
.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.17);
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-card-grid--three > .crays-finance-card {
  background-color: rgba(255, 255, 255, 0.08) !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)) !important;
  color: #fff !important;
}

.crays-mirror.route-finance .crays-finance-section--villa .crays-finance-villa__metrics .crays-finance-metric span {
  color: rgba(255, 255, 255, 0.64) !important;
}

.crays-mirror.route-finance .crays-finance-data-readable__visual {
  grid-template-rows: auto !important;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-hero-media {
  min-height: 0 !important;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-hero-media img {
  height: clamp(260px, 23vw, 340px) !important;
  min-height: 0 !important;
  object-position: center 46% !important;
}

.crays-mirror.route-finance .crays-finance-rwa-story {
  align-items: start !important;
}

.crays-mirror.route-finance .crays-finance-rwa-story__copy {
  min-height: 0 !important;
}

.crays-mirror.route-finance .crays-finance-rwa-media {
  height: clamp(330px, 29vw, 430px) !important;
  min-height: 0 !important;
}

.crays-mirror.route-finance .crays-finance-rwa-media img {
  height: 100% !important;
  min-height: 0 !important;
  object-position: center 50% !important;
}

@media (max-width: 760px) {
  .crays-mirror.route-finance .crays-finance-rwa-media {
    height: 300px !important;
  }

  .crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-hero-media img {
    height: 260px !important;
    min-height: 0 !important;
  }
}

/* Finance team: luxury lifestyle collage instead of report-style image stack. */
.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage {
  position: sticky;
  top: 96px;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  grid-auto-rows: clamp(92px, 8vw, 130px) !important;
  gap: 10px !important;
  align-self: start;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(1) {
  grid-column: 1 / span 4 !important;
  grid-row: span 2;
  object-position: center 55%;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(2) {
  grid-column: 5 / span 2 !important;
  grid-row: span 1;
  object-position: center 48%;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(3) {
  grid-column: 5 / span 2 !important;
  grid-row: span 1;
  object-position: center 52%;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(4),
.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(5),
.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(6) {
  grid-row: span 1;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(4) {
  grid-column: 1 / span 2 !important;
  object-position: center 50%;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(5) {
  grid-column: 3 / span 2 !important;
  object-position: center 46%;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(6) {
  grid-column: 5 / span 2 !important;
  object-position: center 58%;
}

@media (max-width: 900px) {
  .crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage {
    position: static;
    grid-auto-rows: 120px !important;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 130px !important;
  }

  .crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img {
    grid-column: auto / span 1 !important;
    grid-row: span 1;
  }

  .crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img:nth-child(1) {
    grid-column: 1 / -1 !important;
    grid-row: span 2;
  }
}

/* Real Estate compact editorial redesign for solution, asset stage and revenue sections. */
.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-section--asset-stage,
.crays-mirror.route-real-estate .crays-real-section--revenue {
  padding-top: clamp(68px, 7vw, 92px);
  padding-bottom: clamp(70px, 7vw, 96px);
}

.crays-mirror.route-real-estate .crays-real-solution__grid,
.crays-mirror.route-real-estate .crays-real-revenue__grid {
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.crays-mirror.route-real-estate .crays-real-solution__grid > div:first-child,
.crays-mirror.route-real-estate .crays-real-revenue__grid > div:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(6, 17, 29, 0.11);
  border-radius: 14px;
  padding: clamp(26px, 3vw, 40px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 239, 232, 0.78)),
    radial-gradient(circle at 88% 12%, rgba(255, 20, 76, 0.12), transparent 30%);
  box-shadow: 0 24px 70px rgba(6, 17, 29, 0.08);
}

.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-revenue__grid > div:first-child {
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 100% 0%, rgba(255, 20, 76, 0.16), transparent 34%);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-title {
  max-width: 14ch;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-copy {
  max-width: 56ch;
  font-size: 16.5px;
  line-height: 1.58;
}

.crays-mirror.route-real-estate .crays-real-solution__stack {
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(300px, 1.08fr);
  gap: 14px;
  align-items: stretch;
}

.crays-mirror.route-real-estate .crays-real-solution__media {
  min-height: 100%;
  border-color: rgba(6, 17, 29, 0.14);
}

.crays-mirror.route-real-estate .crays-real-solution__media img {
  min-height: 430px;
}

.crays-mirror.route-real-estate .crays-real-solution__media figcaption {
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px 16px;
  text-align: left;
}

.crays-mirror.route-real-estate .crays-real-system {
  gap: 10px;
}

.crays-mirror.route-real-estate .crays-real-system article {
  min-height: 0;
  padding: 17px 18px 17px 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 38px rgba(6, 17, 29, 0.055);
}

.crays-mirror.route-real-estate .crays-real-system h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.crays-mirror.route-real-estate .crays-real-system p {
  font-size: 13.8px;
  line-height: 1.45;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head {
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.032)),
    radial-gradient(circle at 94% 12%, rgba(255, 20, 76, 0.16), transparent 34%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head--split {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: end;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-title {
  max-width: 13ch;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__gallery {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  grid-auto-rows: 152px;
  gap: 10px;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image {
  border-color: rgba(255, 255, 255, 0.15);
}

.crays-mirror.route-real-estate .crays-real-asset-stage__image figcaption {
  left: 10px;
  bottom: 10px;
  padding: 8px 10px;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__content {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__statement {
  min-height: 0;
  margin-bottom: 0;
  border-radius: 14px;
  padding: clamp(20px, 2.2vw, 28px);
}

.crays-mirror.route-real-estate .crays-real-asset-stage__statement h3 {
  max-width: 15ch;
  font-size: clamp(28px, 2.6vw, 40px);
}

.crays-mirror.route-real-estate .crays-real-asset-stage__statement p {
  margin-top: 14px;
  font-size: 15.5px;
  line-height: 1.5;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage .crays-real-list-card {
  min-height: 0;
  border-radius: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage .crays-real-list-card--wide {
  grid-column: 1 / -1;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage h3 {
  font-size: 20px;
  line-height: 1.08;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage ul {
  gap: 7px;
  margin-top: 14px;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage li {
  padding: 7px 9px;
  font-size: 11px;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.crays-mirror.route-real-estate .crays-real-revenue-media {
  grid-column: 1 / -1;
  min-height: 220px;
}

.crays-mirror.route-real-estate .crays-real-revenue-media figcaption {
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
}

.crays-mirror.route-real-estate .crays-real-revenue-media figcaption span {
  margin-bottom: 0;
  white-space: nowrap;
}

.crays-mirror.route-real-estate .crays-real-revenue-media figcaption strong {
  font-size: 18px;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card {
  min-height: 0;
  border-radius: 14px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.075);
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card:first-of-type {
  min-height: 0;
  grid-column: span 2;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card p {
  font-size: 14.7px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .crays-mirror.route-real-estate .crays-real-solution__grid,
  .crays-mirror.route-real-estate .crays-real-revenue__grid,
  .crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head--split,
  .crays-mirror.route-real-estate .crays-real-asset-stage__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-solution__stack {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .crays-mirror.route-real-estate .crays-real-revenue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-real-estate .crays-real-revenue-media {
    grid-column: 1 / -1;
  }

  .crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card:first-of-type {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-real-estate .crays-real-solution,
  .crays-mirror.route-real-estate .crays-real-section--asset-stage,
  .crays-mirror.route-real-estate .crays-real-section--revenue {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .crays-mirror.route-real-estate .crays-real-solution__grid > div:first-child,
  .crays-mirror.route-real-estate .crays-real-revenue__grid > div:first-child,
  .crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head {
    padding: 20px;
  }

  .crays-mirror.route-real-estate .crays-real-solution__stack,
  .crays-mirror.route-real-estate .crays-real-revenue-grid,
  .crays-mirror.route-real-estate .crays-real-asset-stage__gallery,
  .crays-mirror.route-real-estate .crays-real-list-grid--asset-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-real-estate .crays-real-solution__media img {
    min-height: 260px;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__gallery {
    grid-auto-rows: auto;
  }

  .crays-mirror.route-real-estate .crays-real-asset-stage__image,
  .crays-mirror.route-real-estate .crays-real-asset-stage__image--hero {
    min-height: 210px;
    grid-row: span 1;
  }

  .crays-mirror.route-real-estate .crays-real-revenue-media {
    min-height: 210px;
  }

  .crays-mirror.route-real-estate .crays-real-revenue-media figcaption {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .crays-mirror.route-real-estate .crays-real-revenue-media figcaption span {
    white-space: normal;
  }
}

/* Real Estate hospitality-inspired color pass: calmer Crays night depth and softer transitions. */
.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-section--asset-stage,
.crays-mirror.route-real-estate .crays-real-section--revenue {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.crays-mirror.route-real-estate .crays-real-solution > .crays-real-shell,
.crays-mirror.route-real-estate .crays-real-section--asset-stage > .crays-real-shell,
.crays-mirror.route-real-estate .crays-real-section--revenue > .crays-real-shell {
  position: relative;
  z-index: 1;
}

.crays-mirror.route-real-estate .crays-real-solution {
  background:
    linear-gradient(rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    radial-gradient(circle at 84% 12%, rgba(94, 207, 255, 0.13), transparent 31%),
    radial-gradient(circle at 14% 82%, rgba(243, 18, 72, 0.16), transparent 30%),
    linear-gradient(180deg, #07101a 0%, #0b1f2f 54%, #06111d 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 86% 14%, rgba(243, 18, 72, 0.15), transparent 29%),
    radial-gradient(circle at 18% 76%, rgba(94, 207, 255, 0.10), transparent 32%),
    linear-gradient(135deg, #06111d 0%, #0d2840 52%, #151a31 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

.crays-mirror.route-real-estate .crays-real-section--revenue {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 12% 16%, rgba(94, 207, 255, 0.11), transparent 29%),
    radial-gradient(circle at 88% 0%, rgba(243, 18, 72, 0.16), transparent 32%),
    linear-gradient(180deg, #07101a 0%, #102131 52%, #06111d 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

.crays-mirror.route-real-estate .crays-real-solution::after,
.crays-mirror.route-real-estate .crays-real-section--asset-stage::after,
.crays-mirror.route-real-estate .crays-real-section--revenue::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(6, 17, 29, 0), rgba(6, 17, 29, 0.42));
  pointer-events: none;
}

.crays-mirror.route-real-estate .crays-real-solution__grid > div:first-child,
.crays-mirror.route-real-estate .crays-real-revenue__grid > div:first-child,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head,
.crays-mirror.route-real-estate .crays-real-asset-stage__statement {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 92, 124, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.042)) !important;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(16px);
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-title,
.crays-mirror.route-real-estate .crays-real-system h3,
.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage h3,
.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card h3 {
  color: #fff !important;
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-system p,
.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage p,
.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-asset-stage__statement p {
  color: rgba(248, 243, 235, 0.74) !important;
}

.crays-mirror.route-real-estate .crays-real-solution__media,
.crays-mirror.route-real-estate .crays-real-revenue-media {
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.26);
}

.crays-mirror.route-real-estate .crays-real-system article,
.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage .crays-real-list-card,
.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card {
  border-color: rgba(255, 255, 255, 0.13) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 207, 255, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.075) !important;
  box-shadow: none !important;
}

.crays-mirror.route-real-estate .crays-real-system article::before {
  background: linear-gradient(180deg, #ff5c7c, #f31248) !important;
}

.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-section--asset-stage,
.crays-mirror.route-real-estate .crays-real-section--revenue {
  padding-top: clamp(42px, 4.7vw, 64px) !important;
  padding-bottom: clamp(46px, 5vw, 70px) !important;
}

.crays-mirror.route-real-estate .crays-real-solution__grid,
.crays-mirror.route-real-estate .crays-real-revenue__grid {
  align-items: start !important;
}

.crays-mirror.route-real-estate .crays-real-solution__grid > div:first-child,
.crays-mirror.route-real-estate .crays-real-revenue__grid > div:first-child {
  justify-content: flex-start !important;
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-title {
  max-width: 21ch !important;
  font-size: clamp(27px, 2.8vw, 38px) !important;
  line-height: 1.08 !important;
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-copy {
  margin-top: 18px !important;
  font-size: 15.5px !important;
  line-height: 1.54 !important;
}

.crays-mirror.route-real-estate .crays-real-solution__media img {
  min-height: 350px !important;
}

.crays-mirror.route-real-estate .crays-real-system article {
  padding: 15px 16px 15px 20px !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-media {
  min-height: 190px !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card {
  padding: 17px !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card h3 {
  font-size: 18px !important;
}

/* Real Estate pagewide editorial system pass. */
.crays-mirror.route-real-estate .crays-real-page {
  --real-h1: clamp(48px, 6vw, 76px);
  --real-h2: clamp(34px, 3.35vw, 48px);
  --real-h3: clamp(21px, 1.45vw, 25px);
  --real-lead-size: clamp(20px, 1.55vw, 24px);
  --real-body-size: clamp(18px, 1.18vw, 20px);
  --real-card-size: clamp(16.5px, 1vw, 18px);
  --real-section-pad: clamp(62px, 6.2vw, 92px);
  --real-card-radius: 16px;
  --real-grid-dark: rgba(255, 255, 255, 0.043);
  --real-grid-paper: rgba(7, 21, 35, 0.095);
  --real-glass: rgba(255, 255, 255, 0.085);
  --real-glass-strong: rgba(255, 255, 255, 0.12);
  --real-glass-line: rgba(255, 255, 255, 0.16);
  background: #03070c;
}

.crays-mirror.route-real-estate .crays-real-page section[id] {
  scroll-margin-top: 96px;
}

.crays-mirror.route-real-estate .crays-real-shell {
  width: min(1240px, calc(100% - 56px)) !important;
}

.crays-mirror.route-real-estate .crays-real-section,
.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-closing {
  padding-top: var(--real-section-pad) !important;
  padding-bottom: var(--real-section-pad) !important;
}

.crays-mirror.route-real-estate .crays-real-hero__title {
  max-width: 12.5ch !important;
  font-size: var(--real-h1) !important;
  line-height: 0.99 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-title {
  max-width: 18ch !important;
  font-size: var(--real-h2) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-lead {
  max-width: 58ch !important;
  font-size: var(--real-lead-size) !important;
  line-height: 1.5 !important;
  text-wrap: pretty;
}

.crays-mirror.route-real-estate .crays-real-copy {
  max-width: 62ch !important;
  font-size: var(--real-body-size) !important;
  line-height: 1.58 !important;
  text-wrap: pretty;
}

.crays-mirror.route-real-estate .crays-real-eyebrow,
.crays-mirror.route-real-estate .crays-real-kicker,
.crays-mirror.route-real-estate .crays-real-step__number,
.crays-mirror.route-real-estate .crays-real-panel__eyebrow {
  font-size: 12px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.09em !important;
}

.crays-mirror.route-real-estate .crays-real-card h3,
.crays-mirror.route-real-estate .crays-real-mini-card h3,
.crays-mirror.route-real-estate .crays-real-list-card h3,
.crays-mirror.route-real-estate .crays-real-step h3 {
  font-size: var(--real-h3) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.crays-mirror.route-real-estate .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-mini-card p,
.crays-mirror.route-real-estate .crays-real-list-card p,
.crays-mirror.route-real-estate .crays-real-step p,
.crays-mirror.route-real-estate .crays-real-investor-card p,
.crays-mirror.route-real-estate .crays-real-community-demand__statement p {
  max-width: 46ch;
  font-size: var(--real-card-size) !important;
  line-height: 1.56 !important;
  text-wrap: pretty;
}

.crays-mirror.route-real-estate .crays-real-card,
.crays-mirror.route-real-estate .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-list-card,
.crays-mirror.route-real-estate .crays-real-step,
.crays-mirror.route-real-estate .crays-real-thesis-card {
  min-height: 0 !important;
  border-radius: var(--real-card-radius) !important;
  padding: clamp(21px, 2vw, 30px) !important;
}

.crays-mirror.route-real-estate .crays-real-problem__grid,
.crays-mirror.route-real-estate .crays-real-solution__grid,
.crays-mirror.route-real-estate .crays-real-asset-stage__layout,
.crays-mirror.route-real-estate .crays-real-revenue__grid,
.crays-mirror.route-real-estate .crays-real-contribution__grid,
.crays-mirror.route-real-estate .crays-real-owner__grid,
.crays-mirror.route-real-estate .crays-real-community-demand__body,
.crays-mirror.route-real-estate .crays-real-fund-product__grid,
.crays-mirror.route-real-estate .crays-real-section-head--split {
  gap: clamp(30px, 4.6vw, 64px) !important;
}

.crays-mirror.route-real-estate .crays-real-section-head {
  max-width: none !important;
  margin-bottom: clamp(30px, 4vw, 46px) !important;
}

.crays-mirror.route-real-estate .crays-real-section--problem,
.crays-mirror.route-real-estate .crays-real-solution,
.crays-mirror.route-real-estate .crays-real-section--asset-stage,
.crays-mirror.route-real-estate .crays-real-section--revenue,
.crays-mirror.route-real-estate .crays-real-section--owner-use,
.crays-mirror.route-real-estate .crays-real-section--community,
.crays-mirror.route-real-estate .crays-real-section--tech,
.crays-mirror.route-real-estate .crays-real-section--fund-product,
.crays-mirror.route-real-estate .crays-real-closing {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  background:
    linear-gradient(var(--real-grid-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--real-grid-dark) 1px, transparent 1px),
    radial-gradient(circle at 78% 8%, rgba(88, 190, 255, 0.15), transparent 33%),
    radial-gradient(circle at 12% 88%, rgba(243, 18, 72, 0.13), transparent 32%),
    linear-gradient(145deg, #03070c 0%, #071923 52%, #0b2332 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), inset 0 -1px 0 rgba(255, 255, 255, 0.055);
}

.crays-mirror.route-real-estate .crays-real-section--asset-stage {
  background:
    linear-gradient(var(--real-grid-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--real-grid-dark) 1px, transparent 1px),
    radial-gradient(circle at 86% 16%, rgba(243, 18, 72, 0.17), transparent 30%),
    radial-gradient(circle at 16% 78%, rgba(78, 183, 255, 0.12), transparent 31%),
    linear-gradient(135deg, #06111d 0%, #0b263a 54%, #111a2e 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

.crays-mirror.route-real-estate .crays-real-section--contribution {
  position: relative;
  overflow: hidden;
  color: var(--real-ink) !important;
  background:
    linear-gradient(var(--real-grid-paper) 1px, transparent 1px),
    linear-gradient(90deg, var(--real-grid-paper) 1px, transparent 1px),
    radial-gradient(circle at 84% 8%, rgba(97, 203, 255, 0.13), transparent 31%),
    radial-gradient(circle at 8% 100%, rgba(243, 18, 72, 0.08), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f5f0e9 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

.crays-mirror.route-real-estate .crays-real-section--contribution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--contribution .crays-real-step p {
  color: rgba(6, 17, 29, 0.74) !important;
}

.crays-mirror.route-real-estate .crays-real-section--contribution .crays-real-step {
  border-color: rgba(7, 21, 35, 0.14) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 22px 60px rgba(7, 21, 35, 0.08);
}

.crays-mirror.route-real-estate .crays-real-section--problem .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--community .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--tech .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--fund-product .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-closing .crays-real-copy {
  color: rgba(248, 243, 235, 0.82) !important;
}

.crays-mirror.route-real-estate .crays-real-section--problem .crays-real-card,
.crays-mirror.route-real-estate .crays-real-section--problem .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-card,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-card,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-list-card,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-card,
.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card,
.crays-mirror.route-real-estate .crays-real-section--community .crays-real-step,
.crays-mirror.route-real-estate .crays-real-section--tech .crays-real-card {
  border-color: var(--real-glass-line) !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(98, 201, 255, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.052)) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.crays-mirror.route-real-estate .crays-real-section--problem .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-section--problem .crays-real-mini-card p,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-solution .crays-real-mini-card p,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-list-card p,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-card p,
.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card p,
.crays-mirror.route-real-estate .crays-real-section--community .crays-real-step p,
.crays-mirror.route-real-estate .crays-real-section--tech .crays-real-card p {
  color: rgba(248, 243, 235, 0.76) !important;
}

.crays-mirror.route-real-estate .crays-real-hero__insight {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: var(--real-ink) !important;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.82), rgba(244, 239, 232, 0.72)) !important;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.27) !important;
  backdrop-filter: blur(18px) saturate(116%);
}

.crays-mirror.route-real-estate .crays-real-hero__insight h2 {
  max-width: 13ch !important;
  font-size: clamp(32px, 2.9vw, 46px) !important;
  line-height: 1.03 !important;
}

.crays-mirror.route-real-estate .crays-real-hero__insight-copy {
  max-width: 42ch !important;
  font-size: clamp(17px, 1.08vw, 19px) !important;
  line-height: 1.55 !important;
}

.crays-mirror.route-real-estate .crays-real-visual-strip {
  background: #03070c !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-real-estate .crays-real-solution__grid > div:first-child,
.crays-mirror.route-real-estate .crays-real-revenue__grid > div:first-child,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-section-head,
.crays-mirror.route-real-estate .crays-real-asset-stage__statement,
.crays-mirror.route-real-estate .crays-real-community-demand__statement {
  border-radius: 20px !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 92, 124, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.048)) !important;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(16px);
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-title,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-title {
  max-width: 19ch !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
}

.crays-mirror.route-real-estate .crays-real-solution .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--asset-stage .crays-real-copy,
.crays-mirror.route-real-estate .crays-real-section--revenue .crays-real-copy {
  margin-top: 20px !important;
  font-size: var(--real-body-size) !important;
  line-height: 1.58 !important;
}

.crays-mirror.route-real-estate .crays-real-system article {
  padding: 22px 24px !important;
}

.crays-mirror.route-real-estate .crays-real-system article p,
.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage p,
.crays-mirror.route-real-estate .crays-real-asset-stage__statement p {
  font-size: var(--real-card-size) !important;
  line-height: 1.56 !important;
}

.crays-mirror.route-real-estate .crays-real-solution__stack {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-solution__media,
.crays-mirror.route-real-estate .crays-real-revenue-media,
.crays-mirror.route-real-estate .crays-real-asset-stage__image,
.crays-mirror.route-real-estate .crays-real-community-demand__image,
.crays-mirror.route-real-estate .crays-real-problem-image {
  border-radius: 16px !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-real-estate .crays-real-solution__media img {
  min-height: clamp(300px, 28vw, 430px) !important;
}

.crays-mirror.route-real-estate .crays-real-asset-stage__gallery {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-list-grid--asset-stage {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card {
  padding: 22px !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card h3 {
  font-size: var(--real-h3) !important;
}

.crays-mirror.route-real-estate .crays-real-revenue-grid .crays-real-card p {
  font-size: var(--real-card-size) !important;
  line-height: 1.56 !important;
}

.crays-mirror.route-real-estate .crays-real-contribution__grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: center !important;
}

.crays-mirror.route-real-estate .crays-real-contribution-flow {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-owner__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  align-items: center !important;
}

.crays-mirror.route-real-estate .crays-real-owner__media {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

.crays-mirror.route-real-estate .crays-real-owner__media img {
  width: 100% !important;
  height: clamp(290px, 28vw, 420px) !important;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 18px !important;
  object-fit: cover !important;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.24);
}

.crays-mirror.route-real-estate .crays-real-owner__media img:first-child {
  object-position: center center !important;
}

.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: clamp(24px, 3vw, 34px) !important;
}

.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card:nth-child(3) {
  grid-column: 1 / -1;
}

.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card {
  padding: 20px !important;
}

.crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card p {
  font-size: 15.8px !important;
}

.crays-mirror.route-real-estate .crays-real-community-demand__head {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  align-items: stretch !important;
  margin-bottom: 28px !important;
}

.crays-mirror.route-real-estate .crays-real-community-demand__statement {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 36px) !important;
}

.crays-mirror.route-real-estate .crays-real-community-demand__statement h3 {
  max-width: 18ch !important;
  font-size: clamp(30px, 3vw, 44px) !important;
  line-height: 1.05 !important;
}

.crays-mirror.route-real-estate .crays-real-community-demand__body {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: stretch !important;
}

.crays-mirror.route-real-estate .crays-real-community-demand__media {
  grid-auto-rows: clamp(185px, 17vw, 240px) !important;
}

.crays-mirror.route-real-estate .crays-real-demand-flow--community {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-tech-grid {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-section--tech .crays-real-card {
  min-height: 230px !important;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards {
  gap: 14px !important;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards article {
  min-height: 0 !important;
  border-radius: 16px !important;
  padding: 22px !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.05)) !important;
}

.crays-mirror.route-real-estate .crays-real-fund-product__cards strong {
  font-size: clamp(17px, 1.1vw, 19px) !important;
  line-height: 1.22 !important;
}

.crays-mirror.route-real-estate .crays-real-fund-product__panel {
  border-radius: 24px !important;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.88), rgba(244, 239, 232, 0.76)) !important;
  backdrop-filter: blur(18px) saturate(116%);
}

.crays-mirror.route-real-estate .crays-real-closing__inner {
  max-width: 900px !important;
}

.crays-mirror.route-real-estate .crays-real-closing .crays-real-title {
  max-width: 21ch !important;
}

@media (max-width: 1180px) {
  .crays-mirror.route-real-estate .crays-real-shell {
    width: min(1040px, calc(100% - 44px)) !important;
  }

  .crays-mirror.route-real-estate .crays-real-problem__grid,
  .crays-mirror.route-real-estate .crays-real-solution__grid,
  .crays-mirror.route-real-estate .crays-real-asset-stage__layout,
  .crays-mirror.route-real-estate .crays-real-revenue__grid,
  .crays-mirror.route-real-estate .crays-real-contribution__grid,
  .crays-mirror.route-real-estate .crays-real-owner__grid,
  .crays-mirror.route-real-estate .crays-real-community-demand__head,
  .crays-mirror.route-real-estate .crays-real-community-demand__body,
  .crays-mirror.route-real-estate .crays-real-fund-product__grid,
  .crays-mirror.route-real-estate .crays-real-section-head--split {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-grid,
  .crays-mirror.route-real-estate .crays-real-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-real-estate .crays-real-page {
    --real-h1: clamp(39px, 11vw, 50px);
    --real-h2: clamp(29px, 8.4vw, 38px);
    --real-lead-size: 18.5px;
    --real-body-size: 17px;
    --real-card-size: 15.8px;
    --real-section-pad: 54px;
  }

  .crays-mirror.route-real-estate .crays-real-shell {
    width: calc(100% - 28px) !important;
  }

  .crays-mirror.route-real-estate .crays-real-title,
  .crays-mirror.route-real-estate .crays-real-hero__title {
    max-width: 12.5ch !important;
  }

  .crays-mirror.route-real-estate .crays-real-copy,
  .crays-mirror.route-real-estate .crays-real-lead {
    max-width: 100% !important;
  }

  .crays-mirror.route-real-estate .crays-real-mini-grid,
  .crays-mirror.route-real-estate .crays-real-list-grid,
  .crays-mirror.route-real-estate .crays-real-revenue-grid,
  .crays-mirror.route-real-estate .crays-real-contribution-flow,
  .crays-mirror.route-real-estate .crays-real-demand-flow--community,
  .crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-grid,
  .crays-mirror.route-real-estate .crays-real-tech-grid,
  .crays-mirror.route-real-estate .crays-real-fund-product__cards {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-real-estate .crays-real-section--owner-use .crays-real-mini-card:nth-child(3) {
    grid-column: auto;
  }

  .crays-mirror.route-real-estate .crays-real-owner__media {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-real-estate .crays-real-owner__media img {
    height: 245px !important;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__media {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: 220px !important;
  }

  .crays-mirror.route-real-estate .crays-real-community-demand__image--hero {
    grid-row: span 1 !important;
  }
}

/* Finance pagewide editorial system pass. */
.crays-mirror.route-finance {
  --finance-night: #07111d;
  --finance-night-2: #0a1724;
  --finance-blue: #0f2d42;
  --finance-blue-2: #12364c;
  --finance-cream: #fffaf4;
  --finance-paper: #f8f3ec;
  --finance-paper-2: #fffaf4;
  --finance-red: #f31248;
  --finance-dark-line: rgba(255, 255, 255, 0.052);
  --finance-light-line: rgba(7, 19, 27, 0.066);
}

.crays-mirror.route-finance .crays-finance-page {
  --finance-h1: clamp(54px, 6vw, 84px);
  --finance-h2: clamp(38px, 4.1vw, 62px);
  --finance-h3: clamp(22px, 1.65vw, 28px);
  --finance-lead-size: clamp(20px, 1.45vw, 23px);
  --finance-body-size: clamp(18px, 1.12vw, 20px);
  --finance-card-size: clamp(16px, 0.98vw, 18px);
  --finance-section-pad: clamp(62px, 6vw, 90px);
  overflow: hidden;
  background: var(--finance-night);
}

.crays-mirror.route-finance .crays-finance-page :is(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.crays-mirror.route-finance .crays-finance-page :is(h1, h2, h3, h4, strong, a, button, .crays-finance-eyebrow, .crays-finance-kicker, .crays-finance-panel__label) {
  letter-spacing: 0 !important;
}

.crays-mirror.route-finance .crays-finance-shell {
  width: min(1240px, calc(100% - 56px)) !important;
}

.crays-mirror.route-finance .crays-finance-eyebrow,
.crays-mirror.route-finance .crays-finance-kicker,
.crays-mirror.route-finance .crays-finance-panel__label {
  color: var(--finance-red) !important;
  font-size: clamp(12px, 0.72vw, 14px) !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

.crays-mirror.route-finance .crays-finance-hero__title {
  max-width: 11.5ch !important;
  font-size: var(--finance-h1) !important;
  line-height: 0.98 !important;
}

.crays-mirror.route-finance .crays-finance-title {
  max-width: 13.5ch !important;
  font-size: var(--finance-h2) !important;
  line-height: 1.02 !important;
}

.crays-mirror.route-finance .crays-finance-lead {
  max-width: 820px !important;
  margin-top: 24px !important;
  color: rgba(255, 250, 244, 0.86) !important;
  font-size: var(--finance-lead-size) !important;
  line-height: 1.58 !important;
}

.crays-mirror.route-finance .crays-finance-copy {
  max-width: 760px !important;
  margin-top: 22px !important;
  font-size: var(--finance-body-size) !important;
  line-height: 1.62 !important;
}

.crays-mirror.route-finance .crays-finance-card p,
.crays-mirror.route-finance .crays-finance-mini-card p,
.crays-mirror.route-finance .crays-finance-step p,
.crays-mirror.route-finance .crays-finance-metric p,
.crays-mirror.route-finance .crays-finance-data-signal p,
.crays-mirror.route-finance .crays-finance-structure span,
.crays-mirror.route-finance .crays-finance-monetization-flow p {
  font-size: var(--finance-card-size) !important;
  line-height: 1.52 !important;
}

.crays-mirror.route-finance .crays-finance-card h3,
.crays-mirror.route-finance .crays-finance-mini-card h3,
.crays-mirror.route-finance .crays-finance-step h3,
.crays-mirror.route-finance .crays-finance-data-signal h3,
.crays-mirror.route-finance .crays-finance-investor-card h3 {
  font-size: var(--finance-h3) !important;
  line-height: 1.08 !important;
}

.crays-mirror.route-finance .crays-finance-hero {
  min-height: clamp(760px, 88vh, 890px) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(100deg, rgba(5, 10, 16, 0.94) 0%, rgba(7, 18, 28, 0.78) 45%, rgba(12, 42, 62, 0.48) 100%),
    radial-gradient(circle at 17% 20%, rgba(243, 18, 72, 0.22), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(62, 155, 205, 0.18), transparent 34%),
    var(--crays-page-hero-image) center center / cover no-repeat !important;
  background-size: 88px 88px, 88px 88px, auto, auto, auto, cover !important;
}

.crays-mirror.route-finance .crays-finance-hero::after {
  height: 34% !important;
  background: linear-gradient(180deg, rgba(7, 17, 29, 0), var(--finance-night) 100%) !important;
}

.crays-mirror.route-finance .crays-finance-hero__inner {
  min-height: clamp(760px, 88vh, 890px) !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(370px, 0.78fr) !important;
  gap: clamp(34px, 5vw, 74px) !important;
  padding: clamp(54px, 6vw, 86px) 0 clamp(46px, 5vw, 68px) !important;
  align-items: center !important;
}

.crays-mirror.route-finance .crays-finance-hero__copy {
  padding-top: 0 !important;
}

.crays-mirror.route-finance .crays-finance-hero__panel {
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(9, 22, 34, 0.72), rgba(7, 17, 29, 0.9)) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(18px) saturate(116%);
}

.crays-mirror.route-finance .crays-finance-hero__panel h2 {
  max-width: 13ch !important;
  font-size: clamp(31px, 3vw, 46px) !important;
  line-height: 1.02 !important;
}

.crays-mirror.route-finance .crays-finance-hero__panel p {
  font-size: clamp(17px, 1.05vw, 19px) !important;
  line-height: 1.58 !important;
  color: rgba(255, 250, 244, 0.78) !important;
}

.crays-mirror.route-finance .crays-finance-actions {
  gap: 12px !important;
  margin-top: 26px !important;
}

.crays-mirror.route-finance .crays-finance-button {
  min-height: 48px !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}

.crays-mirror.route-finance .crays-finance-button--primary {
  background: linear-gradient(135deg, #ff2d62, var(--finance-red)) !important;
  box-shadow: 0 20px 44px rgba(243, 18, 72, 0.28) !important;
}

.crays-mirror.route-finance .crays-finance-hero__metrics,
.crays-mirror.route-finance .crays-finance-villa__metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

.crays-mirror.route-finance .crays-finance-panel__flow {
  gap: 9px !important;
  margin-top: 22px !important;
}

.crays-mirror.route-finance .crays-finance-panel__flow span {
  min-height: 42px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

.crays-mirror.route-finance .crays-finance-metric,
.crays-mirror.route-finance .crays-finance-card,
.crays-mirror.route-finance .crays-finance-mini-card,
.crays-mirror.route-finance .crays-finance-step,
.crays-mirror.route-finance .crays-finance-data-signal,
.crays-mirror.route-finance .crays-finance-investor-card > div,
.crays-mirror.route-finance .crays-finance-structure article,
.crays-mirror.route-finance .crays-finance-monetization-flow article {
  min-height: 0 !important;
  border-radius: 16px !important;
  padding: 22px !important;
}

.crays-mirror.route-finance .crays-finance-section,
.crays-mirror.route-finance .crays-finance-closing {
  position: relative !important;
  overflow: hidden !important;
  padding: var(--finance-section-pad) 0 !important;
  color: var(--finance-cream) !important;
  background:
    linear-gradient(var(--finance-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 82% 16%, rgba(63, 157, 205, 0.115), transparent 34%),
    linear-gradient(180deg, var(--finance-night) 0%, var(--finance-blue) 50%, var(--finance-night-2) 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section > .crays-finance-shell,
.crays-mirror.route-finance .crays-finance-closing > .crays-finance-shell {
  position: relative;
  z-index: 1;
}

.crays-mirror.route-finance .crays-finance-section--thesis,
.crays-mirror.route-finance .crays-finance-section--villa,
.crays-mirror.route-finance .crays-finance-section--allocation,
.crays-mirror.route-finance .crays-finance-section--governance,
.crays-mirror.route-finance .crays-finance-section--rollover {
  color: var(--finance-night) !important;
  background:
    linear-gradient(var(--finance-light-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.052) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(45, 129, 178, 0.075), transparent 36%),
    radial-gradient(circle at 18% 82%, rgba(232, 203, 164, 0.13), transparent 38%),
    linear-gradient(180deg, var(--finance-paper-2) 0%, var(--finance-paper) 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization,
.crays-mirror.route-finance .crays-finance-section--funding,
.crays-mirror.route-finance .crays-finance-section--rwa-premium,
.crays-mirror.route-finance .crays-finance-section--data-premium,
.crays-mirror.route-finance .crays-finance-section--coin,
.crays-mirror.route-finance .crays-finance-section--fintech,
.crays-mirror.route-finance .crays-finance-section--team {
  background:
    linear-gradient(var(--finance-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 16% 15%, rgba(243, 18, 72, 0.12), transparent 31%),
    radial-gradient(circle at 84% 20%, rgba(48, 137, 186, 0.13), transparent 34%),
    linear-gradient(180deg, #07131d 0%, #0e2a3d 54%, #07111d 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium,
.crays-mirror.route-finance .crays-finance-section--data-premium {
  background:
    linear-gradient(var(--finance-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    radial-gradient(circle at 83% 16%, rgba(243, 18, 72, 0.12), transparent 32%),
    linear-gradient(180deg, #0f2d42 0%, #07131d 100%) !important;
  background-size: 88px 88px, 88px 88px, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section:not(.crays-finance-section--thesis):not(.crays-finance-section--villa):not(.crays-finance-section--allocation):not(.crays-finance-section--governance):not(.crays-finance-section--rollover) :is(.crays-finance-title, h2, h3, strong) {
  color: var(--finance-cream) !important;
}

.crays-mirror.route-finance .crays-finance-section:not(.crays-finance-section--thesis):not(.crays-finance-section--villa):not(.crays-finance-section--allocation):not(.crays-finance-section--governance):not(.crays-finance-section--rollover) :is(.crays-finance-copy, p, .crays-finance-structure span) {
  color: rgba(255, 250, 244, 0.78) !important;
}

.crays-mirror.route-finance .crays-finance-section--thesis :is(.crays-finance-title, h2, h3, strong),
.crays-mirror.route-finance .crays-finance-section--villa :is(.crays-finance-title, h2, h3, strong),
.crays-mirror.route-finance .crays-finance-section--allocation :is(.crays-finance-title, h2, h3, strong),
.crays-mirror.route-finance .crays-finance-section--governance :is(.crays-finance-title, h2, h3, strong),
.crays-mirror.route-finance .crays-finance-section--rollover :is(.crays-finance-title, h2, h3, strong) {
  color: var(--finance-night) !important;
}

.crays-mirror.route-finance .crays-finance-section--thesis :is(.crays-finance-copy, p, .crays-finance-structure span),
.crays-mirror.route-finance .crays-finance-section--villa :is(.crays-finance-copy, p, .crays-finance-structure span),
.crays-mirror.route-finance .crays-finance-section--allocation :is(.crays-finance-copy, p, .crays-finance-structure span),
.crays-mirror.route-finance .crays-finance-section--governance :is(.crays-finance-copy, p, .crays-finance-structure span),
.crays-mirror.route-finance .crays-finance-section--rollover :is(.crays-finance-copy, p, .crays-finance-structure span) {
  color: rgba(7, 19, 27, 0.72) !important;
}

.crays-mirror.route-finance .crays-finance-card,
.crays-mirror.route-finance .crays-finance-mini-card,
.crays-mirror.route-finance .crays-finance-step,
.crays-mirror.route-finance .crays-finance-metric,
.crays-mirror.route-finance .crays-finance-data-signal,
.crays-mirror.route-finance .crays-finance-monetization-flow article,
.crays-mirror.route-finance .crays-finance-structure article {
  border-color: rgba(255, 255, 255, 0.13) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 207, 255, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.075) !important;
  box-shadow: none !important;
}

.crays-mirror.route-finance .crays-finance-section--thesis :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-structure article),
.crays-mirror.route-finance .crays-finance-section--villa :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-structure article),
.crays-mirror.route-finance .crays-finance-section--allocation :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-structure article),
.crays-mirror.route-finance .crays-finance-section--governance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-structure article),
.crays-mirror.route-finance .crays-finance-section--rollover :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-structure article) {
  border-color: rgba(7, 19, 27, 0.12) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 22px 58px rgba(7, 19, 27, 0.10) !important;
}

.crays-mirror.route-finance .crays-finance-image-strip {
  padding: clamp(18px, 2.6vw, 34px) 0 !important;
  background:
    linear-gradient(var(--finance-dark-line) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    linear-gradient(180deg, var(--finance-night) 0%, #0d2638 100%) !important;
  background-size: 88px 88px, 88px 88px, auto !important;
}

.crays-mirror.route-finance .crays-finance-image-strip__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.crays-mirror.route-finance .crays-finance-visual-tile {
  min-height: clamp(210px, 20vw, 270px) !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
}

.crays-mirror.route-finance .crays-finance-visual-tile img,
.crays-mirror.route-finance .crays-finance-villa__media img,
.crays-mirror.route-finance .crays-finance-image-stack img,
.crays-mirror.route-finance .crays-finance-fintech__media img,
.crays-mirror.route-finance .crays-finance-team__media img,
.crays-mirror.route-finance .crays-finance-data-hero-media img,
.crays-mirror.route-finance .crays-finance-rwa-media img {
  filter: saturate(1.04) contrast(1.04) brightness(0.88) !important;
}

.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-data-hero-media, .crays-finance-data-media-row figure) figcaption {
  color: #fffaf4 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42) !important;
}

.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-data-hero-media, .crays-finance-data-media-row figure) figcaption :is(span, strong) {
  color: #fffaf4 !important;
}

.crays-mirror.route-finance .crays-finance-visual-tile figcaption {
  left: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(7, 17, 29, 0.36), rgba(7, 17, 29, 0.72)) !important;
  backdrop-filter: blur(10px) saturate(115%);
}

.crays-mirror.route-finance .crays-finance-page .crays-finance-visual-tile figcaption span,
.crays-mirror.route-finance .crays-finance-page .crays-finance-visual-tile figcaption strong {
  color: #fffaf4 !important;
  -webkit-text-fill-color: #fffaf4 !important;
}

.crays-mirror.route-finance .crays-finance-thesis__grid,
.crays-mirror.route-finance .crays-finance-architecture__grid,
.crays-mirror.route-finance .crays-finance-villa__grid,
.crays-mirror.route-finance .crays-finance-funding__grid,
.crays-mirror.route-finance .crays-finance-coin__grid,
.crays-mirror.route-finance .crays-finance-fintech__grid,
.crays-mirror.route-finance .crays-finance-rollover__grid,
.crays-mirror.route-finance .crays-finance-team__grid,
.crays-mirror.route-finance .crays-finance-section-head--split,
.crays-mirror.route-finance .crays-finance-rwa-story,
.crays-mirror.route-finance .crays-finance-data-readable__head,
.crays-mirror.route-finance .crays-finance-data-readable__body {
  gap: clamp(28px, 4vw, 54px) !important;
  align-items: center !important;
}

.crays-mirror.route-finance .crays-finance-thesis__grid,
.crays-mirror.route-finance .crays-finance-architecture__grid,
.crays-mirror.route-finance .crays-finance-villa__grid,
.crays-mirror.route-finance .crays-finance-funding__grid,
.crays-mirror.route-finance .crays-finance-coin__grid,
.crays-mirror.route-finance .crays-finance-fintech__grid,
.crays-mirror.route-finance .crays-finance-rollover__grid,
.crays-mirror.route-finance .crays-finance-team__grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
}

.crays-mirror.route-finance .crays-finance-card-grid,
.crays-mirror.route-finance .crays-finance-process-grid,
.crays-mirror.route-finance .crays-finance-rwa-flow,
.crays-mirror.route-finance .crays-finance-revenue-grid,
.crays-mirror.route-finance .crays-finance-data-signal-grid,
.crays-mirror.route-finance .crays-finance-thesis__stats {
  gap: 14px !important;
  margin-top: clamp(24px, 3vw, 34px) !important;
}

.crays-mirror.route-finance .crays-finance-card-grid--two,
.crays-mirror.route-finance .crays-finance-revenue-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.crays-mirror.route-finance .crays-finance-card-grid--three,
.crays-mirror.route-finance .crays-finance-process-grid,
.crays-mirror.route-finance .crays-finance-rwa-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.crays-mirror.route-finance .crays-finance-thesis__stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.crays-mirror.route-finance .crays-finance-capital-map,
.crays-mirror.route-finance .crays-finance-token-panel,
.crays-mirror.route-finance .crays-finance-coin-panel,
.crays-mirror.route-finance .crays-finance-rules,
.crays-mirror.route-finance .crays-finance-rwa-summary,
.crays-mirror.route-finance .crays-finance-data-readable__visual {
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.046)) !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.20) !important;
  backdrop-filter: blur(16px);
}

.crays-mirror.route-finance .crays-finance-section--thesis .crays-finance-capital-map,
.crays-mirror.route-finance .crays-finance-section--rollover .crays-finance-rules {
  border-color: rgba(7, 19, 27, 0.13) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 129, 178, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 26px 74px rgba(7, 19, 27, 0.12) !important;
}

.crays-mirror.route-finance .crays-finance-capital-map article {
  padding: 15px 0 !important;
  gap: 14px !important;
}

.crays-mirror.route-finance .crays-finance-monetization-flow {
  gap: 14px !important;
  margin-top: 28px !important;
}

.crays-mirror.route-finance .crays-finance-stack {
  gap: 14px !important;
}

.crays-mirror.route-finance .crays-finance-villa__media,
.crays-mirror.route-finance .crays-finance-rwa-media,
.crays-mirror.route-finance .crays-finance-data-hero-media,
.crays-mirror.route-finance .crays-finance-fintech__media,
.crays-mirror.route-finance .crays-finance-team__media {
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.22) !important;
}

.crays-mirror.route-finance .crays-finance-villa__media img,
.crays-mirror.route-finance .crays-finance-rwa-media img,
.crays-mirror.route-finance .crays-finance-data-hero-media img {
  min-height: clamp(360px, 34vw, 500px) !important;
}

.crays-mirror.route-finance .crays-finance-image-stack,
.crays-mirror.route-finance .crays-finance-fintech__media {
  gap: 14px !important;
}

.crays-mirror.route-finance .crays-finance-image-stack img,
.crays-mirror.route-finance .crays-finance-fintech__media img {
  min-height: 0 !important;
  height: clamp(170px, 16vw, 230px) !important;
  border-radius: 18px !important;
}

.crays-mirror.route-finance .crays-finance-image-stack img:first-child,
.crays-mirror.route-finance .crays-finance-fintech__media img:first-child {
  height: clamp(260px, 26vw, 360px) !important;
}

.crays-mirror.route-finance .crays-finance-data-readable,
.crays-mirror.route-finance .crays-finance-rwa-story {
  max-width: 1240px !important;
}

.crays-mirror.route-finance .crays-finance-data-readable__head {
  margin-bottom: 26px !important;
}

.crays-mirror.route-finance .crays-finance-data-readable__body {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
}

.crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage {
  gap: 12px !important;
  min-height: 0 !important;
}

.crays-mirror.route-finance .crays-finance-team__media--lifestyle-collage img {
  border-radius: 18px !important;
}

.crays-mirror.route-finance .crays-finance-closing {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(100deg, rgba(5, 10, 16, 0.93) 0%, rgba(7, 18, 28, 0.78) 50%, rgba(12, 42, 62, 0.42) 100%),
    linear-gradient(180deg, rgba(7, 17, 26, 0.12) 0%, rgba(7, 17, 26, 0.9) 100%),
    var(--crays-page-accent-image) center 52% / cover no-repeat !important;
  background-size: 88px 88px, 88px 88px, auto, auto, cover !important;
}

.crays-mirror.route-finance .crays-finance-closing__inner {
  max-width: 920px !important;
  padding: clamp(28px, 4vw, 46px) !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(7, 17, 29, 0.72), rgba(7, 17, 29, 0.88)) !important;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.30) !important;
  backdrop-filter: blur(18px) saturate(116%);
}

.crays-mirror.route-finance .crays-finance-closing .crays-finance-title {
  max-width: 15ch !important;
}

@media (max-width: 1180px) {
  .crays-mirror.route-finance .crays-finance-shell {
    width: min(1040px, calc(100% - 44px)) !important;
  }

  .crays-mirror.route-finance .crays-finance-hero__inner,
  .crays-mirror.route-finance .crays-finance-thesis__grid,
  .crays-mirror.route-finance .crays-finance-architecture__grid,
  .crays-mirror.route-finance .crays-finance-villa__grid,
  .crays-mirror.route-finance .crays-finance-funding__grid,
  .crays-mirror.route-finance .crays-finance-coin__grid,
  .crays-mirror.route-finance .crays-finance-fintech__grid,
  .crays-mirror.route-finance .crays-finance-rollover__grid,
  .crays-mirror.route-finance .crays-finance-team__grid,
  .crays-mirror.route-finance .crays-finance-section-head--split,
  .crays-mirror.route-finance .crays-finance-rwa-story,
  .crays-mirror.route-finance .crays-finance-data-readable__head,
  .crays-mirror.route-finance .crays-finance-data-readable__body {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-finance .crays-finance-image-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .crays-mirror.route-finance .crays-finance-hero__metrics,
  .crays-mirror.route-finance .crays-finance-villa__metrics,
  .crays-mirror.route-finance .crays-finance-card-grid--three,
  .crays-mirror.route-finance .crays-finance-process-grid,
  .crays-mirror.route-finance .crays-finance-rwa-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-finance .crays-finance-page {
    --finance-h1: clamp(40px, 12vw, 54px);
    --finance-h2: clamp(31px, 9vw, 42px);
    --finance-h3: 22px;
    --finance-lead-size: 18.5px;
    --finance-body-size: 17px;
    --finance-card-size: 15.8px;
    --finance-section-pad: 54px;
  }

  .crays-mirror.route-finance .crays-finance-shell {
    width: calc(100% - 28px) !important;
  }

  .crays-mirror.route-finance .crays-finance-hero,
  .crays-mirror.route-finance .crays-finance-hero__inner {
    min-height: auto !important;
  }

  .crays-mirror.route-finance .crays-finance-hero__inner {
    padding-top: 54px !important;
  }

  .crays-mirror.route-finance .crays-finance-title,
  .crays-mirror.route-finance .crays-finance-hero__title {
    max-width: 12.5ch !important;
  }

  .crays-mirror.route-finance .crays-finance-copy,
  .crays-mirror.route-finance .crays-finance-lead {
    max-width: 100% !important;
  }

  .crays-mirror.route-finance .crays-finance-image-strip__grid,
  .crays-mirror.route-finance .crays-finance-hero__metrics,
  .crays-mirror.route-finance .crays-finance-villa__metrics,
  .crays-mirror.route-finance .crays-finance-card-grid--two,
  .crays-mirror.route-finance .crays-finance-card-grid--three,
  .crays-mirror.route-finance .crays-finance-process-grid,
  .crays-mirror.route-finance .crays-finance-rwa-flow,
  .crays-mirror.route-finance .crays-finance-revenue-grid,
  .crays-mirror.route-finance .crays-finance-data-readable .crays-finance-data-signal-grid,
  .crays-mirror.route-finance .crays-finance-thesis__stats {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-finance .crays-finance-visual-tile {
    min-height: 230px !important;
  }

  .crays-mirror.route-finance .crays-finance-villa__media img,
  .crays-mirror.route-finance .crays-finance-rwa-media img,
  .crays-mirror.route-finance .crays-finance-data-hero-media img {
    min-height: 260px !important;
  }
}

/* Finance and hospitality readability guarantee. */
.crays-mirror.route-finance .crays-finance-page {
  --finance-readable-ink: #07111d;
  --finance-readable-muted: rgba(7, 17, 29, 0.74);
  --finance-readable-cream: #fffaf4;
  --finance-readable-cream-muted: rgba(255, 250, 244, 0.82);
  --finance-readable-card: rgba(255, 255, 255, 0.92);
  --finance-readable-dark-card: rgba(255, 255, 255, 0.09);
  --finance-readable-border: rgba(7, 17, 29, 0.14);
  --finance-readable-dark-border: rgba(255, 255, 255, 0.16);
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium,
.crays-mirror.route-finance .crays-finance-section--data-premium,
.crays-mirror.route-finance .crays-finance-section--fintech {
  color: var(--finance-readable-ink) !important;
  background:
    linear-gradient(rgba(7, 19, 27, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(70, 190, 205, 0.17), transparent 36%),
    linear-gradient(180deg, #f8fbfa 0%, #eef8f5 54%, #faf4ed 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-step h3, .crays-finance-data-signal h3),
.crays-mirror.route-finance .crays-finance-section--data-premium :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-step h3, .crays-finance-data-signal h3),
.crays-mirror.route-finance .crays-finance-section--fintech :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-step h3, .crays-finance-data-signal h3) {
  color: var(--finance-readable-ink) !important;
  -webkit-text-fill-color: var(--finance-readable-ink) !important;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-card p, .crays-finance-step p, .crays-finance-data-signal p),
.crays-mirror.route-finance .crays-finance-section--data-premium :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-card p, .crays-finance-step p, .crays-finance-data-signal p),
.crays-mirror.route-finance .crays-finance-section--fintech :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-card p, .crays-finance-step p, .crays-finance-data-signal p) {
  color: var(--finance-readable-muted) !important;
  -webkit-text-fill-color: var(--finance-readable-muted) !important;
}

.crays-mirror.route-finance .crays-finance-section--rwa-premium :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
.crays-mirror.route-finance .crays-finance-section--data-premium :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
.crays-mirror.route-finance .crays-finance-section--fintech :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal) {
  min-height: 0 !important;
  padding: clamp(22px, 2.15vw, 30px) !important;
  color: var(--finance-readable-ink) !important;
  background: var(--finance-readable-card) !important;
  border-color: var(--finance-readable-border) !important;
  box-shadow: 0 22px 62px rgba(7, 17, 29, 0.11) !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization,
.crays-mirror.route-finance .crays-finance-section--funding,
.crays-mirror.route-finance .crays-finance-section--coin,
.crays-mirror.route-finance .crays-finance-section--team,
.crays-mirror.route-finance .crays-finance-closing {
  color: var(--finance-readable-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 72% 18%, rgba(13, 100, 137, 0.38), transparent 34%),
    linear-gradient(135deg, #040b13 0%, #071a23 48%, #02070d 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3),
.crays-mirror.route-finance .crays-finance-section--funding :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3),
.crays-mirror.route-finance .crays-finance-section--coin :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3),
.crays-mirror.route-finance .crays-finance-section--team :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3),
.crays-mirror.route-finance .crays-finance-closing :is(.crays-finance-title, h2, h3) {
  color: var(--finance-readable-cream) !important;
  -webkit-text-fill-color: var(--finance-readable-cream) !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization :is(.crays-finance-copy, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p),
.crays-mirror.route-finance .crays-finance-section--funding :is(.crays-finance-copy, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p),
.crays-mirror.route-finance .crays-finance-section--coin :is(.crays-finance-copy, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p),
.crays-mirror.route-finance .crays-finance-section--team :is(.crays-finance-copy, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p),
.crays-mirror.route-finance .crays-finance-closing :is(.crays-finance-copy, p) {
  color: var(--finance-readable-cream-muted) !important;
  -webkit-text-fill-color: var(--finance-readable-cream-muted) !important;
}

.crays-mirror.route-finance .crays-finance-section--monetization :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step),
.crays-mirror.route-finance .crays-finance-section--funding :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step),
.crays-mirror.route-finance .crays-finance-section--coin :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step),
.crays-mirror.route-finance .crays-finance-section--team :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step) {
  min-height: 0 !important;
  padding: clamp(22px, 2.15vw, 30px) !important;
  background: var(--finance-readable-dark-card) !important;
  border-color: var(--finance-readable-dark-border) !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.22) !important;
}

.crays-mirror.route-finance .crays-finance-title {
  font-size: clamp(40px, 4.2vw, 66px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.crays-mirror.route-finance .crays-finance-copy,
.crays-mirror.route-finance .crays-finance-lead {
  font-size: clamp(18px, 1.08vw, 20px) !important;
  line-height: 1.62 !important;
}

.crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step) h3 {
  font-size: clamp(22px, 1.45vw, 28px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step) p {
  font-size: clamp(16.5px, 0.98vw, 18px) !important;
  line-height: 1.55 !important;
}

.crays-mirror.route-finance :is(.crays-finance-card-grid, .crays-finance-process-grid, .crays-finance-rwa-flow, .crays-finance-revenue-grid) {
  gap: clamp(14px, 1.45vw, 22px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-page {
  --hosp-readable-ink: #07111d;
  --hosp-readable-muted: rgba(7, 17, 29, 0.74);
  --hosp-readable-cream: #fffaf4;
  --hosp-readable-cream-muted: rgba(255, 250, 244, 0.82);
  --hosp-readable-card: rgba(255, 255, 255, 0.92);
  --hosp-readable-dark-card: rgba(255, 255, 255, 0.09);
  --hosp-readable-border: rgba(7, 17, 29, 0.13);
  --hosp-readable-dark-border: rgba(255, 255, 255, 0.16);
}

.crays-mirror.route-hospitality .crays-hosp-section {
  padding-top: clamp(64px, 6vw, 96px) !important;
  padding-bottom: clamp(64px, 6vw, 96px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-title {
  font-size: clamp(40px, 4.1vw, 64px) !important;
  line-height: 0.99 !important;
  letter-spacing: 0 !important;
}

.crays-mirror.route-hospitality .crays-hosp-copy,
.crays-mirror.route-hospitality .crays-hosp-lead {
  font-size: clamp(18px, 1.08vw, 20px) !important;
  line-height: 1.62 !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step) {
  min-height: 0 !important;
  padding: clamp(22px, 2.05vw, 30px) !important;
  border-radius: 14px !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step) h3 {
  font-size: clamp(22px, 1.45vw, 28px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step) p {
  font-size: clamp(16.5px, 0.98vw, 18px) !important;
  line-height: 1.55 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail {
  color: var(--hosp-readable-ink) !important;
  background:
    linear-gradient(rgba(7, 19, 27, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 78% 16%, rgba(70, 190, 205, 0.16), transparent 34%),
    linear-gradient(180deg, #fbf9f5 0%, #f3f8f5 52%, #fbf4ec 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail :is(.crays-hosp-title, .crays-hosp-retail-step h3, .crays-hosp-retail__revenue strong, .crays-hosp-retail__strong-copy) {
  color: var(--hosp-readable-ink) !important;
  -webkit-text-fill-color: var(--hosp-readable-ink) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail :is(.crays-hosp-copy, .crays-hosp-retail-step p, .crays-hosp-retail__revenue p) {
  color: var(--hosp-readable-muted) !important;
  -webkit-text-fill-color: var(--hosp-readable-muted) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  align-items: start !important;
  gap: clamp(24px, 3.4vw, 52px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-title {
  max-width: 16ch !important;
  font-size: clamp(42px, 4vw, 62px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue,
.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__flow {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue article,
.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step {
  background: var(--hosp-readable-card) !important;
  border-color: var(--hosp-readable-border) !important;
  box-shadow: 0 18px 54px rgba(7, 17, 29, 0.09) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue article {
  padding: clamp(18px, 1.7vw, 24px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue strong {
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.15 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue p {
  font-size: clamp(15.8px, 0.95vw, 17px) !important;
  line-height: 1.48 !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 4px !important;
  align-items: start !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step .crays-hosp-step__number {
  grid-row: 1 / 3 !important;
  width: 34px !important;
  height: 34px !important;
  font-size: 12px !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step h3 {
  margin: 0 0 8px !important;
  font-size: clamp(20px, 1.35vw, 25px) !important;
}

.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail-step p {
  margin: 0 !important;
  font-size: clamp(16px, 0.98vw, 18px) !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-section--tech, .crays-hosp-section--demand, .crays-hosp-section--network) {
  color: var(--hosp-readable-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 74% 20%, rgba(16, 105, 141, 0.34), transparent 34%),
    linear-gradient(135deg, #040b13 0%, #071b24 50%, #02070d 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-section--tech, .crays-hosp-section--demand, .crays-hosp-section--network) :is(.crays-hosp-title, h2, h3) {
  color: var(--hosp-readable-cream) !important;
  -webkit-text-fill-color: var(--hosp-readable-cream) !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-section--tech, .crays-hosp-section--demand, .crays-hosp-section--network) :is(.crays-hosp-copy, p) {
  color: var(--hosp-readable-cream-muted) !important;
  -webkit-text-fill-color: var(--hosp-readable-cream-muted) !important;
}

.crays-mirror.route-hospitality :is(.crays-hosp-section--tech, .crays-hosp-section--demand, .crays-hosp-section--network) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-network-card, .crays-hosp-stack-step) {
  background: var(--hosp-readable-dark-card) !important;
  border-color: var(--hosp-readable-dark-border) !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.22) !important;
}

@media (max-width: 991px) {
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__grid,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__revenue,
  .crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__flow {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-finance .crays-finance-title,
  .crays-mirror.route-hospitality .crays-hosp-title {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.02 !important;
    max-width: 100% !important;
  }

  .crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step) h3,
  .crays-mirror.route-hospitality :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step) h3 {
    font-size: clamp(20px, 6vw, 24px) !important;
  }
}

/* Reference-led repair for Finance, Real Estate and Hospitality. */
body.crays-mirror.route-finance,
body.crays-mirror.route-real-estate,
body.crays-mirror.route-hospitality {
  --crays-ref-night: #04101a;
  --crays-ref-night-2: #071a25;
  --crays-ref-blue: #0c3143;
  --crays-ref-ink: #07111d;
  --crays-ref-cream: #fffaf3;
  --crays-ref-soft: rgba(255, 250, 243, 0.82);
  --crays-ref-muted: rgba(255, 250, 243, 0.68);
  --crays-ref-red: #ff174d;
  --crays-ref-line: rgba(255, 255, 255, 0.105);
  --crays-ref-glass: rgba(8, 22, 33, 0.72);
  --crays-ref-glass-strong: rgba(7, 17, 29, 0.84);
  --crays-ref-card: rgba(255, 255, 255, 0.085);
  --crays-ref-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  background: var(--crays-ref-night) !important;
  color: var(--crays-ref-cream) !important;
}

body.crays-mirror.route-finance .navbar10_menu-right {
  gap: 8px !important;
}

body.crays-mirror.route-finance .crays-nav-cta {
  padding-inline: clamp(14px, 1.35vw, 22px) !important;
  font-size: clamp(12px, 0.82vw, 14px) !important;
  white-space: nowrap !important;
}

body.crays-mirror.route-finance .crays-finance-page,
body.crays-mirror.route-real-estate .crays-real-page,
body.crays-mirror.route-hospitality .crays-hosp-page {
  color: var(--crays-ref-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(52, 151, 192, 0.23), transparent 35%),
    radial-gradient(circle at 16% 42%, rgba(255, 23, 77, 0.13), transparent 35%),
    linear-gradient(180deg, var(--crays-ref-night) 0%, var(--crays-ref-night-2) 48%, #030911 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

body.crays-mirror.route-finance .crays-finance-page :is(h1, h2, h3, h4, p, span, strong, li),
body.crays-mirror.route-real-estate .crays-real-page :is(h1, h2, h3, h4, p, span, strong, li),
body.crays-mirror.route-hospitality .crays-hosp-page :is(h1, h2, h3, h4, p, span, strong, li) {
  -webkit-text-fill-color: currentColor !important;
}

body.crays-mirror.route-finance :is(.crays-finance-shell),
body.crays-mirror.route-real-estate :is(.crays-real-shell),
body.crays-mirror.route-hospitality :is(.crays-hosp-shell) {
  width: min(calc(100% - 48px), 1240px) !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__title, .crays-finance-title),
body.crays-mirror.route-real-estate :is(.crays-real-hero__title, .crays-real-title),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__title, .crays-hosp-title) {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__title),
body.crays-mirror.route-real-estate :is(.crays-real-hero__title),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__title) {
  color: var(--crays-ref-cream) !important;
  font-size: clamp(50px, 6vw, 92px) !important;
  line-height: 0.92 !important;
  max-width: 11.8ch !important;
}

body.crays-mirror.route-finance .crays-finance-title,
body.crays-mirror.route-real-estate .crays-real-title,
body.crays-mirror.route-hospitality .crays-hosp-title {
  color: var(--crays-ref-cream) !important;
  font-size: clamp(42px, 4.9vw, 76px) !important;
  line-height: 0.94 !important;
  max-width: 13ch !important;
}

body.crays-mirror.route-finance :is(.crays-finance-copy, .crays-finance-lead),
body.crays-mirror.route-real-estate :is(.crays-real-copy, .crays-real-lead),
body.crays-mirror.route-hospitality :is(.crays-hosp-copy, .crays-hosp-lead) {
  color: var(--crays-ref-soft) !important;
  font-size: clamp(18px, 1.18vw, 21px) !important;
  line-height: 1.58 !important;
  max-width: 64ch !important;
}

body.crays-mirror.route-finance :is(.crays-finance-eyebrow, .crays-finance-kicker, .crays-finance-panel__label),
body.crays-mirror.route-real-estate :is(.crays-real-eyebrow, .crays-real-kicker, .crays-real-panel__eyebrow),
body.crays-mirror.route-hospitality :is(.crays-hosp-eyebrow, .crays-hosp-kicker, .crays-hosp-panel-label) {
  color: var(--crays-ref-red) !important;
  font-size: clamp(12px, 0.86vw, 14px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-finance .crays-finance-hero,
body.crays-mirror.route-real-estate .crays-real-hero,
body.crays-mirror.route-hospitality .crays-hosp-hero {
  position: relative !important;
  min-height: calc(100svh - 82px) !important;
  display: grid !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(60px, 6.5vw, 98px) 0 !important;
  color: var(--crays-ref-cream) !important;
  background: var(--crays-ref-night) !important;
  isolation: isolate !important;
}

body.crays-mirror.route-finance .crays-finance-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -3 !important;
  background-image: var(--crays-page-hero-image) !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.78 !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__media,
body.crays-mirror.route-hospitality .crays-hosp-hero__media {
  position: absolute !important;
  inset: 0 !important;
  z-index: -3 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__media img,
body.crays-mirror.route-hospitality .crays-hosp-hero__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.05) contrast(1.04) !important;
}

body.crays-mirror.route-finance .crays-finance-hero::after,
body.crays-mirror.route-real-estate .crays-real-hero::after,
body.crays-mirror.route-hospitality .crays-hosp-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background:
    linear-gradient(90deg, rgba(4, 12, 20, 0.94) 0%, rgba(5, 16, 25, 0.78) 42%, rgba(7, 23, 34, 0.66) 100%),
    radial-gradient(circle at 77% 23%, rgba(48, 151, 191, 0.25), transparent 34%),
    radial-gradient(circle at 13% 74%, rgba(255, 23, 77, 0.18), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) !important;
  background-size: auto, auto, auto, 86px 86px, 86px 86px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__inner,
body.crays-mirror.route-real-estate .crays-real-hero__inner,
body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr) !important;
  gap: clamp(28px, 4.4vw, 60px) !important;
  align-items: center !important;
}

body.crays-mirror.route-finance .crays-finance-hero__copy,
body.crays-mirror.route-real-estate .crays-real-hero__copy,
body.crays-mirror.route-hospitality .crays-hosp-hero__copy {
  max-width: 760px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__panel),
body.crays-mirror.route-real-estate :is(.crays-real-hero__insight),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__panel) {
  color: var(--crays-ref-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    var(--crays-ref-glass) !important;
  border: 1px solid var(--crays-ref-line) !important;
  border-left: 6px solid var(--crays-ref-red) !important;
  border-radius: 30px !important;
  box-shadow: var(--crays-ref-shadow) !important;
  backdrop-filter: blur(18px) saturate(1.15) !important;
  padding: clamp(26px, 3.2vw, 48px) !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel h2,
body.crays-mirror.route-real-estate .crays-real-hero__insight h2,
body.crays-mirror.route-hospitality .crays-hosp-hero__panel h2 {
  color: var(--crays-ref-cream) !important;
  font-size: clamp(28px, 2.65vw, 42px) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel p,
body.crays-mirror.route-real-estate .crays-real-hero__insight p,
body.crays-mirror.route-hospitality .crays-hosp-hero__panel p {
  color: var(--crays-ref-soft) !important;
  font-size: clamp(17px, 1.1vw, 19px) !important;
  line-height: 1.55 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-button, .crays-finance-actions a),
body.crays-mirror.route-real-estate :is(.crays-real-button, .crays-real-actions a),
body.crays-mirror.route-hospitality :is(.crays-hosp-button, .crays-hosp-actions a) {
  min-height: 52px !important;
  border-radius: 999px !important;
  padding: 15px 24px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-button--primary),
body.crays-mirror.route-real-estate :is(.crays-real-button--primary),
body.crays-mirror.route-hospitality :is(.crays-hosp-button--primary) {
  color: #fff !important;
  background: linear-gradient(135deg, #ff174d, #ff2f68) !important;
  border-color: rgba(255, 23, 77, 0.95) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section, .crays-finance-image-strip, .crays-finance-closing),
body.crays-mirror.route-real-estate :is(.crays-real-section, .crays-real-solution, .crays-real-visual-strip, .crays-real-closing),
body.crays-mirror.route-hospitality :is(.crays-hosp-section, .crays-hosp-strip, .crays-hosp-proof, .crays-hosp-closing) {
  position: relative !important;
  overflow: hidden !important;
  padding-top: clamp(72px, 7vw, 112px) !important;
  padding-bottom: clamp(72px, 7vw, 112px) !important;
  color: var(--crays-ref-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 80% 18%, rgba(44, 141, 184, 0.19), transparent 34%),
    linear-gradient(180deg, #06131d 0%, #0b2231 54%, #050d16 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section)::before,
body.crays-mirror.route-real-estate :is(.crays-real-section, .crays-real-solution)::before,
body.crays-mirror.route-hospitality :is(.crays-hosp-section)::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 23, 77, 0.105), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 38%) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section-head--split, .crays-finance-thesis__grid, .crays-finance-architecture__grid, .crays-finance-villa__grid, .crays-finance-funding__grid, .crays-finance-fintech__grid, .crays-finance-coin__grid, .crays-finance-rollover__grid, .crays-finance-team__grid),
body.crays-mirror.route-real-estate :is(.crays-real-section-head--split, .crays-real-problem__grid, .crays-real-solution__grid, .crays-real-revenue__grid, .crays-real-contribution__grid, .crays-real-owner__grid, .crays-real-fund-product__grid),
body.crays-mirror.route-hospitality :is(.crays-hosp-section-head--split, .crays-hosp-definition__grid, .crays-hosp-tech__grid, .crays-hosp-demand__grid, .crays-hosp-partners__grid) {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card-grid, .crays-finance-process-grid, .crays-finance-revenue-grid, .crays-finance-rwa-flow, .crays-finance-stack),
body.crays-mirror.route-real-estate :is(.crays-real-mini-grid, .crays-real-tech-grid, .crays-real-demand-flow, .crays-real-revenue-grid, .crays-real-contribution-flow, .crays-real-panel__grid, .crays-real-system),
body.crays-mirror.route-hospitality :is(.crays-hosp-card-grid, .crays-hosp-stack-list, .crays-hosp-retail__flow, .crays-hosp-retail__revenue, .crays-hosp-demand-loop, .crays-hosp-wealth-flow, .crays-hosp-partner-grid, .crays-hosp-network-grid) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.45vw, 22px) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card-grid--three, .crays-finance-process-grid, .crays-finance-revenue-grid),
body.crays-mirror.route-real-estate :is(.crays-real-tech-grid, .crays-real-demand-flow),
body.crays-mirror.route-hospitality :is(.crays-hosp-card-grid--three, .crays-hosp-wealth-flow, .crays-hosp-network-grid) {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article),
body.crays-mirror.route-real-estate :is(.crays-real-card, .crays-real-mini-card, .crays-real-step, .crays-real-system article, .crays-real-fund-product__cards article, .crays-real-panel__grid article),
body.crays-mirror.route-hospitality :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-metric, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article, .crays-hosp-panel-flow article) {
  min-height: 0 !important;
  color: var(--crays-ref-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    var(--crays-ref-card) !important;
  border: 1px solid var(--crays-ref-line) !important;
  border-radius: 18px !important;
  border-left: 4px solid rgba(255, 23, 77, 0.86) !important;
  box-shadow: 0 22px 66px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(12px) saturate(1.08) !important;
  padding: clamp(20px, 2vw, 30px) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-metric strong, .crays-finance-data-signal h3),
body.crays-mirror.route-real-estate :is(.crays-real-card h3, .crays-real-mini-card h3, .crays-real-step h3, .crays-real-system h3, .crays-real-fund-product__cards strong, .crays-real-panel__grid strong),
body.crays-mirror.route-hospitality :is(.crays-hosp-card h3, .crays-hosp-step h3, .crays-hosp-metric strong, .crays-hosp-loop-card h3, .crays-hosp-partner-card h3, .crays-hosp-network-card h3, .crays-hosp-stack-step h3, .crays-hosp-retail-step h3, .crays-hosp-retail__revenue strong) {
  color: var(--crays-ref-cream) !important;
  font-size: clamp(22px, 1.65vw, 30px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-metric p, .crays-finance-data-signal p, .crays-finance-structure span),
body.crays-mirror.route-real-estate :is(.crays-real-card p, .crays-real-mini-card p, .crays-real-step p, .crays-real-system p, .crays-real-panel__grid span, .crays-real-fund-product__cards span),
body.crays-mirror.route-hospitality :is(.crays-hosp-card p, .crays-hosp-step p, .crays-hosp-metric p, .crays-hosp-loop-card p, .crays-hosp-partner-card p, .crays-hosp-network-card p, .crays-hosp-stack-step p, .crays-hosp-retail-step p, .crays-hosp-retail__revenue p) {
  color: var(--crays-ref-soft) !important;
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.55 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-step__number),
body.crays-mirror.route-real-estate :is(.crays-real-step__number),
body.crays-mirror.route-hospitality :is(.crays-hosp-step__number) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--crays-ref-red) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-fintech__media, .crays-finance-team__media, .crays-finance-data-hero-media),
body.crays-mirror.route-real-estate :is(.crays-real-visual-strip figure, .crays-real-problem-image, .crays-real-solution__media, .crays-real-revenue-media, .crays-real-owner__media, .crays-real-fund-product__panel, .crays-real-asset-stage__image, .crays-real-community-demand__image),
body.crays-mirror.route-hospitality :is(.crays-hosp-strip-card, .crays-hosp-inline-media, .crays-hosp-anchor-card, .crays-hosp-collage, .crays-hosp-partners__media, .crays-hosp-network-card, .crays-hosp-video-card, .crays-hosp-panel-media) {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  border: 1px solid var(--crays-ref-line) !important;
  background: var(--crays-ref-glass) !important;
  box-shadow: var(--crays-ref-shadow) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-fintech__media, .crays-finance-team__media, .crays-finance-data-hero-media) img,
body.crays-mirror.route-real-estate :is(.crays-real-visual-strip figure, .crays-real-problem-image, .crays-real-solution__media, .crays-real-revenue-media, .crays-real-owner__media, .crays-real-fund-product__panel, .crays-real-asset-stage__image, .crays-real-community-demand__image) img,
body.crays-mirror.route-hospitality :is(.crays-hosp-strip-card, .crays-hosp-inline-media, .crays-hosp-anchor-card, .crays-hosp-collage, .crays-hosp-partners__media, .crays-hosp-network-card, .crays-hosp-video-card, .crays-hosp-panel-media) img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 220px !important;
  object-fit: cover !important;
  filter: saturate(1.08) contrast(1.03) brightness(0.82) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-fintech__media, .crays-finance-team__media, .crays-finance-data-hero-media) figcaption,
body.crays-mirror.route-real-estate :is(.crays-real-visual-strip figure, .crays-real-problem-image, .crays-real-solution__media, .crays-real-revenue-media, .crays-real-asset-stage__image, .crays-real-community-demand__image) figcaption,
body.crays-mirror.route-hospitality :is(.crays-hosp-strip-card, .crays-hosp-inline-media, .crays-hosp-anchor-card, .crays-hosp-partners__media, .crays-hosp-network-card, .crays-hosp-panel-media) figcaption {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 2 !important;
  color: var(--crays-ref-cream) !important;
  background: rgba(5, 13, 22, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-left: 4px solid var(--crays-ref-red) !important;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  backdrop-filter: blur(12px) !important;
  font-size: clamp(14px, 0.95vw, 17px) !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

body.crays-mirror.route-finance .crays-finance-image-strip__grid,
body.crays-mirror.route-real-estate .crays-real-visual-strip,
body.crays-mirror.route-hospitality .crays-hosp-strip__grid {
  width: min(calc(100% - 48px), 1240px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.crays-mirror.route-real-estate .crays-real-asset-stage__layout,
body.crays-mirror.route-real-estate .crays-real-community-demand__body {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  gap: clamp(24px, 3.2vw, 46px) !important;
  align-items: start !important;
}

body.crays-mirror.route-real-estate .crays-real-asset-stage__gallery,
body.crays-mirror.route-real-estate .crays-real-community-demand__media {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.crays-mirror.route-real-estate :is(.crays-real-asset-stage__image--hero, .crays-real-community-demand__image--hero) {
  grid-row: span 2 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr) !important;
  gap: clamp(26px, 4vw, 60px) !important;
  align-items: start !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section--retail .crays-hosp-retail__flow {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-retail-step {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  align-items: start !important;
}

body.crays-mirror.route-hospitality .crays-hosp-retail-step .crays-hosp-step__number {
  grid-row: 1 / 3 !important;
}

body.crays-mirror.route-finance .crays-finance-closing,
body.crays-mirror.route-real-estate .crays-real-closing,
body.crays-mirror.route-hospitality .crays-hosp-closing {
  text-align: center !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255, 23, 77, 0.18), transparent 40%),
    linear-gradient(180deg, #071a25 0%, #030911 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto !important;
}

body.crays-mirror.route-finance .crays-finance-closing__inner,
body.crays-mirror.route-real-estate .crays-real-closing__inner,
body.crays-mirror.route-hospitality .crays-hosp-closing__inner {
  max-width: 980px !important;
  margin: 0 auto !important;
}

body.crays-mirror.route-finance .crays-finance-closing .crays-finance-title,
body.crays-mirror.route-real-estate .crays-real-closing .crays-real-title,
body.crays-mirror.route-hospitality .crays-hosp-closing .crays-hosp-title {
  max-width: 15ch !important;
  margin-inline: auto !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-finance .crays-finance-image-strip__grid,
  body.crays-mirror.route-real-estate .crays-real-visual-strip,
  body.crays-mirror.route-hospitality .crays-hosp-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-finance .crays-finance-hero__inner,
  body.crays-mirror.route-real-estate .crays-real-hero__inner,
  body.crays-mirror.route-hospitality .crays-hosp-hero__inner,
  body.crays-mirror.route-finance :is(.crays-finance-section-head--split, .crays-finance-thesis__grid, .crays-finance-architecture__grid, .crays-finance-villa__grid, .crays-finance-funding__grid, .crays-finance-fintech__grid, .crays-finance-coin__grid, .crays-finance-rollover__grid, .crays-finance-team__grid),
  body.crays-mirror.route-real-estate :is(.crays-real-section-head--split, .crays-real-problem__grid, .crays-real-solution__grid, .crays-real-revenue__grid, .crays-real-contribution__grid, .crays-real-owner__grid, .crays-real-fund-product__grid, .crays-real-asset-stage__layout, .crays-real-community-demand__body),
  body.crays-mirror.route-hospitality :is(.crays-hosp-section-head--split, .crays-hosp-definition__grid, .crays-hosp-tech__grid, .crays-hosp-demand__grid, .crays-hosp-partners__grid, .crays-hosp-section--retail .crays-hosp-retail__grid) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-finance :is(.crays-finance-card-grid--three, .crays-finance-process-grid, .crays-finance-revenue-grid),
  body.crays-mirror.route-real-estate :is(.crays-real-tech-grid, .crays-real-demand-flow),
  body.crays-mirror.route-hospitality :is(.crays-hosp-card-grid--three, .crays-hosp-wealth-flow, .crays-hosp-network-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-finance :is(.crays-finance-shell),
  body.crays-mirror.route-real-estate :is(.crays-real-shell),
  body.crays-mirror.route-hospitality :is(.crays-hosp-shell),
  body.crays-mirror.route-finance .crays-finance-image-strip__grid,
  body.crays-mirror.route-real-estate .crays-real-visual-strip,
  body.crays-mirror.route-hospitality .crays-hosp-strip__grid {
    width: min(calc(100% - 28px), 1240px) !important;
  }

  body.crays-mirror.route-finance :is(.crays-finance-hero__title),
  body.crays-mirror.route-real-estate :is(.crays-real-hero__title),
  body.crays-mirror.route-hospitality :is(.crays-hosp-hero__title) {
    font-size: clamp(46px, 14vw, 70px) !important;
    max-width: 100% !important;
  }

  body.crays-mirror.route-finance .crays-finance-title,
  body.crays-mirror.route-real-estate .crays-real-title,
  body.crays-mirror.route-hospitality .crays-hosp-title {
    font-size: clamp(36px, 10.6vw, 52px) !important;
    max-width: 100% !important;
  }

  body.crays-mirror.route-finance :is(.crays-finance-card-grid, .crays-finance-process-grid, .crays-finance-revenue-grid, .crays-finance-rwa-flow, .crays-finance-stack, .crays-finance-image-strip__grid),
  body.crays-mirror.route-real-estate :is(.crays-real-mini-grid, .crays-real-tech-grid, .crays-real-demand-flow, .crays-real-revenue-grid, .crays-real-contribution-flow, .crays-real-panel__grid, .crays-real-system, .crays-real-visual-strip, .crays-real-asset-stage__gallery, .crays-real-community-demand__media),
  body.crays-mirror.route-hospitality :is(.crays-hosp-card-grid, .crays-hosp-stack-list, .crays-hosp-retail__flow, .crays-hosp-retail__revenue, .crays-hosp-demand-loop, .crays-hosp-wealth-flow, .crays-hosp-partner-grid, .crays-hosp-network-grid, .crays-hosp-strip__grid) {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Contrast lock after older page-specific card rules. */
body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article),
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-card, .crays-real-mini-card, .crays-real-step, .crays-real-system article, .crays-real-fund-product__cards article, .crays-real-panel__grid article, .crays-real-asset-stage__statement, .crays-real-community-demand__statement),
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-metric, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article, .crays-hosp-panel-flow article) {
  color: var(--crays-ref-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(9, 25, 37, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-left: 4px solid var(--crays-ref-red) !important;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.26) !important;
}

body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article) :is(h3, h4, strong),
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-card, .crays-real-mini-card, .crays-real-step, .crays-real-system article, .crays-real-fund-product__cards article, .crays-real-panel__grid article, .crays-real-asset-stage__statement, .crays-real-community-demand__statement) :is(h3, h4, strong),
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-metric, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article, .crays-hosp-panel-flow article) :is(h3, h4, strong) {
  color: var(--crays-ref-cream) !important;
  -webkit-text-fill-color: var(--crays-ref-cream) !important;
}

body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article) p,
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-card, .crays-real-mini-card, .crays-real-step, .crays-real-system article, .crays-real-fund-product__cards article, .crays-real-panel__grid article, .crays-real-asset-stage__statement, .crays-real-community-demand__statement) p,
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-metric, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article, .crays-hosp-panel-flow article) p {
  color: var(--crays-ref-soft) !important;
  -webkit-text-fill-color: var(--crays-ref-soft) !important;
}

/* Hospitality visual pass: closer to the CraysClub reference without changing page copy. */
body.crays-mirror.route-hospitality {
  --crays-club-red: #ff1550;
  --crays-club-night: #04111b;
  --crays-club-panel: rgba(7, 24, 36, 0.78);
  --crays-club-line: rgba(255, 255, 255, 0.2);
  background: var(--crays-club-night) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero {
  height: 100svh !important;
  min-height: 690px !important;
  padding: 94px 0 34px !important;
  align-items: center !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__media {
  background: #071622 !important;
}

/* Finance reference visual pass: aligned with Crays World, Award and Club without changing page copy or navigation. */
body.crays-mirror.route-finance {
  --crays-finance-red: #ff1550;
  --crays-finance-red-soft: #ff4d75;
  --crays-finance-night: #04111b;
  --crays-finance-night-2: #071a25;
  --crays-finance-cream: #fffaf4;
  --crays-finance-copy-soft: rgba(255, 250, 244, 0.82);
  --crays-finance-muted: rgba(255, 250, 244, 0.66);
  --crays-finance-line: rgba(255, 255, 255, 0.18);
  --crays-finance-card: rgba(6, 20, 31, 0.78);
  --crays-finance-shadow: 0 26px 74px rgba(0, 0, 0, 0.34);
  background: var(--crays-finance-night) !important;
}

body.crays-mirror.route-finance .crays-finance-page {
  color: var(--crays-finance-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(180deg, #030a12 0%, #071a25 44%, #030a12 100%) !important;
  background-size: 86px 86px, 86px 86px, auto !important;
  font-family: "Montserrat", sans-serif !important;
}

body.crays-mirror.route-finance .crays-finance-shell {
  width: min(calc(100% - 56px), 1280px) !important;
  max-width: 1280px !important;
}

body.crays-mirror.route-finance .crays-finance-hero {
  height: calc(100svh - 74px) !important;
  min-height: 720px !important;
  max-height: 920px !important;
  padding: 34px 0 38px !important;
  align-items: center !important;
  background: #050d16 !important;
}

body.crays-mirror.route-finance .crays-finance-hero::before {
  opacity: 0.86 !important;
  filter: saturate(1.12) contrast(1.08) brightness(0.78) !important;
  background-position: center center !important;
}

body.crays-mirror.route-finance .crays-finance-hero::after {
  background:
    linear-gradient(90deg, rgba(3, 9, 16, 0.96) 0%, rgba(4, 16, 26, 0.82) 40%, rgba(5, 19, 29, 0.62) 100%),
    linear-gradient(180deg, rgba(3, 9, 16, 0.4) 0%, rgba(3, 9, 16, 0.08) 40%, rgba(3, 9, 16, 0.72) 100%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
  background-size: auto, auto, 86px 86px, 86px 86px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__inner {
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.72fr) !important;
  grid-template-areas:
    "copy panel"
    "metrics panel" !important;
  gap: 20px 54px !important;
  align-items: center !important;
}

body.crays-mirror.route-finance .crays-finance-hero__copy {
  grid-area: copy !important;
  max-width: 760px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel {
  grid-area: panel !important;
  max-width: 520px !important;
  justify-self: end !important;
  padding: 34px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(5, 18, 29, 0.78) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 6px solid var(--crays-finance-red) !important;
  box-shadow: var(--crays-finance-shadow) !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics {
  grid-area: metrics !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__title {
  max-width: 10.8ch !important;
  margin: 10px 0 18px !important;
  color: var(--crays-finance-cream) !important;
  font-size: 5.35rem !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance .crays-finance-title {
  max-width: 13ch !important;
  margin: 0 0 22px !important;
  color: var(--crays-finance-cream) !important;
  font-size: 4.25rem !important;
  line-height: 0.95 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-lead, .crays-finance-copy) {
  color: var(--crays-finance-copy-soft) !important;
  font-size: 1.08rem !important;
  line-height: 1.56 !important;
  font-weight: 600 !important;
  max-width: 64ch !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
  color: var(--crays-finance-cream) !important;
  font-size: 3.05rem !important;
  line-height: 0.96 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel p {
  color: var(--crays-finance-copy-soft) !important;
  font-size: 1.02rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-eyebrow, .crays-finance-kicker, .crays-finance-panel__label) {
  color: var(--crays-finance-red) !important;
  -webkit-text-fill-color: var(--crays-finance-red) !important;
  font-size: 0.82rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-finance .crays-finance-actions {
  gap: 12px !important;
  margin-top: 24px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-button, .crays-finance-actions a) {
  min-height: 52px !important;
  padding: 15px 26px !important;
  border-radius: 999px !important;
  font-size: 0.96rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance .crays-finance-panel__flow {
  gap: 10px !important;
  margin-top: 22px !important;
}

body.crays-mirror.route-finance .crays-finance-panel__flow span {
  min-height: 40px !important;
  padding: 11px 14px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: var(--crays-finance-cream) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric {
  min-height: 128px !important;
  padding: 14px !important;
  border-radius: 8px !important;
  background: rgba(6, 20, 31, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-left: 4px solid var(--crays-finance-red) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26) !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric strong {
  font-size: 1.12rem !important;
  line-height: 1.05 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric p {
  margin-top: 6px !important;
  color: var(--crays-finance-copy-soft) !important;
  font-size: 0.83rem !important;
  line-height: 1.3 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section, .crays-finance-image-strip, .crays-finance-closing) {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
  color: var(--crays-finance-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(180deg, #04111b 0%, #082235 52%, #04111b 100%) !important;
  background-size: 86px 86px, 86px 86px, auto !important;
}

body.crays-mirror.route-finance .crays-finance-image-strip {
  padding-top: 64px !important;
}

body.crays-mirror.route-finance .crays-finance-image-strip__grid {
  width: min(calc(100% - 56px), 1280px) !important;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr !important;
  gap: 16px !important;
}

body.crays-mirror.route-finance .crays-finance-image-strip__grid .crays-finance-visual-tile {
  min-height: 300px !important;
  border-radius: 10px !important;
}

body.crays-mirror.route-finance .crays-finance-image-strip__grid .crays-finance-visual-tile:nth-child(2n) {
  transform: translateY(34px) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-fintech__media, .crays-finance-team__media, .crays-finance-data-hero-media) {
  border-radius: 10px !important;
  border: 1px solid var(--crays-finance-line) !important;
  box-shadow: var(--crays-finance-shadow) !important;
  background: rgba(5, 18, 29, 0.82) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-fintech__media, .crays-finance-team__media, .crays-finance-data-hero-media)::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(4, 12, 20, 0.05) 0%, rgba(4, 12, 20, 0.72) 100%) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-fintech__media, .crays-finance-team__media, .crays-finance-data-hero-media) img {
  min-height: 260px !important;
  filter: saturate(1.12) contrast(1.06) brightness(0.86) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-visual-tile, .crays-finance-villa__media, .crays-finance-rwa-media, .crays-finance-data-hero-media) figcaption {
  z-index: 2 !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  border-radius: 8px !important;
  border-left: 4px solid var(--crays-finance-red) !important;
  background: rgba(5, 13, 22, 0.84) !important;
  padding: 14px 16px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section-head--split, .crays-finance-thesis__grid, .crays-finance-architecture__grid, .crays-finance-villa__grid, .crays-finance-funding__grid, .crays-finance-fintech__grid, .crays-finance-coin__grid, .crays-finance-rollover__grid, .crays-finance-team__grid) {
  gap: 54px !important;
  align-items: start !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card-grid, .crays-finance-process-grid, .crays-finance-revenue-grid, .crays-finance-rwa-flow, .crays-finance-stack, .crays-finance-data-signal-grid) {
  gap: 16px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article, .crays-finance-rules) {
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.04)),
    var(--crays-finance-card) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 4px solid var(--crays-finance-red) !important;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24) !important;
  padding: 24px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-metric strong, .crays-finance-data-signal h3, .crays-finance-monetization-flow strong, .crays-finance-structure strong) {
  color: var(--crays-finance-cream) !important;
  -webkit-text-fill-color: var(--crays-finance-cream) !important;
  font-size: 1.38rem !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-metric p, .crays-finance-data-signal p, .crays-finance-monetization-flow p, .crays-finance-structure span) {
  color: var(--crays-finance-copy-soft) !important;
  -webkit-text-fill-color: var(--crays-finance-copy-soft) !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

body.crays-mirror.route-finance .crays-finance-thesis__stats {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body.crays-mirror.route-finance .crays-finance-capital-map,
body.crays-mirror.route-finance .crays-finance-coin-panel,
body.crays-mirror.route-finance .crays-finance-rwa-summary {
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(7, 23, 35, 0.82) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 5px solid var(--crays-finance-red) !important;
  box-shadow: var(--crays-finance-shadow) !important;
}

body.crays-mirror.route-finance .crays-finance-capital-map article {
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
}

body.crays-mirror.route-finance .crays-finance-monetization-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 28px !important;
}

body.crays-mirror.route-finance .crays-finance-villa__media {
  min-height: 620px !important;
}

body.crays-mirror.route-finance .crays-finance-villa__metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-finance .crays-finance-process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.crays-mirror.route-finance .crays-finance-process-grid .crays-finance-step {
  padding: 18px !important;
}

body.crays-mirror.route-finance .crays-finance-process-grid .crays-finance-step h3 {
  font-size: 1.08rem !important;
}

body.crays-mirror.route-finance .crays-finance-process-grid .crays-finance-step p {
  font-size: 0.86rem !important;
  line-height: 1.38 !important;
}

body.crays-mirror.route-finance .crays-finance-editorial-band {
  display: grid !important;
  grid-template-columns: 1.3fr 0.9fr 1fr !important;
  gap: 16px !important;
  margin-top: 28px !important;
}

body.crays-mirror.route-finance .crays-finance-editorial-band .crays-finance-visual-tile {
  min-height: 360px !important;
}

body.crays-mirror.route-finance .crays-finance-funding__grid,
body.crays-mirror.route-finance .crays-finance-fintech__grid,
body.crays-mirror.route-finance .crays-finance-team__grid {
  align-items: center !important;
}

body.crays-mirror.route-finance .crays-finance-image-stack,
body.crays-mirror.route-finance .crays-finance-fintech__media,
body.crays-mirror.route-finance .crays-finance-team__media {
  gap: 14px !important;
}

body.crays-mirror.route-finance .crays-finance-image-stack img,
body.crays-mirror.route-finance .crays-finance-fintech__media img,
body.crays-mirror.route-finance .crays-finance-team__media img {
  border-radius: 10px !important;
  border: 1px solid var(--crays-finance-line) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24) !important;
  object-fit: cover !important;
}

body.crays-mirror.route-finance .crays-finance-rwa-story {
  display: grid !important;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.72fr) !important;
  gap: 40px !important;
  align-items: start !important;
}

body.crays-mirror.route-finance .crays-finance-rwa-flow {
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-finance .crays-finance-data-readable__head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.82fr) !important;
  gap: 54px !important;
  align-items: end !important;
  margin-bottom: 34px !important;
}

body.crays-mirror.route-finance .crays-finance-data-readable__body {
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

body.crays-mirror.route-finance .crays-finance-data-hero-media {
  min-height: 100% !important;
}

body.crays-mirror.route-finance .crays-finance-closing {
  text-align: center !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(180deg, #071b28 0%, #030a12 100%) !important;
  background-size: 86px 86px, 86px 86px, auto !important;
}

body.crays-mirror.route-finance .crays-finance-closing__inner {
  max-width: 940px !important;
}

body.crays-mirror.route-finance .crays-finance-closing .crays-finance-title {
  max-width: 14ch !important;
  margin-inline: auto !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-finance .crays-finance-hero {
    min-height: 760px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 4.55rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-title {
    font-size: 3.35rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-finance .crays-finance-hero {
    height: auto !important;
    max-height: none !important;
    min-height: calc(100svh - 74px) !important;
    padding: 48px 0 56px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "panel"
      "metrics" !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel {
    justify-self: stretch !important;
    max-width: none !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics,
  body.crays-mirror.route-finance .crays-finance-thesis__stats,
  body.crays-mirror.route-finance .crays-finance-villa__metrics,
  body.crays-mirror.route-finance .crays-finance-rwa-flow,
  body.crays-mirror.route-finance .crays-finance-data-readable__head,
  body.crays-mirror.route-finance .crays-finance-data-readable__body,
  body.crays-mirror.route-finance .crays-finance-rwa-story,
  body.crays-mirror.route-finance .crays-finance-editorial-band {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.crays-mirror.route-finance .crays-finance-image-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.crays-mirror.route-finance .crays-finance-image-strip__grid .crays-finance-visual-tile:nth-child(2n) {
    transform: none !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-finance .crays-finance-shell,
  body.crays-mirror.route-finance .crays-finance-image-strip__grid {
    width: min(calc(100% - 30px), 1280px) !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 3.35rem !important;
    max-width: 100% !important;
  }

  body.crays-mirror.route-finance .crays-finance-title {
    font-size: 2.62rem !important;
    max-width: 100% !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
    font-size: 2.28rem !important;
  }

  body.crays-mirror.route-finance :is(.crays-finance-lead, .crays-finance-copy) {
    font-size: 1rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-actions {
    flex-direction: column !important;
  }

  body.crays-mirror.route-finance :is(.crays-finance-button, .crays-finance-actions a) {
    width: 100% !important;
    justify-content: center !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics,
  body.crays-mirror.route-finance .crays-finance-thesis__stats,
  body.crays-mirror.route-finance .crays-finance-villa__metrics,
  body.crays-mirror.route-finance .crays-finance-rwa-flow,
  body.crays-mirror.route-finance .crays-finance-data-readable__head,
  body.crays-mirror.route-finance .crays-finance-data-readable__body,
  body.crays-mirror.route-finance .crays-finance-rwa-story,
  body.crays-mirror.route-finance .crays-finance-editorial-band,
  body.crays-mirror.route-finance .crays-finance-image-strip__grid,
  body.crays-mirror.route-finance .crays-finance-process-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.crays-mirror.route-hospitality .crays-hosp-hero__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background-image: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-hero-dinner.jpg") !important;
  background-size: cover !important;
  background-position: center 45% !important;
  opacity: 0.86 !important;
  filter: saturate(1.12) contrast(1.04) brightness(0.82) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__media img {
  opacity: 0 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero::after {
  z-index: -1 !important;
  background:
    linear-gradient(90deg, rgba(3, 12, 20, 0.96) 0%, rgba(4, 16, 25, 0.88) 44%, rgba(7, 25, 38, 0.72) 100%),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 76% 65%, rgba(21, 174, 205, 0.2), transparent 34%),
    radial-gradient(circle at 15% 76%, rgba(255, 21, 80, 0.18), transparent 32%) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
  width: min(calc(100% - 48px), 1240px) !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(460px, 0.9fr) !important;
  gap: clamp(36px, 5vw, 72px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__copy {
  align-self: center !important;
  padding-top: 12px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__title {
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(62px, 7vw, 94px) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  max-width: 10.5ch !important;
  margin: 0 0 24px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-lead {
  max-width: 58ch !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-actions {
  gap: 12px !important;
  margin-top: clamp(24px, 3vh, 34px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-actions .crays-hosp-button {
  min-height: 56px !important;
  padding: 16px 28px !important;
  font-size: 15px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-button--secondary {
  color: #07111b !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 21, 80, 0.72) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__metrics {
  display: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
  align-self: center !important;
  position: relative !important;
  display: grid !important;
  min-height: clamp(430px, 61vh, 520px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-label,
body.crays-mirror.route-hospitality .crays-hosp-panel-flow {
  display: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media {
  position: absolute !important;
  inset: 0 0 78px 0 !important;
  display: grid !important;
  grid-template-columns: 1.22fr 0.9fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media img,
body.crays-mirror.route-hospitality .crays-hosp-panel-media::after {
  min-height: 0 !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3) !important;
  filter: saturate(1.08) contrast(1.04) brightness(0.95) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media img:nth-of-type(1) {
  content: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-roadster.jpg") !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media img:nth-of-type(2) {
  content: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-travel-map.jpg") !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media::after {
  content: "" !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  background: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-resort-pool.jpg") center / cover no-repeat !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media figcaption {
  display: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel > h2,
body.crays-mirror.route-hospitality .crays-hosp-hero__panel > p {
  position: relative !important;
  z-index: 4 !important;
  align-self: end !important;
  margin-inline: 0 !important;
  color: #fff !important;
  background: var(--crays-club-panel) !important;
  border-inline: 1px solid var(--crays-club-line) !important;
  backdrop-filter: blur(15px) saturate(1.12) !important;
  -webkit-text-fill-color: #fff !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel > h2 {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 18px 24px 2px !important;
  border-top: 1px solid var(--crays-club-line) !important;
  border-left: 7px solid var(--crays-club-red) !important;
  border-radius: 8px 8px 0 0 !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  line-height: 1.08 !important;
  max-width: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel > p {
  margin-top: 0 !important;
  padding: 4px 24px 18px 31px !important;
  border-bottom: 1px solid var(--crays-club-line) !important;
  border-left: 7px solid var(--crays-club-red) !important;
  border-radius: 0 0 8px 8px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.38 !important;
  font-weight: 800 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-proof {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  background: linear-gradient(180deg, #061522 0%, #072334 100%) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-proof__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-strip {
  padding-block: 22px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-strip-card {
  aspect-ratio: 1 / 1.12 !important;
  border-radius: 8px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section {
  padding-top: clamp(70px, 7vw, 108px) !important;
  padding-bottom: clamp(70px, 7vw, 108px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) {
  background:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, #f7f4ee 0%, #e9f0f3 100%) !important;
  background-size: 86px 86px, 86px 86px, auto !important;
  color: #071522 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-title, h2, h3, strong) {
  color: #071522 !important;
  -webkit-text-fill-color: #071522 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-copy, p) {
  color: rgba(7, 21, 34, 0.76) !important;
  -webkit-text-fill-color: rgba(7, 21, 34, 0.76) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article) {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(7, 21, 34, 0.1) !important;
  box-shadow: 0 24px 70px rgba(7, 21, 34, 0.12) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article) :is(h3, h4, strong) {
  color: #071522 !important;
  -webkit-text-fill-color: #071522 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article) p {
  color: rgba(7, 21, 34, 0.68) !important;
  -webkit-text-fill-color: rgba(7, 21, 34, 0.68) !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr) !important;
    gap: 28px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(56px, 7.5vw, 82px) !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    height: auto !important;
    min-height: 100svh !important;
    padding-top: 104px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
    min-height: 460px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    padding-top: 92px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    width: min(calc(100% - 28px), 1240px) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(46px, 14vw, 64px) !important;
    max-width: 10.8ch !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-lead {
    font-size: 16px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
    min-height: 390px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-panel-media {
    inset-bottom: 102px !important;
    grid-template-columns: 1fr 0.78fr !important;
    gap: 10px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel > h2 {
    font-size: 20px !important;
    padding: 14px 17px 2px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel > p {
    font-size: 13px !important;
    padding: 4px 17px 14px 24px !important;
  }

body.crays-mirror.route-hospitality .crays-hosp-proof__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Finance hero fit lock: keep the full hero narrative inside the first desktop screen. */
body.crays-mirror.route-finance .crays-finance-hero {
  align-items: start !important;
  padding: 20px 0 26px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__inner {
  align-items: start !important;
  gap: 14px 48px !important;
  margin-top: 0 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__title {
  font-size: 4.75rem !important;
  margin: 8px 0 14px !important;
}

body.crays-mirror.route-finance .crays-finance-lead {
  font-size: 1rem !important;
  line-height: 1.48 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel {
  padding: 26px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
  font-size: 2.48rem !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel p {
  font-size: 0.96rem !important;
  line-height: 1.44 !important;
}

body.crays-mirror.route-finance .crays-finance-panel__flow {
  gap: 8px !important;
  margin-top: 16px !important;
}

body.crays-mirror.route-finance .crays-finance-panel__flow span {
  min-height: 34px !important;
  padding: 9px 12px !important;
  font-size: 0.72rem !important;
}

body.crays-mirror.route-finance .crays-finance-actions {
  margin-top: 18px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric {
  min-height: 104px !important;
  padding: 12px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric strong {
  font-size: 1rem !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric p {
  font-size: 0.75rem !important;
  line-height: 1.25 !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 4.1rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
    font-size: 2.18rem !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-finance .crays-finance-hero {
    height: auto !important;
    max-height: none !important;
    min-height: calc(100svh - 74px) !important;
    padding: 44px 0 54px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "panel"
      "metrics" !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 3.25rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
    font-size: 2rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-eyebrow, .crays-finance-kicker, .crays-finance-panel__label),
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-eyebrow, .crays-real-kicker, .crays-real-panel__eyebrow),
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-eyebrow, .crays-hosp-kicker, .crays-hosp-panel-label) {
  color: var(--crays-ref-red) !important;
  -webkit-text-fill-color: var(--crays-ref-red) !important;
}

body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-section, .crays-finance-closing) :is(.crays-finance-title, h2, h3, strong),
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-section, .crays-real-solution, .crays-real-closing) :is(.crays-real-title, h2, h3, strong),
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-section, .crays-hosp-closing) :is(.crays-hosp-title, h2, h3, strong) {
  color: var(--crays-ref-cream) !important;
  -webkit-text-fill-color: var(--crays-ref-cream) !important;
}

body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-section, .crays-finance-closing) :is(.crays-finance-copy, .crays-finance-lead, p),
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-section, .crays-real-solution, .crays-real-closing) :is(.crays-real-copy, .crays-real-lead, p),
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-section, .crays-hosp-closing) :is(.crays-hosp-copy, .crays-hosp-lead, p) {
  color: var(--crays-ref-soft) !important;
  -webkit-text-fill-color: var(--crays-ref-soft) !important;
}

body.crays-mirror.route-finance .crays-finance-page :is(.crays-finance-section, .crays-finance-closing) :is(.crays-finance-eyebrow, .crays-finance-kicker, .crays-finance-panel__label),
body.crays-mirror.route-real-estate .crays-real-page :is(.crays-real-section, .crays-real-solution, .crays-real-closing) :is(.crays-real-eyebrow, .crays-real-kicker, .crays-real-panel__eyebrow),
body.crays-mirror.route-hospitality .crays-hosp-page :is(.crays-hosp-section, .crays-hosp-closing) :is(.crays-hosp-eyebrow, .crays-hosp-kicker, .crays-hosp-panel-label) {
  color: var(--crays-ref-red) !important;
  -webkit-text-fill-color: var(--crays-ref-red) !important;
}

body.crays-mirror.route-real-estate .crays-real-page .crays-real-asset-stage__layout,
body.crays-mirror.route-real-estate .crays-real-page .crays-real-community-demand__body {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
}

body.crays-mirror.route-real-estate .crays-real-page .crays-real-asset-stage__content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(16px, 1.7vw, 24px) !important;
  min-width: 0 !important;
}

body.crays-mirror.route-real-estate .crays-real-page .crays-real-system {
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
}

@media (max-width: 991px) {
  body.crays-mirror.route-real-estate .crays-real-page .crays-real-asset-stage__layout,
  body.crays-mirror.route-real-estate .crays-real-page .crays-real-community-demand__body,
  body.crays-mirror.route-real-estate .crays-real-page .crays-real-system {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Final finance contrast lock for light editorial sections. */
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium :is(.crays-finance-title, .crays-finance-rwa-summary strong, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-data-signal h3),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium :is(.crays-finance-title, .crays-finance-rwa-summary strong, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-data-signal h3),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech :is(.crays-finance-title, .crays-finance-rwa-summary strong, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-data-signal h3) {
  color: var(--finance-readable-ink) !important;
  -webkit-text-fill-color: var(--finance-readable-ink) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-rwa-summary, .crays-finance-rwa-summary span, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-data-signal p),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-rwa-summary, .crays-finance-rwa-summary span, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-data-signal p),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-rwa-summary, .crays-finance-rwa-summary span, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-data-signal p) {
  color: var(--finance-readable-muted) !important;
  -webkit-text-fill-color: var(--finance-readable-muted) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal) {
  color: var(--finance-readable-ink) !important;
  background: var(--finance-readable-card) !important;
  border-color: var(--finance-readable-border) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue {
  color: var(--finance-readable-ink) !important;
  background:
    linear-gradient(rgba(7, 19, 27, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 27, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 80% 16%, rgba(70, 190, 205, 0.15), transparent 36%),
    radial-gradient(circle at 18% 88%, rgba(232, 203, 164, 0.18), transparent 40%),
    linear-gradient(180deg, #f8fbfa 0%, #f2f8f5 58%, #fbf4ed 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, strong) {
  color: var(--finance-readable-ink) !important;
  -webkit-text-fill-color: var(--finance-readable-ink) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue :is(.crays-finance-copy, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, p) {
  color: var(--finance-readable-muted) !important;
  -webkit-text-fill-color: var(--finance-readable-muted) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step) {
  color: var(--finance-readable-ink) !important;
  background: var(--finance-readable-card) !important;
  border-color: var(--finance-readable-border) !important;
  box-shadow: 0 22px 62px rgba(7, 17, 29, 0.11) !important;
}

/* Reference final lock: align Finance, Real Estate and Hospitality with the Crays Club/Fund visual system. */
body.crays-mirror.route-finance,
body.crays-mirror.route-real-estate,
body.crays-mirror.route-hospitality {
  --crays-reference-bg: #04101a;
  --crays-reference-bg-2: #071b28;
  --crays-reference-bg-3: #0b2938;
  --crays-reference-cream: #fffaf3;
  --crays-reference-copy: rgba(255, 250, 243, 0.83);
  --crays-reference-muted: rgba(255, 250, 243, 0.68);
  --crays-reference-red: #ff174d;
  --crays-reference-line: rgba(255, 255, 255, 0.14);
  --crays-reference-panel: rgba(8, 22, 33, 0.76);
  --crays-reference-panel-strong: rgba(7, 17, 27, 0.9);
  background: var(--crays-reference-bg) !important;
}

body.crays-mirror.route-finance .navbar10_container {
  max-width: none !important;
  width: 100% !important;
  padding-inline: clamp(16px, 2vw, 28px) !important;
}

body.crays-mirror.route-finance .crays-restructured-nav {
  gap: clamp(18px, 2vw, 34px) !important;
}

body.crays-mirror.route-finance .crays-nav-cta {
  min-height: 42px !important;
  padding: 11px clamp(14px, 1.25vw, 20px) !important;
  font-size: clamp(12px, 0.78vw, 13px) !important;
}

body.crays-mirror.route-finance .crays-finance-page,
body.crays-mirror.route-real-estate .crays-real-page,
body.crays-mirror.route-hospitality .crays-hosp-page {
  background:
    linear-gradient(rgba(255, 255, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 78% 8%, rgba(62, 156, 190, 0.24), transparent 34%),
    radial-gradient(circle at 10% 44%, rgba(255, 23, 77, 0.11), transparent 34%),
    linear-gradient(180deg, #04101a 0%, #071b28 42%, #04101a 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
  color: var(--crays-reference-cream) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-shell),
body.crays-mirror.route-real-estate :is(.crays-real-shell),
body.crays-mirror.route-hospitality :is(.crays-hosp-shell) {
  width: min(calc(100% - 56px), 1240px) !important;
  max-width: 1240px !important;
}

body.crays-mirror.route-finance .crays-finance-hero,
body.crays-mirror.route-real-estate .crays-real-hero,
body.crays-mirror.route-hospitality .crays-hosp-hero {
  min-height: calc(100svh - 74px) !important;
  padding: clamp(70px, 6.4vw, 96px) 0 clamp(54px, 5vw, 76px) !important;
  align-items: start !important;
  background: #04101a !important;
}

body.crays-mirror.route-finance .crays-finance-hero::after,
body.crays-mirror.route-real-estate .crays-real-hero::after,
body.crays-mirror.route-hospitality .crays-hosp-hero::after {
  background:
    linear-gradient(90deg, rgba(4, 12, 20, 0.96) 0%, rgba(4, 12, 20, 0.82) 38%, rgba(7, 24, 36, 0.68) 100%),
    radial-gradient(circle at 78% 22%, rgba(55, 164, 205, 0.22), transparent 32%),
    radial-gradient(circle at 16% 74%, rgba(255, 23, 77, 0.16), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) !important;
  background-size: auto, auto, auto, 86px 86px, 86px 86px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__inner,
body.crays-mirror.route-real-estate .crays-real-hero__inner,
body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

body.crays-mirror.route-finance .crays-finance-hero__title,
body.crays-mirror.route-real-estate .crays-real-hero__title,
body.crays-mirror.route-hospitality .crays-hosp-hero__title {
  color: var(--crays-reference-cream) !important;
  font-size: clamp(56px, 5.75vw, 86px) !important;
  line-height: 0.93 !important;
  letter-spacing: 0 !important;
  max-width: 11.6ch !important;
  text-wrap: balance !important;
}

body.crays-mirror.route-finance .crays-finance-title,
body.crays-mirror.route-real-estate .crays-real-title,
body.crays-mirror.route-hospitality .crays-hosp-title {
  color: var(--crays-reference-cream) !important;
  font-size: clamp(42px, 4.55vw, 68px) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  max-width: 13.5ch !important;
  text-wrap: balance !important;
}

body.crays-mirror.route-finance :is(.crays-finance-copy, .crays-finance-lead),
body.crays-mirror.route-real-estate :is(.crays-real-copy, .crays-real-lead),
body.crays-mirror.route-hospitality :is(.crays-hosp-copy, .crays-hosp-lead) {
  color: var(--crays-reference-copy) !important;
  font-size: clamp(18px, 1.1vw, 21px) !important;
  line-height: 1.58 !important;
  max-width: 66ch !important;
}

body.crays-mirror.route-finance :is(.crays-finance-eyebrow, .crays-finance-kicker, .crays-finance-panel__label),
body.crays-mirror.route-real-estate :is(.crays-real-eyebrow, .crays-real-kicker, .crays-real-panel__eyebrow),
body.crays-mirror.route-hospitality :is(.crays-hosp-eyebrow, .crays-hosp-kicker, .crays-hosp-panel-label) {
  color: var(--crays-reference-red) !important;
  -webkit-text-fill-color: var(--crays-reference-red) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__panel),
body.crays-mirror.route-real-estate :is(.crays-real-hero__insight),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__panel) {
  color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.048)),
    var(--crays-reference-panel) !important;
  border: 1px solid var(--crays-reference-line) !important;
  border-left: 6px solid var(--crays-reference-red) !important;
  border-radius: 28px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34) !important;
  backdrop-filter: blur(16px) saturate(1.12) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__panel h2),
body.crays-mirror.route-real-estate :is(.crays-real-hero__insight h2),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__panel h2) {
  color: var(--crays-reference-cream) !important;
  -webkit-text-fill-color: var(--crays-reference-cream) !important;
  font-size: clamp(32px, 3vw, 46px) !important;
  line-height: 1.02 !important;
  text-wrap: balance !important;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__panel p),
body.crays-mirror.route-real-estate :is(.crays-real-hero__insight p),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__panel p) {
  color: var(--crays-reference-copy) !important;
  -webkit-text-fill-color: var(--crays-reference-copy) !important;
  font-size: clamp(17px, 1.05vw, 19px) !important;
  line-height: 1.55 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-hero__metrics, .crays-finance-villa__metrics, .crays-finance-thesis__stats),
body.crays-mirror.route-real-estate :is(.crays-real-hero__metrics),
body.crays-mirror.route-hospitality :is(.crays-hosp-hero__metrics, .crays-hosp-proof__grid) {
  gap: 12px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics :is(.crays-finance-metric),
body.crays-mirror.route-real-estate .crays-real-hero__metrics article,
body.crays-mirror.route-hospitality .crays-hosp-hero__metrics :is(.crays-hosp-metric) {
  padding: 16px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics p,
body.crays-mirror.route-real-estate .crays-real-hero__metrics p,
body.crays-mirror.route-hospitality .crays-hosp-hero__metrics p {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section, .crays-finance-image-strip, .crays-finance-closing),
body.crays-mirror.route-real-estate :is(.crays-real-section, .crays-real-solution, .crays-real-visual-strip, .crays-real-closing),
body.crays-mirror.route-hospitality :is(.crays-hosp-section, .crays-hosp-strip, .crays-hosp-proof, .crays-hosp-closing) {
  padding-top: clamp(58px, 5.8vw, 92px) !important;
  padding-bottom: clamp(58px, 5.8vw, 92px) !important;
  color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 80% 16%, rgba(62, 156, 190, 0.2), transparent 32%),
    radial-gradient(circle at 18% 88%, rgba(255, 23, 77, 0.1), transparent 36%),
    linear-gradient(180deg, #04101a 0%, #092130 55%, #04101a 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section-head--split, .crays-finance-thesis__grid, .crays-finance-architecture__grid, .crays-finance-villa__grid, .crays-finance-funding__grid, .crays-finance-fintech__grid, .crays-finance-coin__grid, .crays-finance-rollover__grid, .crays-finance-team__grid),
body.crays-mirror.route-real-estate :is(.crays-real-section-head--split, .crays-real-problem__grid, .crays-real-solution__grid, .crays-real-revenue__grid, .crays-real-contribution__grid, .crays-real-owner__grid, .crays-real-fund-product__grid, .crays-real-asset-stage__layout, .crays-real-community-demand__body),
body.crays-mirror.route-hospitality :is(.crays-hosp-section-head--split, .crays-hosp-definition__grid, .crays-hosp-tech__grid, .crays-hosp-demand__grid, .crays-hosp-partners__grid, .crays-hosp-section--retail .crays-hosp-retail__grid) {
  gap: clamp(24px, 3.2vw, 48px) !important;
  align-items: start !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article),
body.crays-mirror.route-real-estate :is(.crays-real-card, .crays-real-mini-card, .crays-real-step, .crays-real-system article, .crays-real-fund-product__cards article, .crays-real-panel__grid article, .crays-real-asset-stage__statement, .crays-real-community-demand__statement),
body.crays-mirror.route-hospitality :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-metric, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article, .crays-hosp-panel-flow article) {
  color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.044)),
    rgba(8, 22, 33, 0.78) !important;
  border: 1px solid var(--crays-reference-line) !important;
  border-left: 4px solid rgba(255, 23, 77, 0.9) !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.24) !important;
  padding: clamp(18px, 1.8vw, 28px) !important;
}

body.crays-mirror.route-real-estate .crays-real-community-demand__statement,
body.crays-mirror.route-real-estate .crays-real-asset-stage__statement,
body.crays-mirror.route-hospitality :is(.crays-hosp-retail__note, .crays-hosp-callout, .crays-hosp-panel-note) {
  min-height: 0 !important;
  height: auto !important;
  align-self: start !important;
  color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.044)),
    rgba(8, 22, 33, 0.82) !important;
  border: 1px solid var(--crays-reference-line) !important;
  border-left: 4px solid var(--crays-reference-red) !important;
  border-radius: 16px !important;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.22) !important;
  padding: clamp(18px, 1.8vw, 26px) !important;
}

body.crays-mirror.route-real-estate .crays-real-community-demand__statement :is(h3, strong),
body.crays-mirror.route-real-estate .crays-real-asset-stage__statement :is(h3, strong),
body.crays-mirror.route-hospitality :is(.crays-hosp-retail__note, .crays-hosp-callout, .crays-hosp-panel-note) :is(h3, strong) {
  color: var(--crays-reference-cream) !important;
  -webkit-text-fill-color: var(--crays-reference-cream) !important;
}

body.crays-mirror.route-real-estate .crays-real-community-demand__statement p,
body.crays-mirror.route-real-estate .crays-real-asset-stage__statement p,
body.crays-mirror.route-hospitality :is(.crays-hosp-retail__note, .crays-hosp-callout, .crays-hosp-panel-note) p {
  color: var(--crays-reference-copy) !important;
  -webkit-text-fill-color: var(--crays-reference-copy) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-page .crays-hosp-section--retail .crays-hosp-retail__strong-copy.crays-hosp-retail__strong-copy {
  color: var(--crays-reference-cream) !important;
  -webkit-text-fill-color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.044)),
    rgba(8, 22, 33, 0.84) !important;
  border: 1px solid var(--crays-reference-line) !important;
  border-left: 4px solid var(--crays-reference-red) !important;
  border-radius: 16px !important;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.22) !important;
  padding: clamp(18px, 1.8vw, 26px) !important;
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.48 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-metric strong, .crays-finance-data-signal h3, .crays-finance-monetization-flow strong, .crays-finance-structure strong),
body.crays-mirror.route-real-estate :is(.crays-real-card h3, .crays-real-mini-card h3, .crays-real-step h3, .crays-real-system h3, .crays-real-fund-product__cards strong, .crays-real-panel__grid strong, .crays-real-asset-stage__statement h3, .crays-real-community-demand__statement h3),
body.crays-mirror.route-hospitality :is(.crays-hosp-card h3, .crays-hosp-step h3, .crays-hosp-metric strong, .crays-hosp-loop-card h3, .crays-hosp-partner-card h3, .crays-hosp-network-card h3, .crays-hosp-stack-step h3, .crays-hosp-retail-step h3, .crays-hosp-retail__revenue strong) {
  color: var(--crays-reference-cream) !important;
  -webkit-text-fill-color: var(--crays-reference-cream) !important;
  font-size: clamp(21px, 1.5vw, 28px) !important;
  line-height: 1.08 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-metric p, .crays-finance-data-signal p, .crays-finance-monetization-flow p, .crays-finance-structure span),
body.crays-mirror.route-real-estate :is(.crays-real-card p, .crays-real-mini-card p, .crays-real-step p, .crays-real-system p, .crays-real-panel__grid span, .crays-real-fund-product__cards span, .crays-real-asset-stage__statement p, .crays-real-community-demand__statement p),
body.crays-mirror.route-hospitality :is(.crays-hosp-card p, .crays-hosp-step p, .crays-hosp-metric p, .crays-hosp-loop-card p, .crays-hosp-partner-card p, .crays-hosp-network-card p, .crays-hosp-stack-step p, .crays-hosp-retail-step p, .crays-hosp-retail__revenue p) {
  color: var(--crays-reference-copy) !important;
  -webkit-text-fill-color: var(--crays-reference-copy) !important;
  font-size: clamp(16px, 0.98vw, 18px) !important;
  line-height: 1.52 !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section) :is(.crays-finance-title, h2, h3, strong),
body.crays-mirror.route-real-estate :is(.crays-real-section, .crays-real-solution) :is(.crays-real-title, h2, h3, strong),
body.crays-mirror.route-hospitality :is(.crays-hosp-section) :is(.crays-hosp-title, h2, h3, strong) {
  color: var(--crays-reference-cream) !important;
  -webkit-text-fill-color: var(--crays-reference-cream) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section) :is(.crays-finance-copy, .crays-finance-lead, p),
body.crays-mirror.route-real-estate :is(.crays-real-section, .crays-real-solution) :is(.crays-real-copy, .crays-real-lead, p),
body.crays-mirror.route-hospitality :is(.crays-hosp-section) :is(.crays-hosp-copy, .crays-hosp-lead, p) {
  color: var(--crays-reference-copy) !important;
  -webkit-text-fill-color: var(--crays-reference-copy) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue {
  color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(62, 156, 190, 0.2), transparent 32%),
    radial-gradient(circle at 18% 90%, rgba(255, 23, 77, 0.11), transparent 36%),
    linear-gradient(180deg, #04101a 0%, #092130 55%, #04101a 100%) !important;
  background-size: 86px 86px, 86px 86px, auto, auto, auto !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium :is(.crays-finance-title, .crays-finance-rwa-summary strong, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-data-signal h3, strong),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium :is(.crays-finance-title, .crays-finance-rwa-summary strong, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-data-signal h3, strong),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech :is(.crays-finance-title, .crays-finance-rwa-summary strong, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, .crays-finance-data-signal h3, strong),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue :is(.crays-finance-title, .crays-finance-card h3, .crays-finance-mini-card h3, .crays-finance-step h3, strong) {
  color: var(--crays-reference-cream) !important;
  -webkit-text-fill-color: var(--crays-reference-cream) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-rwa-summary, .crays-finance-rwa-summary span, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-data-signal p, p),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-rwa-summary, .crays-finance-rwa-summary span, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-data-signal p, p),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech :is(.crays-finance-copy, .crays-finance-lead, .crays-finance-rwa-summary, .crays-finance-rwa-summary span, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, .crays-finance-data-signal p, p),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue :is(.crays-finance-copy, .crays-finance-card p, .crays-finance-mini-card p, .crays-finance-step p, p) {
  color: var(--crays-reference-copy) !important;
  -webkit-text-fill-color: var(--crays-reference-copy) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium.crays-finance-section--data-premium :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech.crays-finance-section--fintech :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-data-signal),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue.crays-finance-section--revenue :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step) {
  color: var(--crays-reference-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.044)),
    rgba(8, 22, 33, 0.78) !important;
  border-color: var(--crays-reference-line) !important;
  border-left-color: var(--crays-reference-red) !important;
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.24) !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-finance .crays-restructured-nav {
    gap: 16px !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-finance .crays-finance-hero,
  body.crays-mirror.route-real-estate .crays-real-hero,
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    min-height: auto !important;
    padding: 56px 0 64px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__inner,
  body.crays-mirror.route-real-estate .crays-real-hero__inner,
  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-finance :is(.crays-finance-shell),
  body.crays-mirror.route-real-estate :is(.crays-real-shell),
  body.crays-mirror.route-hospitality :is(.crays-hosp-shell) {
    width: min(calc(100% - 30px), 1240px) !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__title,
  body.crays-mirror.route-real-estate .crays-real-hero__title,
  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(42px, 12vw, 58px) !important;
    max-width: 100% !important;
  }
}

/* Final Hospitality reference override. Kept at the file end so older repair blocks cannot win. */
body.crays-mirror.route-hospitality {
  --crays-club-red: #ff1550;
  --crays-club-night: #04111b;
  --crays-club-panel: rgba(7, 24, 36, 0.78);
  --crays-club-line: rgba(255, 255, 255, 0.2);
  background: var(--crays-club-night) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero {
  height: 100svh !important;
  min-height: 690px !important;
  padding: 94px 0 34px !important;
  align-items: center !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__media {
  background: #071622 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__media::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background-image: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-hero-dinner.jpg") !important;
  background-size: cover !important;
  background-position: center 45% !important;
  opacity: 0.86 !important;
  filter: saturate(1.12) contrast(1.04) brightness(0.82) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__media img {
  opacity: 0 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero::after {
  z-index: -1 !important;
  background:
    linear-gradient(90deg, rgba(3, 12, 20, 0.96) 0%, rgba(4, 16, 25, 0.88) 44%, rgba(7, 25, 38, 0.72) 100%),
    radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 76% 65%, rgba(21, 174, 205, 0.2), transparent 34%),
    radial-gradient(circle at 15% 76%, rgba(255, 21, 80, 0.18), transparent 32%) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
  width: min(calc(100% - 48px), 1240px) !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(460px, 0.9fr) !important;
  gap: clamp(36px, 5vw, 72px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__title {
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(62px, 7vw, 94px) !important;
  font-weight: 900 !important;
  line-height: 0.9 !important;
  max-width: 10.5ch !important;
  margin: 0 0 24px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-lead {
  max-width: 58ch !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-actions {
  gap: 12px !important;
  margin-top: clamp(24px, 3vh, 34px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-actions .crays-hosp-button {
  min-height: 56px !important;
  padding: 16px 28px !important;
  font-size: 15px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-button--secondary {
  color: #07111b !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 21, 80, 0.72) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__metrics {
  display: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
  align-self: center !important;
  position: relative !important;
  display: grid !important;
  min-height: clamp(430px, 61vh, 520px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-label,
body.crays-mirror.route-hospitality .crays-hosp-panel-flow {
  display: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media {
  position: absolute !important;
  inset: 0 0 78px 0 !important;
  display: grid !important;
  grid-template-columns: 1.22fr 0.9fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media img,
body.crays-mirror.route-hospitality .crays-hosp-panel-media::after {
  min-height: 0 !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3) !important;
  filter: saturate(1.08) contrast(1.04) brightness(0.95) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media img:nth-of-type(1) {
  content: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-roadster.jpg") !important;
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media img:nth-of-type(2) {
  content: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-travel-map.jpg") !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media::after {
  content: "" !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: block !important;
  background: url("/assets/crays-org/stock-lifestyle/crays-hospitality-ref-resort-pool.jpg") center / cover no-repeat !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media figcaption {
  display: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel > h2,
body.crays-mirror.route-hospitality .crays-hosp-hero__panel > p {
  position: relative !important;
  z-index: 4 !important;
  align-self: end !important;
  margin-inline: 0 !important;
  color: #fff !important;
  background: var(--crays-club-panel) !important;
  border-inline: 1px solid var(--crays-club-line) !important;
  backdrop-filter: blur(15px) saturate(1.12) !important;
  -webkit-text-fill-color: #fff !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel > h2 {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 18px 24px 2px !important;
  border-top: 1px solid var(--crays-club-line) !important;
  border-left: 7px solid var(--crays-club-red) !important;
  border-radius: 8px 8px 0 0 !important;
  font-size: clamp(21px, 1.9vw, 28px) !important;
  line-height: 1.08 !important;
  max-width: none !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel > p {
  margin-top: 0 !important;
  padding: 4px 24px 18px 31px !important;
  border-bottom: 1px solid var(--crays-club-line) !important;
  border-left: 7px solid var(--crays-club-red) !important;
  border-radius: 0 0 8px 8px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.38 !important;
  font-weight: 800 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-proof {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
  background: linear-gradient(180deg, #061522 0%, #072334 100%) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-proof__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-strip {
  padding-block: 22px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-strip-card {
  aspect-ratio: 1 / 1.12 !important;
  border-radius: 8px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) {
  background:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, #f7f4ee 0%, #e9f0f3 100%) !important;
  background-size: 86px 86px, 86px 86px, auto !important;
  color: #071522 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-title, h2, h3, strong) {
  color: #071522 !important;
  -webkit-text-fill-color: #071522 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-copy, p) {
  color: rgba(7, 21, 34, 0.76) !important;
  -webkit-text-fill-color: rgba(7, 21, 34, 0.76) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article) {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(7, 21, 34, 0.1) !important;
  box-shadow: 0 24px 70px rgba(7, 21, 34, 0.12) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article) :is(h3, h4, strong) {
  color: #071522 !important;
  -webkit-text-fill-color: #071522 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-section:nth-of-type(even) :is(.crays-hosp-card, .crays-hosp-step, .crays-hosp-loop-card, .crays-hosp-partner-card, .crays-hosp-network-card, .crays-hosp-stack-step, .crays-hosp-retail-step, .crays-hosp-retail__revenue article) p {
  color: rgba(7, 21, 34, 0.68) !important;
  -webkit-text-fill-color: rgba(7, 21, 34, 0.68) !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr) !important;
    gap: 28px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(56px, 7.5vw, 82px) !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    height: auto !important;
    min-height: 100svh !important;
    padding-top: 104px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
    min-height: 460px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    padding-top: 92px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    width: min(calc(100% - 28px), 1240px) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(46px, 14vw, 64px) !important;
    max-width: 10.8ch !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-lead {
    font-size: 16px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
    min-height: 390px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-panel-media {
    inset-bottom: 102px !important;
    grid-template-columns: 1fr 0.78fr !important;
    gap: 10px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel > h2 {
    font-size: 20px !important;
    padding: 14px 17px 2px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel > p {
    font-size: 13px !important;
    padding: 4px 17px 14px 24px !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-proof__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Absolute final Real Estate hero lock: full visible screen under nav, centered content. */
body.crays-mirror.route-real-estate .crays-real-hero {
  height: calc(100vh + 74px) !important;
  min-height: calc(100vh + 74px) !important;
  max-height: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__inner {
  width: min(calc(100% - 96px), 1240px) !important;
  max-width: 1240px !important;
  height: 100% !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: clamp(30px, 5vh, 54px) 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.78fr) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(42px, 5.2vw, 74px) !important;
  transform: translateY(-1vh) !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__copy {
  align-self: center !important;
  max-width: 650px !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__title {
  max-width: 10.8ch !important;
  margin: 0 0 22px !important;
  font-size: clamp(56px, 5.8vw, 86px) !important;
  line-height: 0.91 !important;
}

body.crays-mirror.route-real-estate .crays-real-lead {
  max-width: 49ch !important;
  margin: 0 !important;
  font-size: clamp(17px, 1.12vw, 19px) !important;
  line-height: 1.42 !important;
}

body.crays-mirror.route-real-estate .crays-real-actions {
  flex-wrap: nowrap !important;
  gap: 12px !important;
  margin-top: clamp(22px, 3vh, 30px) !important;
}

body.crays-mirror.route-real-estate .crays-real-actions .crays-real-button {
  min-height: 52px !important;
  padding: 14px 24px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__insight {
  align-self: center !important;
  min-height: 0 !important;
  max-height: calc(100svh - 174px) !important;
  padding: 28px 34px !important;
  border-radius: 8px !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__insight h2 {
  font-size: clamp(30px, 2.8vw, 44px) !important;
  line-height: 1.02 !important;
}

body.crays-mirror.route-real-estate .crays-real-hero__insight-copy {
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.42 !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-real-estate .crays-real-hero {
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
  }

  body.crays-mirror.route-real-estate .crays-real-hero__inner {
    width: min(calc(100% - 48px), 1240px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr) !important;
    padding: 44px 0 !important;
    gap: 30px !important;
    transform: translateY(-3vh) !important;
  }

  body.crays-mirror.route-real-estate .crays-real-hero__title {
    font-size: clamp(52px, 7vw, 76px) !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-real-estate .crays-real-hero {
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
  }

  body.crays-mirror.route-real-estate .crays-real-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
    padding: 40px 0 !important;
    transform: none !important;
  }

  body.crays-mirror.route-real-estate .crays-real-actions {
    flex-wrap: wrap !important;
  }

  body.crays-mirror.route-real-estate .crays-real-hero__insight {
    max-height: none !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-real-estate .crays-real-hero__inner {
    width: min(calc(100% - 28px), 1240px) !important;
  }

  body.crays-mirror.route-real-estate .crays-real-hero__title {
    font-size: clamp(44px, 13vw, 60px) !important;
  }

  body.crays-mirror.route-real-estate .crays-real-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Absolute final Finance lock: this sits after shared reference rules so the hero and section typography stay fitted. */
body.crays-mirror.route-finance .crays-finance-hero {
  height: calc(100svh - 74px) !important;
  min-height: 650px !important;
  max-height: 900px !important;
  padding: 8px 0 18px !important;
  align-items: start !important;
}

body.crays-mirror.route-finance .crays-finance-hero__inner {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr) !important;
  grid-template-areas:
    "copy panel"
    "metrics panel" !important;
  gap: 10px 46px !important;
  align-items: start !important;
}

body.crays-mirror.route-finance .crays-finance-hero__copy {
  grid-area: copy !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel {
  grid-area: panel !important;
  max-width: 515px !important;
  justify-self: end !important;
  padding: 22px !important;
  border-radius: 18px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics {
  grid-area: metrics !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__title {
  font-size: 4.35rem !important;
  line-height: 0.88 !important;
  margin: 6px 0 12px !important;
  max-width: 10.9ch !important;
}

body.crays-mirror.route-finance .crays-finance-title {
  font-size: 3.7rem !important;
  line-height: 0.94 !important;
}

body.crays-mirror.route-finance .crays-finance-lead {
  font-size: 0.96rem !important;
  line-height: 1.42 !important;
  max-width: 66ch !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
  font-size: 2.12rem !important;
  line-height: 0.98 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__panel p {
  font-size: 0.9rem !important;
  line-height: 1.38 !important;
}

body.crays-mirror.route-finance .crays-finance-actions {
  margin-top: 14px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-button, .crays-finance-actions a) {
  min-height: 46px !important;
  padding: 12px 22px !important;
  font-size: 0.9rem !important;
}

body.crays-mirror.route-finance .crays-finance-panel__flow {
  gap: 7px !important;
  margin-top: 13px !important;
}

body.crays-mirror.route-finance .crays-finance-panel__flow span {
  min-height: 30px !important;
  padding: 8px 11px !important;
  border-radius: 8px !important;
  font-size: 0.68rem !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric {
  min-height: 92px !important;
  padding: 10px !important;
  border-radius: 8px !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric strong {
  font-size: 0.92rem !important;
  line-height: 1.02 !important;
}

body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric p {
  font-size: 0.68rem !important;
  line-height: 1.18 !important;
  margin-top: 4px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-section, .crays-finance-image-strip, .crays-finance-closing) {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-card, .crays-finance-mini-card, .crays-finance-step, .crays-finance-metric, .crays-finance-data-signal, .crays-finance-monetization-flow article, .crays-finance-structure article) {
  border-radius: 8px !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-finance .crays-finance-hero {
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
    max-height: none !important;
    padding: 42px 0 52px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 3.85rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
    font-size: 2rem !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-finance .crays-finance-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "panel"
      "metrics" !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel {
    max-width: none !important;
    justify-self: stretch !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: 3.05rem !important;
    max-width: 100% !important;
  }

  body.crays-mirror.route-finance .crays-finance-title {
    font-size: 2.55rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

body.crays-mirror.route-finance :is(.crays-finance-capital-map, .crays-finance-coin-panel, .crays-finance-rules, .crays-finance-rwa-summary) {
  color: var(--crays-finance-cream) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(6, 20, 31, 0.86) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 5px solid var(--crays-finance-red) !important;
  border-radius: 8px !important;
  box-shadow: var(--crays-finance-shadow) !important;
}

body.crays-mirror.route-finance .crays-finance-capital-map article {
  color: var(--crays-finance-cream) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
}

body.crays-mirror.route-finance :is(.crays-finance-capital-map, .crays-finance-coin-panel, .crays-finance-rules, .crays-finance-rwa-summary) :is(strong, h3) {
  color: var(--crays-finance-cream) !important;
  -webkit-text-fill-color: var(--crays-finance-cream) !important;
}

body.crays-mirror.route-finance :is(.crays-finance-capital-map, .crays-finance-coin-panel, .crays-finance-rules, .crays-finance-rwa-summary) :is(p, span) {
  color: var(--crays-finance-copy-soft) !important;
  -webkit-text-fill-color: var(--crays-finance-copy-soft) !important;
}

/* Final Finance contrast repair: specific enough to beat older light-section locks. */
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--thesis .crays-finance-capital-map,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--coin .crays-finance-coin-panel,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rollover .crays-finance-rules,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium .crays-finance-rwa-summary {
  color: var(--crays-finance-cream) !important;
  background-color: rgba(6, 20, 31, 0.88) !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 5px solid var(--crays-finance-red) !important;
  box-shadow: var(--crays-finance-shadow) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--thesis .crays-finance-capital-map article,
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rollover .crays-finance-rules .crays-finance-mini-card {
  color: var(--crays-finance-cream) !important;
  background-color: rgba(255, 255, 255, 0.075) !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--thesis .crays-finance-capital-map :is(strong, h3),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--coin .crays-finance-coin-panel :is(strong, h3),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rollover .crays-finance-rules :is(strong, h3),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium .crays-finance-rwa-summary :is(strong, h3) {
  color: var(--crays-finance-cream) !important;
  -webkit-text-fill-color: var(--crays-finance-cream) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--thesis .crays-finance-capital-map :is(p, span),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--coin .crays-finance-coin-panel :is(p, span),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rollover .crays-finance-rules :is(p, span),
body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium .crays-finance-rwa-summary :is(p, span) {
  color: var(--crays-finance-copy-soft) !important;
  -webkit-text-fill-color: var(--crays-finance-copy-soft) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium .crays-finance-rwa-summary.crays-finance-rwa-summary.crays-finance-rwa-summary {
  color: var(--crays-finance-cream) !important;
  background-color: rgba(6, 20, 31, 0.9) !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 5px solid var(--crays-finance-red) !important;
  box-shadow: var(--crays-finance-shadow) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium .crays-finance-rwa-summary.crays-finance-rwa-summary.crays-finance-rwa-summary :is(strong, h3, .crays-finance-title) {
  color: var(--crays-finance-cream) !important;
  -webkit-text-fill-color: var(--crays-finance-cream) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium .crays-finance-rwa-summary.crays-finance-rwa-summary.crays-finance-rwa-summary :is(p, span) {
  color: var(--crays-finance-copy-soft) !important;
  -webkit-text-fill-color: var(--crays-finance-copy-soft) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium .crays-finance-rwa-story__copy.crays-finance-rwa-story__copy {
  color: var(--crays-finance-cream) !important;
  background-color: rgba(6, 20, 31, 0.9) !important;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)) !important;
  border: 1px solid var(--crays-finance-line) !important;
  border-left: 5px solid var(--crays-finance-red) !important;
  box-shadow: var(--crays-finance-shadow) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium .crays-finance-rwa-story__copy.crays-finance-rwa-story__copy :is(.crays-finance-title, h2, h3, strong) {
  color: var(--crays-finance-cream) !important;
  -webkit-text-fill-color: var(--crays-finance-cream) !important;
}

body.crays-mirror.route-finance .crays-finance-page .crays-finance-section.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium.crays-finance-section--rwa-premium .crays-finance-rwa-story__copy.crays-finance-rwa-story__copy :is(.crays-finance-copy, p, span) {
  color: var(--crays-finance-copy-soft) !important;
  -webkit-text-fill-color: var(--crays-finance-copy-soft) !important;
}

/* Absolute final Finance hero lock: full viewport image, centered readable content. */
@media (min-width: 992px) {
  body.crays-mirror.route-finance .crays-finance-hero {
    height: calc(100svh - 74px) !important;
    min-height: calc(100svh - 74px) !important;
    max-height: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #07111b !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero::before {
    inset: 0 !important;
    opacity: 1 !important;
    background-size: cover !important;
    background-position: center 70% !important;
    filter: saturate(1.12) contrast(1.02) brightness(1.04) !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero::after {
    background:
      linear-gradient(180deg, rgba(4, 11, 18, 0) 0%, rgba(4, 11, 18, 0) 30%, rgba(4, 11, 18, 0.1) 44%, rgba(4, 11, 18, 0.36) 100%),
      linear-gradient(90deg, rgba(4, 11, 18, 0.16) 0%, rgba(4, 14, 22, 0.1) 44%, rgba(5, 18, 28, 0.04) 100%),
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px) !important;
    background-size: auto, auto, 86px 86px, 86px 86px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__inner {
    width: min(calc(100% - 96px), 1240px) !important;
    max-width: 1240px !important;
    height: 100% !important;
    margin-inline: auto !important;
    padding: clamp(34px, 4.8vh, 56px) 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.74fr) !important;
    grid-template-areas: "copy panel" !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(42px, 5vw, 68px) !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__copy {
    grid-area: copy !important;
    align-self: center !important;
    max-width: 710px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__title {
    max-width: 10.5ch !important;
    margin: 8px 0 20px !important;
    font-size: clamp(64px, 5.6vw, 86px) !important;
    line-height: 0.9 !important;
    letter-spacing: 0 !important;
  }

  body.crays-mirror.route-finance .crays-finance-lead {
    max-width: 61ch !important;
    font-size: clamp(16px, 1.02vw, 18px) !important;
    line-height: 1.47 !important;
    font-weight: 700 !important;
  }

  body.crays-mirror.route-finance .crays-finance-actions {
    gap: 12px !important;
    margin-top: 20px !important;
  }

  body.crays-mirror.route-finance :is(.crays-finance-button, .crays-finance-actions a) {
    min-height: 52px !important;
    padding: 14px 24px !important;
    font-size: 0.94rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics {
    grid-area: auto !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin-top: 16px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric {
    min-height: 118px !important;
    padding: 14px !important;
    border-radius: 8px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric span {
    font-size: 0.74rem !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric strong {
    font-size: 1.07rem !important;
    line-height: 1.08 !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics .crays-finance-metric p {
    font-size: 0.84rem !important;
    line-height: 1.31 !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel {
    grid-area: panel !important;
    align-self: center !important;
    justify-self: end !important;
    width: min(100%, 540px) !important;
    max-width: 540px !important;
    padding: 28px !important;
    border-radius: 8px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel h2 {
    font-size: clamp(34px, 2.8vw, 44px) !important;
    line-height: 0.98 !important;
    margin-bottom: 10px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__panel p {
    font-size: clamp(15px, 0.95vw, 16px) !important;
    line-height: 1.42 !important;
  }

  body.crays-mirror.route-finance .crays-finance-panel__flow {
    gap: 9px !important;
    margin-top: 18px !important;
  }

  body.crays-mirror.route-finance .crays-finance-panel__flow span {
    min-height: 37px !important;
    padding: 10px 13px !important;
    font-size: 0.78rem !important;
  }
}

@media (max-width: 1180px) and (min-width: 992px) {
  body.crays-mirror.route-finance .crays-finance-hero__inner {
    width: min(calc(100% - 48px), 1240px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr) !important;
    gap: 30px !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__title {
    font-size: clamp(56px, 7vw, 76px) !important;
  }

  body.crays-mirror.route-finance .crays-finance-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Absolute final Hospitality hero lock: full visible screen under nav, centered content. */
body.crays-mirror.route-hospitality .crays-hosp-hero {
  height: calc(100svh - 74px) !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
  width: min(calc(100% - 96px), 1240px) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: clamp(28px, 5vh, 52px) 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.86fr) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(42px, 5.2vw, 76px) !important;
  transform: translateY(-5vh) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__copy {
  align-self: center !important;
  max-width: 650px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__title {
  font-size: clamp(56px, 5.8vw, 86px) !important;
  line-height: 0.91 !important;
  margin: 0 0 22px !important;
}

body.crays-mirror.route-hospitality .crays-hosp-lead {
  max-width: 58ch !important;
  font-size: clamp(17px, 1.12vw, 19px) !important;
  line-height: 1.42 !important;
}

body.crays-mirror.route-hospitality .crays-hosp-actions {
  flex-wrap: nowrap !important;
  gap: 12px !important;
  margin-top: clamp(22px, 3vh, 30px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-actions .crays-hosp-button {
  min-height: 52px !important;
  padding: 14px 24px !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
  align-self: center !important;
  min-height: min(50vh, 460px) !important;
  max-height: calc(100svh - 174px) !important;
}

body.crays-mirror.route-hospitality .crays-hosp-panel-media {
  inset: 0 0 86px 0 !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    width: min(calc(100% - 48px), 1240px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr) !important;
    padding: 44px 0 !important;
    gap: 30px !important;
    transform: translateY(-3vh) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(52px, 7vw, 76px) !important;
  }
}

@media (max-width: 991px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero {
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: calc(100svh - 74px) !important;
    padding: 40px 0 !important;
    transform: none !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-actions {
    flex-wrap: wrap !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__panel {
    max-height: none !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-hospitality .crays-hosp-hero__inner {
    width: min(calc(100% - 28px), 1240px) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-hero__title {
    font-size: clamp(44px, 13vw, 60px) !important;
  }

  body.crays-mirror.route-hospitality .crays-hosp-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
/* Hospitality final type lock 2026-05-10: keep hero scale fixed and smaller than the legacy vw rules. */
html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero #crays-hosp-title.crays-hosp-hero__title {
  max-width: 12.5ch !important;
  font-size: 48px !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero #crays-hosp-title.crays-hosp-hero__title span {
  display: block !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-lead {
  max-width: 620px !important;
  margin-top: 18px !important;
  font-size: 14.5px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-hero__panel {
  width: min(100%, 500px) !important;
  gap: 10px !important;
  padding: 22px !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-panel-media {
  height: 225px !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-hero__panel > h2 {
  max-width: 17ch !important;
  font-size: 28px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-hero__panel > p {
  margin-top: 4px !important;
  font-size: 13.2px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page .crays-hosp-strip,
html body.body.crays-mirror.route-hospitality main.crays-hosp-page .crays-hosp-proof {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #0b4369 0%, #073458 42%, #071b31 100%) !important;
  background-size: 92px 92px, 92px 92px, auto !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page .crays-hosp-strip {
  padding-block: 34px 16px !important;
}

html body.body.crays-mirror.route-hospitality main.crays-hosp-page .crays-hosp-proof {
  margin-top: 0 !important;
  padding: 16px 0 52px !important;
}

@media (max-width: 1180px) {
  html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero #crays-hosp-title.crays-hosp-hero__title {
    font-size: 44px !important;
  }

  html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-hero__panel > h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 760px) {
  html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero #crays-hosp-title.crays-hosp-hero__title {
    font-size: 36px !important;
  }

  html body.body.crays-mirror.route-hospitality main.crays-hosp-page section.crays-hosp-hero .crays-hosp-hero__panel > h2 {
    font-size: 22px !important;
  }
}

/* Home hero mobile paragraph flow repair 2026-05-25. */
@media (max-width: 640px) {
  body.crays-mirror.route-home .navbar10_menu-button.w-nav-button {
    left: auto !important;
    right: 16px !important;
  }

  body.crays-mirror.route-home .section_header5 .heading-style-h1 {
    max-width: calc(100% - 12px) !important;
    padding-left: 12px !important;
  }

  body.crays-mirror.route-home .section_header5 .text-size-medium.header {
    width: 100% !important;
    max-width: min(100%, calc(100vw - 32px)) !important;
    margin: 0 !important;
    font-size: clamp(15px, 4.05vw, 16px) !important;
    line-height: 1.54 !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-wrap: pretty;
  }
}

/* Home Pope Leo XIV quote card 2026-05-26. */
body.crays-mirror.route-home .crays-tokenized-brand--after-hero {
  padding-top: clamp(74px, 7vw, 112px) !important;
}

body.crays-mirror.route-home .crays-tokenized-brand__pope-card {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(1240px, calc(100vw - 64px)) !important;
  margin: 0 auto clamp(22px, 2.1vw, 28px) !important;
  padding: clamp(14px, 1.35vw, 17px) clamp(20px, 2vw, 26px) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-left: 3px solid var(--crays-red) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(10px) !important;
}

body.crays-mirror.route-home .crays-tokenized-brand__pope-card p {
  max-width: 116ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(13.2px, 0.86vw, 14.2px) !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-home .crays-tokenized-brand__pope-card span {
  display: block !important;
  margin-top: 12px !important;
  color: var(--crays-red) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-home .crays-home-layer-grid .crays-tokenized-brand__pope-card {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(28px, 3vw, 42px) 0 0 !important;
  padding: clamp(18px, 1.65vw, 24px) clamp(20px, 2.5vw, 34px) !important;
}

body.crays-mirror.route-home .crays-home-layer-grid .crays-tokenized-brand__pope-card p {
  max-width: 118ch !important;
  font-size: 15.5px !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

@media (max-width: 760px) {
  body.crays-mirror.route-home .crays-tokenized-brand__pope-card {
    width: min(100% - 32px, 1240px) !important;
    margin-bottom: 18px !important;
    padding: 13px 14px 14px !important;
  }

  body.crays-mirror.route-home .crays-tokenized-brand__pope-card p {
    font-size: 12.4px !important;
    line-height: 1.5 !important;
  }

  body.crays-mirror.route-home .crays-tokenized-brand__pope-card span {
    margin-top: 10px !important;
    font-size: 10.8px !important;
    line-height: 1.15 !important;
  }

  body.crays-mirror.route-home .crays-tokenized-brand--after-hero {
    padding-top: 58px !important;
  }

  body.crays-mirror.route-home .crays-home-layer-grid .crays-tokenized-brand__pope-card {
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 14px 14px 15px !important;
  }
}

/* Nostr page 2026-05-30: Crays protocol, creator funnel and venue relay layer. */
body.crays-mirror.route-nostr {
  --nostr-ink: #ffffff;
  --nostr-muted: rgba(255, 255, 255, 0.76);
  --nostr-soft: rgba(255, 255, 255, 0.1);
  --nostr-line: rgba(255, 255, 255, 0.16);
  --nostr-red: var(--crays-red, #e22020);
  --nostr-blue: #4ab1e6;
  background: #03070c !important;
  color: var(--nostr-ink) !important;
}

body.crays-mirror.route-nostr .crays-nostr-page,
body.crays-mirror.route-nostr .crays-nostr-page * {
  box-sizing: border-box !important;
  letter-spacing: 0 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-page {
  overflow: hidden !important;
  background: #03070c !important;
  color: var(--nostr-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
}

body.crays-mirror.route-nostr .crays-nostr-shell {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

body.crays-mirror.route-nostr .crays-nostr-eyebrow,
body.crays-mirror.route-nostr .crays-nostr-kicker,
body.crays-mirror.route-nostr .crays-nostr-card span,
body.crays-mirror.route-nostr .crays-nostr-explain-card span,
body.crays-mirror.route-nostr .crays-nostr-funnel-card span,
body.crays-mirror.route-nostr .crays-nostr-video-card figcaption span,
body.crays-mirror.route-nostr .crays-nostr-venue-steps span,
body.crays-mirror.route-nostr .crays-nostr-exists-grid span,
body.crays-mirror.route-nostr .crays-nostr-dao-grid span,
body.crays-mirror.route-nostr .crays-nostr-roadmap span,
body.crays-mirror.route-nostr .crays-nostr-callout span,
body.crays-mirror.route-nostr .crays-nostr-panel__copy span,
body.crays-mirror.route-nostr .crays-nostr-protocol-strip span {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--nostr-red) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-nostr .crays-nostr-title,
body.crays-mirror.route-nostr .crays-nostr-hero__title {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Krona One", Montserrat, Arial, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  text-wrap: balance !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__title {
  max-width: 780px !important;
  font-size: clamp(42px, 5vw, 72px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-title {
  max-width: 900px !important;
  font-size: clamp(34px, 3.7vw, 58px) !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-lead, .crays-nostr-copy, .crays-nostr-card p, .crays-nostr-explain-card p, .crays-nostr-funnel-card p, .crays-nostr-panel p, .crays-nostr-video-card p, .crays-nostr-venue-steps p, .crays-nostr-exists-grid p, .crays-nostr-dao-grid p, .crays-nostr-roadmap p, .crays-nostr-callout p, .crays-nostr-protocol-strip p) {
  margin: 0 !important;
  color: var(--nostr-muted) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(15.5px, 1.04vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
}

body.crays-mirror.route-nostr .crays-nostr-lead,
body.crays-mirror.route-nostr .crays-nostr-copy {
  max-width: 760px !important;
  margin-top: 22px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero {
  position: relative !important;
  min-height: calc(100svh - 74px) !important;
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.93) 0%, rgba(3, 7, 12, 0.76) 42%, rgba(3, 7, 12, 0.48) 100%),
    linear-gradient(180deg, rgba(3, 7, 12, 0.04), #03070c 100%),
    url("/assets/crays-org/stock-lifestyle/crays-tech-nostr-lifestyle-stock-20260508.jpg") center / cover no-repeat !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 !important;
  height: 190px !important;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0), #03070c) !important;
  pointer-events: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.55fr) !important;
  gap: clamp(24px, 4vw, 62px) !important;
  align-items: end !important;
  padding: clamp(104px, 14vh, 156px) 0 clamp(44px, 7vh, 78px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__copy {
  max-width: 820px !important;
}

body.crays-mirror.route-nostr .crays-nostr-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body.crays-mirror.route-nostr .crays-nostr-button {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  padding: 13px 22px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease !important;
}

body.crays-mirror.route-nostr .crays-nostr-button:hover,
body.crays-mirror.route-nostr .crays-nostr-button:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28) !important;
}

body.crays-mirror.route-nostr .crays-nostr-button--primary {
  border-color: rgba(226, 32, 32, 0.7) !important;
  background: linear-gradient(135deg, #e22020, #a90f17) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__media {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  align-items: end !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card {
  position: relative !important;
  min-height: 178px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(3, 7, 12, 0.54) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card--large {
  grid-column: 1 / -1 !important;
  min-height: 310px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  object-fit: cover !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.05), rgba(3, 7, 12, 0.84)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card figcaption {
  position: absolute !important;
  z-index: 1 !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card figcaption span {
  display: block !important;
  margin-bottom: 7px !important;
  color: var(--nostr-red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card figcaption strong {
  display: block !important;
  color: #ffffff !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
}

body.crays-mirror.route-nostr .crays-nostr-anchorbar {
  position: sticky !important;
  z-index: 20 !important;
  top: 0 !important;
  display: flex !important;
  gap: 8px !important;
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 14px 0 !important;
  overflow-x: auto !important;
  background: rgba(3, 7, 12, 0.88) !important;
  backdrop-filter: blur(14px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-anchorbar a {
  flex: 0 0 auto !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.crays-mirror.route-nostr .crays-nostr-section {
  position: relative !important;
  padding: clamp(70px, 8vw, 118px) 0 !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    #03070c !important;
  background-size: 86px 86px, 86px 86px, auto !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--light {
  background:
    linear-gradient(rgba(6, 16, 28, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 16, 28, 0.045) 1px, transparent 1px),
    #f4f7fb !important;
  color: #06101c !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--light .crays-nostr-title,
body.crays-mirror.route-nostr .crays-nostr-section--light h3,
body.crays-mirror.route-nostr .crays-nostr-section--light strong {
  color: #06101c !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--light :is(.crays-nostr-copy, p) {
  color: rgba(6, 16, 28, 0.72) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--creator,
body.crays-mirror.route-nostr .crays-nostr-section--dao {
  background:
    radial-gradient(circle at 84% 14%, rgba(74, 177, 230, 0.18), transparent 30%),
    linear-gradient(135deg, #06111d 0%, #071f31 48%, #03070c 100%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section-head {
  max-width: 920px !important;
  margin-bottom: clamp(34px, 4vw, 52px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section-head--split {
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.65fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
  align-items: end !important;
}

body.crays-mirror.route-nostr .crays-nostr-card-grid,
body.crays-mirror.route-nostr .crays-nostr-explain-grid,
body.crays-mirror.route-nostr .crays-nostr-funnel,
body.crays-mirror.route-nostr .crays-nostr-exists-grid,
body.crays-mirror.route-nostr .crays-nostr-dao-grid,
body.crays-mirror.route-nostr .crays-nostr-roadmap {
  display: grid !important;
  gap: 16px !important;
}

body.crays-mirror.route-nostr .crays-nostr-card-grid--four,
body.crays-mirror.route-nostr .crays-nostr-funnel,
body.crays-mirror.route-nostr .crays-nostr-dao-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-explain-grid,
body.crays-mirror.route-nostr .crays-nostr-exists-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-roadmap {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-card, .crays-nostr-explain-card, .crays-nostr-funnel-card, .crays-nostr-exists-grid article, .crays-nostr-dao-grid article, .crays-nostr-roadmap article, .crays-nostr-callout, .crays-nostr-protocol-strip article, .crays-nostr-panel, .crays-nostr-venue-steps article, .crays-nostr-video-card) {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid var(--nostr-line) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18) !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-card, .crays-nostr-explain-card, .crays-nostr-funnel-card, .crays-nostr-exists-grid article, .crays-nostr-dao-grid article, .crays-nostr-roadmap article, .crays-nostr-callout, .crays-nostr-protocol-strip article, .crays-nostr-venue-steps article) {
  padding: clamp(20px, 2vw, 28px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--light :is(.crays-nostr-explain-card, .crays-nostr-exists-grid article, .crays-nostr-protocol-strip article) {
  border-color: rgba(6, 16, 28, 0.12) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 22px 64px rgba(6, 16, 28, 0.1) !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-card h3, .crays-nostr-explain-card h3, .crays-nostr-funnel-card h3, .crays-nostr-exists-grid h3, .crays-nostr-dao-grid h3, .crays-nostr-roadmap h3, .crays-nostr-callout h3, .crays-nostr-panel h3, .crays-nostr-venue-steps h3) {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: clamp(18px, 1.24vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
}

body.crays-mirror.route-nostr .crays-nostr-tabs {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr) !important;
  gap: 16px !important;
}

body.crays-mirror.route-nostr .crays-nostr-tablist {
  display: grid !important;
  gap: 8px !important;
  align-content: start !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab {
  position: relative !important;
  display: grid !important;
  gap: 8px !important;
  min-height: 82px !important;
  width: 100% !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-left: 4px solid transparent !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  text-align: left !important;
  cursor: pointer !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab span {
  color: var(--nostr-red) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab strong {
  color: #ffffff !important;
  font-size: clamp(17px, 1.1vw, 20px) !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab:hover,
body.crays-mirror.route-nostr .crays-nostr-tab:focus-visible,
body.crays-mirror.route-nostr .crays-nostr-tab.is-active {
  border-left-color: var(--nostr-red) !important;
  background: rgba(255, 255, 255, 0.13) !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel {
  min-height: 486px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.58fr) !important;
  gap: clamp(22px, 3vw, 42px) !important;
  align-items: stretch !important;
  padding: clamp(24px, 3vw, 42px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel[hidden] {
  display: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel h3 {
  max-width: 720px !important;
  font-family: "Krona One", Montserrat, Arial, sans-serif !important;
  font-size: clamp(27px, 2.6vw, 42px) !important;
  line-height: 1.08 !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel__cards {
  display: grid !important;
  gap: 12px !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel__cards article {
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
  padding: 18px !important;
  background: rgba(3, 7, 12, 0.42) !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel__cards strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.crays-mirror.route-nostr .crays-nostr-protocol-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

body.crays-mirror.route-nostr .crays-nostr-protocol-strip strong {
  display: block !important;
  margin-bottom: 8px !important;
  color: #06101c !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.crays-mirror.route-nostr .crays-nostr-callout {
  margin-top: 18px !important;
  background:
    linear-gradient(135deg, rgba(226, 32, 32, 0.2), rgba(74, 177, 230, 0.12)),
    rgba(255, 255, 255, 0.08) !important;
}

body.crays-mirror.route-nostr .crays-nostr-callout a {
  display: inline-flex !important;
  margin-top: 18px !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: start !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card {
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.075) !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card--wide {
  grid-column: span 2 !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card video {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  background: #000000 !important;
  object-fit: contain !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card--portrait video {
  aspect-ratio: 9 / 14 !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card figcaption {
  padding: 18px !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card figcaption strong {
  display: block !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
  font-size: clamp(17px, 1.18vw, 21px) !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
}

body.crays-mirror.route-nostr .crays-nostr-venue-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.64fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body.crays-mirror.route-nostr .crays-nostr-venue-media {
  min-height: 580px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
}

body.crays-mirror.route-nostr .crays-nostr-venue-media img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

body.crays-mirror.route-nostr .crays-nostr-venue-steps {
  display: grid !important;
  gap: 14px !important;
}

body.crays-mirror.route-nostr .crays-nostr-source-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

body.crays-mirror.route-nostr .crays-nostr-source-row a {
  border: 1px solid rgba(6, 16, 28, 0.14) !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  color: #06101c !important;
  background: rgba(255, 255, 255, 0.72) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-cta {
  position: relative !important;
  padding: clamp(74px, 8vw, 118px) 0 !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.94), rgba(3, 7, 12, 0.72)),
    url("/assets/crays-org/stock-lifestyle/crays-home-project-tribe-award-cultural-event.jpg") center / cover no-repeat !important;
}

body.crays-mirror.route-nostr .crays-nostr-cta__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.4fr) !important;
  gap: 24px !important;
  align-items: end !important;
}

body.crays-mirror.route-nostr .crays-nostr-actions--cta {
  justify-content: flex-end !important;
  margin-top: 0 !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-nostr .crays-nostr-hero__grid,
  body.crays-mirror.route-nostr .crays-nostr-section-head--split,
  body.crays-mirror.route-nostr .crays-nostr-panel,
  body.crays-mirror.route-nostr .crays-nostr-venue-layout,
  body.crays-mirror.route-nostr .crays-nostr-cta__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-card-grid--four,
  body.crays-mirror.route-nostr .crays-nostr-funnel,
  body.crays-mirror.route-nostr .crays-nostr-dao-grid,
  body.crays-mirror.route-nostr .crays-nostr-explain-grid,
  body.crays-mirror.route-nostr .crays-nostr-exists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-protocol-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__media {
    max-width: 720px !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-nostr .crays-nostr-shell,
  body.crays-mirror.route-nostr .crays-nostr-anchorbar {
    width: min(100% - 32px, 1240px) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero {
    min-height: auto !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__grid {
    padding: 92px 0 36px !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__title {
    font-size: clamp(37px, 11vw, 52px) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-title {
    font-size: clamp(29px, 8.4vw, 42px) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-actions,
  body.crays-mirror.route-nostr .crays-nostr-actions--cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-content: stretch !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__media,
  body.crays-mirror.route-nostr .crays-nostr-card-grid--four,
  body.crays-mirror.route-nostr .crays-nostr-funnel,
  body.crays-mirror.route-nostr .crays-nostr-dao-grid,
  body.crays-mirror.route-nostr .crays-nostr-explain-grid,
  body.crays-mirror.route-nostr .crays-nostr-exists-grid,
  body.crays-mirror.route-nostr .crays-nostr-roadmap,
  body.crays-mirror.route-nostr .crays-nostr-protocol-strip,
  body.crays-mirror.route-nostr .crays-nostr-tabs,
  body.crays-mirror.route-nostr .crays-nostr-video-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-video-card--wide,
  body.crays-mirror.route-nostr .crays-nostr-video-card--portrait {
    grid-column: auto !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-panel {
    min-height: 0 !important;
    padding: 20px !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-panel h3 {
    font-size: clamp(25px, 7vw, 34px) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero-card--large,
  body.crays-mirror.route-nostr .crays-nostr-venue-media {
    min-height: 300px !important;
  }

  body.crays-mirror.route-nostr :is(.crays-nostr-card, .crays-nostr-explain-card, .crays-nostr-funnel-card, .crays-nostr-exists-grid article, .crays-nostr-dao-grid article, .crays-nostr-roadmap article, .crays-nostr-callout, .crays-nostr-protocol-strip article, .crays-nostr-venue-steps article) {
    padding: 18px !important;
  }
}

/* Crays Nostr page final Brand-as-a-Service aligned overrides */
body.crays-mirror.route-nostr {
  --nostr-dark: #06111d;
  --nostr-dark-2: #071827;
  --nostr-dark-3: #08243a;
  --nostr-light: #f7f8fb;
  --nostr-ink: #ffffff;
  --nostr-copy: rgba(255, 255, 255, 0.74);
  --nostr-soft: rgba(255, 255, 255, 0.1);
  --nostr-border: rgba(255, 255, 255, 0.18);
  --nostr-ink-dark: #06111d;
  --nostr-copy-dark: rgba(6, 17, 29, 0.72);
  --nostr-border-dark: rgba(6, 17, 29, 0.14);
  --nostr-pink: #fa1754;
  --nostr-blue: #123c8a;
  --nostr-deep-blue: #061a2f;
}

body.crays-mirror.route-nostr .crays-nostr-page,
body.crays-mirror.route-nostr .crays-nostr-page * {
  box-sizing: border-box !important;
  letter-spacing: 0 !important;
}

body.crays-mirror.route-nostr .crays-nostr-page {
  overflow: hidden !important;
  color: var(--nostr-ink) !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(250, 23, 84, 0.16), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(10, 166, 154, 0.16), transparent 28%),
    linear-gradient(180deg, var(--nostr-dark) 0%, var(--nostr-dark-2) 48%, var(--nostr-dark) 100%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-page::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-shell {
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-eyebrow, .crays-nostr-kicker, .crays-nostr-card span, .crays-nostr-advantage-slide span, .crays-nostr-funnel-card span, .crays-nostr-exists-grid span, .crays-nostr-roadmap span, .crays-nostr-video-card figcaption span) {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--nostr-pink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-title, .crays-nostr-hero__title) {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Krona One", Montserrat, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  text-transform: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__title {
  max-width: 760px !important;
  font-size: 4.5rem !important;
}

body.crays-mirror.route-nostr .crays-nostr-title {
  max-width: 960px !important;
  font-size: 3.55rem !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-lead, .crays-nostr-copy, .crays-nostr-card p, .crays-nostr-advantage-slide p, .crays-nostr-panel p, .crays-nostr-funnel-card p, .crays-nostr-exists-grid p, .crays-nostr-roadmap p, .crays-nostr-video-card p, .crays-nostr-upgrade__aside p) {
  margin: 0 !important;
  color: var(--nostr-copy) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

body.crays-mirror.route-nostr .crays-nostr-lead,
body.crays-mirror.route-nostr .crays-nostr-copy {
  max-width: 780px !important;
  margin-top: 22px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero {
  position: relative !important;
  min-height: calc(100svh - 74px) !important;
  background:
    linear-gradient(105deg, rgba(3, 7, 12, 0.96), rgba(6, 17, 29, 0.88), rgba(8, 36, 58, 0.66)),
    var(--crays-page-hero-image, url("/assets/crays-org/stock-images/crays-nostr-hero-open-protocol-network.webp")) center / cover no-repeat !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__grid {
  min-height: calc(100svh - 74px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  padding: 80px 0 70px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__copy {
  max-width: 820px !important;
}

body.crays-mirror.route-nostr .crays-nostr-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 28px !important;
}

body.crays-mirror.route-nostr .crays-nostr-button {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--nostr-border) !important;
  border-radius: 999px !important;
  padding: 0 22px !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease !important;
}

body.crays-mirror.route-nostr .crays-nostr-button--primary {
  border-color: var(--nostr-pink) !important;
  background: var(--nostr-pink) !important;
  box-shadow: 0 22px 52px rgba(250, 23, 84, 0.26) !important;
}

body.crays-mirror.route-nostr .crays-nostr-button--secondary {
  background: rgba(255, 255, 255, 0.11) !important;
}

body.crays-mirror.route-nostr .crays-nostr-button:hover,
body.crays-mirror.route-nostr .crays-nostr-button:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero__media {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card {
  position: relative !important;
  min-height: 178px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--nostr-border) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card--large {
  grid-column: 1 / -1 !important;
  min-height: 312px !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, transparent 18%, rgba(3, 7, 12, 0.88) 100%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card figcaption {
  position: absolute !important;
  z-index: 1 !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  color: #ffffff !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card figcaption span {
  margin-bottom: 7px !important;
  font-size: 0.72rem !important;
}

body.crays-mirror.route-nostr .crays-nostr-hero-card figcaption strong {
  display: block !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.24 !important;
}

body.crays-mirror.route-nostr .crays-nostr-section {
  position: relative !important;
  padding: clamp(78px, 8vw, 118px) 0 !important;
}

body.crays-mirror.route-nostr .crays-nostr-section-head {
  max-width: 960px !important;
  margin-bottom: 42px !important;
}

body.crays-mirror.route-nostr .crays-nostr-section-head--center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.crays-mirror.route-nostr .crays-nostr-section-head--center .crays-nostr-copy {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.crays-mirror.route-nostr .crays-nostr-section-head--split {
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr) !important;
  gap: 34px !important;
  align-items: end !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--system,
body.crays-mirror.route-nostr .crays-nostr-section--light {
  background:
    linear-gradient(rgba(6, 17, 29, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 17, 29, 0.045) 1px, transparent 1px),
    var(--nostr-light) !important;
  background-size: 58px 58px !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--system :is(.crays-nostr-title, h3, h4, strong),
body.crays-mirror.route-nostr .crays-nostr-section--light :is(.crays-nostr-title, h3, h4, strong) {
  color: var(--nostr-ink-dark) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--system :is(.crays-nostr-copy, p),
body.crays-mirror.route-nostr .crays-nostr-section--light :is(.crays-nostr-copy, p) {
  color: var(--nostr-copy-dark) !important;
}

body.crays-mirror.route-nostr .crays-nostr-system-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body.crays-mirror.route-nostr .crays-nostr-system-image {
  margin: 0 !important;
  min-height: 560px !important;
  overflow: hidden !important;
  border: 1px solid var(--nostr-border-dark) !important;
  border-radius: 8px !important;
  box-shadow: 0 28px 84px rgba(4, 14, 24, 0.14) !important;
}

body.crays-mirror.route-nostr .crays-nostr-system-image img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

body.crays-mirror.route-nostr .crays-nostr-system-features,
body.crays-mirror.route-nostr .crays-nostr-stack-grid,
body.crays-mirror.route-nostr .crays-nostr-funnel,
body.crays-mirror.route-nostr .crays-nostr-exists-grid,
body.crays-mirror.route-nostr .crays-nostr-roadmap {
  display: grid !important;
  gap: 16px !important;
}

body.crays-mirror.route-nostr .crays-nostr-system-features {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-stack-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-basics {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

body.crays-mirror.route-nostr .crays-nostr-funnel,
body.crays-mirror.route-nostr .crays-nostr-exists-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-roadmap {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-card, .crays-nostr-advantage-slide, .crays-nostr-basics article, .crays-nostr-funnel-card, .crays-nostr-exists-grid article, .crays-nostr-roadmap article, .crays-nostr-upgrade__aside article, .crays-nostr-card-grid article, .crays-nostr-process-list article, .crays-nostr-faq-grid article) {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid var(--nostr-border) !important;
  border-radius: 8px !important;
  padding: clamp(20px, 2vw, 28px) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--system :is(.crays-nostr-card, .crays-nostr-card-grid article, .crays-nostr-process-list article, .crays-nostr-faq-grid article),
body.crays-mirror.route-nostr .crays-nostr-section--light :is(.crays-nostr-exists-grid article) {
  border-color: var(--nostr-border-dark) !important;
  background: #ffffff !important;
  box-shadow: 0 16px 44px rgba(4, 14, 24, 0.08) !important;
}

body.crays-mirror.route-nostr :is(.crays-nostr-card h3, .crays-nostr-advantage-slide h3, .crays-nostr-basics h4, .crays-nostr-funnel-card h3, .crays-nostr-exists-grid h3, .crays-nostr-roadmap h4, .crays-nostr-upgrade__aside strong, .crays-nostr-card-grid h4, .crays-nostr-process-list h4, .crays-nostr-faq-grid h4) {
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 1.14rem !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

body.crays-mirror.route-nostr .crays-nostr-basics span {
  display: inline-grid !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center !important;
  margin: 0 0 14px !important;
  border-radius: 999px !important;
  background: var(--nostr-pink) !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--stack {
  background: linear-gradient(180deg, var(--nostr-dark) 0%, var(--nostr-dark-2) 100%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-stack-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(180px, 0.35fr) !important;
  column-gap: 34px !important;
}

body.crays-mirror.route-nostr .crays-nostr-stack-head .crays-nostr-copy {
  grid-column: 1 / -1 !important;
}

body.crays-mirror.route-nostr .crays-nostr-stack-head__rule {
  height: 4px !important;
  align-self: end !important;
  background: linear-gradient(90deg, var(--nostr-pink), var(--nostr-blue), var(--nostr-deep-blue)) !important;
  border-radius: 999px !important;
}

body.crays-mirror.route-nostr .crays-nostr-divider-collage {
  position: relative !important;
  z-index: 1 !important;
  padding: 26px 0 !important;
  background: linear-gradient(180deg, #05080d 0%, var(--nostr-dark) 100%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-grid {
  width: min(1320px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card {
  grid-column: span 2 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--nostr-border) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card--portrait {
  grid-column: span 1 !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card video {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  background: #03070c !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card--portrait video {
  aspect-ratio: 9 / 15 !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card figcaption {
  padding: 18px !important;
}

body.crays-mirror.route-nostr .crays-nostr-video-card figcaption strong {
  display: block !important;
  color: #ffffff !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.22 !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--upgrade {
  background: linear-gradient(180deg, var(--nostr-dark-2) 0%, var(--nostr-dark) 100%) !important;
}

body.crays-mirror.route-nostr .crays-nostr-upgrade__intro {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.5fr) !important;
  gap: 24px !important;
  align-items: start !important;
  margin-bottom: 26px !important;
}

body.crays-mirror.route-nostr .crays-nostr-upgrade__aside {
  display: grid !important;
  gap: 12px !important;
}

body.crays-mirror.route-nostr .crays-nostr-tabs {
  padding: 24px 0 0 !important;
}

body.crays-mirror.route-nostr .crays-nostr-tablist {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab {
  min-height: 76px !important;
  border: 1px solid var(--nostr-border) !important;
  border-radius: 8px !important;
  padding: 13px 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.64) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab span {
  display: block !important;
  color: var(--nostr-pink) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab strong {
  display: block !important;
  margin-top: 6px !important;
  color: inherit !important;
  font-size: 0.96rem !important;
  font-weight: 900 !important;
}

body.crays-mirror.route-nostr .crays-nostr-tab.is-active {
  border-color: rgba(250, 23, 84, 0.8) !important;
  background: #ffffff !important;
  color: var(--nostr-ink-dark) !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel {
  display: block !important;
  min-height: 430px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
  padding: clamp(26px, 4vw, 44px) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--nostr-ink-dark) !important;
  box-shadow: 0 28px 84px rgba(4, 14, 24, 0.16) !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel[hidden] {
  display: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel h3 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  color: var(--nostr-ink-dark) !important;
  font-family: "Krona One", Montserrat, Arial, sans-serif !important;
  font-size: 2.55rem !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
}

body.crays-mirror.route-nostr .crays-nostr-panel :is(.crays-nostr-panel-copy, p) {
  color: var(--nostr-copy-dark) !important;
}

body.crays-mirror.route-nostr .crays-nostr-card-grid,
body.crays-mirror.route-nostr .crays-nostr-process-list,
body.crays-mirror.route-nostr .crays-nostr-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

body.crays-mirror.route-nostr .crays-nostr-process-list article {
  padding-left: 74px !important;
}

body.crays-mirror.route-nostr .crays-nostr-process-list span {
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
  width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--nostr-pink) !important;
  color: #ffffff !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--owner {
  background:
    linear-gradient(rgba(6, 17, 29, 0.68), rgba(6, 17, 29, 0.86)),
    url("/assets/crays-org/stock-images/crays-nostr-real-world-venue-demand.webp") center / cover no-repeat !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--owner .crays-nostr-funnel-card {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--light .crays-nostr-exists-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.crays-mirror.route-nostr .crays-nostr-source-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 28px !important;
}

body.crays-mirror.route-nostr .crays-nostr-source-row a {
  display: inline-flex !important;
  min-height: 36px !important;
  align-items: center !important;
  border: 1px solid var(--nostr-border-dark) !important;
  border-radius: 999px !important;
  padding: 0 14px !important;
  color: var(--nostr-ink-dark) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--apply {
  background:
    linear-gradient(rgba(6, 17, 29, 0.62), rgba(6, 17, 29, 0.78)),
    url("/assets/crays-org/stock-images/crays-nostr-local-community-street-demand.webp") center / cover no-repeat !important;
}

body.crays-mirror.route-nostr .crays-nostr-section--apply .crays-nostr-roadmap article {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: var(--nostr-border) !important;
}

@media (max-width: 1180px) {
  body.crays-mirror.route-nostr .crays-nostr-hero__grid,
  body.crays-mirror.route-nostr .crays-nostr-system-grid,
  body.crays-mirror.route-nostr .crays-nostr-upgrade__intro,
  body.crays-mirror.route-nostr .crays-nostr-section-head--split {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-stack-grid,
  body.crays-mirror.route-nostr .crays-nostr-basics,
  body.crays-mirror.route-nostr .crays-nostr-funnel,
  body.crays-mirror.route-nostr .crays-nostr-exists-grid,
  body.crays-mirror.route-nostr .crays-nostr-section--light .crays-nostr-exists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-video-card,
  body.crays-mirror.route-nostr .crays-nostr-video-card--portrait {
    grid-column: auto !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-tablist {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.crays-mirror.route-nostr .crays-nostr-shell,
  body.crays-mirror.route-nostr .crays-nostr-video-grid {
    width: min(100% - 32px, 1180px) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero {
    min-height: auto !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__grid {
    min-height: auto !important;
    padding: 92px 0 38px !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__title {
    font-size: 3rem !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-title {
    font-size: 2.25rem !important;
    line-height: 1.04 !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-panel h3 {
    font-size: 1.85rem !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-button {
    width: 100% !important;
    padding: 0 16px !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-hero__media,
  body.crays-mirror.route-nostr .crays-nostr-system-features,
  body.crays-mirror.route-nostr .crays-nostr-stack-grid,
  body.crays-mirror.route-nostr .crays-nostr-basics,
  body.crays-mirror.route-nostr .crays-nostr-funnel,
  body.crays-mirror.route-nostr .crays-nostr-exists-grid,
  body.crays-mirror.route-nostr .crays-nostr-section--light .crays-nostr-exists-grid,
  body.crays-mirror.route-nostr .crays-nostr-roadmap,
  body.crays-mirror.route-nostr .crays-nostr-video-grid,
  body.crays-mirror.route-nostr .crays-nostr-tablist,
  body.crays-mirror.route-nostr .crays-nostr-card-grid,
  body.crays-mirror.route-nostr .crays-nostr-process-list,
  body.crays-mirror.route-nostr .crays-nostr-faq-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-section {
    padding: 64px 0 !important;
  }

  body.crays-mirror.route-nostr :is(.crays-nostr-card, .crays-nostr-advantage-slide, .crays-nostr-basics article, .crays-nostr-funnel-card, .crays-nostr-exists-grid article, .crays-nostr-roadmap article, .crays-nostr-upgrade__aside article, .crays-nostr-card-grid article, .crays-nostr-process-list article, .crays-nostr-faq-grid article) {
    padding: 18px !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-system-image,
  body.crays-mirror.route-nostr .crays-nostr-hero-card--large {
    min-height: 300px !important;
  }

  body.crays-mirror.route-nostr .crays-nostr-video-card video,
  body.crays-mirror.route-nostr .crays-nostr-video-card--portrait video {
    aspect-ratio: 16 / 10 !important;
  }
}

body.crays-mirror.route-home {
  overflow-x: clip;
}

body.crays-mirror.route-home .crays-city-manifesto-card,
body.crays-mirror.route-home .crays-footer-cities {
  box-sizing: border-box !important;
  max-width: calc(100vw - 64px) !important;
}

body.crays-mirror.route-home .navbar10_menu {
  max-width: calc(100vw - 205px) !important;
}

@supports not (overflow-x: clip) {
  body.crays-mirror.route-home {
    overflow-x: hidden;
  }
}
