/* ================================================================
   HOME2 — Full-width sections break out of Bootstrap container
================================================================ */

.h2-hero,
.h2-shipping-bar,
.h2-tailored,
.h2-loved,
.h2-blog,
.h2-cta {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

/* ================================================================
   HERO
================================================================ */
.h2-hero {
    position: relative;
    height: calc(100vh - 55px);
    overflow: hidden;
}

.h2-hero-swiper {
    width: 100%;
    height: 100%;
}

.h2-hero swiper-slide {
    background-position: center;
    background-size: cover;
    width: 589px;
    height: 100%;
}

.h2-hero swiper-slide img,
.h2-hero swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: blur(4px);
    opacity: 0.5;
}

.h2-hero swiper-slide.swiper-slide-active img,
.h2-hero swiper-slide.swiper-slide-active video {
    filter: blur(0);
    opacity: 1;
}

.h2-hero-placeholder {
    width: 100%;
    height: 100%;
    background: #e8e4df;
}

.h2-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}

.h2-hero-caption {
    position: absolute;
    bottom: 120px;
    left: 72px;
    z-index: 10;
    color: #fff;
}

.h2-hero-title {
    font-size: clamp(36px, 4vw, 64px);
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.056em;
    margin-bottom: 40px;
    color: #fff;
}

.h2-hero-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.8px;
    line-height: 60px;
    height: 62px;
    padding: 0 40px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    background: transparent;
    transition: background 0.3s, color 0.3s;
}

.h2-hero-btn:hover {
    background: #fff;
    color: #222;
    text-decoration: none;
}

.h2-hero .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.7;
}

.h2-hero .swiper-pagination-bullet-active {
    opacity: 1;
}

/* ================================================================
   SHIPPING BAR
================================================================ */
.h2-shipping-bar {
    background: #fff;
    border-top: 1px solid #e8e4df;
}

.h2-shipping-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(24px, 4vw, 72px);
    height: 66px;
}

.h2-shipping-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.h2-shipping-icon {
    flex-shrink: 0;
}

.h2-shipping-text {
    font-size: 14px;
    color: #222;
    letter-spacing: 0.8px;
}

.h2-shipping-text strong {
    text-transform: uppercase;
    letter-spacing: 1.44px;
}

.h2-shipping-sub {
    font-weight: 400;
    letter-spacing: 0.16px;
}

.h2-shipping-cta {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #222;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 28px;
    height: 66px;
    margin-right: clamp(-24px, -4vw, -72px);
    transition: background 0.3s;
}

.h2-shipping-cta:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

/* ================================================================
   PHILOSOPHY
================================================================ */
.h2-philosophy {
    padding: 60px clamp(24px, 4vw, 72px) 50px;
    background: #fff;
}

.h2-philosophy-text {
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 2.2;
    color: #222;
    max-width: 860px;
    margin: 0;
}

/* ================================================================
   COLLECTIONS
================================================================ */
.h2-collections {
    padding: 0 clamp(24px, 4vw, 72px) 80px;
    background: #fff;
}

.h2-collections-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.h2-section-title {
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #222;
    margin: 0;
}

.h2-collections-arrow {
    font-size: 24px;
    color: #222;
    margin-top: 6px;
}

.h2-collections-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.h2-collection-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.h2-collection-card:hover {
    color: inherit;
    text-decoration: none;
}

.h2-collection-image {
    width: 100%;
    aspect-ratio: 420/526;
    overflow: hidden;
    margin-bottom: 16px;
    background: #f0ede8;
}

.h2-collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.h2-collection-card:hover .h2-collection-image img {
    transform: scale(1.04);
}

.h2-collection-image-placeholder {
    width: 100%;
    height: 100%;
    background: #e8e4df;
}

.h2-collection-name {
    font-size: clamp(13px, 1.1vw, 20px);
    letter-spacing: 2px;
    color: #222;
    margin-bottom: 6px;
    line-height: 2;
}

.h2-collection-desc {
    font-size: clamp(12px, 1vw, 16px);
    color: #555;
    margin-bottom: 4px;
    line-height: 1.5;
}

.h2-collection-price {
    font-size: clamp(12px, 1vw, 16px);
    color: #222;
    margin: 0;
    line-height: 1.5;
}

.h2-empty {
    color: #999;
    text-align: center;
}

/* ================================================================
   TAILORED SECTION
================================================================ */
.h2-tailored {
    display: grid;
    grid-template-columns: 3fr 2fr;
    background: #e1ded9;
    min-height: 0;
    overflow: hidden;
}

.h2-tailored-media {
    position: relative;
    display: grid;
    grid-template-columns: clamp(176px, 22.9167vw, 440px) clamp(176px, 22.9167vw, 440px) clamp(128px, 16.6667vw, 320px);
    gap: clamp(6px, 0.7vw, 12px);
    padding: clamp(40px, 5vw, 90px) 0 clamp(40px, 5vw, 90px) clamp(40px, 6.5vw, 125px);
    align-items: start;
}

.h2-tailored-img {
    overflow: hidden;
}

.h2-tailored-img img,
.h2-tailored-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.h2-tailored-img-1 {
    width: clamp(176px, 22.9167vw, 440px);
    height: clamp(312px, 40.625vw, 780px);
}

.h2-tailored-img-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2-tailored-img-2 {
    width: clamp(176px, 22.9167vw, 440px);
    height: clamp(264px, 34.375vw, 660px);
}

.h2-tailored-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h2-tailored-img-3 {
    width: clamp(128px, 16.6667vw, 320px);
    height: clamp(160px, 20.8333vw, 400px);
}

.h2-tailored-placeholder {
    width: 100%;
    height: 100%;
    background: #ccc;
}

.h2-tailored-fade-slider {
    display: grid;
    width: 100%;
}

.h2-tailored-fade-slide {
    grid-area: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.h2-tailored-fade-slide.active {
    opacity: 1;
}

.h2-tailored-overlay-title {
    position: absolute;
    left: calc(clamp(40px, 6.5vw, 125px) + clamp(176px, 22.9167vw, 440px) + clamp(6px, 0.7vw, 12px) + clamp(176px, 22.9167vw, 440px) + clamp(6px, 0.7vw, 12px) - 60px);
    top: calc(clamp(40px, 5vw, 90px) + clamp(160px, 20.8333vw, 400px) + 10px);
    font-size: clamp(42px, 5.2vw, 84px);
    font-weight: 400;
    color: #222;
    line-height: 0.6;
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
}

.h2-tailored-title-mobile {
    display: none;
    font-weight: 400;
    color: #222;
}

.h2-tailored-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 5vw, 80px) clamp(24px, 3.5vw, 60px) clamp(40px, 5vw, 80px) clamp(24px, 3vw, 48px);
}

.h2-tailored-text {
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.7;
    color: #222;
    margin-bottom: 48px;
    max-width: 390px;
    letter-spacing: 0.16px;
}

.h2-tailored-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.6px;
    border: 1px solid #222;
    padding: 0 36px;
    height: 62px;
    line-height: 62px;
    color: #222;
    text-decoration: none;
    width: fit-content;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
}

.h2-tailored-btn:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

/* ================================================================
   LOVED BY BRIDES
================================================================ */
.h2-loved {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    overflow: hidden;
    padding: clamp(48px, 6vw, 100px) clamp(24px, 4vw, 72px) 0;
    gap: clamp(32px, 5vw, 80px);
    align-items: center;
}

.h2-loved-content {
    display: flex;
    flex-direction: column;
}

.h2-loved-title {
    font-size: clamp(80px, 12vw, 200px);
    font-weight: 400;
    line-height: 0.9;
    color: #222;
    margin: 0 0 -10px 0;
}

.h2-loved-subtitle {
    font-size: clamp(32px, 4.5vw, 72px);
    font-weight: 700;
    line-height: 1.1;
    color: #222;
    margin: 0 0 32px 0;
}

.h2-loved-heart {
    font-size: 38px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
}

.h2-loved-text {
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
    max-width: 390px;
    letter-spacing: 0.18px;
}

.h2-loved-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.6px;
    border: 1px solid #222;
    padding: 0 36px;
    height: 62px;
    line-height: 62px;
    color: #222;
    text-decoration: none;
    width: fit-content;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
}

.h2-loved-btn:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.h2-loved-right {
    position: relative;
    height: clamp(400px, 48vw, 780px);
}

.h2-loved-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
    pointer-events: none;
}

.h2-loved-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.h2-loved-image-placeholder {
    width: 100%;
    height: 100%;
    background: #e1ded9;
}

.h2-loved-image {
    overflow: hidden;
    width: 100%;
    height: clamp(400px, 48vw, 780px);
}

.h2-loved-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
}

.h2-loved-quote {
    position: absolute;
    bottom: 34px;
    left: clamp(-234px, -5vw, -280px);
    background: #e1ded9;
    padding: clamp(20px, 2vw, 32px) clamp(20px, 2.5vw, 40px);
    width: clamp(280px, 30vw, 490px);
    z-index: 2;
}

.h2-loved-quote-icon {
    font-size: clamp(32px, 4vw, 56px);
    color: #222;
    line-height: 1;
    display: block;
    margin-bottom: -32px;
    font-weight: 700;
}

.h2-loved-quote-text {
    font-size: clamp(11px, 0.85vw, 14px);
    line-height: 1.7;
    color: #222;
    margin-bottom: 16px;
    font-style: italic;
    letter-spacing: 0.18px;
}

.h2-loved-cite {
    font-size: clamp(13px, 1.1vw, 18px);
    color: #222;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: block;
}

/* ================================================================
   BLOG / JOURNAL SECTION
================================================================ */
.h2-blog {
    padding: 0 clamp(24px, 4vw, 72px) clamp(48px, 5vw, 80px);
    background: #fff;
}

.h2-blog-title {
    font-size: clamp(32px, 3.8vw, 60px);
    font-weight: 400;
    color: #222;
    text-align: center;
    margin-bottom: 56px;
    line-height: 1.3;
}

.h2-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 56px;
}

.h2-blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.h2-blog-card:hover {
    color: inherit;
    text-decoration: none;
}

.h2-blog-image {
    width: 100%;
    aspect-ratio: 420/526;
    overflow: hidden;
    margin-bottom: 20px;
    background: #e8e4df;
}

.h2-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.h2-blog-card:hover .h2-blog-image img {
    transform: scale(1.04);
}

.h2-blog-image-placeholder {
    width: 100%;
    height: 100%;
    background: #d8d4cf;
}

.h2-blog-card-title {
    font-size: clamp(14px, 1.4vw, 22px);
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
}

.h2-blog-excerpt {
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
    letter-spacing: 0.18px;
}

.h2-blog-arrow {
    font-size: 20px;
    color: #222;
    display: block;
}

.h2-blog-cta {
    text-align: center;
}

.h2-blog-btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.6px;
    border: 1px solid #222;
    padding: 0 36px;
    height: 62px;
    line-height: 62px;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
}

.h2-blog-btn:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

/* ================================================================
   CTA SECTION
================================================================ */

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1200px) {
    .h2-collections-grid,
    .h2-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .h2-tailored {
        grid-template-columns: 1fr;
    }

    .h2-tailored-media {
        grid-template-columns: repeat(3, 1fr);
        padding: 32px 24px;
        gap: 8px;
    }

    .h2-tailored-img-1,
    .h2-tailored-img-2,
    .h2-tailored-img-3 {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
    }

    .h2-tailored-fade-slider {
        height: 100%;
    }

    .h2-tailored-fade-slide {
        height: 100%;
        object-fit: cover;
    }

    .h2-tailored-overlay-title {
        display: none;
    }

    .h2-tailored-content {
        padding: 32px 24px 48px;
    }

    .h2-tailored-title-mobile {
        display: block;
        font-size: clamp(44px, 12vw, 64px);
        line-height: 0.85;
        margin: 0 0 20px;
        text-align: center;
    }

    .h2-tailored-text {
        max-width: none;
        margin-bottom: 32px;
    }
}

@media (max-width: 992px) {
    .h2-loved {
        grid-template-columns: 1fr;
        padding: 60px clamp(24px, 4vw, 72px);
    }

    .h2-loved-right {
        height: 500px;
    }

    .h2-loved-image {
        height: 100%;
    }

    .h2-loved-quote {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .h2-hero-caption {
        left: 24px;
        bottom: 80px;
    }

    .h2-collections-grid,
    .h2-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .h2-shipping-bar-inner {
        padding: 0 24px;
    }

    .h2-shipping-cta {
        margin-right: -24px;
        padding: 0 16px;
    }
}
