/* =========================================
   SAUNA PAGE
   ========================================= */

.sauna-page {
    background: #f4f0e8;
    color: #17231e;
    overflow-x: hidden;
}

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

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


/* =========================================
   TYPOGRAPHY
   ========================================= */

.sauna-page .section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: #c4a66c;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .22em;
    line-height: 1.3;
    text-transform: uppercase;
}

.sauna-page .section-label i {
    display: block;
    flex: 0 0 auto;
    width: 28px;
    height: 1px;
    background: #c4a66c;
}

.sauna-page .dark-label {
    color: #a98d59;
}

.sauna-page .dark-label i {
    background: #a98d59;
}

.sauna-page h1,
.sauna-page h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    line-height: .94;
}

.sauna-page h1 em,
.sauna-page h2 em {
    font-style: italic;
    font-weight: 400;
}


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

.sauna-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #07110e;
    color: #fff;
}

.sauna-hero-image,
.sauna-hero-overlay {
    position: absolute;
    inset: 0;
}

.sauna-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
}

.sauna-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(4,10,8,.78) 0%,
            rgba(4,10,8,.38) 48%,
            rgba(4,10,8,.16) 100%
        ),
        linear-gradient(
            0deg,
            rgba(4,10,8,.35),
            transparent 45%
        );
}

.sauna-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
}

.sauna-hero h1 {
    max-width: 800px;
    font-size: clamp(70px, 8vw, 122px);
    letter-spacing: -.035em;
}

.sauna-hero h1 em {
    color: #d6c08f;
}

.sauna-hero p {
    max-width: 510px;
    margin: 34px 0 0;
    color: rgba(255,255,255,.78);
    font: 300 17px/1.75 "Manrope", sans-serif;
}

.sauna-hero-meta {
    position: absolute;
    z-index: 2;
    left: max(40px, calc((100vw - 1240px) / 2));
    right: 40px;
    bottom: 36px;
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
    color: rgba(255,255,255,.62);
    font: 500 10px/1.3 "Manrope", sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}


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

.sauna-intro {
    padding: 150px 0;
    background: #f4f0e8;
}

.sauna-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 120px;
    align-items: start;
}

.sauna-intro h2 {
    max-width: 560px;
    font-size: clamp(58px, 6vw, 92px);
    letter-spacing: -.03em;
}

.sauna-intro h2 em {
    color: #8e7750;
}

.sauna-intro-copy {
    max-width: 590px;
    padding-top: 48px;
}

.sauna-intro-copy p {
    margin: 0 0 24px;
    color: #53605a;
    font: 400 16px/1.85 "Manrope", sans-serif;
}

.sauna-intro-copy .sauna-lead {
    margin-bottom: 34px;
    color: #17231e;
    font-size: 22px;
    line-height: 1.55;
}


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

.sauna-story {
    padding: 120px 0 150px;
    background: #fffdf9;
}

.sauna-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .75fr);
    gap: 100px;
    align-items: center;
}

.sauna-story-image {
    width: 100%;
    height: 720px;
    overflow: hidden;
}

.sauna-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sauna-story-content {
    max-width: 560px;
}

.story-number {
    display: block;
    margin-bottom: 32px;
    color: #b69b67;
    font: 500 12px/1 "Manrope", sans-serif;
    letter-spacing: .16em;
}

.sauna-story h2,
.sauna-window h2,
.sauna-gallery h2 {
    font-size: clamp(56px, 5.5vw, 82px);
    letter-spacing: -.035em;
}

.sauna-story h2 em,
.sauna-window h2 em,
.sauna-gallery h2 em {
    color: #8e7750;
}

.sauna-story .story-lead {
    margin-top: 36px;
    color: #17231e;
    font: 500 19px/1.6 "Manrope", sans-serif;
}

.sauna-story-content > p:not(.story-lead) {
    color: #59645f;
    font: 400 15px/1.85 "Manrope", sans-serif;
}

.sauna-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(23,35,30,.15);
}

.sauna-facts div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.sauna-facts strong {
    color: #a98d59;
    font: 500 11px/1.3 "Manrope", sans-serif;
    letter-spacing: .14em;
}

.sauna-facts span {
    color: #5d665f;
    font: 400 12px/1.5 "Manrope", sans-serif;
}


/* =========================================
   WINDOW
   ========================================= */

.sauna-window {
    padding: 140px 0;
    background: #ebe6dc;
}

.sauna-window-grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 90px;
    align-items: center;
}

.sauna-window-content {
    max-width: 510px;
}

.sauna-window-content p {
    color: #59645f;
    font: 400 15px/1.85 "Manrope", sans-serif;
}

.sauna-window-content .button {
    margin-top: 24px;
}

.sauna-window-image {
    width: 100%;
    height: 760px;
    overflow: hidden;
}

.sauna-window-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sauna-page .button-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    background: #17231e;
    color: #fff;
    text-decoration: none;
    font: 500 11px/1 "Manrope", sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: opacity .25s ease;
}

.sauna-page .button-dark:hover {
    opacity: .88;
}


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

.sauna-gallery {
    padding: 140px 0 150px;
    background: #f4f0e8;
}

.sauna-gallery-heading {
    max-width: 700px;
    margin-bottom: 70px;
}

.sauna-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    grid-template-rows: 390px 390px;
    gap: 18px;
}

.sauna-gallery-grid > div {
    min-width: 0;
    overflow: hidden;
}

.sauna-gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sauna-gallery-large {
    grid-row: 1 / span 2;
}


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

.sauna-cta {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #07110e;
    color: #fff;
}

.sauna-cta-image,
.sauna-cta-overlay {
    position: absolute;
    inset: 0;
}

.sauna-cta-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
}

.sauna-cta-overlay {
    background: rgba(4,10,8,.55);
}

.sauna-cta-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.sauna-cta h2 {
    max-width: 800px;
    font-size: clamp(64px, 7vw, 108px);
    letter-spacing: -.035em;
}

.sauna-cta h2 em {
    color: #d6c08f;
}

.sauna-cta p {
    max-width: 500px;
    margin: 30px 0;
    color: rgba(255,255,255,.72);
    font: 300 16px/1.7 "Manrope", sans-serif;
}

.sauna-page .button-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 32px;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    text-decoration: none;
    font: 500 11px/1 "Manrope", sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition:
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}

.sauna-page .button-light:hover {
    background: #fff;
    border-color: #fff;
    color: #17231e;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1100px) {

    .sauna-container {
        width: min(100% - 60px, 1240px);
    }

    .sauna-intro-grid {
        gap: 70px;
    }

    .sauna-story-grid {
        gap: 60px;
    }

    .sauna-window-grid {
        gap: 60px;
    }

    .sauna-story-image {
        height: 620px;
    }

    .sauna-window-image {
        height: 650px;
    }

    .sauna-gallery-grid {
        grid-template-rows: 340px 340px;
    }
}


/* =========================================
   TABLET / SMALL LAPTOP
   ========================================= */

@media (max-width: 900px) {

    .sauna-container {
        width: calc(100% - 40px);
    }

    /* HERO */

    .sauna-hero {
        min-height: 680px;
    }

    .sauna-hero-content {
        padding-top: 40px;
    }

    .sauna-hero h1 {
        max-width: 700px;
        font-size: clamp(62px, 10vw, 90px);
    }

    .sauna-hero p {
        max-width: 560px;
        margin-top: 28px;
        font-size: 16px;
    }

    .sauna-hero-meta {
        left: 20px;
        right: 20px;
        bottom: 28px;
        gap: 16px 24px;
    }


    /* INTRO */

    .sauna-intro {
        padding: 110px 0;
    }

    .sauna-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .sauna-intro h2 {
        max-width: 700px;
        font-size: clamp(58px, 9vw, 82px);
    }

    .sauna-intro-copy {
        max-width: 700px;
        padding-top: 0;
    }


    /* STORY */

    .sauna-story {
        padding: 100px 0 110px;
    }

    .sauna-story-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .sauna-story-image {
        height: 600px;
    }

    .sauna-story-content {
        max-width: 700px;
    }

    .sauna-story h2,
    .sauna-window h2,
    .sauna-gallery h2 {
        font-size: clamp(54px, 8vw, 76px);
    }


    /* WINDOW */

    .sauna-window {
        padding: 110px 0;
    }

    .sauna-window-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .sauna-window-content {
        max-width: 700px;
    }

    .sauna-window-image {
        height: 600px;
    }


    /* GALLERY */

    .sauna-gallery {
        padding: 110px 0;
    }

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

    .sauna-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 380px 280px;
        gap: 14px;
    }

    .sauna-gallery-large {
        grid-column: 1 / span 2;
        grid-row: auto;
    }


    /* CTA */

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

    .sauna-cta h2 {
        max-width: 700px;
        font-size: clamp(60px, 9vw, 90px);
    }
}


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

@media (max-width: 600px) {

    .sauna-container {
        width: calc(100% - 32px);
    }


    /* TYPOGRAPHY */

    .sauna-page .section-label {
        gap: 9px;
        margin-bottom: 20px;
        font-size: 9px;
        letter-spacing: .17em;
    }

    .sauna-page .section-label i {
        width: 20px;
    }


    /* HERO */

    .sauna-hero {
        min-height: 620px;
        align-items: center;
    }

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

    .sauna-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4,10,8,.76) 0%,
                rgba(4,10,8,.48) 100%
            ),
            linear-gradient(
                0deg,
                rgba(4,10,8,.48),
                transparent 60%
            );
    }

    .sauna-hero-content {
        padding-top: 30px;
    }

    .sauna-hero h1 {
        max-width: 100%;
        font-size: clamp(54px, 16vw, 72px);
        line-height: .9;
        letter-spacing: -.035em;
    }

    .sauna-hero p {
        max-width: 100%;
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.7;
    }

    .sauna-hero-meta {
        left: 16px;
        right: 16px;
        bottom: 22px;
        gap: 12px 18px;
        font-size: 8px;
        letter-spacing: .12em;
    }


    /* INTRO */

    .sauna-intro {
        padding: 80px 0;
    }

    .sauna-intro-grid {
        gap: 35px;
    }

    .sauna-intro h2 {
        max-width: 100%;
        font-size: clamp(50px, 14vw, 68px);
        line-height: .92;
    }

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

    .sauna-intro-copy p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .sauna-intro-copy .sauna-lead {
        margin-bottom: 28px;
        font-size: 19px;
        line-height: 1.5;
    }


    /* STORY */

    .sauna-story {
        padding: 80px 0;
    }

    .sauna-story-grid {
        gap: 40px;
    }

    .sauna-story-image {
        height: 430px;
    }

    .story-number {
        margin-bottom: 22px;
        font-size: 10px;
    }

    .sauna-story h2,
    .sauna-window h2,
    .sauna-gallery h2 {
        font-size: clamp(48px, 13vw, 64px);
        line-height: .92;
    }

    .sauna-story .story-lead {
        margin-top: 28px;
        font-size: 17px;
        line-height: 1.55;
    }

    .sauna-story-content > p:not(.story-lead) {
        font-size: 14px;
        line-height: 1.75;
    }

    .sauna-facts {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 35px;
        padding-top: 24px;
    }

    .sauna-facts strong {
        font-size: 10px;
    }

    .sauna-facts span {
        font-size: 12px;
    }


    /* WINDOW */

    .sauna-window {
        padding: 80px 0;
    }

    .sauna-window-grid {
        gap: 38px;
    }

    .sauna-window-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .sauna-window-image {
        height: 430px;
    }

    .sauna-page .button-dark {
        width: 100%;
        min-height: 52px;
        padding: 0 20px;
        font-size: 10px;
    }


    /* GALLERY */

    .sauna-gallery {
        padding: 80px 0;
    }

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

    .sauna-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 360px 250px 250px;
        gap: 12px;
    }

    .sauna-gallery-grid > div {
        width: 100%;
    }

    .sauna-gallery-large {
        grid-column: auto;
        grid-row: auto;
    }


    /* CTA */

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

    .sauna-cta-image img {
        object-position: center center;
    }

    .sauna-cta-overlay {
        background: rgba(4,10,8,.62);
    }

    .sauna-cta h2 {
        max-width: 100%;
        font-size: clamp(52px, 15vw, 72px);
        line-height: .92;
    }

    .sauna-cta p {
        max-width: 100%;
        margin: 24px 0;
        font-size: 14px;
        line-height: 1.65;
    }

    .sauna-page .button-light {
        width: 100%;
        min-height: 54px;
        padding: 0 20px;
        font-size: 10px;
    }
}


/* =========================================
   VERY SMALL PHONES
   ========================================= */

@media (max-width: 380px) {

    .sauna-container {
        width: calc(100% - 28px);
    }

    .sauna-hero {
        min-height: 590px;
    }

    .sauna-hero h1 {
        font-size: 52px;
    }

    .sauna-hero p {
        font-size: 13px;
    }

    .sauna-hero-meta {
        left: 14px;
        right: 14px;
        bottom: 18px;
        font-size: 7px;
    }

    .sauna-intro,
    .sauna-story,
    .sauna-window,
    .sauna-gallery {
        padding: 70px 0;
    }

    .sauna-intro h2,
    .sauna-story h2,
    .sauna-window h2,
    .sauna-gallery h2 {
        font-size: 46px;
    }

    .sauna-story-image,
    .sauna-window-image {
        height: 360px;
    }

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

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

    .sauna-cta h2 {
        font-size: 50px;
    }
}