:root {
  --rcc-black: #070707;
  --rcc-black-soft: #111111;
  --rcc-red: #e31b23;
  --rcc-red-bright: #ff2732;
  --rcc-white: #ffffff;
  --rcc-silver: #c7c9cc;
  --rcc-silver-dark: #777b80;
  --rcc-line: rgba(255, 255, 255, 0.14);
}

html { scroll-behavior: smooth; }
body.rcc-custom-home { margin: 0; background: var(--rcc-black); color: var(--rcc-white); }
.rcc-home, .rcc-home * { box-sizing: border-box; }
.rcc-home { overflow: hidden; background: var(--rcc-black); color: var(--rcc-white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
.rcc-home a { color: inherit; text-decoration: none; }
.rcc-home img { display: block; max-width: 100%; height: auto; border: 0; }
.rcc-home h1, .rcc-home h2, .rcc-home h3, .rcc-home p { margin-top: 0; }
.rcc-shell { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }

.rcc-announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 24px; border-bottom: 1px solid var(--rcc-line); background: #0c0c0c; color: var(--rcc-silver); font-size: 10px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.rcc-announcement-accent { color: var(--rcc-red-bright); }
.rcc-header { min-height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; border-bottom: 1px solid var(--rcc-line); }
.rcc-brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; }
.rcc-brand img { width: 74px; height: 74px; object-fit: contain; }
.rcc-brand > span { display: grid; gap: 5px; }
.rcc-brand strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 21px; letter-spacing: .055em; text-transform: uppercase; }
.rcc-brand small { color: var(--rcc-silver); font-size: 9px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.rcc-header nav { display: flex; gap: 40px; }
.rcc-header nav a, .rcc-footer-links a { color: var(--rcc-silver); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rcc-header nav a:hover, .rcc-header nav a:focus-visible, .rcc-footer-links a:hover { color: var(--rcc-white); }
.rcc-header-cta { justify-self: end; min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 20px; border: 1px solid rgba(255,255,255,.34); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.rcc-header-cta:hover { border-color: var(--rcc-red); background: rgba(227,27,35,.08); }
.rcc-mobile-menu { display: none; position: relative; z-index: 20; }
.rcc-mobile-menu summary { min-height: 44px; display: grid; place-items: center; padding: 0 14px; border: 1px solid rgba(255,255,255,.34); color: var(--rcc-white); cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .15em; list-style: none; text-transform: uppercase; }
.rcc-mobile-menu summary::-webkit-details-marker { display: none; }
.rcc-mobile-menu nav { position: absolute; top: calc(100% + 14px); right: 0; width: min(280px, calc(100vw - 32px)); display: grid; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.2); background: #090909; box-shadow: 0 24px 60px rgba(0,0,0,.55); }
.rcc-mobile-menu nav a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.rcc-mobile-menu nav a:last-child { border-bottom: 0; }

.rcc-hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; padding-block: 68px 78px; position: relative; }
.rcc-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 92px 92px; -webkit-mask-image: linear-gradient(to right, transparent 12%, black 58%, transparent); mask-image: linear-gradient(to right, transparent 12%, black 58%, transparent); }
.rcc-hero-copy, .rcc-hero-mark { position: relative; z-index: 1; }
.rcc-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px !important; color: var(--rcc-silver); font-size: 10px; font-weight: 900; letter-spacing: .23em; text-transform: uppercase; }
.rcc-eyebrow > span { width: 42px; height: 2px; background: linear-gradient(90deg, var(--rcc-red) 0 72%, rgba(255,255,255,.72) 90%, var(--rcc-white) 100%); box-shadow: 0 0 16px rgba(227,27,35,.75); }
.rcc-home h1, .rcc-home h2, .rcc-home h3 { text-wrap: balance; }
.rcc-home h1 { max-width: 820px; margin-bottom: 28px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(64px, 6.4vw, 106px); font-weight: 900; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; color: var(--rcc-white); }
.rcc-home h1 span { display: block; background: linear-gradient(180deg, #fff 10%, #b9bcc0 45%, #fff 60%, #777b80 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rcc-hero-deck { max-width: 650px; margin-bottom: 32px; color: #b9bbbe; font-size: 17px; line-height: 1.65; }
.rcc-hero-deck strong { color: var(--rcc-white); }
.rcc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.rcc-button { min-height: 56px; min-width: 220px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; border: 1px solid transparent; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s, background .2s, border-color .2s; }
.rcc-button:hover { transform: translateY(-3px); }
.rcc-button-primary { background: var(--rcc-red); box-shadow: 0 14px 40px rgba(227,27,35,.2); }
.rcc-button-primary:hover { background: var(--rcc-red-bright); }
.rcc-button-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.025); }
.rcc-button-secondary:hover { border-color: var(--rcc-white); }
.rcc-proof { display: flex; flex-wrap: wrap; gap: 26px; padding: 0; margin: 0; list-style: none; }
.rcc-proof li { display: flex; align-items: center; gap: 8px; color: var(--rcc-silver-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.rcc-proof li::before { content: "+"; color: var(--rcc-red); font-size: 14px; }
.rcc-hero-mark { min-height: 540px; display: grid; place-items: center; }
.rcc-hero-mark::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: rgba(227,27,35,.28); filter: blur(92px); opacity: .55; }
.rcc-logo-stage { width: min(86%, 570px); aspect-ratio: 1; display: grid; place-items: center; position: relative; border-radius: 50%; }
.rcc-logo-stage::before { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: inset 0 0 55px rgba(255,255,255,.04), 0 0 65px rgba(227,27,35,.2); }
.rcc-logo-stage img { width: 100%; filter: drop-shadow(0 28px 35px rgba(0,0,0,.7)); animation: rccFloat 6s ease-in-out infinite; }
.rcc-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.rcc-orbit-one { width: 94%; aspect-ratio: 1; border-right-color: var(--rcc-red); animation: rccOrbit 26s linear infinite; }
.rcc-orbit-two { width: 72%; aspect-ratio: 1; border-style: solid; border-color: rgba(227,27,35,.3); animation: rccOrbit 34s linear infinite reverse; }
.rcc-badge { position: absolute; right: 0; top: 14%; min-width: 190px; isolation: isolate; display: grid; gap: 5px; padding: 19px 21px 17px; overflow: hidden; border: 1px solid transparent; background: linear-gradient(#090909, #090909) padding-box, linear-gradient(120deg, #777b80 0%, #ffffff 24%, #6d7074 42%, var(--rcc-red) 74%, #ffffff 100%) border-box; box-shadow: 0 18px 55px rgba(0,0,0,.55), 0 0 28px rgba(227,27,35,.2); backdrop-filter: blur(14px); clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 17px, 100% 100%, 17px 100%, 0 calc(100% - 17px)); }
.rcc-badge::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 90% 12%, rgba(255,255,255,.14), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.06), transparent 46%); }
.rcc-badge__label, .rcc-badge__caption { font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.rcc-badge__label { color: var(--rcc-red-bright); }
.rcc-badge strong { display: flex; align-items: flex-start; gap: 3px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 42px; line-height: .9; letter-spacing: .025em; background: linear-gradient(180deg, #ffffff 8%, #8c9095 44%, #ffffff 58%, #666a6f 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.rcc-badge strong span { margin-top: 4px; color: var(--rcc-red-bright); font-family: Inter, ui-sans-serif, sans-serif; font-size: 15px; line-height: 1; }
.rcc-badge i { width: 100%; height: 2px; margin: 3px 0 2px; background: linear-gradient(90deg, var(--rcc-red) 0 72%, rgba(255,255,255,.72) 90%, var(--rcc-white) 100%); box-shadow: 0 0 14px rgba(227,27,35,.6); }
.rcc-badge__caption { color: var(--rcc-silver); }

.rcc-trust { border-block: 1px solid var(--rcc-line); background: var(--rcc-white); color: var(--rcc-black); }
.rcc-trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.rcc-trust-grid p { margin: 0; padding: 10px 34px; display: grid; gap: 8px; border-right: 1px solid #d8d8d8; }
.rcc-trust-grid p:first-child { padding-left: 0; }
.rcc-trust-grid p:last-child { border-right: 0; }
.rcc-trust-grid strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 24px; letter-spacing: .035em; text-transform: uppercase; }
.rcc-trust-grid span { color: #555; font-size: 11px; }

.rcc-section { padding-block: 110px; }
.rcc-section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.rcc-home h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(48px, 5vw, 78px); line-height: .95; letter-spacing: -.015em; text-transform: uppercase; }
.rcc-section-heading > p { margin: 0 0 5px; color: #a5a7aa; font-size: 15px; line-height: 1.7; }
.rcc-collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rcc-card { min-height: 590px; position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--rcc-line); transition: transform .25s, border-color .25s; }
.rcc-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.42); }
.rcc-card-number { position: absolute; z-index: 2; top: 20px; right: 22px; font-size: 10px; font-weight: 900; letter-spacing: .2em; opacity: .66; }
.rcc-card-graphic { min-height: 320px; flex: 1; display: grid; place-items: center; position: relative; overflow: hidden; }
.rcc-card-graphic::before, .rcc-card-graphic::after { content: ""; position: absolute; border-radius: 50%; }
.rcc-card-graphic::before { width: 290px; height: 290px; border: 1px solid currentColor; opacity: .35; }
.rcc-card-graphic::after { width: 210px; height: 210px; border: 1px solid currentColor; opacity: .35; }
.rcc-card-graphic > span { position: relative; z-index: 1; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 60px; line-height: .88; text-align: center; text-transform: uppercase; transform: rotate(-4deg); }
.rcc-card-graphic > img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover; }
.rcc-card-red { background: var(--rcc-red); }
.rcc-card-black { background: #0d0d0d; }
.rcc-card-white { background: var(--rcc-white); color: var(--rcc-black); }
.rcc-performance { background-image: linear-gradient(135deg, transparent 46%, rgba(227,27,35,.5) 47%, rgba(227,27,35,.5) 53%, transparent 54%); }
.rcc-custom img { width: 60%; position: relative; z-index: 1; filter: drop-shadow(0 16px 20px rgba(0,0,0,.28)); }
.rcc-card-copy { padding: 28px; border-top: 1px solid currentColor; }
.rcc-card-copy > p { margin: 0 0 8px; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.rcc-home .rcc-card-copy h3 { margin: 0 0 12px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 33px; letter-spacing: .035em; text-transform: uppercase; }
.rcc-card-copy > span { min-height: 48px; display: block; font-size: 13px; line-height: 1.6; opacity: .75; }
.rcc-card-copy a { margin-top: 22px; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.rcc-strategy { padding-block: 110px; border-block: 1px solid var(--rcc-line); background: var(--rcc-white); color: var(--rcc-black); }
.rcc-strategy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.rcc-strategy-intro .rcc-eyebrow { color: #555; }
.rcc-strategy-intro > p:not(.rcc-eyebrow) { max-width: 560px; margin: 26px 0; color: #4f4f4f; font-size: 16px; line-height: 1.75; }
.rcc-text-link { display: inline-flex; gap: 24px; padding-bottom: 8px; border-bottom: 2px solid var(--rcc-red); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.rcc-strategy-list { list-style: none; padding: 0; margin: 0; }
.rcc-strategy-list li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid #d7d7d7; }
.rcc-strategy-list li:first-child { padding-top: 0; }
.rcc-strategy-list > li > span { color: var(--rcc-red); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.rcc-home .rcc-strategy-list h3 { margin: 0 0 8px; font-size: 22px; text-transform: uppercase; }
.rcc-strategy-list p { margin: 0; color: #555; line-height: 1.65; }

.rcc-compact { grid-template-columns: 1fr; }
.rcc-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rcc-process article { min-height: 300px; padding: 34px; border: 1px solid var(--rcc-line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); }
.rcc-process article > span { color: var(--rcc-red); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.rcc-home .rcc-process h3 { margin: 68px 0 16px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 32px; letter-spacing: .035em; text-transform: uppercase; }
.rcc-process p { color: #9b9da0; line-height: 1.7; }

.rcc-faq { padding-block: 110px; background: #0d0d0d; border-top: 1px solid var(--rcc-line); }
.rcc-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.rcc-faq-list details { border-top: 1px solid rgba(255,255,255,.2); }
.rcc-faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.rcc-faq-list summary { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.rcc-faq-list summary::-webkit-details-marker { display: none; }
.rcc-faq-list summary span { color: var(--rcc-red); font-size: 24px; font-weight: 300; transition: transform .2s; }
.rcc-faq-list details[open] summary span { transform: rotate(45deg); }
.rcc-faq-list details p { max-width: 690px; padding: 0 44px 26px 0; margin: 0; color: #9b9da0; font-size: 14px; line-height: 1.7; }

.rcc-final-cta { padding-block: 86px; background: var(--rcc-red); }
.rcc-final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.rcc-final-cta .rcc-eyebrow { color: var(--rcc-white); }
.rcc-final-cta .rcc-eyebrow > span { background: linear-gradient(90deg, var(--rcc-black) 0 72%, rgba(255,255,255,.72) 90%, var(--rcc-white) 100%); box-shadow: none; }
.rcc-final-inner > div:last-child { display: grid; justify-items: start; }
.rcc-final-inner > div:last-child p { margin-bottom: 22px; font-size: 16px; }
.rcc-button-light { background: var(--rcc-white); color: var(--rcc-black) !important; }
.rcc-button-light:hover { background: var(--rcc-black); color: var(--rcc-white) !important; }
.rcc-footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.rcc-footer .rcc-brand img { width: 66px; height: 66px; }
.rcc-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 24px; }
.rcc-footer > p { justify-self: end; margin: 0; color: var(--rcc-silver-dark); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

@keyframes rccOrbit { to { transform: rotate(360deg); } }
@keyframes rccFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }

@media (max-width: 1120px) {
  .rcc-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .rcc-header > nav { display: none; }
  .rcc-mobile-menu { display: block; }
  .rcc-mobile-menu nav { display: grid; }
  .rcc-hero { grid-template-columns: 1fr 1fr; gap: 22px; }
  .rcc-home h1 { font-size: clamp(58px, 7.5vw, 82px); }
  .rcc-badge { right: -12px; }
  .rcc-strategy-grid, .rcc-faq-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .rcc-shell { width: min(100% - 36px, 720px); }
  .rcc-announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .rcc-header { min-height: 88px; }
  .rcc-brand img { width: 62px; height: 62px; }
  .rcc-brand strong { font-size: 17px; }
  .rcc-brand small { display: none; }
  .rcc-header-cta { min-height: 44px; gap: 15px; padding-inline: 14px; }
  .rcc-hero { grid-template-columns: 1fr; padding-top: 56px; }
  .rcc-hero-mark { order: -1; min-height: 390px; }
  .rcc-logo-stage { width: min(80%, 390px); }
  .rcc-badge { right: 4%; }
  .rcc-trust-grid, .rcc-collections, .rcc-process, .rcc-strategy-grid, .rcc-faq-grid, .rcc-final-inner, .rcc-section-heading { grid-template-columns: 1fr; }
  .rcc-trust-grid p { min-height: 92px; padding: 24px 0; border-right: 0; border-bottom: 1px solid #ddd; }
  .rcc-trust-grid p:last-child { border-bottom: 0; }
  .rcc-section, .rcc-strategy, .rcc-faq { padding-block: 78px; }
  .rcc-section-heading, .rcc-final-inner { gap: 28px; }
  .rcc-card { min-height: 520px; }
  .rcc-strategy-grid, .rcc-faq-grid { gap: 55px; }
  .rcc-process article { min-height: 240px; }
  .rcc-home .rcc-process h3 { margin-top: 42px; }
  .rcc-footer { grid-template-columns: 1fr; justify-items: start; padding-block: 42px; }
  .rcc-footer > p { justify-self: start; }
}

@media (max-width: 520px) {
  .rcc-announcement span:first-child { display: none; }
  .rcc-announcement { justify-content: center; }
  .rcc-header .rcc-brand > span { display: none; }
  .rcc-header-cta { font-size: 9px; }
  .rcc-hero { min-height: 0; gap: 24px; }
  .rcc-hero-mark { min-height: 330px; }
  .rcc-badge { top: 3%; min-width: 158px; padding: 15px 17px 14px; }
  .rcc-badge strong { font-size: 34px; }
  .rcc-home h1 { font-size: clamp(53px, 16vw, 70px); }
  .rcc-actions, .rcc-button { width: 100%; }
  .rcc-button { min-width: 0; }
  .rcc-proof { gap: 12px 18px; }
  .rcc-home h2 { font-size: 48px; }
  .rcc-card-graphic > span { font-size: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rcc-home *, .rcc-home *::before, .rcc-home *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
