.oesbv-home-new {
    --blue: #005691;
    --blue-dark: #052642;
    --navy: #071829;
    --red: #e30613;
    --text: #132238;
    --muted: #59677a;
    --border: #dfe7f0;
    --soft: #f6f9fc;
    --shadow: 0 16px 42px rgba(15, 23, 42, .10);
    --shadow-strong: 0 26px 70px rgba(15, 23, 42, .22);
    --font-display: "Oswald", Arial, sans-serif;
    --font-body: "Inter", Arial, sans-serif;
    overflow: clip;
    color: var(--text);
    background: #fff;
    font-family: var(--font-body);
}

.oesbv-home-new *,
.oesbv-home-new *::before,
.oesbv-home-new *::after {
    box-sizing: border-box;
}

.oesbv-home-new h2,
.oesbv-home-new h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: .045em;
}

.oesbv-home-new a {
    text-decoration: none;
}

.home-section {
    width: min(1220px, 100%);
    margin-inline: auto;
    padding: 34px 20px;
}

.home-live,
.home-people,
.home-explain,
.oesbv-partners-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 620px;
}

.home-kicker,
.oesbv-partners-kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid rgba(0, 86, 145, .16);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(0, 86, 145, .08);
    font-family: var(--font-display);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-redline,
.partners-divider {
    width: 70px;
    height: 4px;
    border-radius: 999px;
    background: var(--red);
}

.home-btn,
.oesbv-race-pdf {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: .045em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.home-btn:hover,
.oesbv-race-pdf:hover {
    transform: translateY(-2px);
}

.home-btn:focus-visible,
.oesbv-race-pdf:focus-visible {
    outline: 3px solid var(--red);
    outline-offset: 3px;
}

.home-btn-red {
    color: #fff !important;
    background: var(--red);
    box-shadow: 0 10px 24px rgba(227, 6, 19, .20);
}

.home-btn-blue,
.oesbv-race-pdf {
    color: #fff !important;
    background: var(--blue);
    box-shadow: 0 10px 24px rgba(0, 86, 145, .18);
}

.home-btn-white {
    border-color: rgba(0, 86, 145, .24);
    color: var(--blue) !important;
    background: #fff;
}

/* Einstieg nach dem globalen Hero */
.home-opening {
    padding-block: 22px 10px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.home-opening-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 22px;
    align-items: stretch;
}

.home-opening-main,
.home-opening-side {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    background: #061426;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.home-opening-media,
.home-opening-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-opening-media img {
    object-fit: cover;
}

.home-opening-main::before,
.home-opening-side::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(3, 20, 39, .94), rgba(3, 20, 39, .62) 48%, rgba(3, 20, 39, .16));
}

.home-opening-side::before {
    background: linear-gradient(180deg, rgba(3, 20, 39, .08), rgba(3, 20, 39, .9));
}

.home-opening-main::after,
.home-opening-side::after {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px;
    pointer-events: none;
}

.home-opening-copy,
.home-opening-side-content {
    position: relative;
    z-index: 3;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(26px, 4vw, 44px);
    color: #fff;
}

.home-opening-copy {
    max-width: 590px;
}

.home-opening-copy h2,
.home-opening-side-content h2 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: clamp(1.95rem, 4.2vw, 3.35rem);
    line-height: .98;
    letter-spacing: .02em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

.home-opening-side-content h2 {
    font-size: 1.75rem;
    line-height: 1.05;
}

.home-opening-copy p,
.home-opening-side-content p {
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: 1rem;
    line-height: 1.6;
}

.home-opening-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.home-opening-side-content .home-btn {
    width: max-content;
    margin-top: 18px;
}

/* WM 2027 */
.oesbv-wm-banner {
    width: min(1240px, 100%);
    margin: 22px auto 42px;
    padding: 0 20px;
}

.oesbv-wm-event {
    position: relative;
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(0, 760px) 1fr;
    grid-template-rows: 1fr auto;
    gap: 22px;
    overflow: hidden;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 26px;
    color: #fff;
    background: #08233c;
    box-shadow: 0 28px 70px rgba(8, 22, 42, .30);
    isolation: isolate;
}

.oesbv-wm-background,
.oesbv-wm-background img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.oesbv-wm-background {
    z-index: 0;
}

.oesbv-wm-background img {
    object-fit: cover;
    object-position: 62% center;
}

.oesbv-wm-event::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4, 25, 47, .82), rgba(4, 25, 47, .48) 45%, rgba(4, 25, 47, .08)),
        linear-gradient(180deg, rgba(0, 50, 88, .08), rgba(0, 18, 34, .48));
    pointer-events: none;
}

.oesbv-wm-event::after {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 20px;
    pointer-events: none;
}

.oesbv-wm-content,
.oesbv-wm-actions,
.oesbv-wm-organizer {
    position: relative;
    z-index: 3;
}

.oesbv-wm-content {
    align-self: start;
    width: min(520px, 100%);
    padding: clamp(28px, 4.2vw, 46px);
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(4, 28, 52, .78), rgba(4, 28, 52, .54));
    box-shadow: 0 22px 55px rgba(0, 0, 0, .30);
    backdrop-filter: blur(15px) saturate(125%);
}

.oesbv-wm-topline {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .94);
    font-family: var(--font-display);
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.oesbv-wm-mountain {
    width: 76px;
    height: 28px;
}

.oesbv-wm-content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.8rem, 7.4vw, 6.4rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .86;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .32);
}

.oesbv-wm-content h2 span {
    color: #fff;
    text-shadow: 0 0 22px rgba(227, 6, 19, .42);
}

.oesbv-wm-subtitle {
    display: block;
    margin-top: 18px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.2vw, 1.75rem);
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.oesbv-wm-redline {
    width: 76px;
    height: 4px;
    margin: 20px 0 22px;
    border-radius: 999px;
    background: var(--red);
}

.oesbv-wm-facts {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oesbv-wm-fact {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(1.02rem, 1.8vw, 1.32rem);
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.oesbv-wm-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
}

.oesbv-wm-actions {
    display: grid;
    max-width: 760px;
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.oesbv-wm-btn {
    display: inline-flex;
    min-width: 0;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
    transition: transform .18s ease, box-shadow .18s ease;
}

.oesbv-wm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(0, 0, 0, .35);
}

.oesbv-wm-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.oesbv-wm-btn-primary {
    background: var(--red);
}

.oesbv-wm-btn-secondary {
    background: rgba(0, 86, 145, .96);
}

.oesbv-wm-btn-light {
    background: rgba(4, 28, 52, .86);
}

.oesbv-wm-organizer {
    align-self: end;
    justify-self: end;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
    color: rgba(255, 255, 255, .96);
    background: rgba(4, 28, 52, .74);
    font-size: .82rem;
    font-weight: 800;
    text-align: right;
    backdrop-filter: blur(10px);
}

/* Dynamische Rennen und Weltcup */
.home-live {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.home-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
}

.home-card-head {
    padding: 24px 26px 18px;
    border-left: 6px solid var(--blue);
    background: linear-gradient(90deg, rgba(0, 86, 145, .08), #fff 70%);
}

.home-card-head.red {
    border-left-color: var(--red);
    background: linear-gradient(90deg, rgba(227, 6, 19, .07), #fff 70%);
}

.home-card-head h2 {
    margin: 10px 0 0;
    color: var(--blue);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1;
}

.home-card-head.red h2 {
    color: var(--red);
}

.home-race-body {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: 24px;
    padding: 24px 26px 26px;
}

.home-race-visual {
    min-height: 220px;
    overflow: hidden;
    border-radius: 14px;
    background: #eaf0f5;
}

.home-race-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-race-title {
    margin: 0 0 16px;
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.1;
    text-transform: uppercase;
}

.home-race-label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--blue);
    font-size: .8rem;
    font-weight: 900;
}

.home-race-label.is-running {
    background: #a30a14;
}

.home-race-meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 8px 14px;
    margin: 0;
    color: #38485c;
}

.home-race-meta dt {
    font-weight: 900;
}

.home-race-meta dd {
    margin: 0;
    font-weight: 700;
}

.home-race-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

.home-race-empty {
    color: var(--muted);
    font-weight: 700;
}

.home-wc-body {
    padding: 24px 26px 26px;
}

.home-wc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    color: var(--muted);
    font-weight: 600;
}

.home-wc-top strong {
    color: var(--red);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.home-wc-tables {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-wc-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
}

.home-wc-table {
    width: 100%;
    border-collapse: collapse;
}

.home-wc-table caption {
    padding: 14px 16px;
    color: #fff;
    background: var(--blue);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-align: left;
    text-transform: uppercase;
}

.home-wc-table.men caption {
    background: var(--red);
}

.home-wc-table th,
.home-wc-table td {
    padding: 11px 12px;
    border-top: 1px solid #e6edf4;
    text-align: left;
    vertical-align: middle;
}

.home-wc-table thead th {
    color: #334155;
    background: #f1f5f9;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-wc-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.home-wc-table th:first-child,
.home-wc-table td:first-child {
    width: 58px;
    text-align: center;
}

.home-wc-table th:last-child,
.home-wc-table td:last-child {
    text-align: right;
}

.home-place {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #132238;
    background: #e2e8f0;
    font-family: var(--font-display);
    font-weight: 900;
}

.home-place.place-1 {
    background: #e2b93b;
}

.home-place.place-2 {
    background: #cbd5e1;
}

.home-place.place-3 {
    background: #c98245;
}

.home-athlete-name {
    display: block;
    color: var(--text);
    font-weight: 800;
    line-height: 1.25;
}

.home-athlete-nation {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.home-points {
    color: var(--text);
    font-size: .94rem;
    font-weight: 800;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.home-wc-actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Menschen */
.home-people {
    background: #fff;
}

.home-people-grid {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.home-people-copy h2 {
    margin: 12px 0 0;
    color: var(--blue);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.home-people-copy .home-redline {
    margin: 17px 0;
}

.home-people-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

.home-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-photo-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
    background: #1f3348;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .14);
}

.home-photo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04) 30%, rgba(0, 0, 0, .84));
}

.home-photo-card-content {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 2;
}

.home-photo-card h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.05;
}

.home-photo-card p {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: .88rem;
    line-height: 1.35;
}

.home-people-action {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

/* Was ist Skibob */
.home-explain {
    margin-top: 18px;
    color: #fff;
    background: #08233c;
}

.home-explain-grid {
    display: grid;
    max-width: 1600px;
    grid-template-columns: 1.1fr .9fr;
    margin-inline: auto;
}

.home-explain-image {
    min-height: 390px;
    overflow: hidden;
}

.home-explain-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-explain-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 70px);
    background: linear-gradient(135deg, #052642, #005691);
}

.home-explain-copy h2 {
    margin: 12px 0 16px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1;
}

.home-explain-copy p {
    max-width: 520px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .94);
    font-size: 1.04rem;
    line-height: 1.72;
}

/* Partner */
.oesbv-partners-section {
    margin: 0 auto;
    padding: 54px 20px 64px;
    border-top: 1px solid var(--border);
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.oesbv-partners-container {
    max-width: 1200px;
    margin-inline: auto;
    text-align: center;
}

.oesbv-partners-container h2 {
    margin: 0 0 10px;
    color: var(--red);
    font-size: clamp(1.8rem, 4vw, 2.45rem);
    font-weight: 900;
    letter-spacing: .06em;
}

.partners-divider {
    width: 58px;
    margin: 0 auto 22px;
}

.oesbv-partners-text {
    max-width: 820px;
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
}

.oesbv-partners-highlight {
    max-width: 1100px;
    margin-inline: auto;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}

.oesbv-partners-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oesbv-partner-list-item {
    min-width: 0;
}

.oesbv-partner-item {
    display: flex;
    width: 100%;
    height: 82px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.oesbv-partner-item:hover,
.oesbv-partner-item:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(0, 86, 145, .40);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .11);
}

.oesbv-partner-item:focus-visible {
    outline: 3px solid var(--red);
    outline-offset: 3px;
}

.oesbv-partner-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(18%);
    opacity: .9;
    transition: filter .18s ease, opacity .18s ease;
}

.oesbv-partner-item:hover img,
.oesbv-partner-item:focus-visible img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 980px) {
    .home-opening-grid,
    .home-people-grid,
    .home-explain-grid {
        grid-template-columns: 1fr;
    }

    .home-opening-main,
    .home-opening-side {
        min-height: 270px;
    }

    .oesbv-wm-event {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 14px;
    }

    .oesbv-wm-background img {
        object-position: center;
    }

    .oesbv-wm-event::before {
        background: linear-gradient(180deg, rgba(4, 25, 47, .18), rgba(4, 25, 47, .46) 42%, rgba(4, 25, 47, .92));
    }

    .oesbv-wm-content {
        width: auto;
        padding: 26px 22px;
        background: linear-gradient(135deg, rgba(4, 28, 52, .86), rgba(4, 28, 52, .68));
    }

    .oesbv-wm-actions {
        grid-column: 1;
        grid-row: 2;
    }

    .oesbv-wm-organizer {
        grid-column: 1;
        grid-row: 3;
        justify-self: center;
        text-align: center;
    }

    .home-wc-tables {
        grid-template-columns: 1fr;
    }

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

    .home-explain-image {
        min-height: 320px;
    }

    .oesbv-partners-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .home-race-body {
        grid-template-columns: 1fr;
    }

    .home-race-visual {
        min-height: 190px;
    }
}

@media (max-width: 620px) {
    .home-section {
        padding-inline: 12px;
    }

    .home-opening {
        padding-top: 14px;
    }

    .home-opening-main,
    .home-opening-side {
        min-height: 250px;
        border-radius: 16px;
    }

    .home-opening-copy,
    .home-opening-side-content {
        padding: 24px 22px;
    }

    .home-opening-actions,
    .home-race-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-btn,
    .oesbv-race-pdf {
        width: 100%;
        min-height: 48px;
    }

    .home-opening-side-content .home-btn {
        width: 100%;
    }

    .oesbv-wm-banner {
        margin-bottom: 34px;
        padding-inline: 12px;
    }

    .oesbv-wm-event {
        gap: 16px;
        border-radius: 18px;
        padding: 12px;
    }

    .oesbv-wm-event::after {
        inset: 10px;
        border-radius: 14px;
    }

    .oesbv-wm-content h2 {
        font-size: clamp(3.05rem, 15vw, 4.35rem);
    }

    .oesbv-wm-fact {
        align-items: flex-start;
        line-height: 1.25;
    }

    .oesbv-wm-actions {
        grid-template-columns: 1fr;
        padding-inline: 10px;
    }

    .oesbv-wm-btn {
        min-height: 48px;
        font-size: .9rem;
    }

    .oesbv-wm-organizer {
        border-radius: 14px;
        white-space: normal;
    }

    .home-card-head,
    .home-race-body,
    .home-wc-body {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-wc-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-wc-table th,
    .home-wc-table td {
        padding: 10px 8px;
    }

    .home-photo-grid {
        grid-template-columns: 1fr;
    }

    .home-photo-card {
        min-height: 230px;
    }

    .home-explain-copy {
        padding: 34px 22px;
    }

    .oesbv-partners-section {
        padding: 46px 12px 54px;
    }

    .oesbv-partners-highlight {
        padding: 14px;
    }

    .oesbv-partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .oesbv-partner-item {
        height: 76px;
        padding: 10px 12px;
    }
}

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

    .home-btn:hover,
    .oesbv-race-pdf:hover,
    .oesbv-wm-btn:hover,
    .oesbv-partner-item:hover {
        transform: none;
    }
}

@media print {
    .oesbv-wm-actions,
    .home-opening-actions,
    .home-race-actions,
    .home-wc-actions,
    .home-people-action,
    .oesbv-partners-section {
        display: none !important;
    }

    .oesbv-home-new,
    .home-section,
    .home-card,
    .oesbv-wm-event,
    .oesbv-wm-content {
        color: #000 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
}
