:root {
  --crays-red: #f31248;
  --crays-red-strong: #ff2f67;
  --crays-ink: #071a2d;
  --crays-ink-soft: #344559;
  --crays-muted: #6b7b8d;
  --crays-line: rgba(7, 26, 45, 0.12);
  --crays-paper: #fffdfa;
  --crays-paper-alt: #f6f0e9;
  --crays-night: #060d15;
  --crays-night-soft: #0f2030;
  --crays-blue: #0e4f86;
  --crays-shadow: 0 34px 90px rgba(7, 15, 23, 0.16);
  --crays-shadow-soft: 0 18px 48px rgba(7, 15, 23, 0.08);
  --crays-radius-xl: 34px;
  --crays-radius-lg: 28px;
  --crays-radius-md: 20px;
  --crays-radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--crays-ink);
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.05), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 42%, #fffdfa 100%);
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.company-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.company-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 250, 0.9);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(7, 26, 45, 0.08);
}

.company-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.company-brand,
.company-footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.company-brand img,
.company-footer-brand img {
  width: 124px;
  height: 31px;
  object-fit: contain;
}

.company-nav {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-left: 24px;
}

.company-nav a,
.company-footer-nav a,
.company-footer-legal a,
.company-footer-social a {
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.company-nav a {
  position: relative;
  color: var(--crays-ink-soft);
  font-size: 14px;
  font-weight: 500;
}

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

.company-nav a:hover,
.company-nav a[aria-current="page"] {
  color: var(--crays-ink);
}

.company-nav a:hover::after,
.company-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.company-header-actions {
  margin-left: auto;
}

.company-header-cta,
.company-summary-button,
.company-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--crays-red);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  color: var(--crays-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(243, 18, 72, 0.12);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.company-header-cta:hover,
.company-summary-button:hover,
.company-cta-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, var(--crays-red-strong) 0%, var(--crays-red) 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.24);
}

.company-menu-toggle {
  display: none;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 0 12px 14px;
  border: 0;
  background: transparent;
  color: var(--crays-ink);
  cursor: pointer;
}

.company-menu-toggle span:not(.company-menu-toggle-text) {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.company-menu-toggle-text {
  font-size: 14px;
  font-weight: 600;
}

.company-main {
  overflow: clip;
}

.company-hero,
.company-capabilities,
.company-proof,
.company-manifesto,
.company-collective,
.company-audience,
.company-cta-band,
.company-footer {
  position: relative;
}

.company-hero {
  min-height: calc(100svh - 88px);
  padding: clamp(82px, 7vh, 112px) 0;
  display: flex;
  align-items: center;
}

.company-hero-media,
.company-hero-noise {
  position: absolute;
  inset: 0;
}

.company-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 15, 23, 0.82) 0%, rgba(7, 15, 23, 0.68) 36%, rgba(7, 15, 23, 0.4) 68%, rgba(7, 15, 23, 0.52) 100%),
    radial-gradient(circle at 18% 22%, rgba(243, 18, 72, 0.16), transparent 24%);
}

.company-hero-noise {
  opacity: 0.12;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    url("https://static.wixstatic.com/media/11062b_46dfbe92c1cb40468521748203d89cddf000.jpg/v1/fill/w_980,h_752,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/11062b_46dfbe92c1cb40468521748203d89cddf000.jpg")
      center / cover no-repeat;
  mix-blend-mode: screen;
}

.company-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 42px;
}

.company-hero-copy {
  color: #fff;
  max-width: 640px;
}

.company-eyebrow,
.company-section-kicker,
.company-proof-kicker,
.company-logos-kicker,
.company-card-kicker,
.company-cta-kicker {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
  color: var(--crays-red);
}

.company-display {
  margin: 0;
  font-size: clamp(72px, 9vw, 132px);
  line-height: 0.92;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.company-subtitle {
  margin: 22px 0 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 700;
  max-width: 560px;
}

.company-lead {
  margin: 28px 0 0;
  max-width: 620px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.company-summary-card,
.company-capability-surface,
.company-proof-card,
.company-logos-card,
.company-manifesto-quote-card,
.company-collective-intro,
.company-cta-card {
  background: rgba(255, 253, 250, 0.97);
  border: 1px solid rgba(7, 26, 45, 0.08);
  border-radius: var(--crays-radius-xl);
  box-shadow: var(--crays-shadow);
}

.company-summary-card {
  padding: 34px 34px 30px;
}

.company-summary-top {
  display: grid;
  gap: 26px;
}

.company-card-title,
.company-section-title,
.company-proof-title,
.company-cta-title {
  margin: 0;
  color: var(--crays-ink);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 800;
}

.company-card-title {
  font-size: clamp(28px, 3vw, 40px);
}

.company-card-copy,
.company-proof-copy,
.company-collective-copy p,
.company-collective-support p,
.company-manifesto-note,
.company-audience-lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: var(--crays-ink-soft);
}

.company-summary-actions {
  margin-top: 30px;
}

.company-capabilities {
  padding: 92px 0 18px;
}

.company-capability-surface {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  padding: 34px;
}

.company-capability-art-frame {
  position: relative;
  overflow: hidden;
  height: clamp(460px, 38vw, 540px);
  min-height: 0;
  border-radius: calc(var(--crays-radius-xl) - 8px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 242, 234, 0.96)),
    #f9f4ed;
  border: 1px solid rgba(7, 26, 45, 0.08);
  padding: 0;
}

.company-capability-art-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.72) 44%, rgba(250, 244, 236, 0.4) 100%),
    linear-gradient(135deg, rgba(7, 26, 45, 0.03), transparent 44%);
}

.company-capability-illustration {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-capability-ring {
  width: 100%;
  filter: drop-shadow(0 22px 42px rgba(7, 26, 45, 0.06));
}

.company-capability-key {
  position: absolute;
  left: 50%;
  top: 13%;
  width: min(34%, 136px);
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 28px rgba(117, 86, 8, 0.2));
}

.company-capability-lifestyle {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 12px;
  padding: 12px;
}

.company-capability-lifestyle img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: calc(var(--crays-radius-lg) - 10px);
  box-shadow: 0 18px 40px rgba(7, 26, 45, 0.16);
}

.company-capability-lifestyle img:first-child {
  object-position: center center;
}

.company-capability-lifestyle img:last-child {
  object-position: center 58%;
}

.company-capability-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-capability-copy .company-section-title {
  max-width: none;
  font-size: clamp(28px, 2.55vw, 36px);
  line-height: 1.05;
}

.company-capability-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.company-capability-list li,
.company-audience-card,
.company-manifesto-tile {
  position: relative;
  border-radius: var(--crays-radius-md);
  border: 1px solid rgba(7, 26, 45, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 234, 0.96));
  box-shadow: var(--crays-shadow-soft);
}

.company-capability-list li {
  padding: 16px 16px 16px 48px;
  color: var(--crays-ink);
  font-size: 14px;
  line-height: 1.48;
  font-weight: 600;
}

.company-capability-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.7) 18%, transparent 20%),
    linear-gradient(180deg, var(--crays-red-strong) 0%, var(--crays-red) 100%);
  box-shadow: 0 0 0 8px rgba(243, 18, 72, 0.08);
}

.company-proof {
  padding: 52px 0 42px;
}

.company-proof-card {
  padding: 44px 54px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(7, 26, 45, 0.96) 0%, rgba(17, 38, 57, 0.9) 62%, rgba(243, 18, 72, 0.84) 140%);
  color: #fff;
}

.company-proof-card .company-proof-title,
.company-proof-card .company-proof-copy {
  color: #fff;
}

.company-logos-card {
  margin-top: 22px;
  padding: 42px 34px 28px;
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.12), transparent 22%),
    linear-gradient(180deg, #090b0f 0%, #05070a 100%);
  color: #fff;
}

.company-logos-head {
  text-align: center;
}

.company-logos-kicker {
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.22em;
}

.company-logo-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.company-logo-item {
  margin: 0;
  min-height: 122px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 18px;
}

.company-logo-item img {
  max-width: 160px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.25);
}

.company-logo-item figcaption {
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-location-strip {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.company-location-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.company-manifesto {
  padding: 76px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 20%, rgba(243, 18, 72, 0.16), transparent 23%),
    radial-gradient(circle at 86% 78%, rgba(90, 99, 207, 0.22), transparent 28%),
    linear-gradient(135deg, #07121d 0%, #10273b 48%, #343a86 100%);
}

.company-manifesto .company-section-kicker {
  color: #ff5b86;
}

.company-manifesto .company-section-title {
  color: #fff;
}

.company-manifesto-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.9fr);
  gap: 30px;
  align-items: start;
}

.company-manifesto-quote-card {
  padding: 32px 30px;
  background: rgba(255, 253, 250, 0.96);
  border-color: rgba(255, 255, 255, 0.14);
}

.company-manifesto-quote {
  margin: 0 0 20px;
  color: var(--crays-ink);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.22;
  font-weight: 700;
}

.company-manifesto-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.company-manifesto-tile {
  padding: 22px 20px 24px;
  min-height: 156px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

.company-manifesto-tile::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(243, 18, 72, 0.18);
}

.company-manifesto-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--crays-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.company-manifesto-tile p,
.company-audience-card p {
  margin: 0;
  position: relative;
  z-index: 1;
  color: var(--crays-ink);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.company-manifesto-tile p {
  color: #fff;
}

.company-collective {
  padding: 76px 0 56px;
}

.company-collective-strip {
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  overflow: hidden;
}

.company-collective-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.company-collective-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(7, 26, 45, 0.02) 0%, rgba(7, 26, 45, 0.28) 100%);
}

.company-collective-shell {
  position: relative;
  z-index: 1;
  padding-top: 272px;
}

.company-collective-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: center;
  padding: 36px 42px;
}

.company-collective-subtitle {
  margin: 16px 0 0;
  color: var(--crays-ink);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.company-collective-support {
  margin: 26px auto 0;
  max-width: 1020px;
  text-align: center;
}

.company-crays-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.company-cray-card {
  text-align: center;
}

.company-cray-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--crays-shadow-soft);
}

.company-cray-card h4 {
  margin: 18px 0 8px;
  color: var(--crays-ink);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.company-cray-card p {
  margin: 0;
  color: var(--crays-muted);
  font-size: 15px;
  line-height: 1.45;
}

.company-cray-card a {
  margin: 14px auto 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #090b0f;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(7, 15, 23, 0.14);
}

.company-audience {
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at 15% 20%, rgba(243, 18, 72, 0.16), transparent 22%),
    linear-gradient(135deg, #08121d 0%, #10273b 46%, #4b4ec8 100%);
  color: #fff;
}

.company-audience-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  gap: 32px;
  align-items: start;
}

.company-section-kicker--light,
.company-audience-title,
.company-audience-subtitle,
.company-audience-lead {
  color: #fff;
}

.company-audience-title {
  margin: 0;
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.94;
  font-weight: 800;
}

.company-audience-subtitle {
  margin: 20px 0 0;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 700;
}

.company-audience-lead {
  margin-top: 18px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.84);
}

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

.company-audience-card {
  padding: 22px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.14);
  min-height: 172px;
}

.company-audience-card p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.company-cta-band {
  position: relative;
  overflow: hidden;
  padding: 72px 0 34px;
  background:
    radial-gradient(circle at 18% 12%, rgba(243, 18, 72, 0.2), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(92, 210, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #06111d 0%, #0d2336 48%, #263986 100%);
}

.company-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.86;
  background:
    radial-gradient(circle at 16% 18%, rgba(243, 18, 72, 0.3), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(92, 210, 255, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(6, 17, 29, 0.92), rgba(13, 35, 54, 0.84) 48%, rgba(38, 57, 134, 0.74));
}

.company-cta-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 34px;
  align-items: center;
  background: rgba(6, 17, 29, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.company-cta-card::before,
.company-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.company-cta-card::before {
  background: url("dedupe-assets/team-lifestyle-rooftop-cta.webp") center / cover no-repeat;
  transform: scale(1.01);
}

.company-cta-card::after {
  background:
    linear-gradient(90deg, rgba(7, 16, 26, 0.96) 0%, rgba(7, 16, 26, 0.82) 46%, rgba(7, 16, 26, 0.52) 100%),
    linear-gradient(180deg, rgba(7, 16, 26, 0.16) 0%, rgba(7, 16, 26, 0.72) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
}

.company-cta-copy,
.company-cta-panel {
  position: relative;
  z-index: 1;
}

.company-cta-kicker {
  margin-bottom: 10px;
  color: #ff5b86;
}

.company-cta-title {
  max-width: 860px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 0.98;
}

.company-cta-text {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.company-cta-points {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.company-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-cta-panel {
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
}

.company-cta-panel p {
  margin: 0 0 12px;
  color: var(--crays-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-cta-panel strong {
  display: block;
  margin-bottom: 24px;
  color: var(--crays-ink);
  font-size: 22px;
  line-height: 1.28;
}

.company-cta-panel .company-cta-button {
  width: 100%;
  background: linear-gradient(180deg, var(--crays-red-strong) 0%, var(--crays-red) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.26);
}

.company-footer {
  padding: 34px 0 38px;
  background: #06111d;
  color: #fff;
}

.company-footer-top,
.company-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.company-footer-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.company-footer-nav,
.company-footer-legal,
.company-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.company-footer-nav a,
.company-footer-legal a,
.company-footer-social a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
}

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

.company-footer-bottom {
  padding: 24px 0 12px;
}

.company-footer-credit {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-footer-social img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.92;
}

@media (max-width: 1180px) {
  .company-hero-layout,
  .company-capability-surface,
  .company-manifesto-head,
  .company-collective-intro,
  .company-audience-layout {
    grid-template-columns: 1fr;
  }

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

  .company-manifesto-grid,
  .company-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .company-location-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1181px) {
  .company-collective-intro::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 34px;
    bottom: 34px;
    width: 1px;
    background: rgba(7, 26, 45, 0.1);
  }
}

@media (max-width: 960px) {
  .company-header-inner {
    flex-wrap: wrap;
    padding: 14px 0;
  }

  .company-menu-toggle {
    display: inline-flex;
  }

  .company-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin: 12px 0 0;
    padding: 20px 0 8px;
    border-top: 1px solid rgba(7, 26, 45, 0.08);
  }

  body.company-nav-open .company-nav {
    display: flex;
  }

  .company-header-actions {
    margin-left: 0;
    display: none;
  }

  .company-capability-list,
  .company-cta-card {
    grid-template-columns: 1fr;
  }

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

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

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

@media (max-width: 720px) {
  .company-shell {
    width: min(100% - 24px, 1240px);
  }

  .company-hero {
    min-height: auto;
    padding: 114px 0 74px;
  }

  .company-summary-card,
  .company-capability-surface,
  .company-proof-card,
  .company-logos-card,
  .company-manifesto-quote-card,
  .company-collective-intro,
  .company-cta-card {
    padding: 24px;
  }

  .company-capability-list,
  .company-manifesto-grid,
  .company-audience-grid,
  .company-location-strip,
  .company-logo-grid,
  .company-crays-grid {
    grid-template-columns: 1fr;
  }

  .company-audience-title {
    font-size: 46px;
  }

  .company-collective-shell {
    padding-top: 220px;
  }

  .company-collective-strip {
    height: 300px;
  }
}

/* Company team header refresh */
.company-header-cta,
.company-summary-button,
.company-cta-button {
  border-radius: 8px;
}

.company-summary-card,
.company-capability-surface,
.company-proof-card,
.company-manifesto-quote-card,
.company-collective-intro,
.company-cta-card,
.company-capability-list li,
.company-audience-card,
.company-manifesto-tile {
  border-radius: 8px;
}

.company-proof {
  padding-bottom: 72px;
}

.company-collective {
  overflow: hidden;
  padding: 86px 0 96px;
  background:
    radial-gradient(circle at 78% 18%, rgba(243, 18, 72, 0.2), transparent 24%),
    radial-gradient(circle at 22% 48%, rgba(255, 255, 255, 0.1), transparent 25%),
    linear-gradient(180deg, #050b12 0%, #07131f 48%, #111823 100%);
}

.company-collective-backdrop {
  position: absolute;
  inset: 0 0 auto;
  height: 900px;
  overflow: hidden;
}

.company-collective-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.06);
}

.company-collective-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 38%, rgba(243, 18, 72, 0.22), transparent 20%),
    linear-gradient(90deg, rgba(6, 13, 21, 0.97) 0%, rgba(6, 13, 21, 0.82) 48%, rgba(6, 13, 21, 0.58) 100%),
    linear-gradient(180deg, rgba(6, 13, 21, 0.5) 0%, rgba(6, 13, 21, 0.78) 64%, rgba(6, 13, 21, 0.96) 100%);
}

.company-collective-strip {
  display: none;
}

.company-collective-shell {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.company-collective-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: stretch;
  gap: 34px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.company-collective-headline,
.company-experience-panel {
  min-width: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 13, 21, 0.72);
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.company-collective-headline {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.company-collective-intro .company-section-title {
  max-width: 9ch;
  color: #fff;
  font-size: 74px;
  line-height: 0.96;
  letter-spacing: 0;
}

.company-collective-subtitle {
  margin-top: 22px;
  max-width: 680px;
  color: #fff;
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: 0;
}

.company-collective-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.company-experience-panel {
  padding: 34px;
}

.company-experience-panel .company-card-kicker,
.company-office-map .company-card-kicker {
  color: #ff5b86;
}

.company-experience-logo-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.company-experience-logo {
  min-height: 84px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.company-experience-logo img {
  width: auto;
  max-width: 118px;
  max-height: 38px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.88;
}

.company-experience-logo--compact img {
  max-width: 96px;
  max-height: 34px;
}

.company-experience-logo--wide img {
  max-width: 128px;
  max-height: 36px;
}

.company-experience-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
}

.company-experience-logo--compact .company-experience-wordmark {
  font-size: 21px;
}

.company-experience-wordmark small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-experience-names {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.company-experience-names li,
.company-office-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.company-experience-names li {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.company-office-map {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.company-office-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.company-office-grid span {
  justify-content: center;
  padding: 10px 12px;
  color: #fff;
  background: rgba(243, 18, 72, 0.14);
  border: 1px solid rgba(243, 18, 72, 0.3);
}

.company-collective-support {
  position: relative;
  z-index: 4;
  max-width: none;
  margin: 56px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 28px;
  overflow: hidden;
  text-align: left;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(243, 18, 72, 0.1) 48%, rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.company-collective-support::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.95), rgba(255, 119, 161, 0.22), transparent 42%) 0 0 / 100% 2px no-repeat,
    radial-gradient(circle at 12% 30%, rgba(243, 18, 72, 0.22), transparent 24%);
}

.company-collective-support p {
  color: rgba(255, 255, 255, 0.88);
}

.company-bridge-copy {
  min-height: 190px;
  padding: 42px 0 42px 48px;
  display: flex;
  align-items: center;
}

.company-bridge-copy p {
  max-width: 780px;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: 0;
}

.company-bridge-media {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(86px, 1fr));
  gap: 10px;
  min-height: 190px;
  padding: 14px 14px 14px 0;
}

.company-bridge-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(1.08) contrast(1.04);
}

.company-bridge-media img:first-child {
  grid-row: 1 / span 2;
}

.company-crays-grid {
  position: relative;
  z-index: 2;
  margin-top: 88px;
  padding-top: 86px;
}

.company-crays-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 100vw;
  height: calc(100% + 150px);
  transform: translateX(-50%);
  border-radius: 42px 42px 0 0;
  background:
    radial-gradient(circle at 22% 0%, rgba(243, 18, 72, 0.08), transparent 26%),
    radial-gradient(circle at 78% 8%, rgba(7, 26, 45, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 253, 250, 0.94) 0%, #fffdfa 150px, #fffdfa 100%);
  box-shadow: 0 -32px 100px rgba(0, 0, 0, 0.22);
}

.company-crays-grid::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  width: min(420px, 54vw);
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(243, 18, 72, 0.9), transparent);
}

/* Team trust-stage redesign */
.company-collective {
  isolation: isolate;
  padding: clamp(84px, 7vw, 118px) 0 clamp(120px, 9vw, 160px);
  background:
    linear-gradient(180deg, #040b12 0%, #07131f 38%, #150916 62%, #07111b 82%, #fffdfa 100%);
}

.company-collective::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  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(110deg, rgba(243, 18, 72, 0.12), transparent 28%, rgba(255, 255, 255, 0.045) 64%, transparent);
  background-size: 82px 82px, 82px 82px, auto;
  opacity: 0.44;
  pointer-events: none;
}

.company-collective::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: min(46%, 640px);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0) 0%, rgba(255, 250, 247, 0.36) 34%, #fffdfa 100%);
  pointer-events: none;
}

.company-collective-backdrop {
  height: clamp(900px, 78vw, 1240px);
}

.company-collective-backdrop::after {
  background:
    linear-gradient(90deg, rgba(4, 11, 18, 0.98) 0%, rgba(4, 11, 18, 0.9) 40%, rgba(4, 11, 18, 0.62) 100%),
    linear-gradient(180deg, rgba(4, 11, 18, 0.7) 0%, rgba(4, 11, 18, 0.82) 45%, rgba(4, 11, 18, 0.98) 100%);
}

.company-collective-shell {
  z-index: 2;
}

.company-collective-intro {
  gap: clamp(24px, 3vw, 42px);
}

.company-collective-headline,
.company-experience-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)),
    rgba(5, 12, 20, 0.82);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.34);
}

.company-collective-headline::before,
.company-experience-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), transparent 35%),
    linear-gradient(90deg, rgba(243, 18, 72, 0.24), transparent 26%);
  pointer-events: none;
}

.company-collective-headline > *,
.company-experience-panel > * {
  position: relative;
  z-index: 1;
}

.company-collective-intro .company-section-title {
  max-width: 12.5ch;
  font-size: clamp(50px, 4.35vw, 64px);
}

.company-team-title span {
  display: block;
  white-space: nowrap;
}

.company-collective-intro .company-team-title {
  max-width: none;
  font-size: clamp(44px, 3.4vw, 52px);
}

.company-collective-subtitle {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.96);
  text-wrap: balance;
}

.company-collective-lead {
  color: rgba(255, 255, 255, 0.8);
}

.company-experience-logo-row {
  gap: 12px;
}

.company-experience-logo {
  min-height: 92px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.company-experience-names li {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.13);
}

.company-office-grid span {
  background: rgba(243, 18, 72, 0.18);
  border-color: rgba(243, 18, 72, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.company-trust-rail {
  position: relative;
  z-index: 3;
  margin: clamp(26px, 3vw, 40px) 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.company-trust-rail article {
  position: relative;
  min-height: 112px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)),
    rgba(5, 12, 20, 0.72);
  color: #fff;
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
}

.company-trust-rail article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--crays-red), rgba(255, 255, 255, 0.18), transparent);
}

.company-trust-rail span {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.company-trust-rail strong {
  max-width: 18ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.company-collective-support {
  margin-top: clamp(42px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(120deg, rgba(27, 6, 18, 0.94) 0%, rgba(70, 16, 38, 0.72) 42%, rgba(5, 13, 22, 0.84) 100%);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.26);
}

.company-collective-support::before {
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.95), rgba(255, 255, 255, 0.22), transparent 42%) 0 0 / 100% 3px no-repeat,
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), transparent 38%);
}

.company-bridge-copy {
  min-height: 250px;
  padding: clamp(34px, 5vw, 64px);
}

.company-bridge-copy p {
  max-width: 760px;
  font-size: clamp(26px, 2.45vw, 38px);
  line-height: 1.24;
  font-weight: 850;
  text-wrap: balance;
}

.company-bridge-media {
  min-height: 250px;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(2, minmax(120px, 1fr));
  gap: 12px;
  padding: 16px;
}

.company-bridge-media img {
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.company-crays-grid {
  margin-top: clamp(96px, 9vw, 132px);
  padding-top: clamp(98px, 9vw, 138px);
}

.company-crays-grid::before {
  top: -54px;
  height: calc(100% + 210px);
  border-radius: 54px 54px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0) 0%, rgba(255, 250, 247, 0.58) 16%, #fffdfa 34%, #fffdfa 100%);
  box-shadow: 0 -42px 120px rgba(0, 0, 0, 0.22);
}

.company-crays-grid::after {
  top: 42px;
  width: min(520px, 58vw);
  background: linear-gradient(90deg, transparent, rgba(243, 18, 72, 0.82), rgba(255, 255, 255, 0.62), transparent);
}

@media (min-width: 1181px) {
  .company-collective-intro::after {
    content: none;
  }
}

@media (max-width: 1180px) {
  .company-collective {
    background:
      radial-gradient(circle at 78% 18%, rgba(243, 18, 72, 0.18), transparent 24%),
      linear-gradient(180deg, #050b12 0%, #07131f 56%, #111823 100%);
  }

  .company-collective-intro {
    grid-template-columns: 1fr;
  }

  .company-collective-support {
    grid-template-columns: 1fr;
  }

  .company-collective-intro .company-section-title {
    max-width: none;
    font-size: clamp(46px, 6.7vw, 54px);
  }

  .company-collective-intro .company-team-title {
    font-size: clamp(42px, 6vw, 50px);
  }

  .company-experience-names {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .company-trust-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-collective-support {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .company-collective {
    padding-top: 62px;
    background:
      radial-gradient(circle at 76% 18%, rgba(243, 18, 72, 0.2), transparent 30%),
      linear-gradient(180deg, #050b12 0%, #07131f 64%, #111823 100%);
  }

  .company-collective-backdrop {
    height: 1120px;
  }

  .company-collective-headline,
  .company-experience-panel {
    padding: 24px;
  }

  .company-collective-support {
    margin-top: 36px;
    padding: 0;
    gap: 0;
  }

  .company-bridge-copy {
    min-height: 0;
    padding: 26px 24px;
  }

  .company-bridge-media {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
    padding: 0 10px 10px;
  }

  .company-bridge-media img,
  .company-bridge-media img:first-child {
    grid-row: auto;
    aspect-ratio: 16 / 9;
  }

  .company-crays-grid {
    margin-top: 58px;
    padding-top: 64px;
  }

  .company-collective-intro .company-section-title {
    font-size: clamp(38px, 10vw, 42px);
  }

  .company-collective-intro .company-team-title {
    font-size: clamp(36px, 9.3vw, 42px);
  }

  .company-collective-subtitle {
    font-size: 22px;
  }

  .company-experience-logo-row,
  .company-experience-names,
  .company-office-grid,
  .company-trust-rail {
    grid-template-columns: 1fr;
  }

  .company-trust-rail article {
    min-height: 96px;
  }
}
