.wine-storage-page {
        max-width: 1200px;
        margin: 0 auto;
        color: #27292b;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 400;
}

.wine-storage-page * {
        box-sizing: border-box;
}

.wine-storage-intro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 32px;
        align-items: start;
        padding: 24px 0 32px;
        border-top: 1px solid #d8d8d8;
}

.wine-storage-kicker {
        margin-bottom: 8px;
        color: #6e0c0e;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
}

.wine-storage-title {
        margin: 0 0 16px;
        color: #6e0c0e;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
}

.wine-storage-lede {
        max-width: 640px;
        margin: 0 0 20px;
        color: #27292b;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
}

.wine-storage-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
}

.wine-storage-button-primary,
.wine-storage-button-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0 24px;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
}

.wine-storage-button-primary {
        background: #6e0c0e;
        border: 1px solid #6e0c0e;
        color: #faf8f8;
}

.wine-storage-page a.wine-storage-button-primary,
.wine-storage-page .wine-storage-button-primary.ui-link,
.wine-storage-page a.wine-storage-button-primary:link,
.wine-storage-page a.wine-storage-button-primary:visited,
.wine-storage-page a.wine-storage-button-primary:hover,
.wine-storage-page a.wine-storage-button-primary:focus,
.wine-storage-page a.wine-storage-button-primary:active {
        color: #faf8f8 !important;
        text-decoration: none;
}

.wine-storage-button-primary:hover,
.wine-storage-button-primary:focus {
        background: #8b3d3e;
        color: #faf8f8;
        text-decoration: none;
}

.wine-storage-button-secondary {
        background: #ffffff;
        border: 1px solid #27292b;
        color: #27292b;
}

.wine-storage-button-secondary:hover,
.wine-storage-button-secondary:focus {
        color: #27292b;
        text-decoration: underline;
        text-underline-offset: 2px;
}

.wine-storage-page a.wine-storage-button-secondary,
.wine-storage-page .wine-storage-button-secondary.ui-link,
.wine-storage-page a.wine-storage-button-secondary:link,
.wine-storage-page a.wine-storage-button-secondary:visited,
.wine-storage-page a.wine-storage-button-secondary:hover,
.wine-storage-page a.wine-storage-button-secondary:focus,
.wine-storage-page a.wine-storage-button-secondary:active {
        color: #27292b !important;
}

.wine-storage-partner-card,
.wine-storage-card,
.wine-storage-detail {
        background: #ffffff;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
}

.wine-storage-partner-card {
        padding: 24px;
        background: #faf8f8;
}

.wine-storage-partner-card img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 16px;
}

.wine-storage-partner-label {
        margin: 0 0 8px;
        color: #27292b;
        font-size: 14px;
        font-weight: 700;
}

.wine-storage-partner-copy {
        margin: 0;
        color: rgba(39, 41, 43, .6);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
}

.wine-storage-section {
        padding: 32px 0;
        border-top: 1px solid #d8d8d8;
}

.wine-storage-section-header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
}

.wine-storage-section-title {
        margin: 0;
        color: #27292b;
        font-size: 18px;
        font-weight: 700;
}

.wine-storage-section-note {
        margin: 0;
        color: rgba(39, 41, 43, .6);
        font-size: 13px;
        font-weight: 400;
}

.wine-storage-card-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
}

.wine-storage-card-grid--three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wine-storage-card {
        min-width: 0;
        padding: 24px;
}

.wine-storage-card-eyebrow {
        display: block;
        margin-bottom: 8px;
        color: rgba(39, 41, 43, .6);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
}

.wine-storage-card-title {
        margin: 0 0 12px;
        color: #27292b;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
}

.wine-storage-card-copy {
        margin: 0;
        color: #27292b;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.55;
}

.wine-storage-card-copy + .wine-storage-card-copy {
        margin-top: 8px;
}

.wine-storage-rate-row {
        display: flex;
        align-items: baseline;
        gap: 8px;
        margin-bottom: 12px;
}

.wine-storage-rate-value {
        color: #27292b;
        font-size: 22px;
        font-weight: 800;
        line-height: 1;
}

.wine-storage-rate-unit {
        color: rgba(39, 41, 43, .6);
        font-size: 13px;
        font-weight: 400;
}

.wine-storage-locker-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 32px;
        align-items: center;
}

.wine-storage-locker-stack {
        position: relative;
        min-height: 260px;
}

.wine-storage-locker-stack img {
        position: absolute;
        width: 275px;
        height: auto;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
        background: #ffffff;
}

.wine-storage-locker-stack img:first-child {
        right: 0;
        top: 0;
}

.wine-storage-locker-stack img:last-child {
        left: 0;
        bottom: 0;
}

.wine-storage-detail {
        display: grid;
        gap: 16px;
        padding: 24px;
        background: #faf8f8;
}

.wine-storage-detail p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.65;
}

.wine-storage-feature-list {
        margin: 0;
        padding-left: 18px;
        color: #27292b;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.55;
}

.wine-storage-feature-list li {
        margin-bottom: 8px;
}

.wine-storage-location-list {
        display: grid;
        gap: 16px;
}

.wine-storage-location {
        padding: 20px;
        background: #ffffff;
        border: 1px solid #d8d8d8;
        border-radius: 4px;
}

.wine-storage-location h3 {
        margin: 0 0 8px;
        color: #27292b;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.35;
}

.wine-storage-location p {
        margin: 0;
        color: #27292b;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.55;
}

.wine-storage-location p + p {
        margin-top: 10px;
}

@media (max-width: 700px) {
        .wine-storage-intro,
        .wine-storage-locker-layout {
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .wine-storage-title {
            font-size: 22px;
        }

        .wine-storage-lede {
            font-size: 15px;
        }

        .wine-storage-actions {
            align-items: stretch;
            flex-direction: column;
        }

        .wine-storage-button-primary,
        .wine-storage-button-secondary {
            width: 100%;
        }

        .wine-storage-section-header {
            display: block;
        }

        .wine-storage-section-note {
            margin-top: 4px;
        }

        .wine-storage-card-grid {
            grid-template-columns: 1fr;
        }

        .wine-storage-card,
        .wine-storage-partner-card,
        .wine-storage-detail {
            padding: 20px;
        }

        .wine-storage-locker-stack {
            min-height: auto;
            display: grid;
            gap: 12px;
        }

        .wine-storage-locker-stack img {
            position: static;
            width: 100%;
            max-width: 360px;
            margin: 0 auto;
        }
}
