/* ============================================================
   Weddings Landing Page
   ============================================================ */

:root {
    --wd-gold: #ffca6a;
    --wd-coral: #c96b51;
    --wd-cream: #ffdbab;
    --wd-text-dark: #1a1a1a;
    --wd-radius: 10px;
    --wd-grad-gold: linear-gradient(133deg, #c96b51 11.585%, #ffca6a 30.793%, #ffdbab 50%, #ffca6a 69.207%, #ffdbab 88.415%);
    --wd-grad-gold-vert: linear-gradient(169deg, #c96b51 11.585%, #ffca6a 30.793%, #ffdbab 50%, #ffca6a 69.207%, #ffdbab 88.415%);
}

.weddings-page {
    margin: 0;
    background: #fff;
    color: var(--wd-text-dark);
    font-family: 'Inter', system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.weddings-page * { box-sizing: border-box; }

.weddings-page img { max-width: 100%; display: block; }

.weddings-page a { text-decoration: none; color: inherit; }

.weddings-page h1,
.weddings-page h2,
.weddings-page h3 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 1.05;
}

.weddings-page p { margin: 0; line-height: 1.4; }

.wd-script {
    margin: 0;
    font-family: 'Mr Dafoe', cursive;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.wd-gold-grad {
    background-image: var(--wd-grad-gold-vert);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ---------------- Buttons ---------------- */
.wd-button,
.wd-button:link,
.wd-button:visited,
.wd-button span {
    color: #000;
}
.wd-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 22px;
    background: var(--wd-gold);
    border-radius: var(--wd-radius);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}
.wd-button:hover {
    background: #ffd987;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
}
.wd-button img { width: 10px; height: 10px; }

/* ---------------- Nav ---------------- */
.wd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 18px 20px;
    background: #fff;
    flex-wrap: wrap;
}
.wd-nav__logos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    justify-content: center;
    max-width: 320px;
}
.wd-nav__logo--mdg { height: 36px; width: auto; }
.wd-nav__logo--pixbash { height: 75px; width: auto; }
.wd-nav__with {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.wd-nav__menu {
    display: none;
    align-items: center;
    gap: 18px;
}
.wd-nav__link {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}
.wd-nav__link--cta {
    background: var(--wd-gold);
    padding: 10px 16px;
    border-radius: 8px;
}

/* ---------------- Demo strip ---------------- */
.wd-demo-strip {
    background: var(--wd-gold);
    text-align: center;
}
.wd-demo-strip__link {
    display: block;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}
.wd-demo-strip__link strong { font-weight: 900; }

/* ---------------- Hero ---------------- */
.wd-hero {
    position: relative;
    overflow: hidden;
    padding: 60px 24px 75px;
    text-align: center;
    color: #fff;
}
.wd-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.wd-hero__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd-hero__bg-tint {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}
.wd-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.wd-hero__title {
    font-size: clamp(44px, 12vw, 84px);
    line-height: 1;
    background-image: var(--wd-grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.01em;
}
.wd-hero__copy {
    font-size: 15px;
    font-weight: 600;
    max-width: 540px;
    margin: 0 auto;
}

/* ---------------- Why brides love ---------------- */
.wd-why {
    position: relative;
    overflow: hidden;
    padding: 50px 24px 60px;
}
.wd-why__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.wd-why__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd-why__bg-tint {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,0) 100%),
        rgba(0, 0, 0, .6);
}
.wd-why__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wd-why__heart {
    width: 150px;
    height: auto;
    margin-bottom: 8px;
}
.wd-why__title {
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
}
.wd-why__title h2 {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    margin-top: 4px;
}

.wd-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}

.wd-card {
    position: relative;
    border: 20px solid transparent;
    border-radius: var(--wd-radius);
    background: var(--wd-grad-gold) border-box;
    overflow: hidden;
    padding: 24px 18px 30px;
    color: #fff;
    text-align: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.wd-card__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.wd-card__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd-card__bg-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, #000 100%);
}
.wd-card__media {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
.wd-card__media img {
    max-width: 100%;
    max-height: 160px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(4px 4px 10px rgba(0,0,0,.25));
}
.wd-card__media--icon img {
    max-height: 90px;
    filter: none;
}

/* Variant: image right-aligned, extends into and past the gradient border */
.wd-card--right-image { overflow: visible; }
.wd-card--right-image .wd-card__media {
    align-self: flex-end;
    width: auto;
    max-width: none;
    padding: 0;
    margin-right: -38px;
}
.wd-card--right-image .wd-card__media img {
    max-width: none;
    width: auto;
    max-height: 200px;
    height: 180px;
}

.wd-card__text {
    position: relative;
    z-index: 1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wd-card__text h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.05;
}
.wd-card__text p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

/* ---------------- CTA ---------------- */
.wd-cta {
    position: relative;
    overflow: hidden;
    padding: 60px 24px;
    text-align: center;
    color: #fff;
}
.wd-cta__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.wd-cta__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wd-cta__bg-tint {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
}
.wd-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.wd-cta__title {
    font-size: clamp(32px, 6vw, 52px);
}

/* ---------------- Footer ---------------- */
.wd-foot {
    background: #fff;
}
.wd-foot__seen {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 16px;
    font-size: 15px;
    font-weight: 600;
}
.wd-foot__seen img { height: 22px; width: auto; }

.wd-foot__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 24px;
}
.wd-foot__logo--mdg { height: 36px; width: auto; }
.wd-foot__logo--pixbash { height: 75px; width: auto; }
.wd-foot__with {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.wd-foot__contact {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
}
.wd-foot__email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.wd-foot__email img { width: 14px; height: auto; }
.wd-foot__powered {
    height: 20px;
    width: auto;
    margin-top: 4px;
    opacity: .9;
}

/* ============================================================
   Tablet (≥640px)
   ============================================================ */
@media (min-width: 640px) {
    .wd-script { font-size: 38px; }

    .wd-nav { padding: 22px 36px; }

    .wd-demo-strip__link { font-size: 14px; padding: 16px; }

    .wd-hero { padding: 100px 40px 110px; }
    .wd-hero__copy { font-size: 16px; }

    .wd-why { padding: 80px 40px; }
    .wd-why__title h2 { font-size: 44px; }
    .wd-why__heart { width: 180px; }

    .wd-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
    .wd-card { min-height: 420px; }

    .wd-cta { padding: 90px 40px; }

    .wd-foot__contact { padding: 26px 24px; }
}

/* ============================================================
   Desktop (≥1024px)
   ============================================================ */
@media (min-width: 1024px) {
    .wd-script { font-size: 48px; }

    .wd-nav {
        padding: 24px 56px;
        justify-content: space-between;
    }
    .wd-nav__logos {
        flex: 0 0 auto;
        justify-content: flex-start;
        max-width: none;
    }
    .wd-nav__logo--mdg { height: 46px; }
    .wd-nav__menu { display: flex; }

    .wd-demo-strip__link { font-size: 15px; padding: 18px; }

    .wd-hero { padding: 140px 56px 160px; }
    .wd-hero__inner { gap: 24px; }
    .wd-hero__copy { font-size: 18px; max-width: 620px; }

    .wd-why { padding: 110px 56px; }
    .wd-why__title { margin-bottom: 50px; }
    .wd-why__title h2 { font-size: 56px; }
    .wd-why__heart { width: 210px; }

    .wd-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
    .wd-card {
        min-height: 460px;
        padding: 40px 28px 44px;
    }
    .wd-card__text h3 { font-size: 30px; }
    .wd-card--right-image .wd-card__media { margin-right: -42px; }

    .wd-cta { padding: 130px 56px; }
    .wd-cta__title { font-size: 56px; }

    .wd-foot__seen { padding: 24px 16px; font-size: 16px; }
    .wd-foot__seen img { height: 26px; }
    .wd-foot__logos { padding: 22px 24px; }
    .wd-foot__logo--mdg { height: 46px; }
    .wd-foot__powered { height: 22px; }
    .wd-foot__contact { padding: 30px 24px; }
}

/* ============================================================
   Wide desktop (≥1440px)
   ============================================================ */
@media (min-width: 1440px) {
    .wd-hero { padding: 170px 80px 190px; }
    .wd-why { padding: 130px 80px; }
    .wd-cta { padding: 150px 80px; }
}
