.home-slider { position: relative; overflow: hidden; background: #edf6f1; }
.home-slider-track { position: relative; min-height: 520px; }
.home-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .45s ease, visibility .45s ease; }
.home-slide.is-active { position: relative; visibility: visible; opacity: 1; pointer-events: auto; }
.home-slide-image-link { display: block; width: 100%; line-height: 0; background: #f7f1e8; }
.home-slide-image-link img { display: block; width: 100%; height: auto; object-fit: contain; }
.home-slider.image-slide-active .home-slider-track { min-height: 0; }

.home-slide-inner { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); align-items: center; gap: 34px; }
.home-slide-copy { position: relative; z-index: 2; max-width: 620px; padding-block: 50px 62px; }
.home-slide-copy .eyebrow { margin-bottom: 16px; }
.home-slide-copy h1, .home-slide-copy h2 { max-width: 650px; color: var(--navy); font-size: clamp(42px, 5vw, 70px); line-height: 1.04; letter-spacing: -.045em; margin: 0; }
.home-slide-copy h2 { max-width: 590px; }
.home-slide-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.55; margin: 25px 0 27px; }
.home-slide-product { background: #f1f5ed; }
.home-slide-delivery { background: #eef5f4; }
.home-slide-visual { position: relative; min-height: 400px; align-self: stretch; }
.visual-sun, .delivery-circle, .product-glow { position: absolute; width: 330px; height: 330px; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.visual-sun { background: #e7d4b4; opacity: .82; }
.product-glow { background: #dcebdc; }
.delivery-circle { background: #d5e7df; }
.visual-card { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 16px 34px rgba(32, 51, 47, .12); }
.visual-card-back { width: 170px; height: 255px; top: 74px; right: 13%; padding: 24px; background: #5b7467; color: #f5ead7; letter-spacing: .2em; font-size: 11px; transform: rotate(9deg); }
.visual-card-front { width: 190px; height: 290px; top: 91px; left: 21%; padding: 23px; background: #ddc79f; transform: rotate(-6deg); }
.visual-card-front strong { color: #182b40; font: 700 27px/1.08 Georgia, serif; }
.visual-card-front small { margin-top: 12px; color: #546058; }
.visual-star { position: absolute; color: #a67b34; font-size: 39px; }
.visual-star-one { top: 67px; left: 7%; }
.visual-star-two { right: 2%; bottom: 67px; }
.product-frame { position: absolute; top: 50%; left: 50%; width: 230px; height: 330px; display: flex; align-items: center; justify-content: center; padding: 34px 22px 20px; background: #fff; border: 1px solid #dce6df; box-shadow: 0 18px 34px rgba(32, 51, 47, .15); transform: translate(-50%, -50%) rotate(4deg); }
.product-frame img { width: 100%; height: 100%; object-fit: contain; }
.product-frame-label { position: absolute; top: 15px; left: 20px; color: #3c8b5c; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.delivery-box { position: absolute; top: 50%; left: 50%; width: 245px; height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: #d7c096; box-shadow: 0 18px 34px rgba(32, 51, 47, .13); transform: translate(-50%, -50%) rotate(-5deg); }
.delivery-box span { color: #5b7467; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.delivery-box strong { color: #182b40; font: 700 30px/1.05 Georgia, serif; }
.delivery-route { position: absolute; top: 51%; left: 18%; width: 64%; border-top: 2px dashed #7da391; transform: rotate(-13deg); }
.delivery-route span, .delivery-route i, .delivery-route b { position: absolute; top: -7px; width: 12px; height: 12px; border-radius: 50%; background: #2f8b57; }
.delivery-route span { left: 0; }
.delivery-route i { left: 48%; background: #f28a00; }
.delivery-route b { right: 0; }

.home-slider-controls { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.home-slider-arrows { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; }
.home-slider-arrows button { width: 44px; height: 44px; display: grid; place-items: center; pointer-events: auto; border: 1px solid rgba(24, 43, 64, .24); border-radius: 50%; background: rgba(255, 255, 255, .72); color: var(--navy); font-size: 22px; line-height: 1; cursor: pointer; box-shadow: 0 4px 12px rgba(24, 43, 64, .12); }
.home-slider-arrows button:hover, .home-slider-arrows button:focus-visible { background: var(--navy); color: #fff; }

@media (max-width: 800px) {
    .home-slider-track, .home-slide-inner { min-height: 620px; }
    .home-slider.image-slide-active .home-slider-track { min-height: 0; }
    .home-slide-inner { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
    .home-slide-copy { padding: 48px 0 0; }
    .home-slide-copy h1, .home-slide-copy h2 { font-size: clamp(37px, 10vw, 54px); }
    .home-slide-copy > p:not(.eyebrow) { font-size: 15px; margin: 19px 0 22px; }
    .home-slide-visual { min-height: 310px; flex: 1; }
    .visual-sun, .delivery-circle, .product-glow { width: 245px; height: 245px; top: 53%; }
    .visual-card-back { width: 130px; height: 195px; top: 43px; right: 16%; padding: 17px; }
    .visual-card-front { width: 145px; height: 220px; top: 56px; left: 19%; padding: 17px; }
    .visual-card-front strong { font-size: 22px; }
    .product-frame { width: 170px; height: 245px; padding: 25px 16px 14px; }
    .delivery-box { width: 190px; height: 160px; padding: 18px; }
    .delivery-box strong { font-size: 24px; }
    .visual-star { font-size: 29px; }
    .visual-star-one { top: 34px; left: 10%; }
    .visual-star-two { right: 7%; bottom: 26px; }
    .home-slider-arrows { padding: 0 10px; }
    .home-slider-arrows button { width: 38px; height: 38px; font-size: 19px; }
}

@media (max-width: 480px) {
    .home-slider-track, .home-slide-inner { min-height: 610px; }
    .home-slider.image-slide-active .home-slider-track { min-height: 0; }
    .home-slide-copy { padding-top: 39px; }
    .home-slide-copy .eyebrow { font-size: 10px; }
    .home-slide-copy h1, .home-slide-copy h2 { font-size: 36px; }
    .home-slide-copy > p:not(.eyebrow) { font-size: 14px; }
    .home-slide-visual { min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-slide { transition: none; }
}
