/* =========================================================
   WINE CELLAR
   RESPONSIVE PREMIUM DESIGN
========================================================= */

.wine-page {
    --wine-green: #13211d;
    --wine-dark: #091611;
    --wine-cream: #f1eee7;
    --wine-sand: #e8e3d9;
    --wine-text: #1c3029;
    --wine-muted: #53615c;
    --wine-gold: #b18d4d;

    background: var(--wine-cream);
    color: var(--wine-text);

    overflow: hidden;
}


.wine-container {
    width: min(1380px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   LABELS
========================================================= */

.wine-hero .section-label,
.wine-cta .section-label,
.dark-label {
    display: inline-flex;
    align-items: center;

    gap: 12px;

    font-family: "Manrope", sans-serif;

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

    line-height: 1;

    letter-spacing: .22em;

    text-transform: uppercase;
}


.wine-hero .section-label,
.wine-cta .section-label {
    color: #c4a66c;
}


.dark-label {
    color: var(--wine-gold);
}


.wine-hero .section-label i,
.wine-cta .section-label i,
.dark-label i {
    display: block;

    width: 28px;
    height: 1px;

    flex: 0 0 28px;

    background: currentColor;
}


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

.wine-hero {
    position: relative;

    min-height: 820px;
    height: calc(100svh - 70px);

    overflow: hidden;

    display: flex;
    align-items: flex-end;

    background: var(--wine-dark);

    color: #fff;
}


.wine-hero-image {
    position: absolute;
    inset: 0;

    z-index: 0;

    width: 100%;
    height: 100%;
}


.wine-hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center center;
}


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

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(4, 13, 10, .88) 0%,
            rgba(4, 13, 10, .52) 42%,
            rgba(4, 13, 10, .12) 78%
        ),
        linear-gradient(
            0deg,
            rgba(4, 13, 10, .72) 0%,
            rgba(4, 13, 10, .04) 55%,
            rgba(4, 13, 10, .12) 100%
        );
}


.wine-hero-content {
    position: relative;

    z-index: 2;

    width: min(1380px, calc(100% - 80px));

    margin: 0 auto;

    padding-bottom: 120px;
}


.wine-hero .section-label {
    margin-bottom: 28px;
}


.wine-hero h1 {
    max-width: 900px;

    margin: 0;

    color: #f7f4ed;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(64px, 7vw, 118px);

    font-weight: 400;

    line-height: .84;

    letter-spacing: -.04em;
}


.wine-hero h1 em {
    color: #e6ded0;

    font-weight: 400;
}


.wine-hero p {
    max-width: 520px;

    margin: 38px 0 0;

    color: rgba(247, 244, 237, .78);

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


.wine-hero-meta {
    position: absolute;

    z-index: 3;

    right: max(40px, calc((100% - 1380px) / 2));
    bottom: 44px;

    display: flex;

    gap: 42px;

    color: rgba(247, 244, 237, .72);

    font-family: "Manrope", sans-serif;

    font-size: 10px;

    letter-spacing: .16em;

    line-height: 1.5;

    text-transform: uppercase;
}


/* =========================================================
   HEADINGS
========================================================= */

.wine-intro-title h2,
.wine-story-content h2,
.wine-details-content h2,
.wine-moment-copy h2,
.wine-gallery-heading h2 {
    margin: 28px 0 0;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(52px, 5.5vw, 88px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -.035em;
}


.wine-intro-title h2 em,
.wine-story-content h2 em,
.wine-details-content h2 em,
.wine-moment-copy h2 em,
.wine-gallery-heading h2 em {
    font-weight: 400;

    font-style: italic;
}


/* =========================================================
   INTRO
========================================================= */

.wine-intro {
    padding: 150px 0 140px;

    background: var(--wine-cream);
}


.wine-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);

    gap: 120px;

    align-items: start;
}


.wine-intro-copy {
    max-width: 680px;

    padding-top: 45px;
}


.wine-intro-copy p {
    margin: 0 0 28px;

    color: var(--wine-muted);

    font-family: "Manrope", sans-serif;

    font-size: 16px;

    line-height: 1.9;
}


.wine-intro-copy .wine-lead {
    color: var(--wine-text);

    font-size: 22px;

    line-height: 1.65;
}


/* =========================================================
   STORY
========================================================= */

.wine-story {
    padding: 60px 0 150px;

    background: var(--wine-cream);
}


.wine-story-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, .95fr);

    gap: 100px;

    align-items: center;
}


.wine-story-image {
    width: 100%;

    height: 700px;

    overflow: hidden;
}


.wine-story-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
}


.wine-story-content {
    max-width: 610px;
}


.story-number {
    display: block;

    margin-bottom: 28px;

    color: var(--wine-gold);

    font-family: "Cormorant Garamond", serif;

    font-size: 22px;

    line-height: 1;
}


.story-lead {
    margin: 38px 0 24px !important;

    color: var(--wine-text) !important;

    font-family: "Manrope", sans-serif;

    font-size: 19px !important;

    font-weight: 500;
}


.wine-story-content > p:not(.story-lead) {
    color: var(--wine-muted);

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.9;
}


/* =========================================================
   FACTS
========================================================= */

.wine-facts {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    margin-top: 55px;

    border-top: 1px solid #d7d2c8;
    border-bottom: 1px solid #d7d2c8;
}


.wine-facts div {
    min-width: 0;

    padding: 25px 15px 25px 0;

    border-right: 1px solid #d7d2c8;
}


.wine-facts div:last-child {
    padding-left: 15px;

    border-right: none;
}


.wine-facts strong {
    display: block;

    color: #183029;

    font-family: "Cormorant Garamond", serif;

    font-size: 34px;

    font-weight: 500;

    line-height: 1;
}


.wine-facts span {
    display: block;

    margin-top: 4px;

    color: #8a847a;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    line-height: 1.5;

    text-transform: uppercase;

    letter-spacing: .12em;
}


/* =========================================================
   DETAILS
========================================================= */

.wine-details {
    padding: 150px 0;

    background: var(--wine-sand);
}


.wine-details-grid {
    display: grid;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);

    gap: 100px;

    align-items: center;
}


.wine-details-content {
    max-width: 610px;
}


.wine-details-content > p {
    color: var(--wine-muted);

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.9;
}


.wine-details-image {
    width: 100%;

    height: 760px;

    overflow: hidden;
}


.wine-details-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   FEATURE LIST
========================================================= */

.wine-feature-list {
    margin-top: 55px;
}


.wine-feature-list > div {
    display: grid;

    grid-template-columns: 45px minmax(0, 1fr);

    column-gap: 15px;

    padding: 22px 0;

    border-top: 1px solid #d0c9bd;
}


.wine-feature-list > div:last-child {
    border-bottom: 1px solid #d0c9bd;
}


.wine-feature-list span {
    color: var(--wine-gold);

    font-family: "Manrope", sans-serif;

    font-size: 11px;

    letter-spacing: .1em;
}


.wine-feature-list strong {
    color: #183029;

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.4;
}


.wine-feature-list p {
    grid-column: 2;

    margin: 6px 0 0;

    color: #777268;

    font-family: "Manrope", sans-serif;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   MOMENT
========================================================= */

.wine-moment {
    padding: 150px 0;

    background: var(--wine-cream);
}


.wine-moment-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(0, .85fr);

    gap: 100px;

    align-items: center;
}


.wine-moment-image {
    width: 100%;

    height: 650px;

    overflow: hidden;
}


.wine-moment-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


.wine-moment-copy {
    max-width: 560px;
}


.wine-moment-copy p {
    color: var(--wine-muted);

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.9;
}


.wine-moment-copy p:first-of-type {
    margin-top: 45px;
}


/* =========================================================
   GALLERY
========================================================= */

.wine-gallery {
    padding: 120px 0 150px;

    background: var(--wine-sand);
}


.wine-gallery-heading {
    margin-bottom: 70px;
}


.wine-gallery-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(0, .75fr);

    grid-template-rows:
        360px
        360px;

    gap: 18px;
}


.wine-gallery-grid > div {
    min-width: 0;

    overflow: hidden;
}


.wine-gallery-grid img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;
}


.wine-gallery-grid > div:hover img {
    transform: scale(1.025);
}


.wine-gallery-large {
    grid-row: 1 / 3;
}


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

.wine-cta {
    position: relative;

    min-height: 680px;

    overflow: hidden;

    display: flex;
    align-items: center;

    background: var(--wine-dark);
}


.wine-cta-image {
    position: absolute;
    inset: 0;

    z-index: 0;
}


.wine-cta-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


.wine-cta-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(5, 16, 12, .88),
            rgba(5, 16, 12, .42) 65%,
            rgba(5, 16, 12, .25)
        );
}


.wine-cta-content {
    position: relative;

    z-index: 2;

    width: min(1380px, calc(100% - 80px));

    margin: 0 auto;
}


.wine-cta h2 {
    max-width: 850px;

    margin: 28px 0 30px;

    color: #f7f4ed;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(58px, 6vw, 100px);

    font-weight: 400;

    line-height: .88;

    letter-spacing: -.04em;
}


.wine-cta h2 em {
    color: #e4d9c7;

    font-style: italic;
}


.wine-cta p {
    max-width: 500px;

    margin-bottom: 38px;

    color: rgba(247, 244, 237, .75);

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.8;
}


.wine-cta .button-light {
    display: inline-flex;

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

    min-width: 190px;

    padding: 16px 26px;

    border: 1px solid rgba(255, 255, 255, .45);

    color: #fff;

    text-decoration: none;

    font-family: "Manrope", sans-serif;

    font-size: 12px;

    line-height: 1.4;

    letter-spacing: .08em;

    text-transform: uppercase;

    transition:
        background .3s ease,
        color .3s ease;
}


.wine-cta .button-light:hover {
    background: #fff;

    color: #10221b;
}


/* =========================================================
   LARGE TABLET — 901–1100px
========================================================= */

@media (max-width: 1100px) {

    .wine-container,
    .wine-hero-content,
    .wine-cta-content {
        width: calc(100% - 70px);
    }


    .wine-hero {
        min-height: 740px;
    }


    .wine-hero h1 {
        font-size: clamp(58px, 8vw, 88px);
    }


    .wine-intro-grid,
    .wine-story-grid,
    .wine-details-grid,
    .wine-moment-grid {
        gap: 65px;
    }


    .wine-story-image {
        height: 580px;
    }


    .wine-details-image {
        height: 620px;
    }


    .wine-moment-image {
        height: 560px;
    }


    .wine-gallery-grid {
        grid-template-rows:
            300px
            300px;
    }


    .wine-cta {
        min-height: 620px;
    }

}


/* =========================================================
   TABLET — 601–900px
========================================================= */

@media (max-width: 900px) {

    .wine-container,
    .wine-hero-content,
    .wine-cta-content {
        width: min(720px, calc(100% - 48px));
    }


    /* HERO */

    .wine-hero {
        min-height: 680px;

        height: 82vh;
    }


    .wine-hero-content {
        padding-bottom: 85px;
    }


    .wine-hero h1 {
        max-width: 700px;

        font-size: clamp(54px, 9vw, 78px);
    }


    .wine-hero p {
        max-width: 520px;

        margin-top: 30px;

        font-size: 14px;
    }


    .wine-hero-meta {
        left: 24px;
        right: 24px;

        bottom: 25px;

        justify-content: flex-start;

        gap: 18px;

        flex-wrap: wrap;

        font-size: 8px;
    }


    /* INTRO */

    .wine-intro {
        padding: 95px 0 105px;
    }


    .wine-intro-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .wine-intro-copy {
        padding-top: 0;

        max-width: 650px;
    }


    /* STORY */

    .wine-story {
        padding: 80px 0 100px;
    }


    .wine-story-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .wine-story-image {
        height: 520px;
    }


    .wine-story-content {
        max-width: 650px;
    }


    /* DETAILS */

    .wine-details {
        padding: 100px 0;
    }


    .wine-details-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .wine-details-image {
        height: 520px;
    }


    .wine-details-content {
        max-width: 650px;
    }


    /* MOMENT */

    .wine-moment {
        padding: 100px 0;
    }


    .wine-moment-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .wine-moment-copy {
        max-width: 650px;
    }


    .wine-moment-image {
        height: 520px;
    }


    /* GALLERY */

    .wine-gallery {
        padding: 95px 0 105px;
    }


    .wine-gallery-heading {
        margin-bottom: 50px;
    }


    .wine-gallery-grid {
        grid-template-columns:
            minmax(0, 1.3fr)
            minmax(0, .7fr);

        grid-template-rows:
            300px
            300px;

        gap: 14px;
    }


    /* CTA */

    .wine-cta {
        min-height: 600px;
    }


    .wine-cta-content {
        padding-bottom: 20px;
    }


    .wine-cta h2 {
        max-width: 700px;

        font-size: clamp(55px, 8vw, 78px);
    }

}


/* =========================================================
   MOBILE — 600px
========================================================= */

@media (max-width: 600px) {

    .wine-container,
    .wine-hero-content,
    .wine-cta-content {
        width: calc(100% - 34px);
    }


    /* HERO */

    .wine-hero {
        min-height: 650px;

        height: 82svh;
    }


    .wine-hero-image img {
        object-position: center center;
    }


    .wine-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 13, 10, .84) 0%,
                rgba(4, 13, 10, .50) 70%,
                rgba(4, 13, 10, .20) 100%
            ),
            linear-gradient(
                0deg,
                rgba(4, 13, 10, .80) 0%,
                rgba(4, 13, 10, .06) 60%,
                rgba(4, 13, 10, .16) 100%
            );
    }


    .wine-hero-content {
        padding-bottom: 78px;
    }


    .wine-hero .section-label,
    .wine-cta .section-label,
    .dark-label {
        gap: 9px;

        font-size: 8px;

        letter-spacing: .18em;
    }


    .wine-hero .section-label i,
    .wine-cta .section-label i,
    .dark-label i {
        width: 20px;

        flex-basis: 20px;
    }


    .wine-hero .section-label {
        margin-bottom: 22px;
    }


    .wine-hero h1 {
        max-width: 100%;

        font-size: clamp(47px, 13vw, 60px);

        line-height: .88;
    }


    .wine-hero p {
        max-width: 330px;

        margin-top: 25px;

        font-size: 11px;

        line-height: 1.75;
    }


    .wine-hero-meta {
        left: 17px;
        right: 17px;

        bottom: 20px;

        gap: 11px;

        font-size: 7px;

        line-height: 1.5;
    }


    /* HEADINGS */

    .wine-intro-title h2,
    .wine-story-content h2,
    .wine-details-content h2,
    .wine-moment-copy h2,
    .wine-gallery-heading h2 {
        margin-top: 22px;

        font-size: clamp(46px, 12.5vw, 56px);

        line-height: .9;
    }


    /* INTRO */

    .wine-intro {
        padding: 75px 0 80px;
    }


    .wine-intro-grid {
        gap: 30px;
    }


    .wine-intro-copy {
        max-width: 100%;
    }


    .wine-intro-copy p {
        margin-bottom: 20px;

        font-size: 11px;

        line-height: 1.8;
    }


    .wine-intro-copy .wine-lead {
        font-size: 15px;

        line-height: 1.7;
    }


    /* STORY */

    .wine-story {
        padding: 70px 0 80px;
    }


    .wine-story-grid {
        gap: 35px;
    }


    .wine-story-image {
        height: 390px;
    }


    .story-number {
        margin-bottom: 20px;

        font-size: 19px;
    }


    .story-lead {
        margin-top: 27px !important;

        margin-bottom: 18px !important;

        font-size: 14px !important;

        line-height: 1.7;
    }


    .wine-story-content > p:not(.story-lead) {
        font-size: 11px;

        line-height: 1.8;
    }


    /* FACTS */

    .wine-facts {
        margin-top: 35px;
    }


    .wine-facts div,
    .wine-facts div:last-child {
        padding: 18px 0;

        border-right: none;

        border-bottom: 1px solid #d7d2c8;
    }


    .wine-facts div:last-child {
        border-bottom: none;
    }


    .wine-facts strong {
        font-size: 29px;
    }


    .wine-facts span {
        font-size: 8px;
    }


    /* DETAILS */

    .wine-details {
        padding: 75px 0 80px;
    }


    .wine-details-grid {
        gap: 35px;
    }


    .wine-details-image {
        height: 400px;
    }


    .wine-details-content > p {
        font-size: 11px;

        line-height: 1.8;
    }


    .wine-feature-list {
        margin-top: 35px;
    }


    .wine-feature-list > div {
        grid-template-columns: 34px minmax(0, 1fr);

        column-gap: 10px;

        padding: 18px 0;
    }


    .wine-feature-list span {
        font-size: 9px;
    }


    .wine-feature-list strong {
        font-size: 11px;
    }


    .wine-feature-list p {
        font-size: 10px;

        line-height: 1.7;
    }


    /* MOMENT */

    .wine-moment {
        padding: 75px 0 80px;
    }


    .wine-moment-grid {
        gap: 35px;
    }


    .wine-moment-image {
        height: 390px;
    }


    .wine-moment-copy p {
        font-size: 11px;

        line-height: 1.8;
    }


    .wine-moment-copy p:first-of-type {
        margin-top: 27px;
    }


    /* GALLERY */

    .wine-gallery {
        padding: 75px 0 80px;
    }


    .wine-gallery-heading {
        margin-bottom: 38px;
    }


    .wine-gallery-grid {
        grid-template-columns: 1fr;

        grid-template-rows: none;

        gap: 12px;
    }


    .wine-gallery-grid > div {
        height: 310px;
    }


    .wine-gallery-large {
        grid-row: auto;
    }


    /* CTA */

    .wine-cta {
        min-height: 560px;
    }


    .wine-cta-content {
        padding-bottom: 10px;
    }


    .wine-cta h2 {
        margin: 22px 0 23px;

        font-size: clamp(48px, 13vw, 59px);

        line-height: .89;
    }


    .wine-cta p {
        max-width: 330px;

        margin-bottom: 28px;

        font-size: 11px;

        line-height: 1.75;
    }


    .wine-cta .button-light {
        width: 100%;

        min-width: 0;

        padding: 15px 20px;

        font-size: 9px;
    }

}


/* =========================================================
   VERY SMALL MOBILE — 380px
========================================================= */

@media (max-width: 380px) {

    .wine-container,
    .wine-hero-content,
    .wine-cta-content {
        width: calc(100% - 28px);
    }


    .wine-hero {
        min-height: 610px;
    }


    .wine-hero h1 {
        font-size: 44px;
    }


    .wine-hero p {
        max-width: 290px;

        font-size: 10px;
    }


    .wine-hero-meta {
        left: 14px;
        right: 14px;

        font-size: 6.5px;
    }


    .wine-intro-title h2,
    .wine-story-content h2,
    .wine-details-content h2,
    .wine-moment-copy h2,
    .wine-gallery-heading h2,
    .wine-cta h2 {
        font-size: 44px;
    }


    .wine-story-image {
        height: 350px;
    }


    .wine-details-image {
        height: 360px;
    }


    .wine-moment-image {
        height: 350px;
    }


    .wine-gallery-grid > div {
        height: 270px;
    }


    .wine-cta {
        min-height: 520px;
    }

}


/* =========================================================
   TOUCH DEVICES
========================================================= */

@media (hover: none) {

    .wine-gallery-grid > div:hover img {
        transform: none;
    }

}


/* =========================================================
   SAFETY
========================================================= */

.wine-page *,
.wine-page *::before,
.wine-page *::after {
    box-sizing: border-box;
}


.wine-page img {
    max-width: 100%;
}