:root {
--rm-color-bg: #101010;
--rm-color-surface: #181818;
--rm-color-surface-strong: #222;
--rm-color-text: #fff;
--rm-color-muted: #d8d8d8;
--rm-color-accent: #e40046;
--rm-color-accent-contrast: #fff;
--rm-color-border: #4a4a4a;
--rm-max-width: var(--flavor-wide-width, 1500px);
}
body.rm-template-body {
margin: 0;
background: var(--rm-color-bg);
}
.rm-site-header {
background: #101010;
border-bottom: 1px solid var(--rm-color-border);
color: var(--rm-color-text);
}
.rm-site-header__inner {
display: grid;
grid-template-columns: 260px minmax(0, 1fr);
gap: 40px;
align-items: center;
width: min(100% - 40px, 1720px);
min-height: 132px;
margin: 0 auto;
padding: 24px 0;
}
.rm-site-title {
display: inline-block;
color: var(--rm-color-text);
font-size: 2rem;
font-weight: 900;
line-height: 1;
text-decoration: none;
text-transform: uppercase;
}
.rm-site-logo img {
display: block;
max-width: 220px;
height: auto;
}
.rm-site-description {
color: #ff6f9a;
font-size: 1rem;
margin: 0.4rem 0 0;
}
.rm-site-nav {
display: flex;
align-items: center;
justify-content: flex-end;
}
.rm-site-nav > .rm-site-nav__list,
.rm-site-nav > .menu,
.rm-site-nav .rm-site-nav__list > ul {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
justify-content: flex-end;
margin: 0;
padding: 0;
list-style: none;
}
.rm-site-nav li {
position: relative;
margin: 0;
list-style: none;
}
.rm-site-nav a {
display: inline-flex;
align-items: center;
min-height: 48px;
padding: 0 18px;
color: var(--rm-color-text);
font-weight: 900;
text-decoration: none;
text-transform: uppercase;
}
.rm-site-nav a:hover,
.rm-site-nav a:focus-visible,
.rm-site-nav .current-menu-item > a {
background: #3b0a1b;
box-shadow: inset 0 -5px 0 #ff6f9a;
}
.rm-site-nav a:focus-visible {
outline: 3px solid var(--rm-color-accent);
outline-offset: 3px;
}
.rm-site-nav .sub-menu,
.rm-site-nav .children {
position: absolute;
z-index: 20;
top: 100%;
left: 0;
display: none;
min-width: 280px;
margin: 0;
padding: 14px 0;
list-style: none;
background: var(--rm-color-surface);
border: 1px solid var(--rm-color-border);
border-radius: 0;
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.rm-site-nav li:hover > .sub-menu,
.rm-site-nav li:focus-within > .sub-menu,
.rm-site-nav li:hover > .children,
.rm-site-nav li:focus-within > .children {
display: block;
}
.rm-site-nav .sub-menu a,
.rm-site-nav .children a {
display: flex;
width: 100%;
min-height: 48px;
padding: 0 24px;
white-space: nowrap;
box-shadow: none;
}
.rm-site-nav .sub-menu a:hover,
.rm-site-nav .sub-menu a:focus-visible,
.rm-site-nav .children a:hover,
.rm-site-nav .children a:focus-visible {
background: #3b0a1b;
box-shadow: inset 5px 0 0 #ff6f9a;
}
.rm-template,
.rm-events,
.rm-event,
.rm-circuit,
.rm-driver,
.rm-championship,
.rm-championship-gallery,
.rm-season,
.rm-session-list,
.rm-results,
.rm-standings {
color: var(--rm-color-text);
background: var(--rm-color-bg);
}
.rm-template a,
.rm-events a,
.rm-championship-gallery a,
.rm-event a,
.rm-circuit a,
.rm-driver a,
.rm-championship a,
.rm-season a,
.rm-results a,
.rm-standings a {
color: inherit;
}
.rm-template a:focus-visible,
.rm-events a:focus-visible,
.rm-championship-gallery a:focus-visible,
.rm-button:focus-visible,
.rm-session-list a:focus-visible {
outline: 3px solid var(--rm-color-accent);
outline-offset: 3px;
}
.rm-kicker {
color: var(--rm-color-accent);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0;
margin: 0 0 0.5rem;
text-transform: uppercase;
}
.rm-section-header {
margin: 0 0 1.5rem;
}
.rm-section-header h1,
.rm-section-header h2,
.rm-event-hero h1 {
color: var(--rm-color-text);
font-weight: 900;
letter-spacing: 0;
line-height: 1;
margin: 0;
text-transform: uppercase;
}
.rm-event-hero {
min-height: 560px;
position: relative;
display: grid;
align-items: end;
overflow: hidden;
background: var(--rm-color-bg);
}
.rm-event-hero::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(16, 16, 16, 0.2), rgba(16, 16, 16, 0.96));
}
.rm-event-hero__image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.rm-event-hero__content {
position: relative;
z-index: 1;
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: 0 0 72px;
}
.rm-event-hero h1 {
max-width: 900px;
font-size: clamp(3rem, 8vw, 6.5rem);
}
.rm-event-meta {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.25rem;
color: var(--rm-color-muted);
font-weight: 700;
margin: 1rem 0 0;
}
.rm-event-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 340px;
gap: 28px;
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: 56px 0;
}
.rm-event-main,
.rm-event-sidebar,
.rm-circuit,
.rm-driver,
.rm-results,
.rm-standings {
min-width: 0;
}
.rm-content {
color: var(--rm-color-muted);
line-height: 1.7;
}
.rm-event-video {
border-top: 4px solid var(--rm-color-accent);
margin: 32px 0;
padding-top: 18px;
}
.rm-event-video iframe,
.rm-event-video video {
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 9;
height: auto;
}
.rm-event-sidebar {
border-left: 4px solid var(--rm-color-accent);
padding-left: 24px;
}
.rm-circuit--summary,
.rm-event-card,
.rm-empty {
background: var(--rm-color-surface);
border: 1px solid var(--rm-color-border);
}
.rm-circuit--summary {
padding: 24px;
}
.rm-circuit--summary h2 {
font-size: 1rem;
margin-top: 0;
text-transform: uppercase;
}
.rm-spec-list {
margin: 0;
}
.rm-spec-list div {
display: flex;
justify-content: space-between;
gap: 16px;
border-bottom: 1px solid var(--rm-color-border);
padding: 12px 0;
}
.rm-spec-list dt {
color: var(--rm-color-muted);
font-weight: 700;
text-transform: uppercase;
}
.rm-spec-list dd {
margin: 0;
text-align: right;
font-weight: 800;
}
.rm-circuit__profile-image,
.rm-circuit__profile img {
display: block;
width: 100%;
height: auto;
margin-top: 20px;
border: 1px solid var(--rm-color-border);
}
.rm-session-list {
background: var(--rm-color-surface);
padding: 56px max(16px, calc((100vw - var(--rm-max-width)) / 2));
}
.rm-event-main .rm-session-list {
background: transparent;
margin-top: 32px;
padding: 0;
overflow-x: auto;
}
.rm-event-main .rm-session-list .rm-kicker {
writing-mode: horizontal-tb;
text-orientation: mixed;
}
.rm-event-main .rm-session-list table {
min-width: 560px;
}
.rm-session-list table,
.rm-results table,
.rm-standings table {
width: 100%;
border-collapse: collapse;
color: var(--rm-color-text);
background: var(--rm-color-bg);
}
.rm-session-list caption,
.rm-results caption,
.rm-standings caption {
text-align: left;
margin-bottom: 12px;
color: var(--rm-color-muted);
}
.rm-session-list th,
.rm-session-list td,
.rm-results th,
.rm-results td,
.rm-standings th,
.rm-standings td {
border-bottom: 1px solid #2c2c2c;
padding: 18px;
text-align: left;
vertical-align: middle;
}
.rm-session-list thead th,
.rm-results thead th,
.rm-standings thead th {
background: #2f5473;
color: #fff;
}
.rm-session-list tbody th {
font-size: 1.05rem;
text-transform: uppercase;
}
.rm-event-actions {
display: flex;
flex-wrap: wrap;
gap: 18px;
justify-content: flex-end;
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: 48px 0 64px;
}
.rm-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 0.75rem 1.5rem;
background: var(--rm-color-accent);
color: var(--rm-color-accent-contrast);
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
border: 2px solid var(--rm-color-accent);
}
.rm-button--secondary {
background: transparent;
border-color: var(--rm-color-text);
}
.rm-events {
padding: 48px max(16px, calc((100vw - var(--rm-max-width)) / 2));
}
.rm-calendar {
--rm-calendar-bg: var(--flavor-color-surface, #fff);
--rm-calendar-text: var(--flavor-color-text, #14213d);
--rm-calendar-muted: var(--flavor-color-text-soft, #334e68);
--rm-calendar-accent: var(--flavor-color-brand, #0b6e69);
--rm-calendar-accent-strong: var(--flavor-color-brand-strong, #084c4a);
--rm-calendar-border: var(--flavor-color-border, #bcccdc);
--rm-calendar-inverse: var(--flavor-color-inverse, #fff);
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: clamp(28px, 4vw, 48px);
color: var(--rm-calendar-text);
background: var(--rm-calendar-bg);
border: 1px solid var(--rm-calendar-border);
border-radius: 0;
}
.rm-calendar__toolbar {
display: flex;
gap: 0.5rem;
margin-bottom: 1rem;
}
.rm-calendar__button {
display: inline-grid;
place-items: center;
width: 2.75rem;
height: 2.75rem;
color: #fff;
background: #101010;
border: 2px solid #fff;
border-radius: 0;
font: inherit;
font-size: 1.35rem;
font-weight: 900;
line-height: 1;
cursor: pointer;
}
.rm-calendar__button:hover,
.rm-calendar__button:focus-visible {
background: var(--rm-calendar-accent);
border-color: var(--rm-calendar-accent);
color: var(--rm-calendar-inverse);
outline: 3px solid #fff;
outline-offset: 3px;
}
.rm-calendar__button:disabled {
color: #8a8a8a;
background: #1b1b1d;
border-color: #4a4a4a;
cursor: not-allowed;
opacity: 0.72;
}
.rm-calendar__button:disabled:hover,
.rm-calendar__button:disabled:focus-visible {
color: #8a8a8a;
background: #1b1b1d;
border-color: #4a4a4a;
outline: none;
}
.rm-calendar__chevron {
display: block;
width: 0.85rem;
height: 0.85rem;
border-top: 0.22rem solid currentColor;
border-right: 0.22rem solid currentColor;
}
.rm-calendar__chevron--up {
transform: translateY(0.18rem) rotate(-45deg);
}
.rm-calendar__chevron--down {
transform: translateY(-0.18rem) rotate(135deg);
}
.rm-calendar__chevron--right {
transform: translateX(-0.12rem) rotate(45deg);
}
.rm-calendar__list {
display: grid;
gap: calc(1rem + 5px);
max-height: min(72vh, 46rem);
overflow-y: auto;
padding-right: 0.35rem;
scroll-snap-type: y proximity;
scrollbar-width: none;
-ms-overflow-style: none;
}
.rm-calendar__list::-webkit-scrollbar {
display: none;
}
.rm-events > .rm-empty,
.rm-calendar > .rm-empty {
display: block;
width: 100%;
max-width: none;
writing-mode: horizontal-tb;
text-orientation: mixed;
}
.rm-calendar a:focus-visible {
outline: 3px solid var(--rm-calendar-inverse);
outline-offset: 3px;
}
.rm-calendar-event {
display: grid;
grid-template-columns: minmax(5.5rem, 7.75rem) minmax(11rem, 22rem) minmax(0, 1fr) minmax(3.75rem, 5rem);
gap: 0;
align-items: stretch;
min-width: 0;
min-height: clamp(11rem, 16vw, 13.75rem);
padding: 0;
color: var(--rm-calendar-inverse);
background: #202020;
border: 0;
border-left: 4px solid var(--rm-calendar-accent);
border-radius: 0;
scroll-snap-align: start;
}
.rm-calendar-event:nth-child(even) {
background: var(--rm-calendar-accent);
}
.rm-calendar-event__media {
display: grid;
place-items: center;
overflow: hidden;
min-height: 100%;
color: var(--rm-calendar-inverse);
background: color-mix(in srgb, var(--rm-calendar-accent-strong) 72%, #000);
border-radius: 0;
text-decoration: none;
}
.rm-calendar-event__image {
width: 100%;
height: 100%;
object-fit: cover;
}
.rm-calendar-event__date {
display: grid;
place-content: center;
justify-items: center;
min-width: 0;
padding: clamp(1rem, 2vw, 1.6rem) 0.75rem;
color: var(--rm-calendar-inverse);
background: #050505;
font-weight: 900;
line-height: 1;
text-transform: uppercase;
}
.rm-calendar-event:nth-child(even) .rm-calendar-event__date {
color: var(--rm-calendar-accent);
background: #fff;
}
.rm-calendar-event__date span {
font-size: clamp(0.85rem, 1.4vw, 1rem);
}
.rm-calendar-event__date strong {
font-size: clamp(3rem, 5vw, 4.75rem);
}
.rm-calendar-event__body {
display: grid;
align-content: center;
gap: 0.65rem;
min-width: 0;
padding: clamp(1.2rem, 3vw, 2.4rem);
}
.rm-calendar-event__chips {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin: 0;
}
.rm-calendar-event__chips span {
display: inline-flex;
align-items: center;
min-height: 1.9rem;
padding: 0.2rem 0.8rem;
color: var(--rm-calendar-inverse);
background: color-mix(in sRGB, #050505 82%, var(--rm-calendar-accent));
border-radius: 0;
font-size: 0.82rem;
font-weight: 800;
text-transform: uppercase;
}
.rm-calendar-event__title {
margin: 0;
color: var(--rm-calendar-inverse);
font-size: clamp(1.6rem, 3.1vw, 2.85rem);
font-weight: 900;
line-height: 1.05;
text-transform: uppercase;
}
.rm-calendar-event__title a {
color: inherit;
text-decoration: none;
}
.rm-calendar-event__title a:hover,
.rm-calendar-event__title a:focus-visible {
text-decoration: underline;
text-decoration-thickness: 0.14em;
text-underline-offset: 0.18em;
}
.rm-calendar-event__meta {
display: block;
margin: 0;
color: var(--rm-calendar-inverse);
font-weight: 700;
}
.rm-calendar-event__meta div {
display: block;
min-width: 0;
}
.rm-calendar-event__meta dt {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.rm-calendar-event__meta dd {
margin: 0;
overflow-wrap: anywhere;
}
.rm-calendar-event__cta {
display: grid;
place-items: center;
min-width: 0;
color: var(--rm-calendar-inverse);
background: color-mix(in sRGB, #050505 36%, transparent);
border-left: 1px solid color-mix(in sRGB, var(--rm-calendar-inverse) 10%, transparent);
font-size: clamp(1.4rem, 2.4vw, 2rem);
font-weight: 900;
text-decoration: none;
}
.rm-calendar-event__cta .rm-calendar__chevron {
width: 1rem;
height: 1rem;
}
.rm-calendar-event__cta:hover,
.rm-calendar-event__cta:focus-visible {
color: var(--rm-calendar-accent);
background: var(--rm-calendar-inverse);
}
.rm-calendar-event__excerpt {
max-width: 60rem;
margin: 0;
color: var(--rm-calendar-inverse);
opacity: 0.9;
}
.rm-events__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
}
.rm-championship-gallery {
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: 56px 0;
}
.rm-championship-gallery__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 24px;
}
.rm-championship-card {
display: grid;
align-content: start;
min-height: 100%;
border: 1px solid var(--rm-color-border);
background: var(--rm-color-bg);
}
.rm-championship-card__media {
display: block;
padding: 16px 16px 0;
text-decoration: none;
}
.rm-championship-card__image {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.rm-championship-card__media span {
display: grid;
place-items: center;
aspect-ratio: 16 / 9;
color: var(--rm-color-muted);
background: var(--rm-color-surface);
}
.rm-championship-card__body {
display: grid;
gap: 18px;
align-content: start;
padding: 20px;
}
.rm-championship-card__title {
margin: 0;
font-size: clamp(1.1rem, 1.5vw, 1.45rem);
line-height: 1.1;
text-transform: uppercase;
}
.rm-championship-card__title a {
text-decoration: none;
}
.rm-championship-card__excerpt {
margin: 0;
color: var(--rm-color-muted);
line-height: 1.55;
}
.rm-championship-card__link {
justify-self: start;
}
.rm-event-card {
display: grid;
min-height: 100%;
}
.rm-event-card__media {
display: block;
overflow: hidden;
}
.rm-event-card__image {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.rm-event-card__body {
padding: 20px;
}
.rm-event-card__title {
margin: 0;
font-size: 1.4rem;
text-transform: uppercase;
}
.rm-event-card__title a {
text-decoration: none;
}
.rm-event-card__meta {
display: grid;
gap: 6px;
color: var(--rm-color-muted);
}
.rm-circuit:not(.rm-circuit--summary):not(.rm-circuit--single),
.rm-driver:not(.rm-driver--single),
.rm-results,
.rm-standings {
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: 56px 0;
}
.rm-circuit--single,
.rm-driver--single,
.rm-championship--single,
.rm-season--single {
width: auto;
margin: 0;
padding: 0;
}
.rm-entity-main {
width: min(100% - 32px, var(--rm-max-width));
margin: 0 auto;
padding: 56px 0;
}
.rm-events--embedded {
padding-left: 0;
padding-right: 0;
}
.rm-circuit__image,
.rm-driver__image {
width: 100%;
max-height: 520px;
object-fit: cover;
margin-bottom: 28px;
}
.rm-empty {
color: var(--rm-color-muted);
padding: 20px;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}
@media (max-width: 780px) {
.rm-site-header__inner {
grid-template-columns: 1fr;
gap: 20px;
}
.rm-site-nav {
justify-content: flex-start;
overflow-x: auto;
}
.rm-site-nav > .rm-site-nav__list,
.rm-site-nav > .menu,
.rm-site-nav .rm-site-nav__list > ul {
justify-content: flex-start;
flex-wrap: nowrap;
}
.rm-site-nav .sub-menu,
.rm-site-nav .children {
position: static;
min-width: 220px;
box-shadow: none;
}
.rm-event-hero {
min-height: 440px;
}
.rm-event-layout {
grid-template-columns: 1fr;
}
.rm-event-sidebar {
border-left: 0;
border-top: 4px solid var(--rm-color-accent);
padding-left: 0;
padding-top: 24px;
}
.rm-session-list {
overflow-x: auto;
}
.rm-event-actions {
justify-content: stretch;
}
.rm-button {
width: 100%;
}
.rm-calendar {
width: min(100% - 20px, var(--rm-max-width));
padding: 1rem;
}
.rm-calendar-event {
grid-template-columns: minmax(4.8rem, 6rem) minmax(0, 1fr) minmax(3.25rem, 4rem);
}
.rm-calendar-event__media {
display: none;
}
.rm-calendar-event__date {
align-self: stretch;
}
.rm-calendar-event__body {
grid-column: 2;
}
.rm-calendar-event__cta {
grid-column: 3;
}
}
@media (max-width: 520px) {
.rm-calendar-event {
grid-template-columns: 1fr;
}
.rm-calendar-event__date,
.rm-calendar-event__body,
.rm-calendar-event__cta {
grid-column: auto;
}
.rm-calendar-event__media {
display: grid;
min-height: 12rem;
}
.rm-calendar-event__date {
justify-items: start;
}
.rm-calendar-event__cta {
min-height: 3.25rem;
border-top: 1px solid color-mix(in sRGB, var(--rm-calendar-inverse) 12%, transparent);
border-left: 0;
}
} .rm-template *,
.rm-template *::before,
.rm-template *::after,
.rm-site-header *,
.rm-site-header *::before,
.rm-site-header *::after {
box-sizing: border-box;
} :root {
--rm-page-gutter: clamp(18px, 4vw, 64px);
--rm-card-radius: 0;
--rm-shadow-hard: 7px 7px 0 rgba(228, 0, 70, 0.38);
}
.rm-template,
.rm-site-header {
font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}
.rm-site-header {
position: relative;
z-index: 30;
border-bottom-color: #252525;
}
.rm-site-header__inner {
grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
min-height: 78px;
width: min(100% - var(--rm-page-gutter), 1720px);
padding: 14px 0;
}
.rm-site-title {
color: #ffb4c4;
font-size: clamp(1.35rem, 2vw, 2rem);
text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.18);
}
.rm-site-description {
max-width: 28ch;
color: #ffb4c4;
}
.rm-site-nav a {
min-height: 42px;
padding: 0 12px;
font-size: 0.86rem;
letter-spacing: 0.06em;
}
.rm-event-hero {
min-height: clamp(460px, 62vw, 760px);
isolation: isolate;
background-position: center;
background-size: cover;
}
.rm-event-hero--has-image {
background-color: #101010;
}
.rm-event-hero--no-image {
background:
linear-gradient(135deg, rgba(228, 0, 70, 0.2), transparent 32%),
radial-gradient(circle at 72% 24%, rgba(47, 84, 115, 0.45), transparent 34%),
#101010;
}
.rm-event-hero::after {
z-index: 1;
background:
linear-gradient(90deg, rgba(16, 16, 16, 0.9), rgba(16, 16, 16, 0.28) 45%, rgba(16, 16, 16, 0.82)),
linear-gradient(180deg, rgba(16, 16, 16, 0.18), rgba(16, 16, 16, 0.98) 88%);
}
.rm-event-hero__image {
z-index: 0;
object-position: center;
filter: saturate(0.9) contrast(1.08);
}
.rm-event-hero--has-image .rm-event-hero__image {
opacity: 1;
}
.rm-event-hero__content {
z-index: 2;
}
.rm-event-hero__content,
.rm-event-layout,
.rm-event-actions,
.rm-entity-main,
.rm-circuit:not(.rm-circuit--summary):not(.rm-circuit--single),
.rm-driver:not(.rm-driver--single),
.rm-results,
.rm-standings {
width: min(100% - var(--rm-page-gutter), var(--rm-max-width));
}
.rm-event-hero__content {
padding-bottom: clamp(48px, 8vw, 112px);
}
.rm-kicker {
display: inline-flex;
width: fit-content;
padding: 0.35rem 0.55rem;
color: #fff;
background: var(--rm-color-accent);
font-size: 0.76rem;
line-height: 1;
}
.rm-event-hero__content > .rm-event-hero__chips.rm-kicker {
display: flex !important;
flex-wrap: wrap;
gap: 0.5rem;
width: min(100%, fit-content);
padding: 0 !important;
color: inherit;
background: transparent !important;
}
.rm-event-hero__chips span {
display: inline-flex;
align-items: center;
width: fit-content;
margin: 0 0.5rem 0.5rem 0;
padding: 0.35rem 0.55rem;
color: #fff;
background: var(--rm-color-accent);
border-radius: 0;
line-height: 1;
}
.rm-section-header .rm-kicker,
.rm-event-main .rm-session-list .rm-kicker {
padding-left: 0;
color: #ffb4c4;
background: transparent;
}
.rm-section-header h1,
.rm-section-header h2,
.rm-event-hero h1 {
max-width: 12ch;
text-wrap: balance;
text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.75);
}
.rm-event-meta {
align-items: center;
color: #fff;
font-size: 0.92rem;
text-transform: uppercase;
}
.rm-event-layout {
grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
gap: clamp(24px, 4vw, 52px);
padding: clamp(48px, 7vw, 88px) 0;
}
.rm-event--single .rm-event-layout,
.rm-event--single .rm-event-actions {
width: min(100% - var(--rm-page-gutter), var(--flavor-wide-width, 1500px));
}
.rm-event--single .rm-event-layout {
grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
gap: clamp(20px, 3vw, 40px);
}
.rm-event-main > .rm-content {
columns: 2 260px;
column-gap: clamp(24px, 4vw, 48px);
}
.rm-content {
color: #f2dce2;
font-size: 1rem;
}
.rm-content > :first-child {
margin-top: 0;
}
.rm-event-video {
margin: clamp(28px, 5vw, 56px) 0;
padding-top: 0;
border-top: 0;
}
.rm-event-video h2 {
color: #ffb4c4;
font-size: 0.9rem;
text-transform: uppercase;
}
.rm-event-video__frame {
overflow: hidden;
background: #080808;
border: 1px solid #343434;
border-bottom: 4px solid var(--rm-color-accent);
}
.rm-event-video__frame > iframe,
.rm-event-video__frame > video,
.rm-event-video__frame .wp-video,
.rm-event-video__frame .wp-video video {
display: block;
width: 100% !important;
max-width: none;
aspect-ratio: 16 / 9;
}
.rm-event-sidebar {
align-self: start;
padding-left: 0;
border-left: 0;
}
.rm-circuit--summary,
.rm-event-card,
.rm-empty {
background: #1e1e1e;
border-color: #303030;
border-radius: var(--rm-card-radius);
}
.rm-circuit--summary {
border-left: 4px solid var(--rm-color-accent);
padding: clamp(20px, 3vw, 32px);
}
.rm-spec-list div {
align-items: baseline;
min-width: 0;
}
.rm-spec-list dt,
.rm-spec-list dd {
overflow-wrap: anywhere;
}
.rm-circuit__profile,
.rm-circuit__profile-image {
overflow: hidden;
margin: 22px 0 0;
background: #101010;
}
.rm-circuit__profile img,
.rm-circuit__profile-image {
aspect-ratio: 1 / 1;
object-fit: contain;
padding: 14px;
}
.rm-session-list {
padding: clamp(48px, 7vw, 84px) max(var(--rm-page-gutter), calc((100vw - var(--rm-max-width)) / 2));
}
.rm-event-main .rm-session-list {
border-top: 1px solid #303030;
padding-top: clamp(34px, 5vw, 56px);
}
.rm-session-list table,
.rm-results table,
.rm-standings table {
table-layout: fixed;
border: 1px solid #303030;
}
.rm-event--single .rm-event-main .rm-session-list {
overflow-x: auto;
}
.rm-event--single .rm-event-main .rm-session-list table {
min-width: 860px;
table-layout: auto;
}
.rm-event--single .rm-event-main .rm-session-list .rm-section-header h2 {
max-width: none;
white-space: nowrap;
}
.rm-event--single .rm-event-main .rm-session-list th,
.rm-event--single .rm-event-main .rm-session-list td {
overflow-wrap: normal;
word-break: normal;
}
.rm-event--single .rm-event-main .rm-session-list thead th,
.rm-event--single .rm-event-main .rm-session-list td:nth-child(1),
.rm-event--single .rm-event-main .rm-session-list td:nth-child(4),
.rm-event--single .rm-event-main .rm-session-list td:nth-child(5) {
white-space: nowrap;
}
.rm-event--single .rm-event-main .rm-session-list thead th:nth-child(1),
.rm-event--single .rm-event-main .rm-session-list tbody td:nth-child(1) {
width: 13%;
}
.rm-event--single .rm-event-main .rm-session-list thead th:nth-child(2),
.rm-event--single .rm-event-main .rm-session-list tbody td:nth-child(2) {
width: 18%;
}
.rm-event--single .rm-event-main .rm-session-list thead th:nth-child(3),
.rm-event--single .rm-event-main .rm-session-list tbody th[scope="row"] {
width: 34%;
}
.rm-event--single .rm-event-main .rm-session-list thead th:nth-child(4),
.rm-event--single .rm-event-main .rm-session-list tbody td:nth-child(4) {
width: 15%;
}
.rm-event--single .rm-event-main .rm-session-list thead th:nth-child(5),
.rm-event--single .rm-event-main .rm-session-list tbody td:nth-child(5) {
width: 12%;
}
.rm-session-list th,
.rm-session-list td,
.rm-results th,
.rm-results td,
.rm-standings th,
.rm-standings td {
overflow-wrap: anywhere;
}
.rm-session-list thead th,
.rm-results thead th,
.rm-standings thead th {
background: #2f5473;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.rm-session-list tbody tr:nth-child(even),
.rm-results tbody tr:nth-child(even),
.rm-standings tbody tr:nth-child(even) {
background: #171717;
}
.rm-event-actions {
align-items: center;
border-top: 1px solid #303030;
}
.rm-button {
min-width: min(100%, 220px);
box-shadow: 4px 4px 0 rgba(255, 180, 196, 0.18);
}
.rm-button:hover,
.rm-button:focus-visible {
background: #ffb4c4;
border-color: #ffb4c4;
color: #101010;
}
.rm-events {
padding: clamp(48px, 7vw, 84px) max(var(--rm-page-gutter), calc((100vw - var(--rm-max-width)) / 2));
}
.is-layout-constrained > .rm-events,
.is-layout-constrained > .rm-calendar,
.wp-block-post-content > .rm-events,
.wp-block-post-content > .rm-calendar {
width: 100vw;
max-width: none;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.is-layout-constrained > .rm-calendar,
.wp-block-post-content > .rm-calendar {
width: min(100vw - var(--rm-page-gutter), var(--rm-max-width));
margin-left: 50%;
margin-right: 0;
transform: translateX(-50%);
}
.rm-events--gallery {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 220px),
#101010;
}
.rm-events--gallery > .rm-section-header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 20px;
align-items: end;
max-width: var(--rm-max-width);
}
.rm-events--gallery > .rm-section-header::after {
content: "";
width: min(28vw, 180px);
height: 6px;
background: var(--rm-color-accent);
}
.rm-events--gallery > .rm-section-header h2 {
font-size: clamp(2.3rem, 6vw, 5.6rem);
}
.rm-events__grid {
grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
gap: clamp(20px, 3vw, 32px);
}
.rm-event-card {
grid-template-rows: auto 1fr;
min-width: 0;
position: relative;
overflow: hidden;
border-top: 4px solid var(--rm-color-accent);
transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.rm-event-card:hover,
.rm-event-card:focus-within {
transform: translateY(-4px);
border-color: #ffb4c4;
box-shadow: var(--rm-shadow-hard);
}
.rm-event-card__media {
display: grid;
position: relative;
min-height: 0;
overflow: hidden;
background: #0a0a0a;
}
.rm-event-card__image {
display: block;
width: 100%;
height: 100%;
min-height: 230px;
aspect-ratio: 16 / 10;
object-fit: cover;
filter: saturate(0.82) contrast(1.12);
transition: transform 260ms ease, filter 260ms ease;
}
.rm-event-card:hover .rm-event-card__image,
.rm-event-card:focus-within .rm-event-card__image {
transform: scale(1.045);
filter: saturate(1) contrast(1.16);
}
.rm-event-card__media--empty {
place-items: center;
min-height: 230px;
aspect-ratio: 16 / 10;
color: #ffb4c4;
text-decoration: none;
text-transform: uppercase;
background:
linear-gradient(135deg, rgba(228, 0, 70, 0.22), transparent 48%),
#151515;
}
.rm-event-card__date {
position: absolute;
left: 18px;
bottom: 18px;
display: grid;
place-items: center;
min-width: 74px;
min-height: 74px;
padding: 8px;
color: #101010;
background: #ffb4c4;
border-left: 6px solid var(--rm-color-accent);
text-align: center;
text-transform: uppercase;
box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.55);
}
.rm-event-card__date span {
font-size: 0.78rem;
font-weight: 900;
line-height: 1;
}
.rm-event-card__date strong {
font-size: 2rem;
line-height: 0.95;
}
.rm-event-card__body {
display: grid;
gap: 14px;
align-content: start;
min-width: 0;
padding: clamp(20px, 3vw, 28px);
}
.rm-event-card__title {
font-size: clamp(1.25rem, 2vw, 1.7rem);
line-height: 1.05;
text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
}
.rm-event-card__title a {
display: inline;
background-image: linear-gradient(#ffb4c4, #ffb4c4);
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0 2px;
transition: background-size 180ms ease;
}
.rm-event-card__title a:hover,
.rm-event-card__title a:focus-visible {
background-size: 100% 2px;
}
.rm-event-card__meta {
display: flex;
flex-wrap: wrap;
gap: 8px 14px;
margin: 0;
color: #f2dce2;
font-size: 0.84rem;
font-weight: 800;
overflow-wrap: anywhere;
text-transform: uppercase;
}
.rm-event-card__meta span,
.rm-event-card__meta time {
display: inline-flex;
align-items: center;
}
.rm-event-card__meta span::before {
content: "";
width: 6px;
height: 6px;
margin-right: 8px;
background: var(--rm-color-accent);
}
.rm-event-card__link {
justify-self: start;
margin-top: 4px;
color: #ffb4c4;
font-size: 0.82rem;
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
}
.rm-event-card__link::after {
content: " ->";
}
.rm-event-card__link:hover,
.rm-event-card__link:focus-visible {
color: #fff;
}
.rm-circuit__image,
.rm-driver__image {
display: block;
aspect-ratio: 16 / 7;
max-height: none;
background: #080808;
}
.rm-entity-main {
display: grid;
gap: clamp(24px, 4vw, 48px);
}
@media (max-width: 980px) {
.rm-site-header__inner {
grid-template-columns: 1fr;
gap: 14px;
}
.rm-site-nav {
justify-content: flex-start;
overflow-x: auto;
scrollbar-width: thin;
}
.rm-site-nav > .rm-site-nav__list,
.rm-site-nav > .menu,
.rm-site-nav .rm-site-nav__list > ul {
flex-wrap: nowrap;
justify-content: flex-start;
width: max-content;
}
.rm-event-layout {
grid-template-columns: 1fr;
}
.rm-event-sidebar {
border-top: 4px solid var(--rm-color-accent);
padding-top: 24px;
}
}
@media (max-width: 640px) {
.rm-event-hero {
min-height: 390px;
}
.rm-event-hero h1 {
max-width: 10ch;
font-size: clamp(2.55rem, 15vw, 4rem);
}
.rm-event-meta {
font-size: 0.84rem;
}
.rm-event-main > .rm-content {
columns: auto;
}
.rm-session-list table,
.rm-results table,
.rm-standings table {
min-width: 640px;
table-layout: auto;
}
.rm-session-list,
.rm-results,
.rm-standings {
overflow-x: auto;
}
.rm-site-nav a {
padding: 0 10px;
}
} .rm-events--gallery {
padding-top: clamp(58px, 7vw, 96px);
padding-bottom: clamp(58px, 7vw, 96px);
}
.rm-events--gallery .rm-events__header {
display: flex;
gap: 24px;
align-items: center;
justify-content: space-between;
max-width: none;
margin-bottom: clamp(42px, 5vw, 72px);
padding-bottom: 32px;
border-bottom: 1px solid #2b2b2b;
}
.rm-events--gallery .rm-events__header::after {
content: none;
}
.rm-events--gallery .rm-events__header h2 {
max-width: none;
margin: 0;
font-size: clamp(3rem, 5.5vw, 6rem);
line-height: 0.95;
color: #f5f5f5;
}
.rm-events__calendar-link {
display: inline-flex;
gap: 16px;
align-items: center;
color: #ffb4c4;
font-size: clamp(1rem, 1.35vw, 1.55rem);
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
.rm-events__calendar-link span {
font-size: 1.8em;
line-height: 1;
}
.rm-events__calendar-link:hover,
.rm-events__calendar-link:focus-visible {
color: #fff;
}
.rm-events--gallery .rm-events__grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(28px, 3vw, 42px);
}
.rm-events--gallery .rm-event-card {
display: grid;
grid-template-rows: auto 1fr;
min-height: 100%;
background: #202020;
border: 0;
box-shadow: none;
transform: none;
}
.rm-events--gallery .rm-event-card:hover,
.rm-events--gallery .rm-event-card:focus-within {
transform: none;
box-shadow: none;
}
.rm-events--gallery .rm-event-card__media {
min-height: 0;
}
.rm-events--gallery .rm-event-card__image,
.rm-events--gallery .rm-event-card__media--empty {
min-height: 0;
aspect-ratio: 16 / 8.3;
}
.rm-events--gallery .rm-event-card__image {
object-fit: cover;
filter: saturate(0.95) contrast(1.05);
}
.rm-events--gallery .rm-event-card__body {
gap: 16px;
padding: clamp(28px, 3vw, 40px);
}
.rm-events--gallery .rm-event-card__round {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 6px 14px;
align-items: start;
margin: 0;
color: #ffb4c4;
font-size: clamp(0.72rem, 0.84vw, 0.9rem);
font-weight: 900;
letter-spacing: 0.06em;
line-height: 1.1;
text-transform: uppercase;
}
.rm-events--gallery .rm-event-card__round span + span::before {
content: none;
margin-right: 0;
}
.rm-events--gallery .rm-event-card__event-name {
min-width: 0;
overflow-wrap: anywhere;
}
.rm-events--gallery .rm-event-card__date-line {
display: inline-flex;
gap: 0.45rem;
align-items: center;
justify-self: end;
white-space: nowrap;
}
.rm-events--gallery .rm-event-card__date-line i,
.rm-events--gallery .rm-event-card__meta i {
display: inline-block;
flex: 0 0 auto;
width: 1em;
height: 1em;
color: currentColor;
background: currentColor;
font-style: normal;
line-height: 1;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
}
.rm-events--gallery .fa-calendar {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M152 64h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40zM48 192v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V192H48z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M152 64h144V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40h40c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v40zM48 192v256c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V192H48z'/%3E%3C/svg%3E");
}
.rm-events--gallery .fa-location-dot {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256a64 64 0 1 1 0-128a64 64 0 1 1 0 128z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256a64 64 0 1 1 0-128a64 64 0 1 1 0 128z'/%3E%3C/svg%3E");
}
.rm-events--gallery .fa-stopwatch {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M176 0h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v34.4c37.5 6.6 71.3 23.8 98.2 48.5l24.9-24.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-25.7 25.7C420.2 224.8 432 263.2 432 304c0 114.9-93.1 208-208 208S16 418.9 16 304C16 198 95.2 110.5 198 97.6V64h-22c-17.7 0-32-14.3-32-32s14.3-32 32-32zm48 448a144 144 0 1 0 0-288a144 144 0 1 0 0 288zm32-232v88c0 8.5-3.4 16.6-9.4 22.6l-48 48c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l38.6-38.6V216c0-17.7 14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M176 0h96c17.7 0 32 14.3 32 32s-14.3 32-32 32h-16v34.4c37.5 6.6 71.3 23.8 98.2 48.5l24.9-24.9c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-25.7 25.7C420.2 224.8 432 263.2 432 304c0 114.9-93.1 208-208 208S16 418.9 16 304C16 198 95.2 110.5 198 97.6V64h-22c-17.7 0-32-14.3-32-32s14.3-32 32-32zm48 448a144 144 0 1 0 0-288a144 144 0 1 0 0 288zm32-232v88c0 8.5-3.4 16.6-9.4 22.6l-48 48c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l38.6-38.6V216c0-17.7 14.3-32 32-32s32 14.3 32 32z'/%3E%3C/svg%3E");
}
.rm-events--gallery .fa-flag-checkered {
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M32 0C49.7 0 64 14.3 64 32v16l64-16l128 32l128-32c20.2-5.1 40 10.2 40 31v256c0 14.7-10 27.5-24.2 31l-143.8 36l-128-32l-64 16v110c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0zm32 113.5v192l64-16v-192l-64 16zm192 32v192l96-24v-192l-96 24zm-64 176v-192l-64-16v192l64 16z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M32 0C49.7 0 64 14.3 64 32v16l64-16l128 32l128-32c20.2-5.1 40 10.2 40 31v256c0 14.7-10 27.5-24.2 31l-143.8 36l-128-32l-64 16v110c0 17.7-14.3 32-32 32S0 497.7 0 480V32C0 14.3 14.3 0 32 0zm32 113.5v192l64-16v-192l-64 16zm192 32v192l96-24v-192l-96 24zm-64 176v-192l-64-16v192l64 16z'/%3E%3C/svg%3E");
}
.rm-events--gallery .rm-event-card__title {
margin: 0;
font-size: clamp(1.45rem, 2.15vw, 2.45rem);
line-height: 0.95;
}
.rm-events--gallery .rm-event-card__chips {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
margin: 0;
}
.rm-events--gallery .rm-event-card__chips span {
display: inline-flex;
align-items: center;
min-height: 1.55rem;
padding: 0.18rem 0.62rem;
color: #fff;
background: #30111c;
border-radius: 0;
font-size: clamp(0.68rem, 0.78vw, 0.82rem);
font-weight: 900;
letter-spacing: 0;
line-height: 1;
text-transform: uppercase;
}
.rm-events--gallery .rm-event-card__title a {
color: #fff;
text-decoration: none;
background: none;
}
.rm-events--gallery .rm-event-card__meta {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 10px 16px;
margin-top: 8px;
color: #ffb4c4;
font-size: clamp(0.72rem, 0.84vw, 0.9rem);
line-height: 1.1;
}
.rm-events--gallery .rm-event-card__meta span::before {
content: none;
}
.rm-events--gallery .rm-event-card__meta-location,
.rm-events--gallery .rm-event-card__meta-session {
display: inline-flex;
gap: 0.45rem;
align-items: center;
}
.rm-events--gallery .rm-event-card__meta-location {
min-width: 0;
overflow-wrap: anywhere;
}
.rm-events--gallery .rm-event-card__meta-sessions {
display: inline-flex;
gap: 0.55rem;
align-items: center;
justify-self: end;
min-width: 1.4em;
}
.rm-events--gallery .rm-event-card__meta-separator {
color: #ffb4c4;
font-weight: 900;
}
.rm-events--gallery .rm-event-card__meta-separator::before {
content: none;
}
.rm-events--gallery .rm-event-card__live {
position: absolute;
top: clamp(16px, 2vw, 28px);
left: clamp(16px, 2vw, 28px);
display: inline-flex;
gap: 12px;
align-items: center;
min-height: 48px;
padding: 0 20px;
color: #fff;
background: var(--rm-color-accent);
font-size: clamp(1rem, 1.25vw, 1.35rem);
font-weight: 900;
letter-spacing: 0.08em;
line-height: 1;
text-transform: uppercase;
}
.rm-events--gallery .rm-event-card__live span {
width: 12px;
height: 12px;
background: #fff;
border-radius: 0;
}
.rm-events--gallery .rm-event-card__date,
.rm-events--gallery .rm-event-card__link,
.rm-events--gallery .rm-kicker {
display: none;
}
@media (max-width: 1100px) {
.rm-events--gallery .rm-events__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 720px) {
.rm-events--gallery .rm-events__header {
display: grid;
gap: 16px;
align-items: start;
}
.rm-events--gallery .rm-events__grid {
grid-template-columns: 1fr;
}
.rm-events--gallery .rm-event-card__body {
padding: 24px;
}
}:root {
--flavor-color-canvas: #f7f5f0;
--flavor-color-surface: #fff;
--flavor-color-text: #14213d;
--flavor-color-text-soft: #334e68;
--flavor-color-brand: #0b6e69;
--flavor-color-brand-strong: #084c4a;
--flavor-color-inverse: #f8fafc;
--flavor-color-border: #bcccdc;
--flavor-color-accent: #8d2b0b;
--flavor-space-2xs: 0.25rem;
--flavor-space-xs: 0.5rem;
--flavor-space-s: 0.75rem;
--flavor-space-m: 1rem;
--flavor-space-l: 1.5rem;
--flavor-space-xl: 2rem;
--flavor-space-2xl: 3rem;
--flavor-content-width: 48rem;
--flavor-wide-width: 93.75rem;
--wp--style--global--content-size: var(--flavor-content-width);
--wp--style--global--wide-size: var(--flavor-wide-width);
--flavor-focus-width: 0.1875rem;
--flavor-focus-color: #8d2b0b;
--flavor-shadow-soft: 0 0.5rem 1.5rem rgb(20 33 61 / 8%);
--wp--preset--font-family--source-sans: "Roboto", system-ui, sans-serif;
--wp--preset--font-family--fraunces: "Roboto", system-ui, sans-serif;
--wp-admin--admin-bar--height: 32px;
--flavor-font-body: var(--wp--preset--font-family--source-sans, "Roboto");
--flavor-font-display: var(--wp--preset--font-family--fraunces, "Roboto");
--flavor-font-size-body: 1rem;
--flavor-line-height-body: 1.6;
--flavor-line-height-heading: 1.08;
--flavor-titlebar-title-size: clamp(2rem, 3vw + 1rem, 3.4rem);
--flavor-titlebar-description-size: 1.125rem;
--flavor-header-menu-text: var(--flavor-color-text);
--flavor-header-submenu-text: var(--flavor-color-text);
--flavor-header-menu-hover-text: var(--flavor-color-brand-strong);
--flavor-header-menu-hover-bg: color-mix(in sRGB, var(--flavor-color-brand) 10%, var(--flavor-color-surface));
--flavor-header-menu-active-text: var(--flavor-header-menu-hover-text);
--flavor-header-menu-active-bg: var(--flavor-header-menu-hover-bg);
--flavor-header-submenu-bg: var(--flavor-color-surface);
--flavor-header-submenu-hover-text: var(--flavor-header-menu-hover-text);
--flavor-header-submenu-hover-bg: var(--flavor-header-menu-hover-bg);
--flavor-header-submenu-active-text: var(--flavor-header-submenu-hover-text);
--flavor-header-submenu-active-bg: var(--flavor-header-submenu-hover-bg);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
min-width: 0;
}
html {
font-size: 100%;
scroll-behavior: smooth;
}
body {
margin: 0;
min-width: 20rem;
background: var(--flavor-color-canvas);
color: var(--flavor-color-text);
font-family: var(--flavor-font-body, "Roboto"), system-ui, sans-serif;
font-size: var(--flavor-font-size-body);
line-height: var(--flavor-line-height-body);
overflow-wrap: break-word;
}
.wp-site-blocks {
display: flex;
flex-direction: column;
min-height: 100dvh;
}
body.admin-bar .wp-site-blocks {
min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
}
img {
display: block;
max-width: 100%;
height: auto;
}
a {
color: var(--flavor-color-brand-strong);
text-underline-offset: 0.12em;
text-decoration-thickness: 0.12em;
}
.wp-block-buttons {
align-items: center;
} .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.9rem;
padding: 0.78rem 1rem;
border: 0.0625rem solid transparent;
border-radius: 0.5rem;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
transition: transform 120ms ease, filter 120ms ease, background-color 120ms ease;
}
.wp-block-button__link {
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand);
border-color: var(--flavor-color-brand-strong);
}
.wp-block-button.is-style-outline > .wp-block-button__link {
color: var(--flavor-color-brand-strong);
background: var(--flavor-color-surface);
border-color: var(--flavor-color-border);
}
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
filter: brightness(0.97);
transform: translateY(-0.0625rem);
} button,
input,
select,
textarea {
font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
figure {
margin-block: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--flavor-font-display, "Roboto"), system-ui, sans-serif;
line-height: var(--flavor-line-height-heading);
word-break: normal;
overflow-wrap: normal;
hyphens: manual;
text-wrap: balance;
}
ul[role="list"],
ol[role="list"] {
padding: 0;
list-style: none;
}
button,
[type="button"],
[type="submit"],
[type="reset"],
a,
input,
select,
textarea,
summary {
min-width: 1.5rem;
min-height: 1.5rem;
}
button {
cursor: pointer;
}
main {
flex: 1 0 auto;
outline: none;
}
.site-header {
position: relative;
z-index: 10;
background: var(--flavor-color-surface);
box-shadow: var(--flavor-shadow-soft);
}
.site-header--sticky {
position: sticky;
top: 0;
}
body.admin-bar .site-header--sticky {
top: var(--wp-admin--admin-bar--height, 32px);
}
.site-header__topbar {
padding-block: 0.5rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand-strong);
}
.site-header__topbar-inner {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.5rem;
align-items: center;
justify-content: space-between;
width: min(100% - 2rem, var(--flavor-wide-width));
margin-inline: auto;
}
.site-header__topbar-text {
font-size: 0.875rem;
font-weight: 700;
line-height: 1.3;
}
.site-header__topbar-list {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1rem;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.site-header__topbar-item {
color: color-mix(in sRGB, var(--flavor-color-inverse) 88%, transparent);
font-size: 0.875rem;
line-height: 1.3;
}
.site-header__topbar-label {
font-weight: 800;
}
.site-header__topbar-link {
color: var(--flavor-color-inverse);
}
.site-header__inner {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
justify-content: space-between;
width: min(100% - 2rem, var(--flavor-wide-width));
margin-inline: auto;
padding-block: 0.35rem;
}
.site-header__brand {
display: inline-flex;
gap: 0.75rem;
align-items: center;
color: inherit;
text-decoration: none;
}
.site-header__logo {
display: block;
flex: 0 0 clamp(8rem, 13vw, 12rem);
width: clamp(8rem, 13vw, 12rem);
height: clamp(2.5rem, 3.6vw, 3.25rem);
}
.site-header__logo .custom-logo-link,
.site-header__logo .custom-logo {
display: block;
}
.site-header__logo .custom-logo {
width: 100%;
height: 100%;
object-fit: contain;
}
.site-header__brand-copy {
display: grid;
gap: 0.1rem;
}
.site-header__brand-name {
font-size: 1.125rem;
font-weight: 800;
line-height: 1.1;
}
.site-header__tagline {
color: var(--flavor-color-text-soft);
font-size: 0.875rem;
line-height: 1.2;
}
.site-header__nav {
margin-inline-start: auto;
}
.site-header__menu-toggle {
display: none;
gap: 0.6rem;
align-items: center;
justify-content: center;
min-height: 2.75rem;
padding: 0.75rem 1rem;
color: var(--flavor-color-text);
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.375rem;
font-weight: 700;
}
.site-header__menu-toggle-icon,
.site-header__menu-toggle-icon::before,
.site-header__menu-toggle-icon::after {
display: block;
width: 1.125rem;
height: 0.125rem;
background: currentColor;
border-radius: 999px;
transition: transform 150ms ease, opacity 150ms ease;
content: "";
}
.site-header__menu-toggle-icon {
position: relative;
}
.site-header__menu-toggle-icon::before {
position: absolute;
top: -0.35rem;
left: 0;
}
.site-header__menu-toggle-icon::after {
position: absolute;
top: 0.35rem;
left: 0;
}
.site-header.is-menu-open .site-header__menu-toggle-icon {
background: transparent;
}
.site-header.is-menu-open .site-header__menu-toggle-icon::before {
transform: translateY(0.35rem) rotate(45deg);
}
.site-header.is-menu-open .site-header__menu-toggle-icon::after {
transform: translateY(-0.35rem) rotate(-45deg);
}
.site-header__menu {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
align-items: center;
padding: 0;
margin: 0;
list-style: none;
}
.site-header__menu li {
position: relative;
margin: 0;
}
.site-header__menu a,
.site-header__menu .flavor-header__submenu-toggle {
display: inline-flex;
gap: 0.4rem;
align-items: center;
justify-content: center;
min-height: 2.75rem;
padding-inline: 0.75rem;
color: var(--flavor-header-menu-text, var(--flavor-color-text));
background: transparent;
border: 0;
text-decoration: none;
border-radius: 0.375rem;
}
.site-header__menu .menu-item-has-children {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.site-header__menu .menu-item-has-children > a {
flex: 1 1 auto;
}
.site-header__menu .flavor-header__submenu-toggle {
flex: 1 1 auto;
font-weight: 900;
}
.site-header__menu .flavor-header__submenu-label {
display: inline-flex;
gap: 0.4rem;
align-items: center;
font-weight: 700;
}
.site-header__menu .flavor-header__submenu-icon {
display: inline-block;
font-size: 0.72rem;
line-height: 1;
transition: transform 160ms ease;
}
.site-header__menu .flavor-header__submenu-toggle[aria-expanded="true"] .flavor-header__submenu-icon {
transform: rotate(180deg);
}
.site-header__menu .sub-menu .flavor-header__submenu-toggle {
color: var(--flavor-header-submenu-text, var(--flavor-color-text));
}
.site-header__menu a:hover,
.site-header__menu a:focus-visible,
.site-header__menu .flavor-header__submenu-toggle:hover,
.site-header__menu .flavor-header__submenu-toggle:focus-visible {
color: var(--flavor-header-menu-hover-text, var(--flavor-color-brand-strong));
background: var(--flavor-header-menu-hover-bg, color-mix(in sRGB, var(--flavor-color-brand) 10%, var(--flavor-color-surface)));
}
.site-header__menu > .current-menu-item > a,
.site-header__menu > .current-menu-ancestor > a,
.site-header__menu > .current-menu-parent > a,
.site-header__menu > .menu-item-has-children.is-submenu-open > .flavor-header__submenu-toggle,
.site-header__menu > .menu-item-has-children > .flavor-header__submenu-toggle[aria-expanded="true"] {
color: var(--flavor-header-menu-active-text, var(--flavor-header-menu-hover-text, var(--flavor-color-brand-strong)));
background: var(--flavor-header-menu-active-bg, var(--flavor-header-menu-hover-bg, color-mix(in sRGB, var(--flavor-color-brand) 10%, var(--flavor-color-surface))));
}
.site-header.is-header-enhanced .site-header__menu .sub-menu {
position: absolute;
top: calc(100% + 0.25rem);
left: 0;
z-index: 20;
display: none;
min-width: 14rem;
padding: 0.5rem;
margin: 0;
list-style: none;
background: var(--flavor-header-submenu-bg, var(--flavor-color-surface));
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.5rem;
box-shadow: var(--flavor-shadow-soft);
}
.site-header.is-header-enhanced .site-header__menu .is-submenu-open > .sub-menu {
display: grid;
gap: 0.25rem;
}
.site-header__menu .sub-menu a {
justify-content: flex-start;
width: 100%;
color: var(--flavor-header-submenu-text, var(--flavor-color-text));
}
.site-header__menu .sub-menu a:hover,
.site-header__menu .sub-menu a:focus-visible,
.site-header__menu .sub-menu .flavor-header__submenu-toggle:hover,
.site-header__menu .sub-menu .flavor-header__submenu-toggle:focus-visible {
color: var(--flavor-header-submenu-hover-text, var(--flavor-header-menu-hover-text, var(--flavor-color-brand-strong)));
background: var(--flavor-header-submenu-hover-bg, var(--flavor-header-menu-hover-bg, color-mix(in sRGB, var(--flavor-color-brand) 10%, var(--flavor-color-surface))));
}
.site-header__menu .sub-menu .current-menu-item > a,
.site-header__menu .sub-menu .current-menu-ancestor > a,
.site-header__menu .sub-menu .current-menu-parent > a,
.site-header__menu .sub-menu .menu-item-has-children.is-submenu-open > .flavor-header__submenu-toggle,
.site-header__menu .sub-menu .menu-item-has-children > .flavor-header__submenu-toggle[aria-expanded="true"] {
color: var(--flavor-header-submenu-active-text, var(--flavor-header-submenu-hover-text, var(--flavor-color-brand-strong)));
background: var(--flavor-header-submenu-active-bg, var(--flavor-header-submenu-hover-bg, color-mix(in sRGB, var(--flavor-color-brand) 10%, var(--flavor-color-surface))));
}
.site-header__action {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 2.75rem;
padding: 0.75rem 1rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand);
border: 0.0625rem solid var(--flavor-color-brand-strong);
border-radius: 0.375rem;
font-weight: 700;
text-decoration: none;
}
.site-header .wp-block-navigation {
align-items: center;
}
.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close,
.site-header .wp-block-navigation .wp-block-navigation-submenu__toggle {
min-width: 2.75rem;
min-height: 2.75rem;
padding: 0.5rem;
color: var(--flavor-color-text);
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.375rem;
}
.site-header .wp-block-navigation__responsive-container {
background: var(--flavor-color-surface);
}
.site-header .wp-block-navigation-item__content {
display: inline-flex;
align-items: center;
min-height: 2.75rem;
padding-inline: 0.75rem;
}
.site-footer {
margin-top: auto;
padding-block: 2rem;
}
@media (max-width: 48rem) {
.site-header__topbar--desktop-only {
display: none;
}
.site-header__topbar-inner {
flex-direction: column;
align-items: stretch;
}
.site-header__topbar-list {
flex-direction: column;
align-items: flex-start;
}
.site-header__inner {
align-items: center;
}
.site-header__brand {
flex: 1 1 auto;
}
.andromeda-js .site-header__menu-toggle,
.site-header.is-header-enhanced .site-header__menu-toggle {
display: inline-flex;
margin-inline-start: auto;
}
.andromeda-js .site-header__nav,
.site-header.is-header-enhanced .site-header__nav {
display: none;
flex-basis: 100%;
margin-inline-start: 0;
order: 3;
}
.andromeda-js .site-header.is-menu-open .site-header__nav,
.site-header.is-header-enhanced.is-menu-open .site-header__nav {
display: block;
}
.site-header__menu {
gap: 0.25rem;
flex-direction: column;
align-items: stretch;
padding-block-start: 0.75rem;
border-top: 0.0625rem solid var(--flavor-color-border);
}
.site-header__menu a,
.site-header__menu .flavor-header__submenu-toggle,
.site-header__action {
width: 100%;
justify-content: flex-start;
}
.site-header__menu .flavor-header__submenu-toggle {
justify-content: space-between;
}
.site-header__menu .menu-item-has-children {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: stretch;
}
.site-header.is-header-enhanced .site-header__menu .sub-menu {
position: static;
grid-column: 1 / -1;
min-width: 0;
margin-block-start: 0.25rem;
box-shadow: none;
}
.site-header__action {
flex-basis: 100%;
order: 4;
margin-inline-start: 0;
}
}.screen-reader-text {
position: absolute;
width: 0.0625rem;
height: 0.0625rem;
padding: 0;
margin: -0.0625rem;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.screen-reader-text:focus,
.skip-link:focus,
.skip-link:focus-visible {
position: fixed;
top: 1rem;
left: 1rem;
z-index: 10000;
width: auto;
height: auto;
clip: auto;
padding: 0.75rem 1rem;
background: var(--flavor-color-surface);
color: var(--flavor-color-text);
border: 0.125rem solid var(--flavor-focus-color);
box-shadow: 0 0 0 0.125rem var(--flavor-color-surface);
}
:focus-visible {
outline: var(--flavor-focus-width) solid var(--flavor-focus-color);
outline-offset: 0.1875rem;
}
[tabindex="-1"]:focus {
outline: none;
}
:target {
scroll-margin-top: 6rem;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}.l-container {
width: min(100% - 2rem, var(--flavor-content-width));
margin-inline: auto;
}
.l-wide {
width: min(100% - 2rem, var(--flavor-wide-width));
margin-inline: auto;
}
.l-stack {
display: flex;
flex-direction: column;
gap: var(--flavor-space-l);
}
.l-cluster {
display: flex;
flex-wrap: wrap;
gap: var(--flavor-space-m);
align-items: center;
}
.dd-site {
background: var(--flavor-color-canvas);
}
.dd-pattern-section {
padding-block: 4rem;
}
.dd-pattern-surface {
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.75rem;
box-shadow: var(--flavor-shadow-soft);
}
.dd-pattern-stack {
display: grid;
gap: 1.5rem;
}
.dd-pattern-intro {
display: grid;
gap: 1rem;
max-width: 44rem;
}
.dd-pattern-intro p:last-child,
.dd-pattern-copy {
color: var(--flavor-color-text-soft);
font-size: 1.075rem;
line-height: 1.7;
}
.dd-pattern-grid {
display: grid;
gap: 1rem;
}
.dd-pattern-grid--three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dd-pattern-grid--two {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dd-pattern-card {
display: grid;
gap: 0.9rem;
align-content: start;
height: 100%;
padding: 1.35rem;
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.6rem;
box-shadow: var(--flavor-shadow-soft);
}
.dd-pattern-card h3 {
font-size: 1.25rem;
}
.dd-pattern-list {
display: grid;
gap: 0.75rem;
padding: 0;
margin: 0;
list-style: none;
}
.dd-pattern-list li {
padding-inline-start: 1rem;
border-inline-start: 0.2rem solid var(--flavor-color-brand);
}
.dd-pattern-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.5rem;
height: 2.5rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand);
border-radius: 0.5rem;
font-size: 0.85rem;
font-weight: 900;
}
.dd-pattern-kpis {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.dd-pattern-kpis > div {
display: grid;
gap: 0.25rem;
padding: 1rem;
text-align: center;
background: color-mix(in sRGB, var(--flavor-color-canvas) 70%, var(--flavor-color-surface));
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.6rem;
}
.dd-pattern-kpis strong {
color: var(--flavor-color-brand-strong);
font-family: var(--flavor-font-display, "Roboto"), system-ui, sans-serif;
font-size: 2rem;
line-height: 1;
}
.dd-pattern-cta {
display: grid;
gap: 1rem;
padding: 1.5rem;
color: var(--flavor-color-inverse);
background: linear-gradient(135deg, var(--flavor-color-brand-strong), var(--flavor-color-brand));
border-radius: 0.75rem;
box-shadow: var(--flavor-shadow-soft);
}
.dd-pattern-cta p,
.dd-pattern-cta h2,
.dd-pattern-cta h3 {
color: inherit;
}
.dd-pattern-contact {
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1fr);
gap: 1.5rem;
}
.dd-pattern-contact__panel {
padding: 1.5rem;
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.75rem;
box-shadow: var(--flavor-shadow-soft);
}
.dd-service-blueprint {
display: grid;
gap: 2rem;
padding-block: 4rem;
}
.dd-service-blueprint__intro,
.dd-service-blueprint__process-intro {
display: grid;
gap: 1rem;
text-align: center;
}
.dd-service-blueprint__title {
max-width: 14ch;
margin-inline: auto;
}
.dd-service-blueprint__lead {
max-width: 46rem;
margin-inline: auto;
color: var(--flavor-color-text-soft);
font-size: 1.1rem;
line-height: 1.7;
}
.dd-service-blueprint__actions,
.dd-service-blueprint__cta-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.dd-service-blueprint__actions {
justify-content: center;
}
.dd-service-blueprint__grid,
.dd-service-blueprint__steps,
.dd-service-blueprint__offer {
width: 100%;
}
.wp-block-flavor-container.dd-service-card,
.wp-block-flavor-container.dd-service-step,
.wp-block-flavor-container.dd-service-blueprint__panel {
height: 100%;
border: 0.0625rem solid var(--flavor-color-border);
box-shadow: var(--flavor-shadow-soft);
}
.dd-service-card__badge,
.dd-service-step__number,
.dd-service-blueprint__cta-eyebrow {
width: max-content;
margin: 0;
padding: 0.35rem 0.65rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand);
border-radius: 0.45rem;
font-size: 0.875rem;
font-weight: 800;
line-height: 1.1;
}
.wp-block-flavor-text.dd-service-card__badge,
.wp-block-flavor-text.dd-service-step__number,
.wp-block-flavor-text.dd-service-blueprint__cta-eyebrow {
color: var(--flavor-color-inverse);
}
.dd-service-blueprint__list {
display: grid;
gap: 0.85rem;
padding-left: 1.2rem;
margin: 0;
}
.dd-service-blueprint__list li {
color: var(--flavor-color-text-soft);
line-height: 1.65;
}
.wp-block-flavor-container.dd-service-step {
background: color-mix(in sRGB, var(--flavor-color-surface) 90%, var(--flavor-color-canvas));
}
.wp-block-flavor-container.dd-service-blueprint__cta {
gap: 1rem;
border-radius: 0.75rem;
box-shadow: var(--flavor-shadow-soft);
}
.wp-block-flavor-container.dd-service-blueprint__cta .flavor-heading,
.wp-block-flavor-container.dd-service-blueprint__cta .flavor-text {
color: inherit;
}
.dd-pattern-columns {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
gap: 1.5rem;
align-items: start;
}
.dd-shell {
width: min(100% - 2rem, var(--flavor-wide-width));
margin-inline: auto;
}
.dd-section {
padding-block: 5rem;
}
.dd-section--surface {
background: var(--flavor-color-surface);
}
.dd-section--ink {
color: var(--flavor-color-inverse);
background: var(--flavor-color-text);
}
.dd-stack {
display: grid;
gap: 2.5rem;
}
.dd-hero {
position: relative;
display: flex;
align-items: center;
overflow: hidden;
min-height: 44rem;
padding-block: 4rem;
background: var(--flavor-color-canvas);
}
.dd-hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
gap: 2.5rem;
align-items: center;
}
.dd-hero__content {
display: grid;
gap: 1.5rem;
max-width: 36rem;
}
.dd-eyebrow {
width: max-content;
max-width: 100%;
padding: 0.35rem 0.65rem;
color: var(--flavor-color-brand-strong);
background: color-mix(in sRGB, var(--flavor-color-brand) 12%, var(--flavor-color-surface));
border: 0.0625rem solid color-mix(in sRGB, var(--flavor-color-brand) 24%, transparent);
border-radius: 0.5rem;
font-size: 0.875rem;
font-weight: 800;
letter-spacing: 0;
line-height: 1.2;
text-transform: uppercase;
}
.dd-section--ink .dd-eyebrow {
color: var(--flavor-color-inverse);
background: rgb(255 255 255 / 12%);
border-color: rgb(255 255 255 / 22%);
}
.site-titlebar {
padding-block: 2.5rem 1.5rem;
}
.site-titlebar--enhanced {
padding-block: 3.5rem 2rem;
background:
linear-gradient(180deg, color-mix(in sRGB, var(--flavor-color-brand) 8%, transparent), transparent 70%),
var(--flavor-color-canvas);
border-bottom: 0.0625rem solid color-mix(in sRGB, var(--flavor-color-border) 75%, transparent);
}
.site-titlebar__inner {
display: grid;
gap: 1rem;
}
.site-titlebar__breadcrumbs ol {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
padding: 0;
margin: 0;
list-style: none;
color: var(--flavor-color-text-soft);
font-size: 0.95em;
}
.site-titlebar__breadcrumbs li {
display: inline-flex;
gap: 0.5rem;
align-items: center;
}
.site-titlebar__breadcrumbs li + li::before {
content: "/";
color: color-mix(in sRGB, var(--flavor-color-text-soft) 55%, transparent);
}
.site-titlebar__breadcrumbs a {
color: inherit;
text-decoration-color: color-mix(in sRGB, var(--flavor-color-text-soft) 45%, transparent);
}
.site-titlebar__title {
max-width: 14ch;
font-size: var(--flavor-titlebar-title-size);
font-weight: 800;
letter-spacing: -0.02em;
}
.site-titlebar__description {
max-width: 46rem;
color: var(--flavor-color-text-soft);
font-size: var(--flavor-titlebar-description-size);
line-height: 1.65;
}
.site-titlebar--minimal .site-titlebar__inner {
gap: 0.75rem;
}
.dd-content-shell {
width: 100%;
padding-block: 2rem 3rem;
}
.dd-content-shell--full-width > * {
width: min(100% - 2rem, var(--flavor-wide-width));
margin-inline: auto;
}
.dd-content-shell--full-width > .alignfull,
.dd-content-shell--full-width > .wp-block-cover.alignfull {
width: 100%;
margin-inline: 0;
}
.dd-content-shell__inner {
display: grid;
gap: 1.5rem;
}
.dd-hero h1,
.dd-section-heading h2 {
max-width: 12ch;
font-family: var(--flavor-font-display, "Roboto"), system-ui, sans-serif;
font-weight: 800;
letter-spacing: 0;
line-height: 1;
}
.dd-hero h1 {
font-size: 3.4rem;
}
.dd-section-heading h2 {
font-size: 2.4rem;
}
.dd-lead,
.dd-section-heading p {
max-width: 42rem;
color: var(--flavor-color-text-soft);
font-size: 1.15rem;
line-height: 1.65;
}
.dd-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
align-items: center;
}
.dd-button {
display: inline-flex;
gap: 0.6rem;
align-items: center;
justify-content: center;
min-height: 2.9rem;
padding: 0.78rem 1rem;
border: 0.0625rem solid transparent;
border-radius: 0.5rem;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
}
.dd-button--primary {
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand);
border-color: var(--flavor-color-brand-strong);
}
.dd-button--secondary {
color: var(--flavor-color-brand-strong);
background: var(--flavor-color-surface);
border-color: var(--flavor-color-border);
}
.dd-button:hover,
.dd-button:focus-visible {
transform: translateY(-0.0625rem);
}
.dd-trust-list {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
padding: 0;
margin: 0;
list-style: none;
}
.dd-trust-list li {
padding: 0.4rem 0.65rem;
color: var(--flavor-color-text);
background: rgb(255 255 255 / 70%);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.5rem;
font-weight: 700;
}
.dd-hero__visual {
position: relative;
width: min(100%, 31rem);
min-width: 0;
margin-inline-start: auto;
}
.dd-dashboard {
overflow: hidden;
background: var(--flavor-color-surface);
border: 0.0625rem solid color-mix(in sRGB, var(--flavor-color-brand) 28%, var(--flavor-color-border));
border-radius: 0.5rem;
box-shadow: 0 1.25rem 3rem rgb(20 33 61 / 14%);
}
.dd-dashboard__header {
display: flex;
gap: 0.45rem;
padding: 1rem;
background: var(--flavor-color-text);
}
.dd-dashboard__header span {
width: 0.65rem;
height: 0.65rem;
background: var(--flavor-color-inverse);
border-radius: 50%;
opacity: 0.7;
}
.dd-dashboard__body {
display: grid;
gap: 1.5rem;
padding: 1.35rem;
}
.dd-dashboard__metric {
display: grid;
gap: 0.35rem;
padding: 1.2rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand-strong);
border-radius: 0.5rem;
}
.dd-dashboard__metric strong {
font-family: var(--flavor-font-display, "Roboto"), system-ui, sans-serif;
font-size: 3rem;
line-height: 1;
}
.dd-dashboard__chart {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.65rem;
align-items: end;
height: 11rem;
padding: 1rem;
background: color-mix(in sRGB, var(--flavor-color-canvas) 70%, var(--flavor-color-surface));
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.5rem;
}
.dd-dashboard__chart span {
display: block;
--bar-size: 50%;
height: var(--bar-size, 50%);
background: var(--flavor-color-accent);
border-radius: 0.45rem 0.45rem 0.15rem 0.15rem;
}
.dd-dashboard__steps {
display: grid;
gap: 0.5rem;
}
.dd-dashboard__steps span {
padding: 0.7rem;
background: var(--flavor-color-canvas);
border-inline-start: 0.3rem solid var(--flavor-color-brand);
border-radius: 0.35rem;
font-weight: 700;
}
.dd-section-heading {
display: grid;
gap: 1rem;
justify-items: center;
text-align: center;
}
.dd-section-heading--left {
justify-items: start;
text-align: left;
}
.dd-section-heading--left h2 {
max-width: 14ch;
}
.dd-card-grid {
display: grid;
gap: 1rem;
align-items: stretch;
}
.dd-card-grid--three {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dd-card-grid > * {
height: 100%;
margin: 0;
align-self: stretch;
}
.dd-card {
display: grid;
gap: 0.8rem;
align-content: start;
height: 100%;
padding: 1.25rem;
background: var(--flavor-color-canvas);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.5rem;
box-shadow: var(--flavor-shadow-soft);
}
.dd-card h3,
.dd-timeline h3 {
font-size: 1.25rem;
line-height: 1.2;
}
.dd-card p,
.dd-proof-panel,
.dd-contact__email {
color: var(--flavor-color-text-soft);
}
.dd-card .dd-icon,
.dd-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.75rem;
height: 2.75rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-brand);
border-radius: 0.5rem;
font-size: 0.85rem;
font-weight: 900;
line-height: 1;
}
.dd-split,
.dd-contact,
.dd-results {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1fr);
gap: 2rem;
align-items: start;
}
.dd-proof-panel,
.dd-form,
.dd-metrics {
padding: 1.5rem;
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.5rem;
box-shadow: var(--flavor-shadow-soft);
}
.dd-check-list {
display: grid;
gap: 1rem;
padding: 0;
margin: 0;
list-style: none;
}
.dd-check-list li {
padding-inline-start: 1rem;
border-inline-start: 0.25rem solid var(--flavor-color-accent);
}
.dd-timeline {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
align-items: stretch;
}
.dd-timeline > * {
display: grid;
gap: 0.75rem;
align-content: start;
height: 100%;
padding: 1.2rem;
margin: 0;
color: var(--flavor-color-inverse);
background: rgb(255 255 255 / 8%);
border: 0.0625rem solid rgb(255 255 255 / 18%);
border-radius: 0.5rem;
align-self: stretch;
}
.dd-timeline > * > * {
margin: 0;
}
.dd-timeline > * strong {
color: inherit;
}
.dd-timeline p {
color: color-mix(in sRGB, var(--flavor-color-inverse) 82%, transparent);
}
.dd-timeline span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 2.35rem;
height: 2.35rem;
color: var(--flavor-color-text);
background: var(--flavor-color-inverse);
border-radius: 50%;
font-weight: 900;
}
.dd-results {
align-items: center;
}
.dd-metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
text-align: center;
align-items: stretch;
}
.dd-metrics > * {
display: grid;
gap: 0.25rem;
height: 100%;
padding: 1.2rem;
margin: 0;
background: var(--flavor-color-canvas);
border-radius: 0.5rem;
align-self: stretch;
}
.dd-metrics strong {
color: var(--flavor-color-brand-strong);
font-family: var(--flavor-font-display, "Roboto"), system-ui, sans-serif;
font-size: 2rem;
line-height: 1;
}
.dd-form {
display: grid;
gap: 1rem;
}
.dd-form div {
display: grid;
gap: 0.35rem;
}
.dd-form label {
font-weight: 800;
}
.dd-form input,
.dd-form textarea {
width: 100%;
padding: 0.8rem;
color: var(--flavor-color-text);
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.5rem;
}
.dd-form textarea {
resize: vertical;
}
.dd-form .dd-button {
width: 100%;
}
.dd-footer {
padding-block: 2.5rem;
color: var(--flavor-color-inverse);
background: var(--flavor-color-text);
}
.dd-footer .dd-shell:first-child {
margin-block-end: 1.5rem;
}
.dd-footer__grid {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(10rem, 0.6fr) minmax(14rem, 0.8fr);
gap: 2rem;
align-items: start;
}
.dd-footer p,
.dd-footer span {
color: color-mix(in sRGB, var(--flavor-color-inverse) 78%, transparent);
}
.dd-section--ink .dd-section-heading p {
color: color-mix(in sRGB, var(--flavor-color-inverse) 82%, transparent);
}
.dd-dashboard__chart span:nth-child(even) {
background: var(--flavor-color-brand);
}
.dd-footer a {
color: var(--flavor-color-inverse);
}
.dd-footer__brand {
display: inline-flex;
margin-block-end: 0.6rem;
font-size: 1.2rem;
font-weight: 900;
text-decoration: none;
}
.dd-footer__meta-title {
color: var(--flavor-color-inverse);
font-size: 0.9rem;
font-weight: 800;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.dd-footer__menu-list {
display: grid;
gap: 0.55rem;
padding: 0;
margin: 0;
list-style: none;
}
.dd-footer__brand-area,
.dd-footer__nav,
.dd-footer__contact {
display: grid;
gap: 0.55rem;
}
.dd-footer__contact-group,
.dd-footer__social,
.dd-footer__legal {
display: grid;
gap: 0.6rem;
}
.dd-footer__contact-list,
.dd-footer__social-list,
.dd-footer__legal-list {
display: grid;
gap: 0.5rem;
padding: 0;
margin: 0;
list-style: none;
}
.dd-footer__contact-list li {
display: grid;
gap: 0.15rem;
}
.dd-footer__contact-label {
font-size: 0.85rem;
font-weight: 700;
}
.dd-footer__contact-value a,
.dd-footer__social-list a,
.dd-footer__legal-list a {
text-decoration-thickness: 0.08em;
}
.dd-footer__copyright {
margin-block-start: 0.35rem;
font-size: 0.95rem;
}
.dd-footer__trust-list {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
padding: 0;
margin: 0;
list-style: none;
}
.dd-footer__trust-list li {
padding: 0.45rem 0.7rem;
color: var(--flavor-color-inverse);
background: rgb(255 255 255 / 8%);
border: 0.0625rem solid rgb(255 255 255 / 16%);
border-radius: 999px;
font-size: 0.9rem;
font-weight: 700;
}
.andromeda-style-motorsport {
--flavor-focus-color: #ffb3c4;
background: var(--flavor-color-canvas);
color: var(--flavor-color-text);
}
.andromeda-style-motorsport .alignwide,
.andromeda-style-motorsport .is-layout-constrained > .alignwide {
width: min(100% - 2rem, var(--flavor-wide-width));
max-width: var(--flavor-wide-width);
margin-inline: auto;
}
.andromeda-style-motorsport .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
max-width: var(--wp--style--global--content-size);
}
.andromeda-style-motorsport .site-header {
background: rgb(15 15 16 / 96%);
border-bottom: 0.0625rem solid var(--flavor-color-border);
box-shadow: none;
}
.andromeda-style-motorsport .site-header__inner {
min-height: 5rem;
padding-block: 0.5rem;
}
.andromeda-style-motorsport .site-header__brand-name,
.andromeda-style-motorsport .site-header__menu a,
.andromeda-style-motorsport .site-header__menu .flavor-header__submenu-toggle,
.andromeda-style-motorsport .site-header__action,
.andromeda-style-motorsport .dd-footer__brand,
.andromeda-style-motorsport .dd-footer__meta-title,
.is-style-racing-label,
.dd-racing-meta,
.dd-racing-table th {
font-family: var(--flavor-font-display), "Arial Narrow", system-ui, sans-serif;
font-weight: 900;
text-transform: uppercase;
}
.andromeda-style-motorsport .site-header__brand-name {
color: var(--flavor-color-text);
font-size: 1.25rem;
line-height: 1;
}
.andromeda-style-motorsport .site-header__tagline {
color: var(--flavor-color-brand-strong);
}
.andromeda-style-motorsport .site-header__menu a,
.andromeda-style-motorsport .site-header__menu .flavor-header__submenu-toggle {
min-height: 3rem;
color: var(--flavor-color-text);
border-radius: 0;
font-size: 0.86rem;
}
.andromeda-style-motorsport .site-header__menu a:hover,
.andromeda-style-motorsport .site-header__menu a:focus-visible,
.andromeda-style-motorsport .site-header__menu .flavor-header__submenu-toggle:hover,
.andromeda-style-motorsport .site-header__menu .flavor-header__submenu-toggle:focus-visible {
color: var(--flavor-color-text);
background: rgb(220 0 68 / 22%);
}
.andromeda-style-motorsport .site-header__menu > .current-menu-item > a,
.andromeda-style-motorsport .site-header__menu > .current-menu-ancestor > a,
.andromeda-style-motorsport .site-header__menu > .current-menu-parent > a {
color: var(--flavor-color-text);
box-shadow: inset 0 -0.25rem 0 var(--flavor-color-brand-strong);
}
.andromeda-style-motorsport .site-header__menu--preset > li:first-child > a {
color: var(--flavor-color-text);
box-shadow: inset 0 -0.25rem 0 var(--flavor-color-brand-strong);
}
.andromeda-style-motorsport .site-header__action,
.is-style-racing-primary .wp-block-button__link,
.wp-block-button.is-style-racing-primary > .wp-block-button__link {
color: var(--flavor-color-text);
background: var(--flavor-color-brand);
border-color: var(--flavor-color-brand);
border-radius: 0;
box-shadow: 0.45rem 0.45rem 0 #320010;
}
.is-style-racing-outline .wp-block-button__link,
.wp-block-button.is-style-racing-outline > .wp-block-button__link {
color: var(--flavor-color-text);
background: transparent;
border-color: var(--flavor-color-text);
border-radius: 0;
}
.andromeda-style-motorsport .wp-block-button__link,
.andromeda-style-motorsport .flavor-button__control,
.is-style-racing-primary .wp-block-button__link,
.is-style-racing-outline .wp-block-button__link {
font-family: var(--flavor-font-display), "Arial Narrow", system-ui, sans-serif;
font-size: 0.86rem;
font-weight: 900;
text-transform: uppercase;
}
.andromeda-style-motorsport .wp-block-button__link {
color: var(--flavor-color-text);
background: var(--flavor-color-brand);
border-color: var(--flavor-color-brand);
border-radius: 0;
}
.is-style-racing-hero,
.is-style-racing-hero-boxed,
.is-style-racing-hero-full,
.is-style-racing-section,
.dd-racing-hero,
.dd-racing-section {
color: var(--flavor-color-text);
background:
linear-gradient(90deg, rgb(15 15 16 / 94%) 0%, rgb(15 15 16 / 70%) 48%, rgb(15 15 16 / 36%) 100%),
linear-gradient(135deg, #151515 0%, #1f1f22 50%, #0f0f10 100%);
}
.is-style-racing-hero,
.is-style-racing-hero-boxed,
.is-style-racing-hero-full,
.dd-racing-hero {
position: relative;
overflow: hidden;
min-height: clamp(32rem, 70vh, 46rem);
padding-block: clamp(5rem, 9vw, 9rem);
border-bottom: 0.0625rem solid var(--flavor-color-border);
}
.is-style-racing-hero-full {
width: 100%;
max-width: none;
margin-inline: 0;
border-radius: 0;
}
.is-style-racing-hero-boxed {
width: min(100% - 2rem, var(--flavor-wide-width));
max-width: var(--flavor-wide-width);
margin-block: 1rem;
margin-inline: auto;
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0.35rem;
box-shadow: 0 1.25rem 3rem rgb(0 0 0 / 28%);
}
.andromeda-style-motorsport .wp-site-blocks:has(.is-style-racing-hero-boxed) {
background: #f3f4f6;
}
.andromeda-style-motorsport .wp-site-blocks:has(.is-style-racing-hero-boxed) .site-header,
.andromeda-style-motorsport .wp-site-blocks:has(.is-style-racing-hero-boxed) .site-footer {
width: min(100% - 2rem, var(--flavor-wide-width));
margin-inline: auto;
}
.andromeda-style-motorsport .wp-site-blocks:has(.is-style-racing-hero-boxed) .site-header {
margin-block-start: 1rem;
border-start-start-radius: 0.35rem;
border-start-end-radius: 0.35rem;
}
.andromeda-style-motorsport .wp-site-blocks:has(.is-style-racing-hero-boxed) .site-footer {
margin-block-end: 1rem;
border-end-start-radius: 0.35rem;
border-end-end-radius: 0.35rem;
}
.is-style-racing-hero::before,
.is-style-racing-hero-boxed::before,
.is-style-racing-hero-full::before,
.dd-racing-hero::before {
position: absolute;
inset: 0;
pointer-events: none;
background:
repeating-linear-gradient(170deg, rgb(255 255 255 / 6%) 0 0.125rem, transparent 0.125rem 1.7rem),
linear-gradient(180deg, transparent, rgb(0 0 0 / 50%));
content: "";
}
.is-style-racing-hero > *,
.is-style-racing-hero-boxed > *,
.is-style-racing-hero-full > *,
.dd-racing-hero > * {
position: relative;
z-index: 1;
}
.is-style-racing-display,
.dd-racing-title,
.andromeda-style-motorsport h1,
.andromeda-style-motorsport h2 {
font-family: var(--flavor-font-display), "Arial Narrow", system-ui, sans-serif;
font-weight: 900;
line-height: 0.98;
text-transform: uppercase;
}
.dd-racing-title,
.is-style-racing-display {
font-size: clamp(2.5rem, 6vw, 5.8rem);
max-width: 12ch;
}
.is-style-racing-label,
.dd-racing-label {
display: inline-flex;
width: max-content;
max-width: 100%;
padding: 0.4rem 0.75rem;
color: var(--flavor-color-text);
background: var(--flavor-color-brand);
border-inline-end: 0.35rem solid var(--flavor-color-brand-strong);
font-size: 0.8rem;
line-height: 1.1;
}
.dd-racing-section,
.is-style-racing-section {
padding-block: clamp(3.5rem, 7vw, 6rem);
}
.dd-racing-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.25rem;
}
.is-style-racing-card,
.is-style-racing-feature,
.dd-racing-card,
.dd-racing-feature {
display: grid;
gap: 0.85rem;
align-content: start;
height: 100%;
color: var(--flavor-color-text);
background: var(--flavor-color-surface);
border: 0.0625rem solid var(--flavor-color-border);
border-radius: 0;
box-shadow: none;
}
.is-style-racing-card,
.dd-racing-card {
padding: 1rem;
}
.dd-racing-card figure,
.dd-racing-card .wp-block-image,
.dd-racing-card img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.dd-racing-card h3 {
font-size: 1.5rem;
text-transform: uppercase;
}
.dd-racing-meta {
display: flex;
flex-wrap: wrap;
gap: 0.45rem 0.8rem;
color: var(--flavor-color-brand-strong);
font-size: 0.8rem;
}
.dd-racing-table table,
.is-style-racing-standings table {
width: 100%;
color: var(--flavor-color-text);
border-collapse: collapse;
background: #050505;
}
.dd-racing-table th,
.dd-racing-table td,
.is-style-racing-standings th,
.is-style-racing-standings td {
padding: 0.85rem 1rem;
border: 0;
border-bottom: 0.0625rem solid var(--flavor-color-border);
text-align: left;
}
.dd-racing-table th,
.is-style-racing-standings th {
color: #c8dcf0;
background: #2c5074;
font-size: 0.8rem;
}
.dd-racing-table td:first-child,
.is-style-racing-standings td:first-child {
color: var(--flavor-color-text);
font-size: 1.25rem;
font-weight: 900;
}
.dd-racing-table tr:nth-child(even) td,
.is-style-racing-standings tr:nth-child(even) td {
background: #131315;
}
.dd-racing-feature,
.is-style-racing-feature {
display: grid;
grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1fr);
gap: clamp(1.5rem, 4vw, 4rem);
align-items: center;
padding: clamp(1rem, 3vw, 2rem);
}
.dd-racing-feature img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
filter: grayscale(1) contrast(1.1);
}
.andromeda-style-motorsport .dd-footer {
background: #080808;
border-top: 0.0625rem solid var(--flavor-color-border);
}
.andromeda-style-motorsport .dd-footer__menu-list--preset {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.55rem 1.5rem;
}
@media (max-width: 64rem) {
.dd-pattern-grid--three,
.dd-pattern-grid--two,
.dd-pattern-columns,
.dd-pattern-contact,
.dd-service-blueprint__actions,
.dd-service-blueprint__cta-actions,
.dd-hero__grid,
.dd-split,
.dd-contact,
.dd-results,
.dd-footer__grid {
grid-template-columns: 1fr;
}
.dd-hero__visual {
width: 100%;
margin-block-start: 2rem;
margin-inline-start: 0;
}
.dd-dashboard {
top: auto;
}
.dd-card-grid--three,
.dd-timeline,
.dd-racing-grid,
.dd-racing-feature,
.is-style-racing-feature {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dd-racing-feature,
.is-style-racing-feature {
grid-template-columns: 1fr;
}
}
@media (max-width: 42rem) {
.dd-section {
padding-block: 3.5rem;
}
.dd-hero {
min-height: 0;
padding-block: 3rem;
}
.dd-hero h1 {
font-size: 2.4rem;
}
.dd-section-heading h2 {
font-size: 2rem;
}
.dd-pattern-kpis,
.dd-card-grid--three,
.dd-timeline,
.dd-metrics,
.dd-racing-grid {
grid-template-columns: 1fr;
}
.dd-service-blueprint {
padding-block: 3rem;
}
.dd-service-blueprint__title {
max-width: 11ch;
}
.dd-actions,
.dd-button {
width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.dd-button:hover,
.dd-button:focus-visible {
transform: none;
}
} .wp-block-columns.alignwide {
align-items: stretch;
}
.wp-block-columns.alignwide > .wp-block-column {
display: flex;
min-width: 0;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
min-width: 0;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > .wp-block-image:first-child,
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > .wp-block-image:first-child img {
display: block;
width: 100%;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > .wp-block-image:first-child {
margin: 0 0 1.25rem;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > .wp-block-image:first-child img {
aspect-ratio: 16 / 9;
object-fit: cover;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > .wp-block-heading {
margin-block-start: 0;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > p {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > .wp-block-buttons {
margin-block-start: auto;
padding-block-start: 1rem;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] .wp-block-button__link {
white-space: normal;
text-align: center;
}
@media (max-width: 48rem) {
.wp-block-columns.alignwide > .wp-block-column {
display: block;
}
.wp-block-columns.alignwide > .wp-block-column > .wp-block-group[style*="border-width:1px"] > p {
-webkit-line-clamp: none;
}
} .promocopa-event-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.75rem;
margin-block: 1.5rem 0;
}
.promocopa-event-card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
overflow: hidden;
background: var(--flavor-color-surface, #fff);
border: 1px solid var(--flavor-color-border, #bcccdc);
border-radius: 0.65rem;
}
.promocopa-event-card__media {
position: relative;
overflow: hidden;
aspect-ratio: 16 / 9;
background: #d9e2ec;
}
.promocopa-event-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.promocopa-event-card__status {
position: absolute;
inset-block-start: 1rem;
inset-inline-start: 1rem;
display: inline-flex;
align-items: center;
min-height: 2rem;
padding-inline: 0.85rem;
color: #fff;
background: #000854;
border-radius: 999px;
font-size: 0.875rem;
font-weight: 800;
line-height: 1;
z-index: 1;
}
.promocopa-event-card__body {
display: flex;
flex: 1 1 auto;
flex-direction: column;
gap: 0.8rem;
padding: 1.15rem;
}
.promocopa-event-card__title {
margin: 0;
color: #000854;
font-size: clamp(1.2rem, 1.9vw, 1.55rem);
line-height: 1.08;
}
.promocopa-event-card__meta {
display: grid;
gap: 0.35rem;
margin-block-start: 0.15rem;
color: var(--flavor-color-text-soft, #334e68);
font-weight: 700;
}
.promocopa-event-card__meta-row {
display: flex;
gap: 0.45rem;
align-items: baseline;
}
.promocopa-event-card__meta-label {
color: #000854;
font-weight: 900;
}
.promocopa-event-card__action {
display: inline-flex;
align-items: center;
justify-content: center;
width: fit-content;
min-height: 2.75rem;
margin-block-start: auto;
padding: 0.78rem 1.25rem;
color: #fff;
background: #ef2d2f;
border-radius: 0.5rem;
font-weight: 900;
letter-spacing: 0.02em;
line-height: 1;
text-decoration: none;
text-transform: uppercase;
}
.promocopa-event-card__action:hover,
.promocopa-event-card__action:focus-visible {
color: #fff;
background: #c81f25;
text-decoration: none;
}
@media (max-width: 64rem) {
.promocopa-event-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 42rem) {
.promocopa-event-grid {
grid-template-columns: 1fr;
}
}