:root {
  --rcc-black: #070707;
  --rcc-black-soft: #111111;
  --rcc-black-raised: #171717;
  --rcc-red: #e31b23;
  --rcc-red-bright: #ff2732;
  --rcc-white: #ffffff;
  --rcc-silver: #c7c9cc;
  --rcc-silver-dark: #85898e;
  --rcc-line: rgba(255, 255, 255, 0.15);
  --rcc-shell: min(1380px, calc(100% - 64px));
}

html { scroll-behavior: smooth; }
body.rcc-global-site {
  --wp--preset--color--foreground: #ffffff;
  --wp--preset--color--background: #070707;
  --wp--preset--color--primary: #e31b23;
  --wp--preset--color--secondary: #c7c9cc;
  --wp--preset--color--tertiary: #111111;
  overflow-x: hidden;
  overflow-x: clip;
  margin: 0;
  background: var(--rcc-black) !important;
  color: var(--rcc-white) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.rcc-global-site .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.rcc-global-site .screen-reader-text:focus {
  position: fixed !important;
  inset: 12px auto auto 12px !important;
  z-index: 100000 !important;
  width: auto !important;
  height: auto !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  background: var(--rcc-white) !important;
  color: var(--rcc-black) !important;
}

body.rcc-global-site *, body.rcc-global-site *::before, body.rcc-global-site *::after { box-sizing: border-box; }
body.rcc-global-site a { color: inherit; text-underline-offset: 4px; }
body.rcc-global-site img { max-width: 100%; height: auto; }
body.rcc-global-site p, body.rcc-global-site li { color: var(--rcc-silver); }
body.rcc-global-site h1,
body.rcc-global-site h2,
body.rcc-global-site h3,
body.rcc-global-site h4 {
  color: var(--rcc-white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  line-height: .98;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-wrap: balance;
}

.rcc-global-announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 24px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--rcc-line);
  background: #0b0b0b;
  color: var(--rcc-silver);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.rcc-global-announcement strong { color: var(--rcc-red-bright); }

body.rcc-global-site header.wp-block-template-part {
  display: none !important;
}
body.rcc-global-site header.wp-block-template-part > .wp-block-group {
  max-width: none !important;
  padding: 14px max(32px, calc((100vw - 1380px) / 2)) !important;
  background: transparent !important;
}
body.rcc-global-site header.wp-block-template-part .alignwide { max-width: 1380px !important; }
.rcc-global-brand a { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.rcc-global-brand img { width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.5)); }
.rcc-global-brand span { display: grid; gap: 3px; }
.rcc-global-brand strong { color: var(--rcc-white); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 20px; letter-spacing: .065em; text-transform: uppercase; }
.rcc-global-brand small { color: var(--rcc-silver); font-size: 9px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }

body.rcc-global-site .wp-block-navigation { gap: clamp(16px, 2.2vw, 34px); }
body.rcc-global-site .wp-block-navigation-item__content {
  color: var(--rcc-silver) !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
}
body.rcc-global-site .wp-block-navigation-item__content:hover,
body.rcc-global-site .current-menu-item > .wp-block-navigation-item__content { color: var(--rcc-white) !important; }
body.rcc-global-site .current-menu-item > .wp-block-navigation-item__content { box-shadow: inset 0 -2px 0 var(--rcc-red); }
body.rcc-global-site .wp-block-navigation__responsive-container-open svg,
body.rcc-global-site .wp-block-navigation__responsive-container-close svg { fill: var(--rcc-white); }

body.rcc-global-site main,
body.rcc-global-site .wp-site-blocks,
body.rcc-global-site .wp-block-post-content { background: var(--rcc-black); }
body.rcc-global-site main > .alignfull:first-child,
body.rcc-global-site .wp-block-query-title + .wp-block-group {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft) !important;
}
body.rcc-global-site main > .alignfull:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 78%);
}
body.rcc-global-site .wp-block-post-title,
body.rcc-global-site .woocommerce-products-header__title,
body.rcc-global-site .wp-block-query-title,
body.rcc-global-site .woocommerce div.product .product_title {
  color: var(--rcc-white) !important;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(44px, 6vw, 82px) !important;
  line-height: .95 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}
body.rcc-global-site .wp-block-post-title::before,
body.rcc-global-site .woocommerce-products-header__title::before,
body.rcc-global-site .wp-block-query-title::before,
body.rcc-global-site .woocommerce div.product .product_title::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  margin: 0 14px .22em 0;
  background: linear-gradient(90deg, var(--rcc-red) 0 72%, rgba(255,255,255,.72) 90%, var(--rcc-white) 100%);
  box-shadow: 0 0 18px rgba(227,27,35,.7);
}
body.rcc-global-site .entry-content > .wp-block-group,
body.rcc-global-site .entry-content > .wp-block-cover,
body.rcc-global-site .entry-content > .wp-block-columns { padding-block: clamp(64px, 8vw, 110px) !important; }
body.rcc-global-site .entry-content > * { margin-block-start: 0; }
body.rcc-global-site .alignwide { width: var(--rcc-shell); max-width: 1380px !important; }
body.rcc-global-site .has-background-background-color,
body.rcc-global-site .has-base-background-color { background: var(--rcc-black) !important; }
body.rcc-global-site .has-tertiary-background-color,
body.rcc-global-site .has-contrast-2-background-color { background: var(--rcc-black-soft) !important; }
body.rcc-global-site .has-foreground-color,
body.rcc-global-site .has-contrast-color { color: var(--rcc-white) !important; }

body.rcc-global-site .wp-block-media-text,
body.rcc-global-site .wp-block-column:has(> .wp-block-group.has-background),
body.rcc-global-site .wp-block-group.is-style-ext-preset--group--natural-1--item-card-1--align-start {
  overflow: hidden;
  border: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
body.rcc-global-site .wp-block-media-text__media img { min-height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.05); }
body.rcc-global-site .wp-block-separator { border-color: var(--rcc-line); }
body.rcc-global-site blockquote { margin-inline: 0; padding: 24px 28px; border-left: 4px solid var(--rcc-red); background: var(--rcc-black-soft); }
body.rcc-global-site blockquote p { color: var(--rcc-white); font-size: 1.2rem; }

body.rcc-global-site .wp-element-button,
body.rcc-global-site .wp-block-button__link,
body.rcc-global-site button:not(.wp-block-navigation__responsive-container-open):not(.wp-block-navigation__responsive-container-close),
body.rcc-global-site input[type="submit"],
body.rcc-global-site .button,
body.rcc-global-site .woocommerce a.button,
body.rcc-global-site .woocommerce button.button,
body.rcc-global-site .woocommerce input.button {
  min-height: 50px;
  border: 1px solid var(--rcc-red) !important;
  border-radius: 0 !important;
  background: var(--rcc-red) !important;
  color: var(--rcc-white) !important;
  font-family: Inter, ui-sans-serif, sans-serif !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .15em;
  line-height: 1.2 !important;
  text-transform: uppercase;
  transition: transform .2s, background .2s !important;
}
body.rcc-global-site .wp-element-button:hover,
body.rcc-global-site .wp-block-button__link:hover,
body.rcc-global-site button:hover,
body.rcc-global-site input[type="submit"]:hover,
body.rcc-global-site .button:hover { background: var(--rcc-red-bright) !important; transform: translateY(-2px); }

body.rcc-global-site input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body.rcc-global-site textarea,
body.rcc-global-site select,
body.rcc-global-site .select2-selection {
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 0 !important;
  background: #0d0d0d !important;
  color: var(--rcc-white) !important;
  box-shadow: none !important;
}
body.rcc-global-site textarea { min-height: 150px; }
body.rcc-global-site input:focus,
body.rcc-global-site textarea:focus,
body.rcc-global-site select:focus { border-color: var(--rcc-red) !important; outline: 2px solid rgba(227,27,35,.2); }
body.rcc-global-site label,
body.rcc-global-site .wpforms-field-label { color: var(--rcc-white) !important; font-size: 11px !important; font-weight: 850 !important; letter-spacing: .08em; text-transform: uppercase; }
body.rcc-global-site .wpforms-container { margin: 0 !important; }
body.rcc-global-site .wpforms-field-description { color: var(--rcc-silver-dark) !important; }

body.rcc-global-site .woocommerce,
body.rcc-global-site .woocommerce-page main,
body.rcc-global-site .wc-block-cart,
body.rcc-global-site .wc-block-checkout,
body.rcc-global-site .wp-block-woocommerce-cart,
body.rcc-global-site .wp-block-woocommerce-checkout { width: var(--rcc-shell); max-width: 1380px; margin-inline: auto; padding-block: clamp(50px, 7vw, 100px); }
body.rcc-global-site .woocommerce .woocommerce-breadcrumb { margin-bottom: 24px; color: var(--rcc-silver-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
body.rcc-global-site .woocommerce .woocommerce-breadcrumb a { color: var(--rcc-silver); text-decoration: none; }
body.rcc-global-site .woocommerce .woocommerce-result-count,
body.rcc-global-site .woocommerce .woocommerce-ordering { margin-bottom: 34px; color: var(--rcc-silver); }
body.rcc-global-site .woocommerce ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
body.rcc-global-site .woocommerce ul.products::before,
body.rcc-global-site .woocommerce ul.products::after { display: none; }
body.rcc-global-site .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 24px !important;
  overflow: hidden;
  border: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft);
  transition: transform .22s, border-color .22s;
}
body.rcc-global-site .woocommerce ul.products li.product:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.38); }
body.rcc-global-site .woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1; margin: 0 0 22px !important; object-fit: cover; background: var(--rcc-black-raised); }
body.rcc-global-site .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 55px; padding: 0 20px !important; color: var(--rcc-white); font-size: 22px !important; }
body.rcc-global-site .woocommerce ul.products li.product .price { padding: 0 20px; color: var(--rcc-silver) !important; font-weight: 800; }
body.rcc-global-site .woocommerce ul.products li.product .button { margin: 14px 20px 0 !important; }
body.rcc-global-site .woocommerce span.onsale { min-width: 58px; min-height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--rcc-red); color: var(--rcc-white); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

body.rcc-global-site .wc-block-product-template { gap: 20px !important; }
body.rcc-global-site .wc-block-product {
  overflow: hidden;
  border: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft);
  transition: transform .22s, border-color .22s;
}
body.rcc-global-site .wc-block-product:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.38); }
body.rcc-global-site .wc-block-product > .wp-block-group { height: 100%; }
body.rcc-global-site .wc-block-product .wc-block-components-product-image img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--rcc-black-raised); }
body.rcc-global-site .wc-block-product .wp-block-post-title { min-height: 54px; font-size: 22px !important; }
body.rcc-global-site .wc-block-product .wc-block-components-product-price { color: var(--rcc-silver); font-weight: 800; }

body.rcc-global-site .woocommerce div.product { display: flow-root; }
body.rcc-global-site .woocommerce div.product div.images img { border: 1px solid var(--rcc-line); background: var(--rcc-black-soft); }
body.rcc-global-site .woocommerce div.product div.summary { padding: clamp(24px, 4vw, 60px); border: 1px solid var(--rcc-line); background: var(--rcc-black-soft); }
body.rcc-global-site .woocommerce div.product p.price,
body.rcc-global-site .woocommerce div.product span.price { color: var(--rcc-white) !important; font-size: 24px; font-weight: 850; }
body.rcc-global-site .woocommerce div.product .woocommerce-product-details__short-description { color: var(--rcc-silver); }
body.rcc-global-site .woocommerce div.product .product_meta { padding-top: 22px; border-top: 1px solid var(--rcc-line); color: var(--rcc-silver-dark); font-size: 11px; }
body.rcc-global-site .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
body.rcc-global-site .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--rcc-line); }
body.rcc-global-site .woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; border-color: var(--rcc-line); background: var(--rcc-black-soft); }
body.rcc-global-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--rcc-red); color: var(--rcc-white); }
body.rcc-global-site table,
body.rcc-global-site .wc-block-components-sidebar,
body.rcc-global-site .wc-block-components-order-summary,
body.rcc-global-site .woocommerce-MyAccount-navigation,
body.rcc-global-site .woocommerce-MyAccount-content {
  border-color: var(--rcc-line) !important;
  background: var(--rcc-black-soft) !important;
  color: var(--rcc-white);
}
body.rcc-global-site table th,
body.rcc-global-site table td { border-color: var(--rcc-line) !important; }
body.rcc-global-site .woocommerce-message,
body.rcc-global-site .woocommerce-info,
body.rcc-global-site .woocommerce-error { border-top-color: var(--rcc-red); background: var(--rcc-black-soft); color: var(--rcc-white); }
body.rcc-global-site .woocommerce-message::before,
body.rcc-global-site .woocommerce-info::before { color: var(--rcc-red); }
body.rcc-global-site.single-product .wp-block-group.woocommerce.product > main {
  width: var(--rcc-shell);
  max-width: 1380px;
  margin-inline: auto;
  padding-block: clamp(50px, 7vw, 100px);
}
body.rcc-global-site.single-product main > .wp-block-columns { gap: clamp(28px, 5vw, 80px); }
body.rcc-global-site.single-product main > .wp-block-columns > .wp-block-column:last-child {
  align-self: stretch;
  padding: clamp(26px, 4vw, 58px);
  border: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft);
}
body.rcc-global-site.single-product .wp-block-woocommerce-product-image-gallery img { border: 1px solid var(--rcc-line); background: var(--rcc-black-soft); }

body.rcc-global-site footer.wp-block-template-part {
  border-top: 1px solid var(--rcc-line);
  background: #090909;
}
body.rcc-global-site footer.wp-block-template-part > .wp-block-group { padding: 64px max(32px, calc((100vw - 1380px) / 2)) !important; }
body.rcc-global-site footer .wp-block-navigation-item__content { color: var(--rcc-silver-dark) !important; }
body.rcc-global-site footer .wp-block-search__inside-wrapper { border-color: var(--rcc-line); }
body.rcc-global-site footer .wp-block-site-title,
body.rcc-global-site footer .rcc-global-brand { margin-top: 24px; }

.rcc-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px !important;
  color: var(--rcc-silver) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.rcc-kicker::before { content: ""; 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 14px rgba(227,27,35,.65); }

.rcc-custom-brief {
  width: var(--rcc-shell);
  max-width: 1380px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(38px, 7vw, 110px);
  margin-inline: auto;
  padding-block: clamp(70px, 9vw, 130px);
}
.rcc-custom-brief__intro { position: sticky; top: 150px; align-self: start; }
.rcc-custom-brief__intro h2 { margin: 0 0 26px; font-size: clamp(48px, 5vw, 76px); }
.rcc-custom-brief__intro > p:not(.rcc-kicker) { max-width: 580px; font-size: 17px; line-height: 1.75; }
.rcc-custom-brief__notes { margin-top: 42px; border-top: 1px solid var(--rcc-line); }
.rcc-custom-brief__notes p { display: grid; gap: 6px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--rcc-line); }
.rcc-custom-brief__notes strong { color: var(--rcc-white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.rcc-custom-brief__notes span { color: var(--rcc-silver-dark); font-size: 13px; }
.rcc-custom-brief__form { padding: clamp(24px, 4vw, 54px); border: 1px solid var(--rcc-line); background: var(--rcc-black-soft); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.rcc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.rcc-form-grid p { display: grid; gap: 8px; margin: 0; }
.rcc-form-grid label > span { color: var(--rcc-red-bright); }
.rcc-form-wide { grid-column: 1 / -1; }
.rcc-form-grid input,
.rcc-form-grid select,
.rcc-form-grid textarea { width: 100%; padding: 12px 14px; }
.rcc-form-grid input[type="file"] { padding: 14px; border-style: solid !important; }
.rcc-form-grid small { color: var(--rcc-silver-dark); font-size: 11px; line-height: 1.5; }
.rcc-request-form > button { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding-inline: 20px; }
.rcc-consent label { display: flex !important; align-items: flex-start; gap: 12px; color: var(--rcc-silver) !important; font-size: 11px !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.rcc-consent input { width: 18px !important; min-height: 18px !important; margin-top: 2px; }
.rcc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rcc-form-notice { display: grid; gap: 4px; margin-bottom: 24px; padding: 18px 20px; border-left: 4px solid var(--rcc-red); background: #080808; }
.rcc-form-notice strong { color: var(--rcc-white); }
.rcc-form-notice span { color: var(--rcc-silver); font-size: 13px; }
.rcc-form-notice--success { border-left-color: #30b86b; }

.rcc-contact-brief { align-items: start; }
.rcc-contact-logo {
  width: min(100%, 390px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 0 34px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rcc-line);
  background: radial-gradient(circle at 50% 48%, rgba(227,27,35,.25), transparent 52%), var(--rcc-black-soft);
}
.rcc-contact-logo::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 45px rgba(227,27,35,.22); }
.rcc-contact-logo img { width: 88%; position: relative; z-index: 1; filter: drop-shadow(0 20px 28px rgba(0,0,0,.6)); }
.rcc-contact-brief__link { display: inline-flex; justify-content: space-between; gap: 34px; margin-top: 30px; padding: 13px 16px; border: 1px solid var(--rcc-red); color: var(--rcc-white) !important; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.rcc-contact-form-shell > .wpforms-container { margin: 0 !important; }
.rcc-contact-form-shell .wpforms-field { padding-block: 9px !important; }
.rcc-contact-form-shell .wpforms-submit-container { padding-top: 18px !important; }
.rcc-contact-form-shell .wpforms-submit { width: 100%; display: flex !important; justify-content: space-between; padding-inline: 20px !important; }

.rcc-client-portal {
  width: var(--rcc-shell);
  max-width: 1380px;
  margin-inline: auto;
  padding-block: clamp(36px, 6vw, 86px) clamp(76px, 9vw, 130px);
}
.rcc-client-portal__hero {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: stretch;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft);
  box-shadow: 0 34px 100px rgba(0,0,0,.34);
}
.rcc-client-portal__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 72px); }
.rcc-client-portal__copy h2 { margin: 0 0 26px; font-size: clamp(48px, 5vw, 76px); }
.rcc-client-portal__copy > p:not(.rcc-kicker) { max-width: 610px; margin: 0; font-size: 16px; line-height: 1.75; }
.rcc-client-portal__benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.rcc-client-portal__benefits span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.19); color: var(--rcc-silver); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rcc-client-portal__benefits span:first-child { border-color: var(--rcc-red); color: var(--rcc-white); }
.rcc-client-portal__visual { min-height: 560px; position: relative; margin: 0; overflow: hidden; background: #0b0b0b; }
.rcc-client-portal__visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(17,17,17,.65), transparent 32%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 38%); }
.rcc-client-portal__visual img { width: 100%; height: 100%; object-fit: cover; }
.rcc-client-portal__visual figcaption { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; color: var(--rcc-white); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-align: right; text-transform: uppercase; }
.rcc-client-portal__access { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 7vw, 100px); align-items: start; padding-top: clamp(76px, 9vw, 128px); }
.rcc-client-portal__access-heading h2 { margin: 0 0 18px; font-size: clamp(48px, 5vw, 72px); }
.rcc-client-portal__access-heading > p:last-child { max-width: 430px; margin: 0; }
.rcc-client-portal__panel { min-width: 0; padding: clamp(25px, 4vw, 48px); border: 1px solid var(--rcc-line); background: var(--rcc-black-soft); box-shadow: 0 28px 90px rgba(0,0,0,.3); }
.rcc-client-portal__panel form { display: grid; gap: 18px; }
.rcc-client-portal__panel input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { width: 100%; padding: 12px 14px; }
.rcc-client-portal__panel input[type="submit"], .rcc-client-portal__panel button[type="submit"] { width: 100%; padding-inline: 20px; }
.rcc-client-portal__notice > span { color: var(--rcc-red-bright); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.rcc-client-portal__notice h3 { margin: 18px 0 14px; font-size: clamp(30px, 3vw, 46px); }
.rcc-client-portal__notice p { max-width: 720px; margin: 0 0 26px; }
.rcc-client-portal__notice a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 26px; width: fit-content; padding: 0 18px; background: var(--rcc-red); color: var(--rcc-white); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }

.rcc-series-shell { width: var(--rcc-shell); max-width: 1380px; margin-inline: auto; }
.rcc-series-hero,
.rcc-series-single__hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(75px, 10vw, 145px);
  border-bottom: 1px solid var(--rcc-line);
  background: var(--rcc-black-soft);
}
.rcc-series-hero::before,
.rcc-series-single__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}
.rcc-series-hero .rcc-series-shell,
.rcc-series-single__hero-grid { position: relative; z-index: 1; }
.rcc-series-hero h1,
.rcc-series-single h1 { max-width: 1000px; margin: 0 0 28px; font-size: clamp(68px, 9vw, 132px); }
.rcc-series-hero .rcc-series-shell > p:last-child,
.rcc-series-single__intro > p:last-child { max-width: 700px; margin: 0; color: var(--rcc-silver); font-size: 18px; line-height: 1.7; }
.rcc-series-listing { padding-block: clamp(70px, 8vw, 120px); }
.rcc-series-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 42px; }
.rcc-series-filters a { padding: 10px 14px; border: 1px solid var(--rcc-line); color: var(--rcc-silver); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.rcc-series-filters a:hover,
.rcc-series-filters a.is-active { border-color: var(--rcc-red); background: var(--rcc-red); color: var(--rcc-white); }
.rcc-series-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rcc-series-card { overflow: hidden; border: 1px solid var(--rcc-line); background: var(--rcc-black-soft); transition: transform .22s, border-color .22s; }
.rcc-series-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.38); }
.rcc-series-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--rcc-black-raised); }
.rcc-series-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.rcc-series-card:hover .rcc-series-card__image img { transform: scale(1.035); }
.rcc-series-card__copy { padding: 28px; }
.rcc-series-card__copy > p { margin: 0 0 9px; color: var(--rcc-red-bright); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.rcc-series-card__copy h2 { margin: 0 0 14px; font-size: 36px; }
.rcc-series-card__copy h2 a { text-decoration: none; }
.rcc-series-card__copy > div { min-height: 52px; color: var(--rcc-silver); font-size: 13px; line-height: 1.65; }
.rcc-series-card__link { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--rcc-line); color: var(--rcc-white); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.rcc-series-empty { display: grid; place-items: center; min-height: 440px; padding: 50px; border: 1px solid var(--rcc-line); text-align: center; }
.rcc-series-empty img { width: 180px; }
.rcc-series-empty h2 { margin: 20px 0 8px; font-size: 42px; }
.rcc-series-empty p { margin: 0; }
.rcc-series-cta { padding-block: 76px; background: var(--rcc-red); }
.rcc-series-cta .rcc-series-shell { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.rcc-series-cta .rcc-kicker { color: var(--rcc-white) !important; }
.rcc-series-cta .rcc-kicker::before { background: linear-gradient(90deg, var(--rcc-black) 0 72%, rgba(255,255,255,.72) 90%, var(--rcc-white) 100%); box-shadow: none; }
.rcc-series-cta h2 { max-width: 850px; margin: 0; font-size: clamp(48px, 6vw, 78px); }
.rcc-series-cta a { min-width: 260px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--rcc-white); color: var(--rcc-black); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.rcc-series-single__hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.rcc-series-single__cover { aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid var(--rcc-line); background: var(--rcc-black-raised); }
.rcc-series-single__cover img { width: 100%; height: 100%; object-fit: cover; }
.rcc-series-content { padding-block: clamp(70px, 9vw, 130px); }
.rcc-series-content > * { max-width: 980px; margin-inline: auto; }
.rcc-series-content > .alignwide { max-width: 1380px; }
.rcc-series-content > .alignfull { max-width: none; }
.rcc-series-content .wp-block-gallery { gap: 16px !important; }
.rcc-series-content .wp-block-gallery img { border: 1px solid var(--rcc-line); }

@media (max-width: 1100px) {
  body.rcc-global-site .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.rcc-global-site .wc-block-product-template { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .rcc-global-brand small { display: none; }
  .rcc-series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --rcc-shell: min(100% - 36px, 720px); }
  .rcc-global-announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .rcc-global-announcement span { display: none; }
  body.rcc-global-site header.wp-block-template-part > .wp-block-group { padding: 10px 18px !important; }
  .rcc-global-brand img { width: 58px; height: 58px; }
  .rcc-global-brand strong { font-size: 17px; }
  body.rcc-global-site .wp-block-navigation__responsive-container.is-menu-open {
    padding: 28px !important;
    background: var(--rcc-black) !important;
    color: var(--rcc-white) !important;
  }
  body.rcc-global-site .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 22px; }
  body.rcc-global-site .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { font-size: 16px; }
  body.rcc-global-site .wp-block-media-text { grid-template-columns: 1fr !important; }
  body.rcc-global-site .wp-block-media-text__media { min-height: 340px; grid-column: 1 !important; grid-row: 1 !important; }
  body.rcc-global-site .wp-block-media-text__content { grid-column: 1 !important; grid-row: 2 !important; padding: 28px !important; }
  body.rcc-global-site .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.rcc-global-site .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.rcc-global-site .woocommerce div.product div.images,
  body.rcc-global-site .woocommerce div.product div.summary { width: 100%; float: none; }
  .rcc-custom-brief,
  .rcc-client-portal__hero,
  .rcc-client-portal__access,
  .rcc-series-single__hero-grid { grid-template-columns: 1fr; }
  .rcc-custom-brief__intro { position: static; }
  .rcc-client-portal__hero { min-height: 0; }
  .rcc-client-portal__visual { min-height: 410px; order: -1; }
  .rcc-series-cta .rcc-series-shell { display: grid; align-items: start; }
}

@media (max-width: 520px) {
  .rcc-global-announcement { justify-content: center; font-size: 9px; }
  .rcc-global-brand span { display: none; }
  body.rcc-global-site .wp-block-post-title,
  body.rcc-global-site .woocommerce-products-header__title,
  body.rcc-global-site .woocommerce div.product .product_title { font-size: 44px !important; }
  body.rcc-global-site .woocommerce ul.products { grid-template-columns: 1fr; }
  body.rcc-global-site .wc-block-product-template { grid-template-columns: 1fr !important; }
  body.rcc-global-site .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; }
  .rcc-form-grid,
  .rcc-series-grid { grid-template-columns: 1fr; }
  .rcc-form-wide { grid-column: auto; }
  .rcc-custom-brief__form { padding: 22px 18px; }
  .rcc-client-portal__visual { min-height: 300px; }
  .rcc-client-portal__copy { padding: 30px 22px 36px; }
  .rcc-client-portal__copy h2 { font-size: 45px; }
  .rcc-client-portal__panel { padding: 24px 18px; }
  .rcc-series-hero h1,
  .rcc-series-single h1 { font-size: 60px; }
  .rcc-series-cta a { min-width: 0; width: 100%; }
}

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