/* Press Kit only; the same self-hosted font files as Status and Contact. */
@font-face {
  font-family: "RC Press Condensed";
  src: url("../fonts/barlow-condensed/BarlowCondensed-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "RC Press Condensed";
  src: url("../fonts/barlow-condensed/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "RC Press Condensed";
  src: url("../fonts/barlow-condensed/BarlowCondensed-ExtraBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
.rc-press-page {
  --rc-display: "RC Press Condensed", "Arial Narrow", Arial, sans-serif;
  --rc-body: "RC Press Condensed", "Arial Narrow", Arial, sans-serif;
  background: #030505;
  font: 400 18px/1.5 var(--rc-body);
  font-synthesis: none;
}
.rc-press-page [hidden] { display: none !important; }
.rc-press-page :focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.rc-press-page :is(h1,h2,h3,strong) { font-weight: 800; letter-spacing: .005em; }
.rc-press-page h2 { line-height: 1.1; }
.rc-press-page .rc-suite-shell { width: min(1240px, calc(100% - 80px)); }
.rc-press-page .rc-suite-section { padding-block: 27px; border: 0; }
.rc-press-page .rc-suite-section-title { position: relative; margin: 0 0 19px; padding-left: 19px; font: italic 800 34px/1.1 var(--rc-display); color: #f4f6f8; }
.rc-press-page .rc-suite-section-title::before { content: ""; position: absolute; top: 2px; bottom: 0; left: 2px; width: 4px; background: #ef151d; transform: skew(-10deg); }
.rc-press-page .rc-suite-eyebrow { color: #ebedf0; font: italic 600 15px/1.4 var(--rc-body); letter-spacing: .11em; }
.rc-press-page .rc-suite-eyebrow::before { display: none; }
.rc-press-page .rc-suite-eyebrow span { color: #ff2736; margin-right: 8px; }
.rc-press-page .rc-suite-button { min-height: 47px; padding: 12px 20px; gap: 15px; border-radius: 3px; box-shadow: none; font: 600 16px/1.25 var(--rc-body); letter-spacing: .03em; background: #dc0714; }
.rc-press-page .rc-suite-button--quiet { background: #070909; border-color: #737774; }
.rc-press-page .rc-suite-button:hover { transform: none; background: #b80915; border-color: #ff3341; }
.rc-press-page .rc-suite-button:disabled { color: #919894; border-color: #363b38; background: #080b09; cursor: not-allowed; }
.rc-press-page .rc-press-note { display: block; margin-top: 12px; color: #aab3ad; font: 400 14px/1.5 var(--rc-body); }

/* The headline has three readable lines beside a CSS press-kit collection. */
.rc-press-page .rc-suite-hero--press { min-height: 570px; background: #030505; border-top: 1px solid #a61018; border-bottom: 1px solid #303531; }
.rc-press-page .rc-suite-hero::before, .rc-press-page .rc-suite-hero::after { display: none; }
.rc-press-page .rc-suite-hero__grid { grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 24px; }
.rc-press-page .rc-suite-hero__copy { min-width: 0; padding-block: 46px; }
.rc-press-page .rc-suite-hero__copy h1 { font: italic 800 clamp(56px,5.55vw,80px)/1.02 var(--rc-display); letter-spacing: .002em; }
.rc-press-page .rc-suite-hero__copy h1 em { white-space: nowrap; color: #ef151d; }
.rc-press-page .rc-suite-hero__copy > p:not(.rc-suite-eyebrow) { max-width: 460px; margin: 20px 0 28px; font-size: 20px; line-height: 1.5; color: #d4d9d5; }
.rc-press-page .rc-suite-actions { gap: 14px; }
.rc-press-page .rc-press-stack { position: relative; min-height: 0; aspect-ratio: 1.38; margin: 25px 0; font-size: 16px; isolation: isolate; }
.rc-press-stack > div { position: absolute; overflow: hidden; border: 1px solid #424642; border-radius: 4px; box-shadow: 0 12px 24px #000a; }
.rc-press-page .rc-press-stack img { position: static; max-width: 100%; width: 100%; height: auto; object-fit: contain; transform: none; border: 0; }
.rc-press-book { top: 2%; left: 2%; width: 42%; height: 75%; padding: 18% 5% 0; background: repeating-linear-gradient(130deg,#0e1010 0 2px,#101312 2px 3px); transform: rotate(-6deg); }
.rc-press-book::before { content: ""; position: absolute; inset: 8px; border: 1px solid #4b191d; pointer-events: none; }
.rc-press-page .rc-press-book img { height: 65px; object-fit: cover; }
.rc-press-book > span { display: block; margin-top: 10px; text-align: center; text-transform: uppercase; letter-spacing: .19em; color: #d4d8d2; font-size: 17px; }
.rc-press-sheet { z-index: -1; top: 6%; right: 16%; width: 38%; height: 58%; padding: 7% 4%; background: linear-gradient(110deg,#c8cac6,#f0f0ed); transform: rotate(-2deg); }
.rc-press-page .rc-press-sheet img { background: #080b09; border-radius: 2px; }
.rc-press-sheet > span { display: block; margin-top: 15px; color: #424840; font-size: 12px; text-transform: uppercase; }
.rc-press-sheet > i { display: block; height: 1px; margin-top: 18px; background: #aaa; }
.rc-press-swatches { z-index: 2; right: 1%; top: 24%; width: 36%; height: 23%; display: flex; gap: 7px; padding: 12px; background: #dadcd6; transform: rotate(-3deg); }
.rc-press-swatches span { flex: 1; min-width: 0; color: #252924; font: 600 10px/1.4 var(--rc-body); }
.rc-press-swatches i { display: block; height: 62%; margin-bottom: 5px; background: #ef151d; }
.rc-press-swatches span:nth-child(2) i { background: #050709; }
.rc-press-swatches span:nth-child(3) i { background: #f4f6f8; border: 1px solid #adb1ab; }
.rc-press-device { z-index: 3; bottom: 1%; width: 31%; height: 45%; padding: 12px; background: #070a08; }
.rc-press-device--sites { left: 2%; transform: rotate(-3deg); }
.rc-press-device--teamops { left: 34%; bottom: 0; transform: rotate(-1deg); }
.rc-press-page .rc-press-device strong { display: block; font: italic 800 18px/1.1 var(--rc-body); }
.rc-press-device strong em { display: block; color: #ef151d; font-size: 25px; }
.rc-press-device--teamops strong em { color: #78c51c; }
.rc-press-page .rc-press-device img { height: 62%; margin-top: 9px; object-fit: cover; object-position: 60% center; border: 1px solid #252c27; }
.rc-press-device > span { display: block; margin-top: 7px; color: #aab4ad; font-size: 11px; }
.rc-press-file-card { z-index: 4; right: 0; bottom: 0; width: 34%; min-height: 45%; padding: 18px 13px; background: #090c0a; }
.rc-press-page .rc-press-file-card > strong { display: block; font: 600 13px/1.3 var(--rc-body); text-transform: uppercase; }
.rc-press-page .rc-press-file-card ul { position: static; width: auto; padding: 0; margin: 13px 0 10px; border: 0; background: transparent; }
.rc-press-page .rc-press-file-card li { padding: 8px 0; gap: 5px; font: 400 12px/1.2 var(--rc-body); }
.rc-press-file-card li small { color: #a7b2a9; }
.rc-press-file-card > span { color: #a3afa5; font-size: 11px; }

.rc-press-page .rc-brand-assets { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 9%; padding: 26px 7%; border-color: #353a36; border-radius: 6px; background: linear-gradient(125deg,#070a08,#040605); }
.rc-press-page .rc-brand-assets h3 { max-width: 315px; font: 400 21px/1.45 var(--rc-body); text-transform: none; }
.rc-press-page .rc-brand-assets .rc-suite-button { padding-inline: 19px; }
.rc-press-page .rc-brand-assets__logos { min-width: 0; gap: 16px; }
.rc-press-logo-main { height: 137px; padding: 0 14px; border: 1px solid #353c35; border-radius: 3px; display: grid; place-items: center; overflow: hidden; }
.rc-press-page .rc-press-logo-main img { width: 100%; height: 170px; object-fit: cover; }
.rc-press-page .rc-press-logo-variants { display: grid; grid-template-columns: 1fr 1fr .55fr; gap: 15px; }
.rc-press-logo-variants > span { display: grid; place-items: center; height: 66px; overflow: hidden; border: 1px solid #303930; border-radius: 3px; }
.rc-press-logo-variants img { width: 100%; height: 82px; object-fit: cover; }
.rc-press-logo-variants > span:not(.rc-press-logo-symbol) img { object-fit: contain; }
.rc-press-logo-mono img { filter: grayscale(1) brightness(1.35); }
.rc-press-page .rc-press-logo-symbol { position: relative; }
.rc-press-page .rc-press-logo-symbol img { position: absolute; top: 50%; left: 0; width: 270%; max-width: none; height: auto; transform: translateY(-50%); }
.rc-press-page .rc-brand-assets { position: relative; }
.rc-press-page .rc-brand-assets::before { content: ""; position: absolute; inset: 13px; pointer-events: none; background: linear-gradient(#b31520,#b31520) left top/23px 1px no-repeat,linear-gradient(#b31520,#b31520) left top/1px 23px no-repeat,linear-gradient(#b31520,#b31520) right top/23px 1px no-repeat,linear-gradient(#b31520,#b31520) right top/1px 23px no-repeat,linear-gradient(#b31520,#b31520) left bottom/23px 1px no-repeat,linear-gradient(#b31520,#b31520) left bottom/1px 23px no-repeat,linear-gradient(#b31520,#b31520) right bottom/23px 1px no-repeat,linear-gradient(#b31520,#b31520) right bottom/1px 23px no-repeat; }
.rc-press-guidelines { display: inline-block; border-bottom: 1px solid #646d65; font: 400 17px/1.4 var(--rc-body); text-transform: uppercase; }

.rc-press-page .rc-media-assets { gap: 17px; }
/* Product treatment preserves the existing image assets. */
.rc-press-page .rc-media-assets article { grid-template-columns: minmax(0,.7fr) minmax(0,1.6fr); min-height: 260px; border-color: #343a35; border-radius: 6px; background: #060907; }
.rc-press-page .rc-media-assets article.is-teamops { border-top-color: #315815; }
.rc-press-page .rc-media-assets article > div { padding: 24px 28px; }
.rc-press-page .rc-media-assets h3 { margin: 0; font: italic 800 30px/1.05 var(--rc-body); }
.rc-press-page .rc-media-assets h3 em { display: block; color: #ef151d; font-size: 45px; font-style: inherit; }
.rc-press-page .rc-media-assets .is-teamops h3 em { color: #78c51c; }
.rc-press-page .rc-media-assets p { margin: 10px 0 15px; color: #c5cec6; font-size: 17px; line-height: 1.5; }
.rc-press-page .rc-media-assets .rc-suite-button { min-height: 40px; padding: 9px 14px; font-size: 14px; }
.rc-press-page .rc-media-assets img { height: 278px; object-fit: cover; object-position: center 56%; }
.rc-press-page .rc-media-assets .rc-press-note { margin-top: 8px; font-size: 12px; }
.rc-press-page .rc-copy-grid { grid-template-columns: minmax(0,1fr) minmax(0,1.65fr); gap: 28px; }
.rc-press-page .rc-copy-grid > div { padding: 0 24px 0 0; border-left: 0; }
.rc-press-page .rc-copy-grid > div + div { padding: 0 0 0 28px; border-left: 1px solid #2b332c; }
.rc-press-page .rc-copy-grid h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font: 600 17px/1.3 var(--rc-body); letter-spacing: .07em; }
.rc-press-page .rc-copy-grid h3 button { float: none; min-height: 32px; padding: 4px 18px; color: #e5ece3; background: #080d09; border: 1px solid #505b51; border-radius: 3px; font: 400 14px/1.2 var(--rc-body); cursor: pointer; text-transform: uppercase; }
.rc-press-page .rc-copy-grid h3 button:hover { border-color: #e2e9df; }
.rc-press-page .rc-copy-grid p { margin: 13px 0 0; color: #cbd2cb; font-size: 18px; line-height: 1.5; }
.rc-press-page #rc-press-copy-feedback { min-height: 21px; margin: 8px 0 0; font-size: 14px; color: #b7d2b0; }
.rc-press-copy-fallback { margin-top: 12px; }
.rc-press-copy-fallback label { display: block; margin-bottom: 6px; }
.rc-press-copy-fallback textarea { width: 100%; min-height: 125px; padding: 12px; border: 1px solid #58644f; color: #eef3e9; background: #080c07; font: 400 18px/1.5 var(--rc-body); }
.rc-press-page .rc-brand-basics { gap: 20px; margin-top: 13px; padding-block: 18px; font-size: 15px; color: #c4cec3; }
.rc-press-page .rc-brand-basics > b { font-weight: 600; }
.rc-press-page .rc-brand-basics > span { border-left: 1px solid #30392e; padding-left: 20px; }
.rc-press-page .rc-brand-basics i { width: 22px; height: 22px; }
.rc-press-contact { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); align-items: center; gap: 30px; min-height: 206px; margin-block: 0 26px; padding: 27px 40px; border: 1px solid #bd0f1c; border-radius: 6px; background: linear-gradient(90deg,#040605 0%,#040605e8 48%,#04060540 82%), url("../images/about-garage-hero-v1.png") right 54% / cover; }
.rc-press-page .rc-press-contact .rc-suite-eyebrow { color: #ff2736; margin-bottom: 10px; }
.rc-press-page .rc-press-contact h2 { margin: 0; font: italic 800 clamp(34px,3.4vw,48px)/1.08 var(--rc-body); }
.rc-press-page .rc-press-contact p:not(.rc-suite-eyebrow) { max-width: 430px; margin: 12px 0 0; color: #ccd3ca; font-size: 17px; line-height: 1.5; }
.rc-press-contact > div:last-child { justify-self: start; }
.rc-press-email { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #f0222d !important; }
.rc-press-email span { color: #edf1eb; font-size: 18px; }
.rc-press-page :is(#brand-assets,#media-contact) { scroll-margin-top: 110px; }

@media (max-width: 1050px) {
  .rc-press-page .rc-suite-shell { width: calc(100% - 48px); }
  .rc-press-page .rc-suite-hero__copy h1 { font-size: clamp(47px,5.65vw,60px); }
  .rc-press-page .rc-suite-hero--press { min-height: 510px; }
  .rc-press-page .rc-suite-actions .rc-suite-button { font-size: 14px; padding-inline: 15px; }
  .rc-press-page .rc-brand-assets { gap: 35px; padding: 24px; }
  .rc-press-page .rc-media-assets article { grid-template-columns: minmax(0,.9fr) minmax(0,1.3fr); }
  .rc-press-file-card { padding: 13px 10px; }
  .rc-press-page .rc-press-file-card li { font-size: 10px; padding-block: 6px; }
  .rc-press-device { padding: 9px; }
  .rc-press-device > span { display: none; }
  .rc-press-book { padding-top: 18%; }
}
@media (max-width: 820px) {
  .rc-press-page .rc-suite-hero__grid { grid-template-columns: 1fr; gap: 0; }
  .rc-press-page .rc-suite-hero__copy { max-width: 100%; padding-block: 42px 16px; }
  .rc-press-page .rc-suite-hero__copy h1 { font-size: clamp(54px,9vw,74px); }
  .rc-press-page .rc-suite-hero__copy > p:not(.rc-suite-eyebrow) { max-width: 540px; }
  .rc-press-page .rc-press-stack { max-width: 610px; width: 100%; margin: 5px auto 28px; }
  .rc-press-page .rc-brand-assets { grid-template-columns: 1fr; gap: 22px; }
  .rc-press-page .rc-copy-grid { grid-template-columns: 1fr; gap: 25px; }
  .rc-press-page .rc-copy-grid > div + div { padding: 22px 0 0; border-left: 0; border-top: 1px solid #2b332c; }
  .rc-press-contact { grid-template-columns: 1fr; gap: 22px; padding: 26px; background-position: 65% center; }
  .rc-press-page .rc-press-contact h2 { font-size: 42px; }
}
@media (max-width: 560px) {
  .rc-press-page .rc-suite-shell { width: calc(100% - 32px); }
  .rc-press-page .rc-suite-hero__copy h1 { font-size: clamp(39px,10.8vw,59px); }
  .rc-press-page .rc-suite-hero__copy > p:not(.rc-suite-eyebrow) { font-size: 18px; }
  .rc-press-page .rc-suite-actions { flex-direction: row; gap: 10px; }
  .rc-press-page .rc-suite-actions .rc-suite-button { width: auto; flex: 1; padding-inline: 11px; font-size: 13px; }
  .rc-press-page .rc-press-stack { display: block; aspect-ratio: 1.1; margin-top: 20px; }
  .rc-press-page .rc-press-stack > div { position: absolute; }
  .rc-press-book { top: 0; left: 1%; height: 69%; padding: 19% 4% 0; }
  .rc-press-page .rc-press-book img { height: 45px; }
  .rc-press-book > span { margin-top: 3px; font-size: 13px; }
  .rc-press-sheet { top: 3%; right: 15%; height: 50%; padding: 6% 3%; }
  .rc-press-sheet > span { font-size: 9px; margin-top: 9px; }
  .rc-press-sheet > i { margin-top: 10px; }
  .rc-press-swatches { top: 20%; padding: 7px; gap: 4px; height: 22%; }
  .rc-press-swatches span { font-size: 8px; }
  .rc-press-device { width: 35%; height: 44%; padding: 7px; }
  .rc-press-device--sites { left: 0; }
  .rc-press-device--teamops { left: 35%; }
  .rc-press-page .rc-press-device strong { font-size: 12px; }
  .rc-press-device strong em { font-size: 18px; }
  .rc-press-page .rc-press-device img { height: 64%; margin-top: 5px; }
  .rc-press-file-card { width: 31%; padding: 10px 7px; min-height: 45%; }
  .rc-press-page .rc-press-file-card > strong { font-size: 10px; }
  .rc-press-page .rc-press-file-card ul { margin-block: 7px; }
  .rc-press-page .rc-press-file-card li { font-size: 9px; padding-block: 5px; }
  .rc-press-file-card small, .rc-press-file-card > span { display: none; }
  .rc-press-page .rc-suite-section { padding-block: 23px; }
  .rc-press-page .rc-suite-section-title { font-size: 29px; }
  .rc-press-page .rc-brand-assets { padding: 18px; }
  .rc-press-logo-main { height: 94px; padding-inline: 0; }
  .rc-press-page .rc-press-logo-main img { height: 130px; }
  .rc-press-page .rc-press-logo-variants { gap: 8px; }
  .rc-press-logo-variants > span { height: 49px; }
  .rc-press-logo-variants img { height: 66px; }
  .rc-press-page .rc-brand-assets h3 { font-size: 19px; }
  .rc-press-page .rc-brand-assets .rc-suite-button { width: auto; padding-inline: 16px; }
  .rc-press-page .rc-media-assets article { grid-template-columns: 1fr; }
  .rc-press-page .rc-media-assets article > div { padding: 22px; }
  .rc-press-page .rc-media-assets .rc-suite-button { width: auto; }
  .rc-press-page .rc-media-assets img { height: auto; aspect-ratio: 1.78; }
  .rc-press-page .rc-brand-basics { display: grid; gap: 13px; }
  .rc-press-page .rc-brand-basics > span { border-left: 0; padding-left: 0; }
  .rc-press-page .rc-press-contact h2 { font-size: 35px; }
  .rc-press-contact { padding: 24px; background-image: linear-gradient(90deg,#040605ed,#040605aa),url("../images/about-garage-hero-v1.png"); }
}
@media (prefers-reduced-motion: reduce) {
  .rc-press-page * { scroll-behavior: auto; transition: none; }
}

/* v0.7.37: sharp press artwork, complete product wordmarks, and a centered standalone RC symbol. */
.rc-press-page .rc-press-stack > div {
  transform: none;
  box-shadow: 0 10px 24px #0008;
}
.rc-press-page .rc-press-stack img { image-rendering: auto; }
.rc-press-page .rc-press-book { top: 0; left: 0; }
.rc-press-page .rc-press-sheet { top: 3%; right: 14%; }
.rc-press-page .rc-press-swatches { top: 23%; right: 0; }
.rc-press-page .rc-press-device--sites { left: 0; }
.rc-press-page .rc-press-device--teamops { left: 33%; }
.rc-press-page .rc-press-book img {
  width: 100%;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}
.rc-press-page .rc-press-sheet img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.rc-press-page .rc-press-device .rc-product-logo--press-device {
  width: min(100%, 170px);
  height: auto;
  max-height: 34px;
  margin: 0;
  border: 0;
  object-fit: contain;
  object-position: left center;
}
.rc-press-page .rc-press-device > img {
  height: 62%;
  margin-top: 9px;
  object-fit: cover;
}
.rc-press-page .rc-press-logo-main img {
  width: min(100%, 560px);
  height: auto;
  max-height: 108px;
  object-fit: contain;
}
.rc-press-page .rc-press-logo-variants img {
  width: min(100%, 230px);
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.rc-press-page .rc-press-logo-symbol img {
  position: static;
  width: auto;
  max-width: 92%;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  transform: none;
}
.rc-press-page .rc-media-assets h3 { overflow: visible; }
.rc-press-page .rc-media-assets h3 .rc-product-logo--press-media {
  display: block;
  width: min(100%, 290px);
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
  image-rendering: auto;
}
.rc-press-page .rc-media-assets article > img {
  image-rendering: auto;
  transform: none;
}
.rc-press-page .rc-brand-basics {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(0, 2.28fr);
  gap: 26px;
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #343a35;
  border-radius: 6px;
  color: #d8dfd8;
  background:
    linear-gradient(135deg, rgba(239, 21, 29, .08), transparent 34%),
    #060907;
}
.rc-press-page .rc-brand-basics > header {
  padding: 4px 25px 4px 2px;
  border-right: 1px solid #303830;
}
.rc-press-page .rc-brand-basics > header p {
  margin: 0 0 7px;
  color: #ef151d;
  font: 600 12px/1.3 var(--rc-body);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rc-press-page .rc-brand-basics > header h3 {
  margin: 0;
  font: italic 800 34px/1 var(--rc-display);
  text-transform: uppercase;
}
.rc-press-page .rc-brand-basics > header span {
  display: block;
  margin-top: 13px;
  color: #adb7ae;
  font-size: 15px;
  line-height: 1.45;
}
.rc-press-page .rc-brand-basics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.rc-press-page .rc-brand-basics__grid article {
  position: relative;
  min-width: 0;
  min-height: 174px;
  padding: 37px 16px 16px;
  border: 1px solid #293029;
  border-radius: 4px;
  background: linear-gradient(145deg, #0b0f0c, #050706);
}
.rc-press-page .rc-brand-basics__index {
  position: absolute;
  top: 12px;
  left: 16px;
  color: #ef151d;
  font: 600 11px/1 var(--rc-body);
  letter-spacing: .12em;
}
.rc-press-page .rc-brand-basics__grid h4 {
  margin: 0 0 13px;
  color: #f3f6f2;
  font: 600 16px/1.2 var(--rc-body);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.rc-press-page .rc-brand-swatches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.rc-press-page .rc-brand-swatches > span { min-width: 0; }
.rc-press-page .rc-brand-swatches i {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 7px;
  border: 1px solid #333a34;
  background: #ef151d;
}
.rc-press-page .rc-brand-swatches > span:nth-child(2) i { background: #050709; }
.rc-press-page .rc-brand-swatches > span:nth-child(3) i { background: #f4f6f8; }
.rc-press-page .rc-brand-swatches b,
.rc-press-page .rc-brand-swatches code {
  display: block;
  overflow-wrap: anywhere;
}
.rc-press-page .rc-brand-swatches b { color: #c8d0c9; font: 600 10px/1.2 var(--rc-body); }
.rc-press-page .rc-brand-swatches code { margin-top: 3px; color: #8e9990; font: 400 9px/1.2 monospace; }
.rc-press-page .rc-brand-basics__type strong {
  display: block;
  color: #f4f6f8;
  font: italic 800 24px/1 var(--rc-display);
  letter-spacing: .035em;
}
.rc-press-page .rc-brand-basics__type p,
.rc-press-page .rc-brand-basics__space p {
  margin: 8px 0 0;
  color: #b8c1ba;
  font-size: 13px;
  line-height: 1.35;
}
.rc-press-page .rc-brand-basics__type small { display: block; margin-top: 8px; color: #89938b; font-size: 11px; line-height: 1.35; }
.rc-press-page .rc-brand-basics__space > div {
  display: grid;
  min-height: 70px;
  padding: 10px;
  place-items: center;
  border: 1px dashed #737e75;
  background: #020403;
}
.rc-press-page .rc-brand-basics__space > div > span {
  display: grid;
  width: 78%;
  min-height: 43px;
  padding: 7px;
  place-items: center;
  border: 1px solid rgba(239, 21, 29, .48);
}
.rc-press-page .rc-brand-basics__space img { display: block; width: 100%; height: auto; }

@media (max-width: 900px) {
  .rc-press-page .rc-brand-basics { grid-template-columns: 1fr; }
  .rc-press-page .rc-brand-basics > header { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid #303830; }
}
@media (max-width: 620px) {
  .rc-press-page .rc-brand-basics { padding: 18px; }
  .rc-press-page .rc-brand-basics__grid { grid-template-columns: 1fr; }
  .rc-press-page .rc-brand-basics__grid article { min-height: 0; }
  .rc-press-page .rc-media-assets h3 .rc-product-logo--press-media { width: min(100%, 260px); }
}
