/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff9f5;
    color: #795b51;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}



/* =========================================================
   COLORS

   Main cream:     #fff9f5
   Blush:          #ead0c6
   Accent pink:    #d8a397
   Brown text:     #795b51
========================================================= */



/* =========================================================
   HERO
========================================================= */

.hero {
    width: 100%;
    min-height: 100vh;

    position: relative;

    overflow: hidden;

    background: #ead0c6;
}


.hero-image {
    position: absolute;

    width: 100%;
    height: 100%;

    inset: 0;

    object-fit: cover;

    object-position: center 56%;
}


/*
    This creates the SAME soft blush wash
    seen on the LEFT SIDE of the blueprint.
*/

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(226, 199, 190, 0.99) 0%,
            rgba(229, 204, 196, 0.96) 19%,
            rgba(235, 213, 207, 0.88) 28%,
            rgba(241, 224, 219, 0.64) 36%,
            rgba(245, 232, 227, 0.30) 44%,
            rgba(255, 255, 255, 0.03) 59%,
            rgba(0, 0, 0, 0.05) 100%
        );

    z-index: 1;
}



/* =========================================================
   NAVIGATION
========================================================= */

.navbar {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    height: 92px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 6%;

    z-index: 10;
}


.nav-center {
    display: flex;
    align-items: center;

    gap: 40px;
}


.nav-center a,
.nav-socials {
    font-family: Georgia, serif;

    color: #fff;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 0.04em;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


.nav-center a:hover,
.nav-socials:hover {
    opacity: 0.7;
}


.nav-socials {
    position: absolute;
    right: 6%;

    display: flex;
    align-items: center;

    gap: 7px;
}



/* =========================================================
   HERO TITLE
========================================================= */

.hero-content {
    position: absolute;

    z-index: 5;

    left: 7%;

    top: 49%;

    transform: translateY(-50%);

    width: 470px;
}


.hero-name {
    display: flex;
    flex-direction: column;

    color: #725248;

    font-weight: normal;
}


.valerie,
.cisneros {
    font-family: "Herr Von Muellerhoff", cursive;
    font-weight: 400;
    color: #c98f98;

    display: block;
}

.valerie {
    font-size: 118px;
    line-height: 0.68;
    margin-left: -2px;
}

.cisneros {
    font-size: 108px;
    line-height: 0.72;
    margin-left: 8px;
}



/* =========================================================
   ORNAMENT
========================================================= */

.ornament {
    margin-top: 34px;

    width: 310px;

    display: flex;
    align-items: center;

    gap: 16px;

    color: #916f65;
}


.ornament span {
    display: block;

    height: 1px;

    background: rgba(121, 91, 81, 0.60);

    flex: 1;
}


.ornament i {
    font-style: normal;
    font-size: 11px;
}



/* =========================================================
   BUTTON
========================================================= */

.outline-button {
    width: fit-content;

    margin-top: 31px;

    min-width: 182px;
    height: 56px;

    padding: 0 24px;

    border:
        1px solid
        rgba(121, 91, 81, 0.50);

    border-radius: 6px;

    display: inline-flex;
    justify-content: space-between;
    align-items: center;

    gap: 35px;

    color: #76584f;

    font-family: Georgia, serif;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.02em;

    background:
        rgba(255, 249, 245, 0.12);

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.outline-button:hover {
    background:
        rgba(255, 255, 255, 0.35);

    transform: translateY(-2px);
}


.outline-button span {
    font-size: 13px;
}



/* =========================================================
   SCROLL ARROW
========================================================= */

.scroll-arrow {
    position: absolute;

    z-index: 5;

    bottom: 23px;

    left: 18.5%;

    color: #6d5149;

    font-size: 31px;

    font-weight: 200;

    line-height: 1;
}



/* =========================================================
   ABOUT / MY WORLD
========================================================= */

.about-section {
    background: #fff9f5;

    padding:
        105px 30px
        80px;
}


.about-wrapper {
    width: min(900px, 90%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        0.72fr 1.45fr;

    align-items: center;

    gap: 80px;
}


.about-text {
    color: #765b52;
}


.small-heading {
    display: flex;
    align-items: center;

    gap: 11px;

    margin-bottom: 7px;

    font-family: Georgia, serif;

    font-size: 11px;

    letter-spacing: 0.05em;

    color: #7c6057;
}


.small-heading span {
    color: #d59a8d;
}


.script-title {
    font-family: "Herr Von Muellerhoff", cursive;

    font-size: 72px;

    font-weight: 400;

    line-height: 0.95;

    color: #c98f98;

    margin-top: 22px;
}


.small-ornament {
    width: 155px;

    display: flex;
    align-items: center;

    gap: 13px;

    margin: 28px 0;

    color: #d29b90;
}


.small-ornament span {
    height: 1px;

    background: #ead2ca;

    flex: 1;
}


.small-ornament i {
    font-style: normal;

    font-size: 9px;
}


.about-text p {
    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 16px;

    color: #755d55;
}


.about-button {
    margin-top: 12px;

    background: transparent;

    border-color: #e6c1b7;
}


.about-image-wrap {
    width: 100%;

    border-radius: 12px;

    overflow: hidden;

    border:
        4px solid
        rgba(203, 167, 156, 0.38);

    box-shadow:
        0 14px
        35px
        rgba(126, 86, 74, 0.13);
}


.about-image {
    display: block;

    width: 100%;

    height: 340px;

    object-fit: cover;

    object-position: center 49%;
}



/* =========================================================
   FEATURED MOMENTS
========================================================= */

.moments-section {
    background: #fff9f5;

    padding:
        35px 20px
        110px;

    text-align: center;
}


.section-script-title {
    font-family: "Herr Von Muellerhoff", cursive;

    font-size: 70px;

    font-weight: 400;

    color: #9b766c;

    line-height: 1;

    margin-bottom: 58px;
}


.slider-container {
    width: min(950px, 83vw);

    margin: 0 auto;

    position: relative;

    display: flex;
    align-items: center;

    justify-content: center;
}


.slider-window {
    width: 100%;

    height: 325px;

    overflow: hidden;

    border-radius: 7px;

    box-shadow:
        0 13px
        34px
        rgba(130, 83, 72, 0.11);
}


.slider-track {
    height: 100%;

    display: flex;

    transition:
        transform 0.6s
        cubic-bezier(.77, 0, .18, 1);
}


.moment-card {
    min-width: calc(100% / 3);

    height: 100%;

    overflow: hidden;
}


.moment-card img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.5s ease;
}


/* Blueprint-specific crops */

.moment-card:nth-child(1) img {
    object-position: center 49%;
}


.moment-card:nth-child(2) img {
    object-position: center center;
}


.moment-card:nth-child(3) img {
    object-position: center 40%;
}


.moment-card:nth-child(4) img {
    object-position: center 52%;
}


.moment-card:hover img {
    transform: scale(1.025);
}



/* slider arrows */

.slider-arrow {
    position: absolute;

    width: 45px;
    height: 45px;

    border-radius: 50%;

    border:
        1px solid
        #e9c8bf;

    background: #fffaf7;

    color: #d49b90;

    font-family: Arial, sans-serif;

    font-size: 33px;

    font-weight: 200;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;

    z-index: 5;

    box-shadow:
        0 5px
        15px
        rgba(141, 96, 83, 0.06);

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}


.slider-arrow:hover {
    transform: scale(1.05);

    background: #fdf2ee;
}


.left-arrow {
    left: -65px;
}


.right-arrow {
    right: -65px;
}



/* dots */

.slider-dots {
    margin-top: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 10px;
}


.dot {
    width: 8px;
    height: 8px;

    padding: 0;

    border-radius: 50%;

    border:
        1px solid
        #d99d91;

    background: transparent;

    cursor: pointer;
}


.dot.active {
    background: #d69a8e;
}


.sparkle-dot {
    color: #c99287;

    font-size: 12px;

    margin-left: 2px;
}



/* =========================================================
   SOCIALS
========================================================= */

.social-section {
    background: #fff9f5;

    padding:
        45px 25px
        90px;

    text-align: center;
}


.social-title {
    margin-bottom: 58px;
}


.social-grid {
    width: min(950px, 94%);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(8, 1fr);

    gap: 28px;
}


.social-item {
    display: flex;
    flex-direction: column;

    align-items: center;

    color: #72594f;
}


.social-circle {
    width: 82px;
    height: 82px;

    border-radius: 50%;
    border: 1px solid #dfa99d;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 13px;

    color: #d3978b;
    font-size: 30px;

    /* normal = empty like blueprint */
    background: transparent;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* HOVER = footer pink */
.social-item:hover .social-circle {
    background: #e9ccc1;

    transform: translateY(-3px);

    box-shadow:
        0 8px 18px
        rgba(146, 95, 82, 0.10);
}


.social-name {
    font-family: Georgia, serif;

    font-size: 10px;

    color: #71584f;

    text-transform: uppercase;
}


.social-item small {
    margin-top: 8px;

    font-family: Georgia, serif;

    font-size: 8px;

    color: #a88075;
}


.kick-icon {
    font-family:
        Georgia,
        serif;

    font-style: italic;

    font-weight: 600;
}



/* =========================================================
   SOCIAL DIVIDER
========================================================= */

.social-divider {
    width: min(765px, 70%);

    margin:
        48px auto
        43px;

    display: flex;
    align-items: center;

    gap: 16px;

    color: #d49c90;
}


.social-divider span {
    flex: 1;

    height: 1px;

    background: #ead3cc;
}


.social-divider i {
    font-style: normal;

    font-size: 10px;
}



/* =========================================================
   SPOIL ME
========================================================= */

.spoil-title {
    margin-bottom: 35px;
}


.payment-grid {
    display: flex;

    justify-content: center;

    gap: 45px;
}


.payment-circle {
    width: 82px;
    height: 82px;

    font-family:
        Georgia,
        serif;

    font-size: 32px;

    font-weight: 500;
}



/* =========================================================
   FOOTER
========================================================= */

.footer {
    width: 100%;

    min-height: 104px;

    padding:
        22px
        3%;

    background: #e9ccc1;

    display: grid;

    grid-template-columns:
        1fr auto 1fr;

    align-items: center;

    color: #c98f98;
}


.copyright {
    font-family: Georgia, serif;

    font-size: 8px;

    text-transform: uppercase;
}


.footer-name {
    font-family: "Herr Von Muellerhoff", cursive;

    font-size: 45px;

    white-space: nowrap;
}


.footer-right {
    justify-self: end;

    display: flex;
    align-items: center;

    gap: 27px;

    font-family: Georgia, serif;

    font-size: 8px;
}


.back-to-top {
    width: 37px;
    height: 37px;

    border:
        1px solid
        rgba(116, 85, 75, 0.45);

    border-radius: 4px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
}



/* =========================================================
   TABLETS
========================================================= */

@media (max-width: 1100px) {

    .social-grid {
        grid-template-columns:
            repeat(4, 1fr);

        row-gap: 40px;
    }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    /* HERO */

    .hero {
        min-height: 100svh;
    }


    .hero-image {
        object-position: 63% center;
    }


    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(229, 203, 195, 0.96) 0%,
                rgba(235, 215, 208, 0.85) 38%,
                rgba(242, 226, 220, 0.50) 58%,
                rgba(0, 0, 0, 0.05) 100%
            );
    }


    .navbar {
        height: 75px;

        padding: 0 20px;
    }


    .nav-center {
        gap: 17px;
    }


    .nav-center a {
        font-size: 8px;
    }


    .nav-socials {
        display: none;
    }


    .hero-content {
        left: 7%;

        top: 49%;

        width: 86%;
    }


    .valerie {
        font-size: 74px;
    }


    .cisneros {
        font-size: 47px;
    }


    .ornament {
        width: 250px;
    }


    .scroll-arrow {
        left: 50%;

        transform: translateX(-50%);
    }



    /* ABOUT */

    .about-section {
        padding:
            85px 24px
            55px;
    }


    .about-wrapper {
        width: 100%;

        grid-template-columns: 1fr;

        gap: 48px;
    }


    .about-text {
        max-width: 430px;

        margin: auto;

        text-align: center;
    }


    .small-heading,
    .small-ornament {
        justify-content: center;

        margin-left: auto;
        margin-right: auto;
    }


    .script-title {
        font-size: 63px;
    }


    .about-image {
        height: 290px;
    }



    /* MOMENTS */

    .section-script-title {
        font-size: 58px;
    }


    .slider-container {
        width: calc(100% - 48px);
    }


    .slider-window {
        height: 390px;
    }


    .moment-card {
        min-width: 100%;
    }


    .left-arrow {
        left: -22px;
    }


    .right-arrow {
        right: -22px;
    }



    /* SOCIALS */

    .social-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap:
            38px
            25px;
    }


    .social-circle {
        width: 76px;
        height: 76px;
    }


    .social-divider {
        width: 90%;
    }



    /* FOOTER */

    .footer {
        grid-template-columns: 1fr;

        gap: 14px;

        text-align: center;

        padding: 22px;
    }


    .footer-name {
        grid-row: 1;

        font-size: 39px;
    }


    .copyright {
        grid-row: 2;
    }


    .footer-right {
        grid-row: 3;

        justify-self: center;
    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .nav-center {
        gap: 12px;
    }


    .hero-content {
        left: 6%;
    }


    .valerie {
        font-size: 66px;
    }


    .cisneros {
        font-size: 42px;
    }


    .outline-button {
        min-width: 165px;

        height: 52px;
    }


    .about-image {
        height: 245px;
    }


    .slider-window {
        height: 360px;
    }


    .section-script-title {
        font-size: 53px;
    }


    .payment-grid {
        gap: 22px;
    }


    .payment-circle {
        width: 72px;
        height: 72px;
    }

}



/* ========================================
   NEW PINK ACCENT COLOR
======================================== */

.small-heading span,
.small-ornament,
.social-divider,
.ornament {
    color: #c98f98;
}

.small-ornament span,
.social-divider span,
.ornament span {
    background: #c98f98;
}

.outline-button,
.about-button {
    border-color: #c98f98;
}

.social-circle {
    border-color: #c98f98;
    color: #c98f98;
}

.slider-arrow {
    border-color: #c98f98;
    color: #c98f98;
}

.dot {
    border-color: #c98f98;
}

.dot.active {
    background: #c98f98;
}

.sparkle-dot {
    color: #c98f98;
}

.section-script-title {
    color: #c98f98 !important;
}

/* ========================================
   HERO EDITORIAL LAYERING
======================================== */

.hero {
    position: relative;
    overflow: hidden;
}

.hero-image {
    z-index: 1;
}

.hero-overlay {
    z-index: 2;
}

.hero-content {
    z-index: 3;
}


html,
body {
    margin: 0;
    padding: 0;
}

.hero {
    margin-top: 0 !important;
}

@media (max-width: 768px) {

    .hero-content {
        left: 7%;
        top: 46%;
        width: 86%;
    }

    .valerie,
    .cisneros {
        font-size: 92px;
        line-height: 0.62;
    }

    .cisneros {
        margin-left: 18px;
    }

    .ornament {
        width: 230px;
    }

    .outline-button {
        min-width: 170px;
        height: 52px;
    }

    .hero-image {
        object-position: 62% center;
    }

}

@media (max-width: 430px) {

    .valerie,
    .cisneros {
        font-size: 80px;
        line-height: 0.64;
    }

    .cisneros {
        margin-left: 10px;
    }

    .hero-content {
        left: 6%;
        top: 45%;
        width: 88%;
    }

    .ornament {
        width: 200px;
    }
}