@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --mv-bg: #E8C8AF;
    --mv-bg-soft: #F5E5D6;
    --mv-bg-light: #FBF2EA;
    --mv-cream: #FFF8EF;
    --mv-burgundy: #6B4A5C;
    --mv-burgundy-dark: #563746;
    --mv-burgundy-soft: rgba(107, 74, 92, .12);
    --mv-gold: #C8A15B;
    --mv-gold-dark: #A9823F;
    --mv-rose: #D89A8D;
    --mv-ink: #2F2A2A;
    --mv-muted: #76696A;
    --mv-border: rgba(107, 74, 92, .14);
    --mv-shadow: 0 28px 70px rgba(86, 55, 70, .14);
    --mv-shadow-soft: 0 18px 42px rgba(86, 55, 70, .10);
    --mv-serif: 'Cormorant Garamond', Georgia, serif;
    --mv-sans: 'Poppins', Arial, sans-serif;
    --mv-ease: cubic-bezier(.22, 1, .36, 1);
    --mv-heading: #b49393;
}

html,
body {
    overflow-x: hidden;
    min-height: 100%;
    font-family: var(--mv-sans);
    background: var(--mv-bg-soft);
    color: var(--mv-ink);
    line-height: 1.72;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 248, 239, .62), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(216, 154, 141, .28), transparent 34%),
        linear-gradient(180deg, var(--mv-bg-soft) 0%, var(--mv-cream) 48%, var(--mv-bg-soft) 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .18) 36%, transparent 48%),
        radial-gradient(circle at 70% 14%, rgba(200, 161, 91, .18), transparent 24%);
    opacity: .7;
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
    background: var(--mv-burgundy);
    color: var(--mv-cream);
}

a {
    color: var(--mv-burgundy);
    transition: color .28s ease, background .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

a:hover {
    color: var(--mv-gold-dark);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mv-serif {
    font-family: var(--mv-serif);
    font-size: clamp(48px, 6vw, 86px);
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: .95;
    
    color: var(--mv-heading);
    text-transform: uppercase;

    
}

p {
    color: var(--mv-muted);
}


/* Hero section */

/* ================= COMMON PAGE HERO ================= */

.common-page-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 90px;

    background: rgb(37, 36, 36);
        

    text-align: center;

    border-bottom: 1px solid rgba(43, 29, 36, .08);
}

.common-page-hero .container {
    position: relative;
    z-index: 2;
}

.common-page-hero .hero-sub {
    display: inline-block;

    margin-bottom: 18px;

    color: #c8a15b;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .28em;
    text-transform: uppercase;
}

.common-page-hero h1 {
    margin-bottom: 18px;

    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(56px, 7vw, 96px);
    font-weight: 600;

    line-height: .95;
    letter-spacing: -.04em;

    
}

.common-page-hero p {
    max-width: 680px;

    margin: 0 auto;

    color: #76696a;

    font-size: 17px;
    line-height: 1.8;

    opacity: 0.90;
}

.common-page-hero .hero-meta {
    margin-top: 20px;

    color: #9b8e87;

    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .common-page-hero {
        padding: 80px 0 60px;
    }

    .common-page-hero h1 {
        font-size: 58px;
    }

    .common-page-hero p {
        font-size: 15px;
    }

    .common-page-hero .hero-sub {
        font-size: 11px;
        letter-spacing: .22em;
    }
}


.hero-sub {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--mv-gold-dark);
    text-transform: uppercase;
  }

.section-padding {
    padding: 116px 0;
}

.section-light {
    background: linear-gradient(180deg, var(--mv-bg-light), var(--mv-cream));
}

/* .section-dark {
    background:
        radial-gradient(circle at 20% 10%, rgba(200, 161, 91, .16), transparent 28%),
        linear-gradient(135deg, var(--mv-burgundy-dark), #2f1f2a);
    color: var(--mv-cream);
} */

.section-subtitle,
.mv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--mv-gold-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-subtitle::before,
.mv-eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: .72;
}

/* .section-title {
    font-family: var(--mv-serif);
    color: var(--mv-burgundy);
    font-size: clamp(42px, 5vw, 76px);
    line-height: .98;
    font-weight: 600;
    letter-spacing: -.03em;
    text-transform: none;
    margin-bottom: 24px;
} */

.section-description {
    max-width: 650px;
    color: var(--mv-muted);
    font-size: 15px;
    line-height: 1.9;
}

.btn,
.btn-primary,
.btn-add-to-cart,
.btn-signature,
.checkout-btn,
.shop-btn,
.contact-submit-btn,
.pay-btn {
    font-family: var(--mv-sans);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: all .32s var(--mv-ease);
}

.btn-primary,
.btn-add-to-cart,
.btn-signature,
.checkout-btn,
.shop-btn,
.contact-submit-btn,
.pay-btn {
    border: 1px solid var(--mv-burgundy);
    background: var(--mv-burgundy);
    color: var(--mv-cream);
}

.btn-primary:hover,
.btn-add-to-cart:hover,
.btn-signature:hover,
.checkout-btn:hover,
.shop-btn:hover,
.contact-submit-btn:hover,
.pay-btn:hover {
    border-color: var(--mv-gold);
    background: var(--mv-gold);
    color: var(--mv-ink);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(200, 161, 91, .24);
}

.btn-outline,
.view-all-btn,
.btn-view-details {
    border: 1px solid var(--mv-burgundy);
    color: var(--mv-burgundy);
    background: transparent;
    border-radius: 999px;
}

.btn-outline:hover,
.view-all-btn:hover,
.btn-view-details:hover {
    background: var(--mv-burgundy);
    color: var(--mv-cream);
}

.form-control,
input,
textarea,
select {
    border-radius: 18px;
    border-color: var(--mv-border);
    color: var(--mv-ink);
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: var(--mv-burgundy);
    box-shadow: 0 0 0 .2rem rgba(107, 74, 92, .12);
}

.shipping-note {
    font-size: 12px;
    color: var(--mv-gold-dark);
    margin-top: 4px;
}

.launch-promo-bar {
    position: relative;
    z-index: 50;
    width: 100%;
    background:
        linear-gradient(90deg, var(--mv-burgundy-dark), var(--mv-burgundy));
    border-top: 1px solid rgba(200, 161, 91, .18);
    border-bottom: 1px solid rgba(200, 161, 91, .28);
}

.launch-promo-inner {
    min-height: 44px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
}

.launch-promo-label {
    color: var(--mv-gold);
    font-size: 10px;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .95;
}

.launch-promo-divider {
    width: 28px;
    height: 1px;
    background: rgba(200, 161, 91, .5);
}

.launch-promo-text {
    color: var(--mv-cream);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}

.checkout-promo-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(200, 161, 91, .26);
    background: rgba(255, 248, 239, .08);
    border-radius: 18px;
}

.checkout-promo-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(200, 161, 91, .16);
    color: var(--mv-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.checkout-promo-title {
    color: var(--mv-cream);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.4;
}

.checkout-promo-sub {
    margin-top: 2px;
    color: rgba(255, 248, 239, .64);
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 86px 0;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 68px 0;
    }

    /* .section-title {
        font-size: clamp(36px, 11vw, 54px);
    } */

    .launch-promo-inner {
        min-height: 40px;
        padding: 0 14px;
        gap: 10px;
    }

    .launch-promo-label,
    .launch-promo-divider {
        display: none;
    }

    .launch-promo-text {
        font-size: 10px;
        letter-spacing: .06em;
        line-height: 1.5;
    }
}