/* =============
===============================
   Custom Page Sections — Delivery & In-Season
   ============================================ */

/* Shared section background */
.sec-bg-cream {
    background-color: #f5f3ee;
}

.sec-bg-white {
    background-color: #fff;
}

.sec-bg-warm {
    background-color: #fef9f1;
}

/* Section vertical padding */
.sec-pad {
    padding-top: clamp(40px, 6vw, 80px);
    padding-bottom: clamp(40px, 6vw, 80px);
}

.sec-pad-bottom {
    padding-bottom: clamp(30px, 5vw, 60px);
}

.sec-pad-sm {
    padding-top: clamp(20px, 4vw, 50px);
    padding-bottom: clamp(30px, 5vw, 60px);
}

/* ---- Delivery Info Section ---- */
.delivery-heading {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    line-height: 1.3;
    color: #2c3e2d;
    width: 61%;
    display: inline-block;
}

.delivery-info-box {
    background: #f8f3eb;
    border-radius: 16px;
    padding: clamp(24px, 4vw, 40px) clamp(20px, 5vw, 50px);
}

.delivery-text {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #3a3a3a;
    line-height: 1.7;
}

.delivery-highlight {
    color: #e07b39;
    font-weight: 600;
}

.delivery-place {
    color: #052416;
}

/* ---- Contact Cards ---- */
.delivery-contact-sec {
    padding: clamp(50px, 5vw, 90px) 0;
}

.delivery-contact-card {
    background: #fff;
    border-radius: 20px;
    padding: clamp(30px, 5vw, 50px) clamp(20px, 4vw, 40px);
    height: 100%;
}

.delivery-contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.3rem;
}

.delivery-contact-icon.icon-green {
    background: #d4ede3;
    color: #2c6e49;
}

.delivery-contact-icon.icon-peach {
    background: #f5ddd4;
    color: #c0622a;
}

.delivery-contact-label {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: #3a3a3a;
    margin-bottom: 10px;
}

.delivery-contact-link {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #c0622a;
    font-weight: 600;
    word-break: break-all;
    text-decoration: none;
}

.delivery-contact-link:hover {
    color: #8b3a1a;
}

/* ---- Pre-Book CTA Banner ---- */
.prebook-banner {
    background: #8b3a1a;
    border-radius: 16px;
    padding: clamp(24px, 4vw, 40px) clamp(24px, 5vw, 50px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.prebook-banner__title {
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 10px;
}

.prebook-banner__text {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    line-height: 1.6;
    margin: 0;
}

.prebook-banner__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #8b3a1a;
    font-weight: 600;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
}

.prebook-banner__btn:hover {
    background: #f5ddd4;
    color: #8b3a1a;
}

.season-link-text {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    color: #3a3a3a;
    margin: 0;
}

.season-link-text a {
    color: #8b3a1a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.season-link-text a:hover {
    color: #c0622a;
}

/* ---- Seasonal Produce Section ---- */
.season-tabs-wrap {
    display: inline-flex;
    background: #fff;
    border-radius: 50px;
    padding: 6px;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px 0 0 0;
}

.season-tab {
    background: transparent;
    border: none;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    font-weight: 500;
    color: #3a3a3a;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.season-tab.active {
    background: #2c3e2d;
    color: #fff;
    font-weight: 600;
}

.season-range-badge {
    display: inline-block;
    background: #d4ede3;
    color: #2c6e49;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 5px 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.season-title-divider {
    width: 48px;
    height: 3px;
    background: #8b3a1a;
    margin: 14px auto 0;
    border-radius: 2px;
}

.season-card {
    background: #fff;
    border-radius: 16px;
    padding: clamp(20px, 3vw, 30px);
    height: 100%;
}

.season-card--featured {
    border: 1.5px solid #e0dbd2;
}

.season-card-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 6px;
}

.season-month {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 700;
    color: #2c3e2d;
    margin: 0;
}

.season-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #c0622a;
}

.season-category {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #888;
    text-transform: uppercase;
    margin: 14px 0 8px;
}

.season-category i {
    margin-right: 5px;
}

.season-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.season-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(0.85rem, 2vw, 0.92rem);
    color: #3a3a3a;
    padding: 5px 0;
    border-bottom: 1px solid #f0ede8;
}

.season-list li::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4ede3;
    flex-shrink: 0;
}

/* ---- Availability Notice Banner ---- */
.availability-banner {
    background: #1e3a2f;
    border-radius: 16px;
    padding: clamp(20px, 3vw, 28px) clamp(20px, 4vw, 36px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.availability-banner__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    background-color: #C8EBD3;
}

.availability-banner__text {
    flex: 1;
    min-width: 200px;
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    line-height: 1.65;
    margin: 0;
}

.availability-banner__btn {
    flex-shrink: 0;
    display: inline-block;
    background: #8b3a1a;
    color: #fff;
    font-weight: 600;
    font-size: clamp(0.85rem, 2vw, 0.92rem);
    padding: 13px 24px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s;
}

.availability-banner__btn:hover {
    background: #c0622a;
    color: #fff;
}

/* ---- Find Us / Our Balaclava Home Section ---- */
.find-us-sec {
    background-color: #FEF9F1;
    padding: clamp(50px, 7vw, 90px) 0;
}

.find-us-badge {
    display: inline-block;
    background: #d4ede3;
    color: #2c6e49;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.find-us-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #2c3e2d;
    font-weight: 700;
    margin-bottom: 10px;
}

.find-us-address {
    font-size: clamp(0.9rem, 2vw, 1rem);
    color: #3a3a3a;
    margin: 0;
}

.find-us-card {
    background: #F8F3EB;
    border-radius: 20px;
    padding: clamp(30px, 5vw, 50px) clamp(20px, 4vw, 40px);
    height: 100%;
}

.find-us-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 1.2rem;
}

.find-us-card-title {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 700;
    color: #2c3e2d;
    margin-bottom: 20px;
}

.find-us-day {
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    color: #3a3a3a;
    margin-bottom: 4px;
}

.find-us-hours {
    font-size: clamp(0.85rem, 2vw, 0.92rem);
    color: #888;
    margin-bottom: 16px;
}

.find-us-contact-link {
    display: block;
    font-size: clamp(0.85rem, 2vw, 0.92rem);
    color: #888;
    text-decoration: none;
    word-break: break-all;
}

.find-us-contact-link:hover {
    color: #c0622a;
}

.mt-20 {
    margin-top: 20px;
}

.delivery-contact-sec .send-email,
.delivery-contact-sec .call-now {
    background-color: #052416;
    color: #fff;
    display: inline-block;
}

.delivery-contact-sec .call-now{
    background-color: #9C440F;
}


/* ---- Email Us / Call Us CTA Section ---- */
.contact-cta-sec {
    padding: clamp(50px, 7vw, 90px) 0;
}

.contact-cta-card {
    background: #fff;
    border: 1px solid #ede9e2;
    border-radius: 20px;
    padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 44px);
    height: 100%;
}

.contact-cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 1.3rem;
}

.contact-cta-icon.icon-peach-light {
    background: #fde8df;
    color: #c0622a;
}

.contact-cta-title {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    color: #2c3e2d;
    margin-bottom: 12px;
}

.contact-cta-text {
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    color: #6b6b6b;
    line-height: 1.65;
    margin-bottom: 28px;
}

.contact-cta-btn {
    display: inline-block;
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.contact-cta-btn:hover {
    opacity: 0.88;
}

.contact-cta-btn.btn-dark-green {
    background: #1e3a2f;
    color: #fff;
}

.contact-cta-btn.btn-rust {
    background: #9c440f;
    color: #fff;
}

/* ---- Pre-Book Home Deliveries CTA ---- */
.prebook-cta-sec {
    padding: clamp(40px, 6vw, 80px) 0;
}

.prebook-cta-banner {
    background: #1e3a2f;
    border-radius: 20px;
    padding: clamp(48px, 7vw, 80px) clamp(24px, 6vw, 80px);
}

.prebook-cta-icon {
    font-size: 1.6rem;
    color: #f5ddd4;
    margin-bottom: 20px;
}

.prebook-cta-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.prebook-cta-text {
    font-size: clamp(0.88rem, 2vw, 1rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 32px;
}

.prebook-cta-btn {
    display: inline-block;
    background: #fff;
    color: #1e3a2f;
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.prebook-cta-btn:hover {
    background: #f5ddd4;
    color: #1e3a2f;
}

/* ---- Email Us / Call Us CTA Section ---- */
.contact-cta-sec {
    padding: clamp(50px, 7vw, 90px) 0;
}

.contact-cta-card {
    background: #fff;
    border: 1px solid #ede9e2;
    border-radius: 20px;
    padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 44px);
    height: 100%;
}

.contact-cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 1.3rem;
}

.contact-cta-icon.icon-peach-light {
    background: #fde8df;
    color: #c0622a;
}

.contact-cta-title {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    color: #2c3e2d;
    margin-bottom: 12px;
}

.contact-cta-text {
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    color: #6b6b6b;
    line-height: 1.65;
    margin-bottom: 28px;
}

.contact-cta-btn {
    display: inline-block;
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.contact-cta-btn:hover {
    opacity: 0.88;
}

.contact-cta-btn.btn-dark-green {
    background: #1e3a2f;
    color: #fff;
}

.contact-cta-btn.btn-rust {
    background: #9c440f;
    color: #fff;
}

/* ---- Pre-Book Home Deliveries CTA ---- */

.delivery-contact-sec .send-email,
.delivery-contact-sec .call-now {
    background-color: #052416;
    color: #fff;
    display: inline-block;
}

.delivery-contact-sec .call-now{
    background-color: #9C440F;
}

.prebook-cta-sec {
    padding: clamp(40px, 6vw, 80px) 0;
}

.prebook-cta-banner {
    background: #1e3a2f;
    border-radius: 20px;
    padding: clamp(48px, 7vw, 80px) clamp(24px, 6vw, 80px);
}

.prebook-cta-icon {
    font-size: 1.6rem;
    color: #f5ddd4;
    margin-bottom: 20px;
}

.prebook-cta-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.prebook-cta-text {
    font-size: clamp(0.88rem, 2vw, 1rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 32px;
}

.prebook-cta-btn {
    display: inline-block;
    background: #fff;
    color: #1e3a2f;
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.prebook-cta-btn:hover {
    background: #f5ddd4;
    color: #1e3a2f;
}

/* ---- Store Map Section ---- */
.store-map-sec {
    padding: clamp(30px, 5vw, 60px) 0;
}

.store-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e0dbd2;
}

.store-map-wrap iframe {
    display: block;
    width: 100%;
    height: clamp(280px, 40vw, 460px);
}

@media (max-width: 1199px) {
    .delivery-heading {
        width: 100%;
    }

    .availability-banner .text-end {
        text-align: center !important;
        padding: 10px 0 0 0 !important;
    }

    .availability-banner {
        justify-content: center;
    }

    .season-tabs-wrap {
        border-radius: 30px;
        padding: 10px;
    }
}
