/* Styles ported from origin/cleverandsporty-v14. */

@media (max-width: 575.98px) {
    .od-textmedia--imageorient-120 {
        width: min(calc(100% - 1.5rem), 100%);
    }

    .od-textmedia-mosaic__text .od-textmedia__headline {
        font-size: clamp(2.8rem, 16vw, 4rem);
    }

    .od-textmedia-mosaic__media {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 230px);
    }
}

.od-step-timeline {
    padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(6rem, 10vw, 9.5rem);
    background: #fcf9f8;
    color: #6a0109;
}

.od-step-timeline--light {
    background: #ffffff;
}

.od-step-timeline--dark {
    background: #6a0109;
    color: #ffffff;
}

.od-step-timeline__header {
    max-width: 46rem;
    margin: 0 auto clamp(4.5rem, 8vw, 6.8rem);
    text-align: center;
}

.od-step-timeline__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    margin: 0 0 1.15rem;
    color: var(--color-primary-text);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-step-timeline__eyebrow::before {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.od-step-timeline__title {
    margin: 0;
    color: inherit;
    font-size: clamp(3rem, 6vw, 5.3rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.06em;
    text-wrap: balance;
}

.od-step-timeline__intro {
    max-width: 42rem;
    margin: 1.5rem auto 0;
    color: #5c6672;
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.7;
}

.od-step-timeline--dark .od-step-timeline__intro {
    color: rgba(255, 255, 255, .68);
}

.od-step-timeline__intro p:last-child {
    margin-bottom: 0;
}

.od-step-timeline__list {
    --step-gap: clamp(2rem, 5vw, 5rem);
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--step-count, 3), minmax(0, 1fr));
    gap: var(--step-gap);
    max-width: min(100%, calc(var(--step-count, 3) * 22rem));
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.od-step-timeline__list::before {
    position: absolute;
    top: 31px;
    left: calc(100% / var(--step-count, 3) / 2);
    right: calc(100% / var(--step-count, 3) / 2);
    height: 1px;
    background: #dce4ea;
    content: "";
}

.od-step-timeline--dark .od-step-timeline__list::before {
    background: rgba(255, 255, 255, .18);
}

.od-step-timeline__item {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 1.75rem;
    min-width: 0;
    text-align: center;
}

.od-step-timeline__marker {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    background: #fcf9f8;
    color: var(--color-primary-text);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.od-step-timeline--light .od-step-timeline__marker {
    background: #ffffff;
}

.od-step-timeline--dark .od-step-timeline__marker {
    background: #6a0109;
}

.od-step-timeline__content h3 {
    margin: 0 0 1rem;
    color: inherit;
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.od-step-timeline__content p {
    max-width: 18rem;
    margin: 0 auto;
    color: #4f5d6b;
    font-size: .98rem;
    line-height: 1.65;
}

.od-step-timeline--dark .od-step-timeline__content p {
    color: rgba(255, 255, 255, .68);
}

.od-step-timeline__link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1rem;
    color: var(--color-primary-text);
    font-weight: 800;
    text-decoration: none;
}

.od-step-timeline__link:hover,
.od-step-timeline__link:focus-visible {
    color: var(--color-primary-text);
}

.od-step-timeline--dark :is(.od-step-timeline__eyebrow, .od-step-timeline__marker, .od-step-timeline__link) {
    color: var(--color-primary-text);
}

@media (max-width: 991.98px) {
    .od-step-timeline__header {
        margin-bottom: 3rem;
    }

    .od-step-timeline__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2.75rem;
        max-width: 34rem;
    }

    .od-step-timeline__list::before {
        top: 32px;
        bottom: 0;
        left: 32px;
        right: auto;
        width: 1px;
        height: auto;
    }

    .od-step-timeline__item {
        grid-template-columns: 64px minmax(0, 1fr);
        justify-items: start;
        gap: 1.25rem;
        text-align: left;
    }

    .od-step-timeline__content p {
        margin: 0;
    }
}

.od-teaserswiper .od-product-card__button:hover,
.od-teaserswiper .od-product-card--popular .od-product-card__button:hover,
.od-teaserswiper .od-product-card--elite .od-product-card__button:hover {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #6a0109 !important;
}

/* Key benefits CE */
.od-key-benefits {
    width: 100%;
    padding: clamp(5rem, 8vw, 7.5rem) 0;
    background: #6a0109;
}

.od-key-benefits__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 4rem;
}

.od-key-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.od-key-benefits__item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem;
}

.od-key-benefits__icon {
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    flex: 0 0 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #6a0109;
    color: #ffffff;
    font-size: 1.65rem;
    line-height: 1;
}

.od-key-benefits__title {
    max-width: 17rem;
    min-height: 3.75rem;
    margin: 0;
    color: #ffffff;
    font-family: "Sora", "Inter", system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
}

.od-key-benefits__text {
    max-width: 17rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.43;
}

@media (max-width: 991.98px) {
    .od-key-benefits__inner {
        padding: 0 2rem;
    }

    .od-key-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 3rem;
    }
}

@media (max-width: 575.98px) {
    .od-key-benefits {
        padding: 4rem 0;
    }

    .od-key-benefits__title {
        min-height: 0;
    }

    .od-key-benefits__inner {
        padding: 0 1.25rem;
    }

    .od-key-benefits__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .od-key-benefits__item {
        align-items: center;
        text-align: center;
    }
}

/* Editorial Item Grid CE */
.od-editorial {
    padding: clamp(5.25rem, 9vw, 9rem) 0;
    background: #ffffff;
    color: #424751;
}

.od-editorial--soft {
    background: #fcf9f8;
}

.od-editorial--dark {
    background: #6a0109;
    color: rgba(255, 255, 255, 0.72);
}

.od-editorial__header {
    max-width: 58rem;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.od-editorial--media_cards .od-editorial__header,
.od-editorial--category_cards .od-editorial__header,
.od-editorial--advantage_grid .od-editorial__header {
    max-width: 56rem;
}

.od-editorial__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    margin: 0 0 1rem;
    color: var(--color-primary-text);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-editorial__eyebrow::before {
    display: inline-block;
    width: 1.875rem;
    height: 0.1875rem;
    background: currentColor;
    border-radius: 999px;
    content: "";
}

.od-editorial--light .od-editorial__eyebrow,
.od-editorial--soft .od-editorial__eyebrow,
.od-editorial--light .od-editorial-row__number,
.od-editorial--soft .od-editorial-row__number {
    color: #6a0109;
}

.od-editorial--light .od-editorial__eyebrow::before,
.od-editorial--soft .od-editorial__eyebrow::before {
    background: var(--color-primary);
}

.od-editorial--dark .od-editorial__eyebrow,
.od-editorial--dark .od-editorial-row__number {
    color: var(--color-primary-text);
}

.od-editorial__title {
    max-width: 58rem;
    margin: 0;
    color: #6a0109;
    font-family: "Sora", "Inter", system-ui, sans-serif;
    font-size: clamp(2.1rem, 4.6vw, 4.8rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1;
    text-wrap: balance;
}

.od-editorial--dark .od-editorial__title {
    color: #ffffff;
}

.od-editorial__lead {
    max-width: 47rem;
    margin-top: 1.5rem;
    color: #520006;
    font-family: "Inter", system-ui, sans-serif;
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.62;
}

.od-editorial__lead p:last-child {
    margin-bottom: 0;
}

.od-editorial--dark .od-editorial__lead {
    color: rgba(255, 255, 255, 0.72);
}

.od-editorial-card__hit {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.od-editorial-card__link {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: 1.5rem;
    color: #6a0109;
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-underline-offset: 0.2em;
    font-family: "Sora", "Inter", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.od-editorial-card__link:hover,
.od-editorial-card__link:focus-visible {
    color: #6a0109;
    text-decoration-thickness: 0.14em;
}

.od-editorial-card__link .bi {
    font-size: 1rem;
}

.od-editorial-rows {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.od-editorial--light .od-editorial-rows,
.od-editorial--soft .od-editorial-rows {
    border-top-color: #dce4ea;
}

.od-editorial-row {
    display: grid;
    grid-template-columns: 4.5rem minmax(14rem, 0.7fr) minmax(17rem, 1fr);
    gap: clamp(1.5rem, 5vw, 5rem);
    padding: 2.125rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.od-editorial--light .od-editorial-row,
.od-editorial--soft .od-editorial-row {
    border-bottom-color: #dce4ea;
}

.od-editorial-row__number {
    color: var(--color-primary-text);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.od-editorial-row h3 {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", "Inter", system-ui, sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 2.65rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.od-editorial--light .od-editorial-row h3,
.od-editorial--soft .od-editorial-row h3 {
    color: #6a0109;
}

.od-editorial-row__text {
    max-width: 39rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Inter", system-ui, sans-serif;
    line-height: 1.65;
}

.od-editorial--light .od-editorial-row__text,
.od-editorial--soft .od-editorial-row__text {
    color: #424751;
}

.od-editorial-row__text p:last-child {
    margin-bottom: 0;
}

.od-editorial-promo-grid,
.od-editorial-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.375rem;
}

.od-editorial-promo {
    position: relative;
    min-height: 27.5rem;
    padding: clamp(2rem, 4.5vw, 3.625rem);
    overflow: hidden;
    color: #ffffff;
    background: radial-gradient(circle at 88% 12%, rgba(49, 93, 143, 0.75), transparent 34%), #6a0109;
    border-radius: 2rem;
}

.od-editorial-promo > :not(.od-editorial-card__hit),
.od-editorial-media-card__body,
.od-editorial-category-card > :not(.od-editorial-card__hit) {
    position: relative;
    z-index: 2;
}

.od-editorial-promo.od-editorial-card--orange {
    background: radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.18), transparent 32%), #6a0109;
}

.od-editorial-promo.od-editorial-card--featured {
    background: radial-gradient(circle at 90% 10%, rgba(243, 146, 0, 0.26), transparent 32%), #6a0109;
}

.od-editorial-promo__stat {
    display: block;
    margin-bottom: 2.625rem;
    color: currentColor;
    font-family: "Sora", "Inter", system-ui, sans-serif;
    font-size: clamp(4rem, 9vw, 8rem);
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 0.85;
}

.od-editorial-promo h3,
.od-editorial-media-card h3,
.od-editorial-category-card h3 {
    margin: 0 0 1.125rem;
    color: #6a0109;
    font-family: "Sora", "Inter", system-ui, sans-serif;
    font-size: clamp(1.7rem, 3vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.od-editorial-promo h3 {
    max-width: 32rem;
    color: #ffffff;
    font-size: clamp(2rem, 3.5vw, 3.8rem);
}

.od-editorial-promo__text {
    max-width: 35rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.od-editorial-promo__text p:last-child,
.od-editorial-media-card__text p:last-child,
.od-editorial-category-card__text p:last-child {
    margin-bottom: 0;
}

.od-editorial-promo .od-editorial-card__link {
    z-index: 3;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    margin-top: 1.75rem;
    padding: 0.9rem 1.35rem;
    color: #6a0109;
    background: #ffffff;
    border-radius: 999px;
}

.od-editorial-promo .od-editorial-card__link:hover,
.od-editorial-promo .od-editorial-card__link:focus-visible {
    color: #ffffff;
    background: #6a0109;
}

.od-editorial-media-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce4ea;
    border-radius: 2rem;
    box-shadow: 0 1.5rem 4rem rgba(16, 44, 78, 0.1);
}

.od-editorial-media-card__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dce4ea;
}

.od-editorial-media-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-editorial-media-card__body {
    padding: clamp(1.75rem, 4vw, 3rem);
}

.od-editorial-media-card__text,
.od-editorial-category-card__text {
    color: #424751;
    line-height: 1.68;
}

.od-editorial-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.875rem;
}

.od-editorial-advantage {
    min-height: 12rem;
    padding: 1.625rem;
    background: #ffffff;
    border: 1px solid #dce4ea;
    border-radius: 1rem;
}

.od-editorial-advantage__icon {
    display: inline-flex;
    width: 2.875rem;
    height: 2.875rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.875rem;
    color: #ffffff;
    background: #6a0109;
    border-radius: 999px;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.82rem;
    font-weight: 900;
}

/* Sport Brugger content-element port — Clever & Sporty theme mapping.
 * Component selectors only; existing Clever & Sporty elements stay untouched. */
main :where(p, li, .od-textmedia__body, .od-seo-text-block__body, .od-background-text__body, .od-promo-text-image__body, .od-address__value) a:not(.btn):not(.od-rte-button) {
    color: var(--color-primary-text);
}

main :where(p, li, .od-textmedia__body, .od-seo-text-block__body, .od-background-text__body, .od-promo-text-image__body, .od-address__value) a:not(.btn):not(.od-rte-button):hover,
main :where(p, li, .od-textmedia__body, .od-seo-text-block__body, .od-background-text__body, .od-promo-text-image__body, .od-address__value) a:not(.btn):not(.od-rte-button):focus-visible {
    color: var(--color-primary-text);
}

main .od-background-text__body a:not(.btn):not(.od-rte-button),
main :is(.od-promo-text-image--bg-1, .od-promo-text-image--bg-2) .od-promo-text-image__body a:not(.btn):not(.od-rte-button) {
    color: inherit;
}

main .od-promo-text-image--bg-2 .od-promo-text-image__body a:not(.btn):not(.od-rte-button) {
    color: var(--color-primary-text-on-dark);
}

.od-group-rental {
    color: var(--color-text);
}

.od-group-rental__form {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: clamp(1.25rem, 2.8vw, 2rem);
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.od-group-rental__steps {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
}

.od-group-rental__step {
    display: inline-flex;
    width: 2.1rem;
    height: 2.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: var(--color-muted);
    font-weight: 900;
}

.od-group-rental__step.is-active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
}

.od-group-rental__panel {
    display: none;
    min-inline-size: 0;
}

.od-group-rental__panel.is-active {
    display: block;
}

.od-group-rental__panel legend {
    margin-bottom: 1.2rem;
    color: #111827;
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    line-height: 1.1;
    font-weight: 900;
}

.od-group-rental .form-label {
    color: #374151;
    font-weight: 800;
}

.od-group-rental .form-control {
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
}

.od-group-rental .form-control::placeholder {
    color: #9ca3af;
}

.od-group-rental .form-control:focus {
    border-color: var(--color-primary);
    color: #111827;
    box-shadow: 0 0 0 0.2rem rgba(228, 42, 26, 0.16);
}

.od-group-rental .invalid-feedback {
    color: var(--color-primary-text);
}

.od-group-rental .alert-success {
    border-color: rgba(25, 135, 84, 0.28);
    background: rgba(25, 135, 84, 0.08);
    color: #0f5132;
}

.od-group-rental .alert-danger {
    border-color: rgba(228, 42, 26, 0.24);
    background: rgba(228, 42, 26, 0.08);
    color: #991b1b;
}

.od-group-rental .btn-danger,
.od-group-rental__next {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.od-group-rental .btn-danger:hover,
.od-group-rental .btn-danger:focus,
.od-group-rental__next:hover,
.od-group-rental__next:focus {
    border-color: var(--color-primary-dark);
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-group-rental .btn-outline-secondary {
    border-color: #d1d5db;
    color: #374151;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.od-group-rental .btn-outline-secondary:hover,
.od-group-rental .btn-outline-secondary:focus {
    border-color: var(--color-primary);
    background: rgba(228, 42, 26, 0.06);
    color: var(--color-primary-text);
}

.od-group-rental__equipment-grid {
    display: flex;
    align-items: stretch;
    row-gap: 1.5rem;
}

.od-group-rental__equipment-grid > .od-group-rental__equipment {
    flex: 0 0 auto;
    width: 100%;
}

.od-group-rental__equipment {
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    background: #f9fafb;
}

.od-group-rental__equipment h3 {
    margin-bottom: 0.85rem;
    color: var(--color-primary-text);
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 900;
}

.od-group-rental__equipment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.od-group-rental__equipment-row:last-child {
    margin-bottom: 0;
}

.od-group-rental__equipment-row .form-label {
    margin-bottom: 0;
    line-height: 1.35;
}

.od-group-rental__quantity {
    flex: 0 0 5.25rem;
    width: 5.25rem;
    min-height: 2.5rem;
    padding: 0.45rem 0.6rem;
    text-align: center;
}

@media (min-width: 992px) {
.od-group-rental__equipment-grid {
        column-gap: 1.5rem;
    }

.od-group-rental__equipment-grid > .od-group-rental__equipment {
        width: calc((100% - 3rem) / 3);
    }


}

@media (max-width: 767.98px) {
.od-group-rental__equipment-row {
        align-items: flex-start;
        flex-direction: column;
    }

.od-group-rental__quantity {
        width: 100%;
        flex-basis: auto;
    }


}

.od-promo-text-image {
    background: var(--color-surface);
}

.od-promo-text-image__split {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: clamp(34rem, 54vw, 45rem);
}

.od-promo-text-image--no-media .od-promo-text-image__split {
    grid-template-columns: 1fr;
}

.od-promo-text-image__split--has-badge {
    margin-top: clamp(4rem, 9vw, 8rem);
}

.od-promo-text-image__split--media-right .od-promo-text-image__media {
    order: 2;
}

.od-promo-text-image__split--media-right .od-promo-text-image__content {
    order: 1;
}

.od-promo-text-image__media {
    position: relative;
    min-height: 30rem;
    overflow: hidden;
    background: #6a0109;
}

.od-promo-text-image__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-promo-text-image__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.od-promo-text-image__badge {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    width: clamp(6.5rem, 12vw, 10.75rem);
    transform: translate(-50%, -55%);
    pointer-events: none;
}

.od-promo-text-image__badge-image {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 1rem 1.75rem rgba(26, 28, 28, 0.18));
}

.od-promo-text-image__badge-mobile {
    display: none;
}

.od-promo-text-image__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 7vw, 6rem);
    overflow: hidden;
    background: var(--color-surface);
    color: var(--color-text);
}

.od-promo-text-image--bg-1 .od-promo-text-image__content {
    background: var(--color-primary);
    color: #ffffff;
}

.od-promo-text-image--bg-2 .od-promo-text-image__content {
    background: var(--color-secondary);
    color: #ffffff;
}

/* Core Text / Image uses the same layout color variants as Promo Text/Image. */
.od-textpic-section--bg-1,
.od-textpic-section--bg-1 .od-textpic-content {
    background: var(--color-primary);
    color: #ffffff;
}

.od-textpic-section--bg-2,
.od-textpic-section--bg-2 .od-textpic-content {
    background: var(--color-secondary);
    color: #ffffff;
}

.od-textpic-section--bg-1 :is(.od-textpic-subheader, .od-textpic-copy a) {
    color: inherit;
}

.od-textpic-section--bg-2 :is(.od-textpic-subheader, .od-textpic-copy a) {
    color: var(--color-primary-text-on-dark);
}

.od-textpic-section--bg-3,
.od-textpic-section--bg-3 .od-textpic-content {
    background: var(--color-surface);
    color: var(--color-text);
}

.od-textpic-section--bg-1 :is(.od-textpic-title, .od-textpic-copy, .od-textpic-copy p, .od-textpic-copy li),
.od-textpic-section--bg-2 :is(.od-textpic-title, .od-textpic-copy, .od-textpic-copy p, .od-textpic-copy li) {
    color: #ffffff;
}

.od-textpic-section--bg-1 .od-textpic-copy a,
.od-textpic-section--bg-2 .od-textpic-copy a {
    color: inherit;
}

.od-promo-text-image__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    opacity: 0.1;
    border-top: 4.25rem solid currentColor;
    border-right: 4.25rem solid currentColor;
    transform: translate(2rem, -2rem) rotate(45deg);
    pointer-events: none;
}

.od-promo-text-image__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 36rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.od-promo-text-image__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.od-promo-text-image__label {
    margin: 0;
    padding: 0.25rem 0.75rem;
    background: #ffffff;
    color: var(--color-primary-text);
    font-size: 0.875rem;
    line-height: 1.45;
    text-transform: uppercase;
}

.od-promo-text-image--bg-2 .od-promo-text-image__label {
    color: var(--color-secondary);
}

.od-promo-text-image__title {
    margin: 0;
    max-width: 32rem;
    font-size: clamp(1.65rem, 2.8vw, 2.6rem);
    line-height: 1.12;
    font-weight: 700;
}

.od-promo-text-image__body {
    color: rgba(26, 28, 28, 0.78);
    font-size: 1rem;
    line-height: 1.65;
}

.od-promo-text-image--bg-1 .od-promo-text-image__body,
.od-promo-text-image--bg-2 .od-promo-text-image__body {
    color: rgba(255, 255, 255, 0.95);
}

.od-promo-text-image__body p {
    margin: 0;
}

.od-promo-text-image__body p + p {
    margin-top: 1.5rem;
}

.od-promo-text-image__body em,
.od-promo-text-image__body i {
    color: rgba(26, 28, 28, 0.68);
}

.od-promo-text-image--bg-1 .od-promo-text-image__body em,
.od-promo-text-image--bg-1 .od-promo-text-image__body i,
.od-promo-text-image--bg-2 .od-promo-text-image__body em,
.od-promo-text-image--bg-2 .od-promo-text-image__body i {
    color: rgba(255, 255, 255, 0.8);
}

.od-promo-text-image__body a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.od-promo-text-image__cta {
    padding-top: 1rem;
}

.od-promo-text-image__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 3.5rem;
    padding: 1rem 2.5rem;
    background: var(--color-primary);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.od-promo-text-image--bg-1 .od-promo-text-image__button,
.od-promo-text-image--bg-2 .od-promo-text-image__button {
    background: #ffffff;
    color: var(--color-primary-text-on-light);
}

.od-promo-text-image--bg-2 .od-promo-text-image__button {
    color: var(--color-secondary);
}

.od-promo-text-image__button:hover,
.od-promo-text-image__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-promo-text-image--bg-1 .od-promo-text-image__button:hover,
.od-promo-text-image--bg-1 .od-promo-text-image__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-promo-text-image--bg-2 .od-promo-text-image__button:hover,
.od-promo-text-image--bg-2 .od-promo-text-image__button:focus-visible {
    background: #ffffff;
    color: var(--color-primary-text-on-light);
}

.od-promo-text-image__button .bi {
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
.od-promo-text-image__split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

.od-promo-text-image__split--has-badge {
        margin-top: 0;
    }

.od-promo-text-image__split--media-right .od-promo-text-image__media,
    .od-promo-text-image__split--media-right .od-promo-text-image__content {
        order: initial;
    }

.od-promo-text-image__media {
        min-height: clamp(18rem, 62vw, 32rem);
    }

.od-promo-text-image__badge {
        display: none;
    }

.od-promo-text-image__badge-mobile {
        display: block;
        width: clamp(5.75rem, 20vw, 7.5rem);
        margin-block: 0.25rem;
    }

.od-promo-text-image__content {
        padding: clamp(2.5rem, 8vw, 4rem) clamp(1.5rem, 6vw, 3rem);
    }


}

@media (max-width: 767.98px) {
.od-promo-text-image__inner {
        gap: 1.5rem;
    }

.od-promo-text-image__button {
        width: 100%;
        padding-inline: 1.5rem;
    }


}

.od-shop-bento__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
    align-items: stretch;
}

.od-shop-bento__grid-item {
    min-width: 0;
    display: flex;
}

.od-shop-bento__card {
    background: #f5f5f5;
    border: 1px solid #dfbfbc;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.od-shop-bento__media-wrap {
    position: relative;
}

.od-shop-bento__media {
    width: 100%;
    height: clamp(260px, 15vw, 340px);
    object-fit: cover;
    display: block;
}

.od-shop-bento__kicker {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dfbfbc;
    border-radius: 2px;
    padding: 4px 13px 5px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    color: #191c1d;
}

.od-shop-bento__body {
    padding: clamp(18px, 1.35vw, 26px);
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.od-shop-bento__title {
    font-size: clamp(1.45rem, 1.25vw, 1.9rem);
    line-height: 1.15;
    margin: 0 0 10px;
    color: #191c1d;
    overflow-wrap: anywhere;
}

.od-shop-bento__address {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #59595b;
    font-size: 16px;
    line-height: 1.6;
}

.od-shop-bento__address .bi {
    font-size: 14px;
    margin-top: 5px;
}

.od-shop-bento__desc {
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.od-shop-bento__services-near-address {
    margin-bottom: 16px;
}

.od-shop-bento__hours {
    margin-bottom: 24px;
}

.od-shop-bento__label {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #59595b;
    margin-bottom: 4px;
    font-weight: 500;
}

.od-shop-bento__value {
    font-size: 16px;
    line-height: 1.6;
    color: #191c1d;
    white-space: normal;
    overflow-wrap: anywhere;
}

.od-shop-bento__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.od-shop-bento__tag {
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 8px;
    background: #eeeeee;
    border-radius: 2px;
    color: #191c1d;
    font-weight: 500;
}

.od-shop-bento__button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
}

.od-shop-bento__button--primary {
    background: #6a0109;
    color: #ffffff;
    border: 1px solid #6a0109;
}

.od-shop-bento__button--secondary {
    background: #ffffff;
    color: #191c1d;
    border: 1px solid #dadada;
}

@media (min-width: 768px) and (max-width: 1999.98px) {
.od-shop-bento__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

.od-shop-bento__media {
        height: clamp(300px, 20vw, 420px);
    }


}

@media (max-width: 767.98px) {
.od-shop-bento__grid {
        grid-template-columns: minmax(0, 1fr);
    }

.od-shop-bento__media {
        height: 260px;
    }

.od-shop-bento__title {
        font-size: 2rem;
    }

.od-shop-bento__body {
        padding: 18px;
    }


}

.icc-productsteaser {
    background: #ffffff;
}

.icc-productsteaser__header {
    max-width: 58rem;
    margin: 0 auto clamp(1.75rem, 3.5vw, 3rem);
    text-align: center;
}

.icc-productsteaser__eyebrow {
    width: fit-content;
    margin: 0 auto 0.85rem;
    padding: 0.35rem 0.7rem;
    border-left: 4px solid var(--color-primary);
    background: #ffffff;
    color: var(--color-primary-text);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.icc-productsteaser__title {
    max-width: 48rem;
    margin: 0 auto;
    color: var(--color-text);
    font-size: clamp(2rem, 3.6vw, 3.75rem);
    line-height: 1;
    font-weight: 900;
}

.icc-productsteaser__intro {
    max-width: 45rem;
    margin: 1.15rem auto 0;
    color: var(--color-muted);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.7;
}

.icc-productsteaser__intro p,
.icc-productsteaser__description p {
    margin: 0;
}

.icc-productsteaser__intro p + p,
.icc-productsteaser__description p + p {
    margin-top: 0.85rem;
}

.icc-productsteaser__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 70rem;
    margin-inline: auto;
    gap: clamp(1rem, 2vw, 1.35rem);
}

.icc-productsteaser__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    border: 1px solid rgba(26, 28, 28, 0.1);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem rgba(18, 24, 32, 0.04);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.icc-productsteaser__card:hover {
    border-color: rgba(228, 42, 26, 0.2);
    box-shadow: 0 0.8rem 2rem rgba(18, 24, 32, 0.07);
    transform: translateY(-2px);
}

.icc-productsteaser__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(7.5rem, 10vw, 9.5rem);
    margin: 0;
    padding: clamp(1rem, 2vw, 1.4rem);
    border-bottom: 1px solid rgba(26, 28, 28, 0.08);
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    overflow: hidden;
}

.icc-productsteaser__image {
    display: block;
    width: min(100%, 32rem);
    height: auto;
    max-height: 5.5rem;
    object-fit: contain;
    filter: none;
}

.icc-productsteaser__content {
    flex: 1 1 auto;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.45rem);
}

.icc-productsteaser__item-title {
    position: relative;
    margin: 0 0 0.8rem;
    padding-bottom: 0.7rem;
    color: var(--color-text);
    font-size: clamp(1.2rem, 1.55vw, 1.55rem);
    line-height: 1.12;
    font-weight: 900;
}

.icc-productsteaser__item-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.5rem;
    height: 3px;
    background: var(--color-primary);
}

.icc-productsteaser__description {
    max-width: none;
    color: #4f555f;
    font-size: 0.96rem;
    line-height: 1.56;
}

.icc-productsteaser__description strong {
    color: var(--color-text);
    font-weight: 900;
}

@media (max-width: 991.98px) {
.icc-productsteaser__list {
        grid-template-columns: 1fr;
        max-width: 44rem;
    }


}

@media (max-width: 767.98px) {
.icc-productsteaser__card {
        border-radius: 6px;
    }

.icc-productsteaser__media {
        min-height: 6.25rem;
        padding: 0.85rem;
    }

.icc-productsteaser__image {
        max-height: 4.25rem;
    }

.icc-productsteaser__content {
        padding: 1rem;
    }


}

.od-image-ce__grid {
    display: grid;
    grid-template-columns: repeat(var(--od-image-ce-columns, 1), minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    width: 100%;
}

.od-image-ce__grid-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.od-image-ce--orient-1 .od-image-ce__grid-wrap,
.od-image-ce--orient-9 .od-image-ce__grid-wrap,
.od-image-ce--orient-17 .od-image-ce__grid-wrap,
.od-image-ce--orient-25 .od-image-ce__grid-wrap {
    justify-content: flex-end;
}

.od-image-ce--orient-2 .od-image-ce__grid-wrap,
.od-image-ce--orient-10 .od-image-ce__grid-wrap,
.od-image-ce--orient-18 .od-image-ce__grid-wrap,
.od-image-ce--orient-26 .od-image-ce__grid-wrap {
    justify-content: flex-start;
}

.od-image-ce--cols-1:not(.od-image-ce--full) .od-image-ce__grid {
    max-width: 900px;
}

.od-image-ce--cols-2:not(.od-image-ce--full) .od-image-ce__grid {
    max-width: 1120px;
}

.od-image-ce__figure {
    margin: 0;
    overflow: hidden;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.od-image-ce__figure a,
.od-image-ce__figure picture {
    display: block;
    height: 100%;
}

.od-image-ce__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.od-image-ce--cols-1 .od-image-ce__image {
    aspect-ratio: 16 / 9;
}

.od-image-ce--uncropped .od-image-ce__figure,
.od-image-ce--uncropped .od-image-ce__figure a,
.od-image-ce--uncropped .od-image-ce__figure picture {
    height: auto;
}

.od-image-ce--uncropped .od-image-ce__image,
.od-image-ce--uncropped.od-image-ce--cols-1 .od-image-ce__image,
.od-image-ce--uncropped.od-image-ce--full .od-image-ce__image {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.od-image-ce--full {
    width: 100%;
    max-width: none;
}

.od-image-ce--full .od-image-ce__grid,
.od-image-ce--full .od-image-ce__figure,
.od-image-ce--full .od-image-ce__image {
    width: 100%;
    max-width: none;
}

.od-image-ce--full .od-image-ce__grid {
    gap: 0;
}

.od-image-ce--full .od-image-ce__figure {
    border-radius: 0;
    box-shadow: none;
}

.od-image-ce--full .od-image-ce__image {
    aspect-ratio: 21 / 9;
}

.od-image-ce__caption {
    padding: .65rem .85rem .85rem;
    margin: 0;
    color: var(--color-muted);
    background: transparent;
}

@media (max-width: 991.98px) {
.od-image-ce__grid {
        grid-template-columns: 1fr;
    }

.od-image-ce--cols-2 .od-image-ce__grid,
    .od-image-ce--cols-3 .od-image-ce__grid,
    .od-image-ce--cols-4 .od-image-ce__grid,
    .od-image-ce--cols-5 .od-image-ce__grid,
    .od-image-ce--cols-6 .od-image-ce__grid,
    .od-image-ce--cols-7 .od-image-ce__grid,
    .od-image-ce--cols-8 .od-image-ce__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

@media (max-width: 575.98px) {
.od-image-ce__grid {
        grid-template-columns: 1fr;
    }

.od-image-ce__image,
    .od-image-ce--cols-1 .od-image-ce__image,
    .od-image-ce--full .od-image-ce__image {
        aspect-ratio: 4 / 3;
    }

.od-image-ce--uncropped .od-image-ce__image,
    .od-image-ce--uncropped.od-image-ce--cols-1 .od-image-ce__image,
    .od-image-ce--uncropped.od-image-ce--full .od-image-ce__image {
        aspect-ratio: auto;
    }


}

.od-brand-slider {
    overflow: hidden;
    background: #ffffff;
}

.od-service-cards--no-frame .od-service-cards__inner {
    width: 100%;
}

.od-service-cards__header {
    max-width: 720px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    text-align: center;
}

.od-service-cards__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
}

.od-service-cards__subheader {
    margin: .6rem 0 0;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.5;
}

.od-service-cards__intro {
    margin-top: .75rem;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.od-service-cards__intro p {
    margin: 0;
}

.od-service-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.od-service-cards--two-columns .od-service-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.od-service-cards__card {
    --color-primary-text: var(--color-primary-text-on-dark);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-height: 118px;
    padding: clamp(1.25rem, 2vw, 1.65rem);
    color: var(--color-sand);
    background: var(--color-surface-deep);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: .75rem;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(106, 1, 9, .12);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.od-service-cards__card--text-only {
    position: relative;
    min-height: 108px;
    padding-left: clamp(1.35rem, 2.4vw, 2rem);
}

.od-service-cards__card--text-only::before {
    content: "";
    position: absolute;
    top: clamp(1.25rem, 2vw, 1.65rem);
    bottom: clamp(1.25rem, 2vw, 1.65rem);
    left: 0;
    width: 4px;
    background: var(--color-primary);
    border-radius: 0 4px 4px 0;
}

.od-service-cards__card--text-only:not(:has(.od-service-cards__text)) {
    min-height: 5rem;
    align-items: center;
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
}

.od-service-cards__card--text-only:not(:has(.od-service-cards__text)) .od-service-cards__content {
    flex: 1 1 auto;
    justify-content: center;
}

.od-service-cards__card--text-only.od-service-cards__card--link:not(:has(.od-service-cards__text))::after {
    content: "\2192";
    flex: 0 0 auto;
    color: var(--color-primary-text);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    transition: transform 180ms ease;
}

.od-service-cards__card--text-only.od-service-cards__card--link:not(:has(.od-service-cards__text)):hover::after,
.od-service-cards__card--text-only.od-service-cards__card--link:not(:has(.od-service-cards__text)):focus-visible::after {
    transform: translateX(0.25rem);
}

.od-service-cards__card--link:hover,
.od-service-cards__card--link:focus-visible {
    transform: translateY(-2px);
    border-color: var(--color-primary);
    box-shadow: 0 14px 30px rgba(106, 1, 9, .2);
}

.od-service-cards__icon-tile {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #6a0109;
    background: #dbeafe;
    border-radius: 4px;
}

.od-service-cards__icon-tile picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

.od-service-cards__icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.od-service-cards__icon-tile .bi {
    font-size: 1.15rem;
    line-height: 1;
}

.od-service-cards__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .25rem;
}

.od-service-cards__card-title {
    color: #ffffff;
    font-size: clamp(1.08rem, 1.35vw, 1.24rem);
    font-weight: 800;
    line-height: 1.35;
}

.od-service-cards__text {
    color: var(--color-sand);
    font-size: .92rem;
    line-height: 1.45;
}

.od-service-cards__text p {
    margin: 0;
}

.od-service-cards__text p + p,
.od-service-cards__text ul,
.od-service-cards__text ol {
    margin-top: .45rem;
}

.od-service-cards__text ul,
.od-service-cards__text ol {
    margin-bottom: 0;
    padding-left: 1.15rem;
}

.od-service-cards__text li + li {
    margin-top: .2rem;
}

.od-service-cards__link-text {
    margin-top: .35rem;
    color: var(--color-primary-text);
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.od-service-cards__toggle-wrap {
    display: none;
    justify-content: center;
    margin-top: 1.25rem;
}

.od-service-cards__toggle {
    min-height: 46px;
    padding: .75rem 1.25rem;
    color: #ffffff;
    background: var(--color-primary);
    border: 0;
    border-radius: 2px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-service-cards__toggle:hover,
.od-service-cards__toggle:focus-visible {
    background: var(--color-primary-dark);
}

.od-snowboard-boots {
    padding: clamp(4.5rem, 7vw, 5.625rem) 0;
    color: var(--color-text);
    background: #f5f5f5;
}

.od-snowboard-boots--no-frame {
    padding-block: 0;
    background: transparent;
}

.od-snowboard-boots__inner {
    width: min(1280px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.od-snowboard-boots__header {
    max-width: 780px;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.od-snowboard-boots__eyebrow,
.od-snowboard-boot-card__label {
    display: inline-block;
    color: var(--color-primary-text);
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-snowboard-boots__eyebrow {
    margin-bottom: 0.75rem;
}

.od-snowboard-boots__title {
    margin: 0 0 1.375rem;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.375rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.od-snowboard-boots__intro {
    color: var(--color-muted);
    font-size: 1.25rem;
    line-height: 1.6;
}

.od-snowboard-boots__intro p:last-child,
.od-snowboard-boot-card__text p:last-child {
    margin-bottom: 0;
}

.od-snowboard-boots__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.375rem;
}

.od-snowboard-boot-card {
    padding: 1.875rem;
    border: 1px solid #dedede;
    background: #ffffff;
}

.od-snowboard-boot-card__label {
    margin-bottom: 0.75rem;
}

.od-snowboard-boot-card__title {
    margin: 0 0 0.75rem;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
}

.od-snowboard-boot-card__text {
    color: var(--color-muted);
}

@media (max-width: 1050px) {
.od-snowboard-boots__grid {
        grid-template-columns: 1fr;
    }


}

@media (max-width: 560px) {
.od-snowboard-boots__inner {
        width: min(1280px, calc(100% - 1.75rem));
    }

.od-snowboard-boot-card {
        padding: 1.5rem;
    }


}

.od-principles {
    color: var(--color-text);
    background: #f5f6f7;
}

.od-principles--no-frame {
    background: transparent;
}

.od-principles__inner {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
}

.od-principles__header {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: end;
    margin-bottom: clamp(3rem, 7vw, 5rem);
}

.od-principles__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .9rem;
    color: var(--color-primary-text);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-principles__eyebrow::before {
    content: "";
    width: 2rem;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.od-principles__title {
    max-width: 780px;
    margin: 0;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.375rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.od-principles__intro {
    color: var(--color-muted);
    font-size: 1.1rem;
    line-height: 1.65;
}

.od-principles__intro p:last-child,
.od-principle__text p:last-child {
    margin-bottom: 0;
}

.od-principles__list {
    counter-reset: od-principle;
    border-top: 1px solid #e6e8eb;
}

.od-principle {
    counter-increment: od-principle;
    display: grid;
    grid-template-columns: 110px minmax(220px, 2fr) minmax(0, 2fr);
    gap: 2rem;
    align-items: start;
    padding: clamp(2.25rem, 5vw, 3.625rem) 0;
    border-bottom: 1px solid #e6e8eb;
}

.od-principle__number {
    color: transparent;
    font-size: clamp(3.375rem, 7vw, 5.5rem);
    font-weight: 900;
    line-height: .85;
    letter-spacing: 0;
    -webkit-text-stroke: 1.5px rgba(228, 42, 26, .55);
    user-select: none;
}

.od-principle__number::before {
    content: counter(od-principle, decimal-leading-zero);
}

.od-principle__title-wrap {
    position: relative;
    min-width: 0;
    padding-top: .35rem;
}

.od-principle__title-wrap::before {
    content: "";
    display: block;
    width: 2.625rem;
    height: 4px;
    margin-bottom: 1.125rem;
    border-radius: 999px;
    background: var(--color-primary);
}

.od-principle__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: break-word;
    hyphens: auto;
}

.od-principle__text {
    min-width: 0;
    max-width: 760px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.od-principle__text a {
    color: var(--color-primary-text);
    font-weight: 700;
    text-underline-offset: 3px;
}

.od-principle__text a:hover,
.od-principle__text a:focus-visible {
    color: var(--color-primary-text);
}

.od-principle__text ul,
.od-principle__text ol {
    margin-top: .75rem;
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.od-principle__text li + li {
    margin-top: .35rem;
}

.od-principle--highlight {
    margin: 1.75rem -1.75rem;
    padding-inline: 1.75rem;
    border: 1px solid #f2d4d6;
    border-radius: 10px;
    background: #fff3f3;
}

.od-principle--highlight + .od-principle {
    border-top: 0;
}

.od-principles__cta {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    align-items: center;
    margin-top: 3rem;
    padding: 1.875rem 2.125rem;
    border-radius: 10px;
    background: var(--color-text);
    color: #ffffff;
}

.od-principles__cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 900;
    line-height: 1.1;
}

.od-principles__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .75rem 1.25rem;
    border-radius: 5px;
    background: var(--color-primary);
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease;
}

.od-principles__button:hover,
.od-principles__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

.od-buying-guide {
    color: var(--color-text);
    background: #f6f7f8;
}

.od-buying-guide--no-frame {
    background: transparent;
}

.od-buying-guide__inner {
    width: min(1200px, calc(100% - 3rem));
    margin: 0 auto;
}

.od-buying-guide__header {
    max-width: 760px;
    margin-bottom: clamp(3rem, 7vw, 5rem);
}

.od-buying-guide__eyebrow,
.od-buying-guide-step__kicker,
.od-buying-guide-ski-card__kicker {
    display: block;
    color: var(--color-primary-text);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-buying-guide__title {
    margin: .65rem 0 0;
    color: var(--color-text);
    font-size: clamp(2.625rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.od-buying-guide__intro {
    margin-top: 1.25rem;
    color: var(--color-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.od-buying-guide__intro p:last-child,
.od-buying-guide-step__text p:last-child,
.od-buying-guide-ski-card__text p:last-child {
    margin-bottom: 0;
}

.od-buying-guide__timeline {
    position: relative;
}

.od-buying-guide__timeline::before {
    content: "";
    position: absolute;
    top: .95rem;
    bottom: .95rem;
    left: 13px;
    width: 2px;
    background: #d9d9d9;
}

.od-buying-guide-step {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: clamp(3rem, 6vw, 4.375rem);
}

.od-buying-guide-step:last-child {
    margin-bottom: 0;
}

.od-buying-guide-step__dot {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 26px;
    border: 8px solid #f6f7f8;
    border-radius: 50%;
    background: var(--color-primary);
}

.od-buying-guide--no-frame .od-buying-guide-step__dot {
    border-color: #ffffff;
}

.od-buying-guide-step__content {
    min-width: 0;
}

.od-buying-guide-step__content--highlight {
    margin-top: -1rem;
    padding: clamp(1.5rem, 4vw, 2.2rem);
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #ffffff;
}

.od-buying-guide-step__kicker {
    margin-bottom: .5rem;
}

.od-buying-guide-step__title {
    margin: 0 0 1.25rem;
    color: var(--color-text);
    font-size: clamp(1.9rem, 4vw, 2.625rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
}

.od-buying-guide-step__text {
    max-width: 850px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.od-buying-guide-step__text a,
.od-buying-guide-ski-card__text a {
    color: var(--color-primary-text);
    font-weight: 700;
    text-underline-offset: 3px;
}

.od-buying-guide-step__text a:hover,
.od-buying-guide-step__text a:focus-visible,
.od-buying-guide-ski-card__text a:hover,
.od-buying-guide-ski-card__text a:focus-visible {
    color: var(--color-primary-text);
}

.od-buying-guide-ski-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 2.2rem 0;
}

.od-buying-guide-ski-card {
    padding: 1.5rem;
    border: 1px solid #e8e8e8;
    border-left: 5px solid var(--color-primary);
    border-radius: 8px;
    background: #fafafa;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.od-buying-guide-ski-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.od-buying-guide-ski-card__kicker {
    color: var(--color-secondary);
}

.od-buying-guide-ski-card__title {
    margin: .5rem 0 .75rem;
    color: var(--color-text);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.od-buying-guide-ski-card__text {
    color: var(--color-muted);
    font-size: .96rem;
    line-height: 1.6;
}

.od-buying-guide__cta {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    align-items: center;
    margin-top: clamp(3rem, 6vw, 4.375rem);
    padding: clamp(1.6rem, 4vw, 2.2rem) clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 12px;
    background: var(--color-text);
    color: #ffffff;
}

.od-buying-guide__cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 900;
    line-height: 1.1;
}

.od-buying-guide__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .9rem 1.75rem;
    border-radius: 5px;
    background: var(--color-primary);
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease;
}

.od-buying-guide__button:hover,
.od-buying-guide__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
.od-buying-guide-step__title {
        font-size: clamp(1.875rem, 7vw, 2.35rem);
    }

.od-buying-guide-ski-grid {
        grid-template-columns: 1fr;
    }

.od-buying-guide__cta {
        align-items: flex-start;
        flex-direction: column;
    }


}

@media (max-width: 620px) {
.od-buying-guide__inner {
        width: min(1200px, calc(100% - 2.25rem));
    }

.od-buying-guide__title {
        font-size: clamp(2.25rem, 11vw, 3.2rem);
    }

.od-buying-guide-step {
        gap: 1.25rem;
    }

.od-buying-guide-step__content--highlight {
        padding: 1.35rem;
    }

.od-buying-guide__button {
        width: 100%;
    }


}

@media (max-width: 767.98px) {
.od-principles__header {
        grid-template-columns: 1fr;
        gap: 1.375rem;
    }

.od-principle {
        grid-template-columns: 80px 1fr;
    }

.od-principle__text {
        grid-column: 2;
    }


}

@media (max-width: 620px) {
.od-principles__inner {
        width: min(1180px, calc(100% - 2.25rem));
    }

.od-principle {
        grid-template-columns: 1fr;
        gap: 1.125rem;
    }

.od-principle__number {
        font-size: 3.625rem;
    }

.od-principle__text {
        grid-column: auto;
    }

.od-principle--highlight {
        margin-inline: -.5rem;
        padding-inline: 1.125rem;
    }

.od-principles__cta {
        align-items: stretch;
        flex-direction: column;
        padding: 1.625rem 1.375rem;
    }

.od-principles__button {
        width: 100%;
    }


}

.od-address--no-frame .od-address__inner {
    width: 100%;
}

.od-address__card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: none;
}

.od-address__main {
    display: flex;
    flex-direction: column;
}

.od-address__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.65rem, 2.7vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

.od-address__subtitle {
    margin: .55rem 0 0;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.od-address__details {
    display: grid;
    gap: .9rem;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.od-address__detail {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 1.15rem;
}

.od-address__label {
    color: #6f6f73;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.45;
    text-transform: uppercase;
}

.od-address__value {
    display: grid;
    gap: .25rem;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.od-address__value strong {
    color: var(--color-text);
    font-weight: 800;
}

.od-address__value a {
    color: var(--color-primary-text);
    font-weight: 800;
    text-decoration: none;
}

.od-address__value a:hover {
    text-decoration: underline;
}

.od-address__button {
    align-self: flex-start;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding: .85rem 1.35rem;
    color: #ffffff;
    background: var(--color-primary);
    border-radius: 2px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, transform 180ms ease;
}

.od-address__button:hover {
    color: #ffffff;
    background: var(--color-primary-dark);
    transform: translateY(-1px);
}

.od-address__hours {
    display: grid;
    align-content: end;
    gap: 0;
    padding-left: clamp(1.5rem, 3vw, 2.75rem);
    border-left: 1px solid #eeeeee;
}

.od-address__hours-block {
    padding: 0 0 1.35rem;
    background: transparent;
    border-radius: 0;
}

.od-address__hours-block + .od-address__hours-block {
    padding-top: 1.35rem;
    border-top: 1px solid #eeeeee;
}

.od-address__hours-block--continuation {
    padding-top: 0;
}

.od-address__hours-block + .od-address__hours-block--continuation {
    padding-top: 0;
    border-top: 0;
}

.od-address__hours-title {
    margin: 0 0 .4rem;
    color: var(--color-text);
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
}

.od-address__hours-value {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
.od-address__card {
        grid-template-columns: 1fr;
    }

.od-address__hours {
        padding-top: 1.5rem;
        padding-left: 0;
        border-top: 1px solid #dfbfbc;
        border-left: 0;
    }


}

@media (max-width: 575.98px) {
.od-address__card {
        padding: 1.25rem;
    }

.od-address__detail {
        grid-template-columns: 1fr;
        gap: .25rem;
    }


}

@media (max-width: 1199.98px) {
.od-service-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

@media (max-width: 767.98px) {
.od-service-cards__grid,
    .od-service-cards--two-columns .od-service-cards__grid {
        grid-template-columns: 1fr;
    }

.od-service-cards--collapsible.is-collapsed .od-service-cards__card:nth-child(n+5) {
        display: none;
    }

.od-service-cards--collapsible .od-service-cards__toggle-wrap {
        display: flex;
    }

.od-service-cards__card {
        min-height: 0;
    }


}

.od-brand-slider__header {
    margin-bottom: 2rem;
    text-align: center;
}

.od-brand-slider__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    line-height: 1.2;
    font-weight: 800;
}

.od-brand-slider__subtitle {
    max-width: 48rem;
    margin: 0.75rem auto 0;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.od-brand-slider__viewport {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.od-brand-slider__track {
    display: flex;
    width: max-content;
    gap: clamp(1.5rem, 4vw, 4rem);
    animation: od-brand-slider-marquee 56s linear infinite;
    will-change: transform;
}

.od-brand-slider__viewport:hover .od-brand-slider__track {
    animation-play-state: paused;
}

.od-brand-slider__item {
    flex: 0 0 auto;
    width: clamp(140px, 13vw, 220px);
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.od-brand-slider__image {
    display: block;
    width: 100%;
    max-height: 86px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.od-brand-slider__item:hover .od-brand-slider__image {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.od-seo-text-block {
    background: #dbeafe;
    border-top: 1px solid #dfbfbc;
    border-bottom: 1px solid #dfbfbc;
    padding: 64px 1.5rem 65px;
}

.od-seo-text-block__container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
}

.od-seo-text-block__title {
    margin: 0 0 24px;
    color: #191c1d;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.od-seo-text-block__eyebrow {
    margin: 0 0 0.75rem;
    color: var(--color-primary-text);
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.od-seo-text-block__subheader {
    max-width: 42rem;
    margin: -0.5rem auto 1.25rem;
    color: #6a0109;
    font-size: 1.08rem;
    line-height: 1.5;
    font-weight: 600;
}

.od-seo-text-block__body {
    color: #6a0109;
    font-size: 16px;
    line-height: 1.625;
}

.od-seo-text-block__body p {
    margin: 0;
}

.od-seo-text-block__body p + p {
    margin-top: 0.35rem;
}

.od-seo-text-block + .od-background-text,
.od-seo-text-block + .od-heading-font--alex-brush > .od-background-text,
.od-heading-font--alex-brush:has(> .od-seo-text-block) + .od-background-text,
.od-heading-font--alex-brush:has(> .od-seo-text-block) + .od-heading-font--alex-brush > .od-background-text {
    margin-top: clamp(1.5rem, 3vw, 3rem);
}

.od-background-text {
    position: relative;
    min-height: clamp(500px, 45vw, 680px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #191c1d;
    isolation: isolate;
}

.od-background-text__media,
.od-background-text__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.od-background-text__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-background-text__overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(14, 16, 18, 0.44) 0%, rgba(14, 16, 18, 0.28) 48%, rgba(14, 16, 18, 0.06) 100%),
        linear-gradient(180deg, rgba(14, 16, 18, 0.04) 0%, rgba(14, 16, 18, 0.34) 100%);
}

.od-background-text__container {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: clamp(3.5rem, 6vw, 5.75rem) clamp(1.25rem, 4vw, 3.5rem);
}

.od-background-text__layout {
    display: grid;
    grid-template-columns: minmax(21rem, 0.78fr) minmax(12rem, 0.38fr) minmax(22rem, 0.7fr);
    gap: clamp(1.5rem, 3.5vw, 4rem);
    align-items: center;
}

.od-background-text__eyebrow {
    margin: 0 0 0.85rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.od-background-text__headline {
    max-width: 10.5ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 7.2vw, 6rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.od-background-text__headline em,
.od-background-text__headline strong {
    color: var(--color-primary);
    font-style: normal;
}

.od-background-text__copy-card {
    grid-column: 3;
    max-width: 34rem;
    border-left: 4px solid var(--color-primary);
    padding: clamp(1.2rem, 2.1vw, 1.9rem) clamp(1.35rem, 2.6vw, 2.4rem);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.od-background-text__body {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.98rem, 1.12vw, 1.12rem);
    line-height: 1.5;
    font-weight: 400;
}

.od-background-text__body p {
    margin: 0;
}

.od-background-text__body p + p {
    margin-top: 0.65rem;
}

.od-background-text__body strong,
.od-background-text__body b {
    color: #ffffff;
    font-weight: 800;
}

.od-background-text__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: clamp(2rem, 4vw, 3rem);
}

.od-background-text__button,
.od-background-text__link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.od-background-text__button {
    min-height: 54px;
    padding: 1rem 1.5rem;
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
}

.od-background-text__button:hover,
.od-background-text__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-background-text__link {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.85rem;
}

.od-background-text__link:hover,
.od-background-text__link:focus-visible {
    color: #ffffff;
}

@media (max-width: 767.98px) {
.od-seo-text-block {
        padding: 48px 1rem;
    }

.od-seo-text-block__container {
        padding: 0;
    }

.od-seo-text-block__title {
        font-size: 28px;
    }


}

@media (max-width: 991.98px) {
.od-background-text {
        min-height: auto;
    }

.od-background-text__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

.od-background-text__headline {
        max-width: 12ch;
    }

.od-background-text__copy-card {
        grid-column: auto;
        max-width: 100%;
    }


}

@media (max-width: 575.98px) {
.od-background-text__container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

.od-background-text__copy-card {
        padding: 1.25rem;
    }

.od-background-text__actions {
        align-items: stretch;
        flex-direction: column;
    }

.od-background-text__button,
    .od-background-text__link {
        justify-content: center;
    }


}

@keyframes od-brand-slider-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
.od-brand-slider__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }


}

.od-booking-strip {
    margin-top: -3.75rem;
    position: relative;
    z-index: 12;
}

.od-booking-strip__container {
    padding-left: clamp(2.5rem, 6.5vw, 8rem);
    padding-right: clamp(2.5rem, 6.5vw, 8rem);
}

.od-booking-strip__inner {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e4e4e7;
    border-radius: 4px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.od-booking-strip__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.od-booking-strip__title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--color-text);
}

.od-booking-strip__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(227, 6, 19, 0.1);
    color: var(--color-primary-text);
    font-size: 0.875rem;
    font-weight: 700;
}

.od-booking-strip__form {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(150px, 1fr)) minmax(135px, 0.8fr) repeat(2, minmax(104px, 0.58fr)) minmax(150px, 0.9fr) minmax(190px, 1fr);
    align-items: end;
}

.od-booking-strip__form--bike {
    grid-template-columns: repeat(2, minmax(180px, 1.15fr)) minmax(150px, 0.8fr) minmax(180px, 1fr) minmax(220px, 1fr);
}

.od-booking-strip__field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.od-booking-strip__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #59595b;
    margin-left: 0.25rem;
}

.od-booking-strip__field input,
.od-booking-strip__field select {
    height: 50px;
    min-height: 50px;
    border: 1px solid #dfbfbc;
    border-radius: 2px;
    padding: 0.75rem 0.8rem;
    font-size: 0.95rem;
    color: var(--color-text);
    background: #fff;
}

.od-booking-strip__field .flatpickr-input {
    background: #ffffff;
}

.od-booking-strip__counter {
    display: grid;
    grid-template-columns: 40px minmax(36px, 1fr) 40px;
    height: 50px;
    border: 1px solid #dfbfbc;
    background: #ffffff;
}

.od-booking-strip__counter-btn {
    border: 0;
    background: #f5f5f5;
    color: var(--color-text);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
}

.od-booking-strip__counter-btn:hover,
.od-booking-strip__counter-btn:focus-visible {
    background: #eeeeee;
}

.od-booking-strip__counter-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #dfbfbc;
    border-right: 1px solid #dfbfbc;
    font-weight: 700;
}

.od-booking-strip__children-ages {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.od-booking-strip__submit {
    height: 50px;
    min-height: 50px;
    width: 100%;
    border: 0;
    padding: 0.75rem 1rem;
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    align-self: end;
}

.od-booking-strip__submit:hover,
.od-booking-strip__submit:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

@media (max-width: 1250px) {
.od-booking-strip__form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

.od-booking-strip__submit {
        grid-column: 2;
    }

.od-booking-strip__children-ages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


}

@media (max-width: 767.98px) {
.od-booking-strip {
        margin-top: -1.5rem;
    }

.od-booking-strip__container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.od-booking-strip__head {
        flex-direction: column;
        align-items: flex-start;
    }

.od-booking-strip__form {
        grid-template-columns: 1fr;
    }

.od-booking-strip__submit {
        grid-column: auto;
    }

.od-booking-strip__children-ages {
        grid-template-columns: 1fr;
    }


}

.od-leaflet-ce__map {
    width: 100%;
    min-height: 320px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.od-leaflet-marker {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #6a0109;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.od-leaflet-popup__title {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.od-leaflet-popup__text {
    margin-bottom: 0.35rem;
    line-height: 1.45;
}

.od-leaflet-popup a {
    color: var(--color-primary-text);
    text-decoration: underline;
}

.od-prefooter-boxes {
    background: linear-gradient(90deg, #6a0109 0%, #6a0109 100%);
}

.od-prefooter-boxes__title {
    margin: 0 0 2rem;
    color: #ffffff;
    text-align: center;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.2;
    font-weight: 700;
}

.od-prefooter-boxes__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.od-prefooter-boxes__item {
    min-height: 90px;
    border-radius: 4px;
    border: 1px solid rgba(63, 63, 70, 0.5);
    background: rgba(39, 39, 42, 0.5);
    padding: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
}

.od-prefooter-boxes__item:hover {
    border-color: rgba(120, 120, 130, 0.75);
    background: rgba(58, 58, 62, 0.55);
}

.od-prefooter-boxes__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.od-prefooter-boxes__label {
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
.od-prefooter-boxes__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }


}

@media (max-width: 767.98px) {
.od-prefooter-boxes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

/* Bootfitting content elements */
.od-bootfitting-container {
    width: min(calc(100% - 3rem), 1280px);
    margin-inline: auto;
}

.od-bootfitting-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-primary-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.od-bootfitting-eyebrow::before {
    content: "";
    width: 2.75rem;
    height: 3px;
    background: currentColor;
}

.od-bootfitting-eyebrow--light {
    color: #fff;
}

.od-bootfitting-btn {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0 1.375rem;
    border: 1px solid transparent;
    border-radius: 2px;
    background: var(--color-primary);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.od-bootfitting-btn:hover,
.od-bootfitting-btn:focus {
    background: var(--color-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

.od-bootfitting-btn--white {
    background: #fff;
    color: var(--color-text);
}

.od-bootfitting-btn--white:hover,
.od-bootfitting-btn--white:focus {
    background: #f4f4f5;
    color: var(--color-text);
}

.od-bootfitting-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #6a0109;
}

.od-bootfitting-hero__media,
.od-bootfitting-hero__overlay,
.od-bootfitting-cta__media,
.od-bootfitting-cta__overlay {
    position: absolute;
    inset: 0;
}

.od-bootfitting-hero__image,
.od-bootfitting-cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-bootfitting-hero__image {
    object-position: center 42%;
}

.od-bootfitting-hero__overlay {
    background:
        linear-gradient(90deg, rgba(13, 17, 19, 0.82), rgba(13, 17, 19, 0.38)),
        linear-gradient(transparent 70%, rgba(0, 0, 0, 0.42));
    z-index: 1;
}

.od-bootfitting-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5.5rem 0 8.25rem;
}

.od-bootfitting-hero__copy {
    max-width: 820px;
}

.od-bootfitting-hero h1 {
    max-width: 900px;
    margin: 1.125rem 0 1.375rem;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.75rem, 6.3vw, 5.125rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.od-bootfitting-hero__lead {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.55;
}

.od-bootfitting-hero__lead p,
.od-bootfitting-section__intro p,
.od-bootfitting-intro__text p,
.od-bootfitting-step__text p,
.od-bootfitting-solution__text p,
.od-bootfitting-audience__text p,
.od-bootfitting-cta__text p,
.od-bootfitting-faq__text p {
    margin: 0;
}

.od-bootfitting-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.125rem;
}

.od-bootfitting-booking-wrap {
    position: relative;
    z-index: 3;
    margin-top: -4.625rem;
}

.od-bootfitting-booking {
    padding: 1.75rem;
    background: #fff;
    border: 1px solid #dfbfbc;
    border-radius: 8px;
    box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.25);
}

.od-bootfitting-booking__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.375rem;
}

.od-bootfitting-booking h2 {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.od-bootfitting-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3125rem 0.75rem;
    border-radius: 999px;
    background: rgba(228, 42, 26, 0.1);
    color: var(--color-primary-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.od-bootfitting-booking__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 1.125rem;
    align-items: end;
}

.od-bootfitting-field label {
    display: block;
    margin-bottom: 0.4375rem;
    color: var(--color-muted);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.od-bootfitting-field__box {
    min-height: 3.125rem;
    display: flex;
    align-items: center;
    padding: 0 0.9375rem;
    border: 1px solid #dfbfbc;
    border-radius: 2px;
    background: #fff;
    color: var(--color-muted);
}

.od-bootfitting-section {
    padding: 6.5rem 0;
    background: #fff;
}

.od-bootfitting-section--soft {
    background: #f7f7f7;
}

.od-bootfitting-section--dark {
    background: #191b1d;
    color: #fff;
}

.od-bootfitting-section--no-frame {
    padding-block: 0;
}

.od-bootfitting-section__head {
    max-width: 780px;
    margin-bottom: 3.25rem;
}

.od-bootfitting-section__head--center {
    margin-inline: auto;
    text-align: center;
}

.od-bootfitting-section__head--center .od-bootfitting-eyebrow {
    justify-content: center;
}

.od-bootfitting-section__head h2,
.od-bootfitting-intro__copy h2,
.od-bootfitting-cta h2 {
    margin: 0.75rem 0 1rem;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.375rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.od-bootfitting-section__intro,
.od-bootfitting-intro__text,
.od-bootfitting-step__text,
.od-bootfitting-audience__text,
.od-bootfitting-faq__text {
    color: var(--color-muted);
}

.od-bootfitting-section__intro,
.od-bootfitting-intro__text {
    font-size: 1.125rem;
}

.od-bootfitting-section--dark .od-bootfitting-section__intro {
    color: rgba(255, 255, 255, 0.72);
}

.od-bootfitting-intro {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4.5rem;
    align-items: center;
}

.od-bootfitting-intro__copy h2 {
    margin-top: 0.875rem;
}

.od-bootfitting-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem 1.375rem;
    margin: 1.875rem 0 0;
    padding: 0;
    list-style: none;
}

.od-bootfitting-checks li {
    position: relative;
    padding-left: 1.875rem;
    color: var(--color-text);
    font-weight: 700;
}

.od-bootfitting-checks li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
}

.od-bootfitting-intro__media {
    position: relative;
}

.od-bootfitting-intro__image {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 4px;
}

.od-bootfitting-intro__note {
    position: absolute;
    left: -2.125rem;
    bottom: 1.875rem;
    width: min(330px, 80%);
    padding: 1.375rem;
    background: #fff;
    border-left: 4px solid var(--color-primary);
    box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.25);
}

.od-bootfitting-intro__note strong {
    display: block;
    margin-bottom: 0.4375rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.2;
}

.od-bootfitting-intro__note p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.875rem;
}

.od-bootfitting-process {
    display: grid;
    gap: 1.5rem;
    counter-reset: bootfitting-step;
}

.od-bootfitting-step {
    display: grid;
    grid-template-columns: 120px minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 280px;
    background: #fff;
    border: 1px solid #dfbfbc;
    overflow: hidden;
    counter-increment: bootfitting-step;
}

.od-bootfitting-step:nth-child(even) {
    grid-template-columns: 120px minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.od-bootfitting-step__number {
    display: grid;
    place-items: center;
    color: var(--color-primary-text);
    background: #fafafa;
    border-right: 1px solid #dfbfbc;
    font-family: Inter, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
}

.od-bootfitting-step__number::before,
.od-bootfitting-solution__icon::before,
.od-bootfitting-audience__index::before {
    content: counter(bootfitting-step, decimal-leading-zero);
}

.od-bootfitting-step__content {
    align-self: center;
    padding: 2.625rem;
}

.od-bootfitting-step__content h3 {
    margin: 0 0 0.875rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.od-bootfitting-step__media {
    width: 100%;
    min-height: 280px;
    height: 100%;
    object-fit: cover;
}

.od-bootfitting-step:nth-child(even) .od-bootfitting-step__content {
    order: 3;
}

.od-bootfitting-step:nth-child(even) .od-bootfitting-step__media {
    order: 2;
}

.od-bootfitting-solutions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.375rem;
    counter-reset: bootfitting-step;
}

.od-bootfitting-solution {
    flex: 0 1 calc((100% - 4.125rem) / 4);
    position: relative;
    min-height: 340px;
    padding: 1.875rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
    counter-increment: bootfitting-step;
}

.od-bootfitting-solution::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--color-primary);
    transform: scaleX(0.2);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.od-bootfitting-solution:hover::before {
    transform: scaleX(1);
}

.od-bootfitting-solution__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    margin-bottom: 2.75rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.od-bootfitting-solution h3 {
    margin: 0 0 0.75rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.od-bootfitting-solution__text {
    color: rgba(255, 255, 255, 0.72);
}

.od-bootfitting-solution__link {
    margin-top: 1.5rem;
}

.od-bootfitting-audience {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #dfbfbc;
    counter-reset: bootfitting-step;
}

.od-bootfitting-audience__item {
    padding: 2.125rem;
    border-right: 1px solid #dfbfbc;
    counter-increment: bootfitting-step;
}

.od-bootfitting-audience__item:last-child {
    border-right: 0;
}

.od-bootfitting-audience__index {
    display: block;
    margin-bottom: 2.25rem;
    color: var(--color-primary-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
}

.od-bootfitting-audience__item h3 {
    margin: 0 0 0.75rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.2;
}

.od-bootfitting-brands {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #dfbfbc;
    border-left: 1px solid #dfbfbc;
}

.od-bootfitting-brand-tile {
    min-height: 130px;
    display: grid;
    place-items: center;
    padding: 1.75rem;
    background: #fff;
    border-right: 1px solid #dfbfbc;
    border-bottom: 1px solid #dfbfbc;
}

.od-bootfitting-brand-tile__logo {
    width: min(100%, 11rem);
    max-height: 4.25rem;
    object-fit: contain;
}

.od-bootfitting-cta {
    position: relative;
    overflow: hidden;
    padding: 5.375rem 0;
    color: #fff;
    background: var(--color-primary);
}

.od-bootfitting-cta__overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(228, 42, 26, 0.95), rgba(180, 0, 10, 0.9));
}

.od-bootfitting-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2.625rem;
    align-items: center;
}

.od-bootfitting-cta h2 {
    margin-top: 0;
}

.od-bootfitting-cta__text {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.125rem;
}

.od-bootfitting-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.375rem;
    margin-top: 1.125rem;
    font-weight: 700;
}

.od-bootfitting-cta__text a,
.od-bootfitting-contact-row a,
.od-bootfitting-cta__text a:hover,
.od-bootfitting-contact-row a:hover,
.od-bootfitting-cta__text a:focus-visible,
.od-bootfitting-contact-row a:focus-visible {
    color: white!important;
}

.od-bootfitting-contact-row a {
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.od-bootfitting-calendly-modal .modal-dialog {
    height: calc(100vh - 3rem);
    margin-block: 1.5rem;
}

.od-bootfitting-calendly-modal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.od-bootfitting-calendly-modal .modal-header {
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid #dfbfbc;
}

.od-bootfitting-calendly-modal .modal-title {
    margin: 0;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.od-bootfitting-calendly-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.od-bootfitting-calendly {
    position: relative;
    width: 100%;
    min-width: min(320px, 100%);
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.od-bootfitting-calendly iframe {
    width: 100%;
    height: 100%;
}

.od-bootfitting-calendly__loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1rem;
    padding: 2rem;
    background: #fff;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}

.od-bootfitting-calendly__spinner {
    width: 3rem;
    height: 3rem;
    border: 4px solid #e5e7eb;
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: od-bootfitting-spin 0.8s linear infinite;
}

.od-bootfitting-calendly.is-loaded .od-bootfitting-calendly__loader {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.od-bootfitting-calendly.has-error .od-bootfitting-calendly__spinner {
    display: none;
}

.od-bootfitting-calendly.has-error .od-bootfitting-calendly__loader span:last-child {
    font-size: 0;
}

.od-bootfitting-calendly.has-error .od-bootfitting-calendly__loader span:last-child::after {
    content: "Die Terminbuchung konnte nicht geladen werden. Bitte versuchen Sie es später erneut.";
    font-size: 1rem;
}

@keyframes od-bootfitting-spin {
    to {
        transform: rotate(360deg);
    }
}

.od-bootfitting-faq {
    max-width: 880px;
    margin-inline: auto;
    border-top: 1px solid #dfbfbc;
}

.od-bootfitting-faq details {
    border-bottom: 1px solid #dfbfbc;
}

.od-bootfitting-faq summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 1.625rem 3.375rem 1.625rem 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
}

.od-bootfitting-faq summary::-webkit-details-marker {
    display: none;
}

.od-bootfitting-faq summary::after {
    content: "+";
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
}

.od-bootfitting-faq details[open] summary::after {
    content: "\2212";
}

.od-bootfitting-faq__text {
    max-width: 760px;
    margin: -0.3125rem 0 1.625rem;
}

@media (max-width: 1050px) {
.od-bootfitting-audience {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

.od-bootfitting-solution {
        flex-basis: calc((100% - 1.375rem) / 2);
    }

.od-bootfitting-audience__item:nth-child(2n) {
        border-right: 0;
    }

.od-bootfitting-audience__item:nth-child(-n+2) {
        border-bottom: 1px solid #dfbfbc;
    }

.od-bootfitting-step,
    .od-bootfitting-step:nth-child(even) {
        grid-template-columns: 88px minmax(0, 1fr);
    }

.od-bootfitting-step__media,
    .od-bootfitting-step:nth-child(even) .od-bootfitting-step__media {
        grid-column: 1 / -1;
        order: 3;
        height: 300px;
    }

.od-bootfitting-step:nth-child(even) .od-bootfitting-step__content {
        order: 2;
    }


}

@media (max-width: 780px) {
.od-bootfitting-container {
        width: min(calc(100% - 2rem), 1280px);
    }

.od-bootfitting-hero {
        min-height: 610px;
    }

.od-bootfitting-hero__inner {
        padding: 4.5rem 0 8rem;
    }

.od-bootfitting-booking-wrap {
        margin-top: -3.625rem;
    }

.od-bootfitting-booking {
        padding: 1.375rem;
    }

.od-bootfitting-booking__top {
        align-items: flex-start;
        flex-direction: column;
    }

.od-bootfitting-booking__body {
        grid-template-columns: 1fr;
    }

.od-bootfitting-booking__body .od-bootfitting-btn {
        width: 100%;
    }

.od-bootfitting-section {
        padding: 4.875rem 0;
    }

.od-bootfitting-section--no-frame {
        padding-block: 0;
    }

.od-bootfitting-intro,
    .od-bootfitting-cta__inner {
        grid-template-columns: 1fr;
        gap: 2.375rem;
    }

.od-bootfitting-intro__media {
        padding-left: 1.125rem;
    }

.od-bootfitting-intro__note {
        left: 0;
    }

.od-bootfitting-checks,
    .od-bootfitting-audience {
        grid-template-columns: 1fr;
    }

.od-bootfitting-solution {
        flex-basis: 100%;
    }

.od-bootfitting-audience__item {
        border-right: 0;
        border-bottom: 1px solid #dfbfbc;
    }

.od-bootfitting-audience__item:last-child {
        border-bottom: 0;
    }

.od-bootfitting-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

@media (max-width: 520px) {
.od-bootfitting-hero h1 {
        font-size: 2.6875rem;
    }

.od-bootfitting-hero__actions .od-bootfitting-btn {
        width: 100%;
    }

.od-bootfitting-step,
    .od-bootfitting-step:nth-child(even) {
        grid-template-columns: 64px minmax(0, 1fr);
    }

.od-bootfitting-step__number {
        font-size: 2.375rem;
    }

.od-bootfitting-step__content {
        padding: 1.75rem 1.375rem;
    }

.od-bootfitting-step__content h3 {
        font-size: 1.4375rem;
    }

.od-bootfitting-brand-tile__logo {
        width: min(100%, 9rem);
        max-height: 3.5rem;
    }

.od-bootfitting-calendly-modal .modal-header {
        padding: 1.25rem;
    }

.od-bootfitting-calendly-modal .modal-dialog {
        height: calc(100vh - 1rem);
        margin: 0.5rem;
    }


}

/* Figma-oriented finishing layer */
.od-booking-strip { background: #6a0109; color: #fff; padding: clamp(2rem, 5vw, 4rem) 0; }
.od-booking-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.od-booking-strip__copy { color: rgba(255,255,255,.72); margin: .5rem 0 0; }
.od-booking-strip__submit { flex: 0 0 auto; border-radius: .75rem; }
.icc-productsteaser__card, .od-shop-bento__card,
.od-principle, .od-snowboard-boot-card, .od-buying-guide-ski-card,
.od-address__card, .od-bootfitting-solution, .od-bootfitting-brand-tile {
    border-radius: .75rem;
    border-color: #e1e3e4;
}
.od-background-text__copy-card, .od-bootfitting-booking { border-radius: .75rem; backdrop-filter: blur(12px); }
.od-bootfitting-section--dark { background: #6a0109; }
.od-bootfitting-eyebrow, .od-buying-guide__eyebrow, .od-principles__eyebrow,
.od-snowboard-boots__eyebrow, .od-seo-text-block__eyebrow, .icc-productsteaser__eyebrow,
.od-promo-text-image__label, .od-shop-bento__kicker, .od-kicker { color: var(--color-primary-text); }
.od-bootfitting-section--dark .od-bootfitting-eyebrow,
.od-bootfitting-eyebrow--light { color: #fff; }
.od-leaflet-ce__map { border-radius: .75rem; overflow: hidden; }
@media (max-width: 767.98px) {
    .od-booking-strip__inner { align-items: stretch; flex-direction: column; }
    .od-booking-strip__submit { width: 100%; }
}

/* Hotel Troschana finishing layer — Figma nodes 6:2, 6:190 and 6:387. */
:is(
    .od-step-timeline,
    .od-editorial--light,
    .od-buying-guide,
    .od-principles,
    .od-snowboard-boots,
    .od-service-cards,
    .od-address,
    .od-bootfitting-section
) {
    color: var(--color-text);
}

:is(
    .od-step-timeline--dark,
    .od-editorial--dark,
    .od-bootfitting-section--dark,
    .od-booking-strip,
    .od-promo-text-image--bg-2
) {
    background-color: var(--color-primary);
    color: #ffffff;
}

:is(
    .od-editorial--soft,
    .od-bootfitting-section--soft,
    .od-prefooter-boxes,
    .od-background-text,
    .od-seo-text-block
) {
    background-color: var(--color-mist);
}

:is(
    .od-step-timeline__title,
    .od-editorial__title,
    .od-buying-guide__title,
    .od-principles__title,
    .od-snowboard-boots__title,
    .od-service-cards__title,
    .od-address__title,
    .od-promo-text-image__title,
    .od-background-text__headline,
    .od-seo-text-block__title,
    .od-shop-bento__title,
    .od-booking-strip__title,
    .od-bootfitting-section__head h2,
    .od-bootfitting-hero h1
) {
    font-family: "Libre Caslon Text", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
}

:is(
    .icc-productsteaser__card,
    .od-editorial-media-card,
    .od-editorial-category-card,
    .od-shop-bento__card,
    .od-principle,
    .od-snowboard-boot-card,
    .od-buying-guide-ski-card,
    .od-address__card,
    .od-service-cards__card,
    .od-bootfitting-solution,
    .od-bootfitting-brand-tile,
    .od-prefooter-boxes__item
) {
    overflow: hidden;
    border-color: var(--color-border);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-soft);
}

:is(
    .od-booking-strip__submit,
    .od-address__button,
    .od-background-text__button,
    .od-buying-guide__button,
    .od-principles__button,
    .od-shop-bento__button,
    .od-promo-text-image__button,
    .od-bootfitting-btn
) {
    border-radius: 0.25rem;
}

.od-service-cards__card {
    background: #ffffff;
    color: var(--color-text);
}

.od-service-cards__card :is(h2, h3, h4, p, li) {
    color: inherit;
}

.od-booking-strip__field :is(input, select),
.od-booking-strip__counter {
    border-radius: 0.25rem;
}

.od-leaflet-ce__map {
    border-radius: 0.5rem;
    box-shadow: var(--shadow-soft);
}

:is(
    .od-booking-strip__submit,
    .od-address__button,
    .od-background-text__button,
    .od-buying-guide__button,
    .od-principles__button,
    .od-shop-bento__button--primary,
    .od-promo-text-image__button,
    .od-bootfitting-btn
) {
    color: var(--color-on-primary);
}

:is(
    .od-booking-strip__submit,
    .od-address__button,
    .od-background-text__button,
    .od-buying-guide__button,
    .od-principles__button,
    .od-shop-bento__button--primary,
    .od-promo-text-image__button,
    .od-bootfitting-btn
):is(:hover, :focus-visible) {
    color: var(--color-on-primary);
}
