/* =========================================================
   SOUTHWEST POINT
   Main stylesheet
   ========================================================= */


/* =========================================================
   1. RESET
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;500&family=Playfair+Display:wght@500;600&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    max-width: 100%;
	margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #edd5b7;
    color: #0b1f30;
    font-family: "Open Sans", sans-serif;
}


/* =========================================================
   2. HEADER
   ========================================================= */

.site-header {
    width: 100%;
    height: 114px;
    background-color: #0b1f30;
    overflow: hidden;
}

.header-inner {
    width: 100%;
    height: 114px;

    display: flex;
    align-items: center;

    padding: 0 32px 0 0;
}

.site-logo {
    width: 464px;
    height: 91px;

    flex: 0 0 464px;

    background-image: url("../img/design/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 464px 91px;
}
/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.main-nav {
    margin-left: auto;

    height: 100%;

    display: flex;
    align-items: center;

    gap: 28px;
}

.nav-link {
    position: relative;

    display: flex;
    align-items: center;

    height: 100%;

    color: #f4f4f4;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 500;

    line-height: 1;

    text-decoration: none;

    white-space: nowrap;

    transition: color 0.25s ease;
}

.nav-link:hover {
    color: #c9953e;
}

.nav-link.active {
    color: #c9953e;
}

/* Gold line under active item */

.nav-link.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    bottom: 22px;

    height: 2px;

    background-color: #c9953e;
}
/* =========================================================
   3. TRAVEL WINDOW SLIDER
   ========================================================= */

.travel-slider {
    position: relative;

    width: 100%;

    aspect-ratio: 1536 / 452;

    overflow: hidden;

    background-color: #000;
}

/* =========================================================
   4. SLIDER TRACK
   ========================================================= */

.slider-track {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}

/* =========================================================
   5. SLIDES
   ========================================================= */

.slide {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    opacity: 0;

    transition: opacity 1.8s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* =========================================================
   6. LANDSCAPE PHOTOS
   ========================================================= */

.slide-01 {
    background-image: url("../img/slider/landscape_01.jpg");
}

.slide-02 {
    background-image: url("../img/slider/landscape_02.jpg");
}

.slide-03 {
    background-image: url("../img/slider/landscape_03.jpg");
}

.slide-04 {
    background-image: url("../img/slider/landscape_04.jpg");
}

.slide-05 {
    background-image: url("../img/slider/landscape_05.jpg");
}


/* =========================================================
   7. WINDOWS OVERLAY
   ========================================================= */

.windows-overlay {
    position: absolute;
    inset: 0;

    z-index: 10;

    width: 100%;
    height: 100%;

    background-image: url("../img/design/windows.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    pointer-events: none;
}
/* =========================================================
   CENTRAL WINDOW CONTENT
   ========================================================= */

.hero-content {
    position: absolute;

    z-index: 5;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 480px;
    max-width: 32%;

    text-align: center;

    color: #ffffff;
}

/* Small title */

.hero-title-small {
    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(25px, 2.1vw, 34px);

    font-weight: 500;

    line-height: 1.05;

    margin-bottom: 2px;
}

/* Main title */

.hero-title-large {
    font-family: "Playfair Display", Georgia, serif;

    font-size: clamp(32px, 2.9vw, 48px);

    font-weight: 600;

    line-height: 1.05;

}

/* Description */

.hero-description {
    margin: 18px auto 0;

    max-width: 430px;

    font-family: "Open Sans", sans-serif;

    font-size: clamp(12px, 1vw, 15px);

    font-weight: 400;

    line-height: 1.5;

    color: #ffffff;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}


/* Explore button */

.hero-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 220px;
    height: 48px;

    margin-top: 22px;
    padding: 0 28px;

    border-radius: 24px;

    background-color: #c9953e;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 0.2px;

    text-decoration: none;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.hero-button:hover {
    background-color: #b58331;

    color: #ffffff;

    text-decoration: none;

    transform: translateY(-2px);
}

/* =========================================================
   8. INTRO SECTION
   background.png STARTS BELOW THE WINDOWS
   ========================================================= */

.intro-section {
    position: relative;
    width: 100%;
    height: 1024px;
    background-image: url("../img/design/background.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1536px 1024px;
	background-color: #efdabc;
}


/* =========================================================
   9. INTRO CONTENT
   ========================================================= */

.intro-content {
    position: relative;
    z-index: 2;
    width: min(1250px, 90%);
    margin: 0 auto;
    padding: 40px 0 70px;
    text-align: center;
}
/* =========================================================
   INTRO HEADING
   ========================================================= */

.intro-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 24px;
}

.intro-divider {
    display: block;
    flex: 0 0 auto;
    width: 150px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.intro-divider-left {
    background-image: url("../img/design/divider-line-1.png");
}

.intro-divider-right {
    background-image: url("../img/design/divider-line-1.png");
}

.intro-title {
    margin: 0;
    color: #0b1f30;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.intro-text {
    max-width: 850px;

    margin: 0 auto;

    color: #0b1f30;

    font-family: "Open Sans", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.6;

    text-align: center;
}

/* =========================================================
   10. SMALL DECORATIVE DIVIDERS
   ========================================================= */

.divider-line-1 {
    width: min(372px, 80%);
    height: 42px;

    margin: 5px auto;

    background-image: url("../img/design/divider-line-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.divider-line-2 {
    width: min(464px, 85%);
    height: 63px;

    margin: 20px auto;

    background-image: url("../img/design/divider-line-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* =========================================================
   11. FIVE DESTINATIONS
   ========================================================= */

.route-cities {
    width: 100%;
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.route-city {
    display: block;
    color: #0b1f30;
    text-decoration: none;
    text-align: center;	
	font-family: "Montserrat", sans-serif;
}

.route-city:hover {
    color: #0b1f30;
    text-decoration: none;
}

.route-city-logo {
    width: 180px;
    height: 180px;
    margin: 0 auto 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.route-city:hover .route-city-logo {
    transform: translateY(-5px);
}

/* =========================================================
   12. CITY LOGOS
   ========================================================= */

.logo-brookings {
    background-image: url("../img/design/logo-brookings.png");
}

.logo-crescent-city {
    background-image: url("../img/design/logo-crescent-city.png");
}

.logo-grants-pass {
    background-image: url("../img/design/logo-grants-pass.png");
}

.logo-klamath-falls {
    background-image: url("../img/design/logo-klamath-falls.png");
}

.logo-medford {
    background-image: url("../img/design/logo-medford.png");
}


/* =========================================================
   13. CITY NAMES
   ========================================================= */

.route-city-name {
    color: #0b1f30;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;
}


/* =========================================================
   14. MAIN CONTENT
   ========================================================= */

.main-content {
    width: 100%;

    background: #edd5b7;
}

.content-container {
    width: min(1100px, 90%);

    margin: 0 auto;
}

.content-section {
    padding: 5px 0;
}

/* =========================================================
   ROUTE INTRODUCTION
   ========================================================= */

.route-introduction {
    width: 88%;
    max-width: 1100px;
    margin: 0 auto 30px;
    text-align: center;
    box-sizing: border-box;
}

/* TITLE */

.route-introduction-title {
    margin: 0 0 24px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    color: #0b1f30;
}

/* CITY SUBTITLE */
.route-introduction-subtitle {
    margin: 30px 0 22px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b1f30;
}


/* TEXT */
.route-introduction p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 22px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
    color: #0b1f30;
    box-sizing: border-box;
}

/* IMAGE */
.route-introduction .content-image {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto 28px;
    object-fit: cover;
    box-sizing: border-box;
}

/* LINK */
.route-introduction a {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 4px auto 0;
    text-align: left;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b1f30;
    text-decoration: none;
    box-sizing: border-box;
}

.route-introduction a:hover {
    text-decoration: underline;
}

/* =========================================================
   MAIN SECTION DIVIDER
   ========================================================= */

.main-section-divider {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    background-image: url("../img/design/divider-line-main-2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
/* =========================================================
   ROUTE MAP
   ========================================================= */

.route-map {
    width: 100%;
    max-width: 1100px;

    margin: 20px auto 0;

    text-align: center;
}

.route-map-image {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 auto;
}

/* VIDEO */
.route-introduction .video-wrapper {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 28px;
    box-sizing: border-box;
}

.route-introduction .video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* =========================================================
   16. LINKS
   ========================================================= */

a {
    color: #7b5739;

    text-decoration: none;
}

a:hover {
    color: #4f3825;

    text-decoration: underline;
}


/*/* =========================================================
   17. FOOTER
   ========================================================= */

.site-footer {
    width: 100%;

    background: #0b1f30;

    box-sizing: border-box;
}

.footer-inner {
    width: min(1100px, 90%);

    min-height: 220px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    box-sizing: border-box;
}


/* FOOTER IMAGE */

.footer-logo {
    display: block;

    width: 300px;
    height: auto;

    flex: 0 0 25%;

    margin: 0;
}


/* FOOTER TEXT */

.footer-copy {
    flex: 0 0 75%;

    text-align: center;

    box-sizing: border-box;
}

.site-footer p {
    margin: 0 0 8px;

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 14px;
    line-height: 1.6;

    color: #ffffff;
}
/* =========================================================
   FOOTER CONTENT
   ========================================================= */

.footer-copy {
    flex: 0 0 75%;

    text-align: center;

    box-sizing: border-box;
}

.footer-copy h3 {
    margin: 0 0 18px;

    font-family: "Playfair Display", Georgia, serif;

    font-size: 25px;
    font-weight: 500;

    line-height: 1.3;

    color: #ffffff;
}

.footer-highlights {
    margin: 0 0 20px;
}

.footer-highlights a {
    font-family: "Open Sans", Arial, sans-serif;

    font-size: 18px;
    font-weight: 600;

    letter-spacing: 1px;

    color: #c9953e;

    text-decoration: none;

    transition: color 0.25s ease;
}

.footer-highlights a:hover {
    color: #f4f4f4;
}

.footer-highlights a:not(:last-child)::after {
    content: "  ·  ";
    
    color: #c9953e;
}

.footer-copy > p:not(.footer-highlights):not(.footer-copyright) {
    max-width: 600px;

    margin: 0 auto 20px;

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 14px;

    line-height: 1.6;

    color: #ffffff;
}

.footer-copyright {
    margin: 0;

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 12px;

    line-height: 1.5;

    color: rgba(255, 255, 255, 0.65);
}
/* =========================================================
18. TABLET
========================================================= */

@media (max-width: 900px) {

    /* HEADER */

    .site-header {
        height: auto;
    }

    .header-inner {
        width: 100%;
        height: auto;

        display: flex;
        flex-direction: column;

        align-items: stretch;

        padding: 0;
    }

    .site-logo {
        width: 366px;
        height: 72px;

        flex: 0 0 72px;

        align-self: flex-start;

        background-size: 366px 72px;
        background-position: left center;
    }


    /* NAVIGATION */

    .main-nav {
        width: 100%;
        height: auto;

        margin-left: 0;

        display: flex;

        align-items: center;
        justify-content: center;

        flex-wrap: wrap;

        gap: 0;

        padding: 12px 15px 16px;
    }

    .nav-link {
        height: auto;

        padding: 7px 10px;

        font-size: 12px;

        line-height: 1.2;
    }

    .nav-link.active::after {
        bottom: 1px;
    }


    /* SLIDER */

    .travel-slider {
        aspect-ratio: 1536 / 452;
    }

    .windows-overlay {
        background-size: cover;
    }


    /* HERO TEXT */

    .hero-content {
        width: 38%;
        max-width: 480px;
    }

    .hero-title-small {
        font-size: clamp(20px, 2.5vw, 28px);
    }

    .hero-title-large {
        font-size: clamp(26px, 3vw, 38px);
    }

    .hero-description {
        font-size: 12px;
        line-height: 1.45;

        margin-top: 14px;
    }

    .hero-button {
        min-width: 180px;
        height: 42px;

        margin-top: 16px;

        padding: 0 20px;

        font-size: 12px;
    }


    /* INTRO */

    .intro-section {
        height: auto;
        min-height: 900px;

        background-size: auto 900px;
    }

    .intro-content {
        width: 88%;

        padding: 50px 0 70px;
    }

    .intro-title {
        font-size: 30px;

        font-family: "Playfair Display", Georgia, serif;
    }

    .intro-text {
        font-size: 16px;
        line-height: 1.5;
    }


    /* CITIES */

    .route-cities {
        grid-template-columns: repeat(6, 1fr);
        gap: 30px 15px;
        margin-top: 45px;
    }

    .route-city:nth-child(1) {
        grid-column: 1 / 3;
    }

    .route-city:nth-child(2) {
        grid-column: 3 / 5;
    }

    .route-city:nth-child(3) {
        grid-column: 5 / 7;
    }

    .route-city:nth-child(4) {
        grid-column: 2 / 4;
    }

    .route-city:nth-child(5) {
        grid-column: 4 / 6;
    }

    .route-city-logo {
        width: 150px;
        height: 150px;
    }

    .route-city-name {
        font-size: 16px;
    }


    /* MAIN CONTENT */

    .main-content {
        background: #efdabc;
    }

    .main-section-divider {
        width: 100%;
        height: 150px;

        margin: 0;
        padding: 0;

        background-size: auto 150px;
        background-position: center center;
    }

    .content-section {
        padding: 50px 0;
    }
	
	.route-introduction {
        margin-bottom: 30px;
    }
	/* ROUTE MAP */
    .route-map {
    margin-top: 10px;
    }
}


/* =========================================================
19. MOBILE
========================================================= */

@media (max-width: 600px) {

    /* HEADER */

    .site-header {
        height: auto;
    }

    .header-inner {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }

    .site-logo {
        width: 284px;
        height: 56px;
        flex: 0 0 56px;
        align-self: flex-start;
        background-size: 284px 56px;
        background-position: left center;
    }


    /* NAVIGATION */

    .main-nav {
        width: 100%;
        height: auto;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0;
        padding: 10px 8px 14px;
    }

    .nav-link {
        height: auto;
        padding: 7px 8px;
        font-size: 11px;
        line-height: 1.2;
    }

    .nav-link.active::after {
        bottom: 1px;
    }


    /* SLIDER */

    .travel-slider {
        aspect-ratio: 1536 / 452;
    }

    .windows-overlay {
        background-size: cover;
    }


    /* REMOVE HERO TEXT ON MOBILE */

    .hero-content {
        display: none;
    }


    /* INTRO */

    .intro-section {
        height: auto;
        min-height: 850px;

        background-size: auto 850px;
    }

    .intro-content {
        width: 88%;
        padding: 50px 0 70px;
    }

    .intro-heading {
        gap: 10px;
        margin-bottom: 20px;
    }

    .intro-title {
        font-size: 28px;
        line-height: 1.2;

        font-family: "Playfair Display", Georgia, serif;

        white-space: normal;
    }

    .intro-text {
        font-size: 15px;
        line-height: 1.5;
    }

    .intro-divider {
        width: 70px;
        height: 12px;
    }


    /* CITIES */

    .route-cities {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 15px;
        margin-top: 45px;
    }

    .route-city:nth-child(1) {
        grid-column: 1 / 3;
    }

    .route-city:nth-child(2) {
        grid-column: 3 / 5;
    }

    .route-city:nth-child(3) {
        grid-column: 1 / 3;
    }

    .route-city:nth-child(4) {
        grid-column: 3 / 5;
    }

    .route-city:nth-child(5) {
        grid-column: 2 / 4;
    }

    .route-city-logo {
        width: 130px;
        height: 130px;
    }

    .route-city-name {
        font-size: 16px;
    }


    /* MAIN CONTENT */

    .main-content {
        background: #efdabc;
    }

    .main-section-divider {
        width: 100%;
        height: 110px;

        margin: 0;
        padding: 0;

        background-size: auto 110px;
        background-position: center center;
    }

    .content-section {
        padding: 50px 0;
    }
    
    .destinations-section {
        padding-top: 0;
    }
    
	.destinations-section .route-introduction {
        margin-top: 0;
    }

    .destinations-section .route-introduction-subtitle {
        margin-top: 0;
    }
    
	.route-introduction {
        margin-bottom: 30px;
    }
    
    /* ROUTE INTRODUCTION HEADINGS */

.route-introduction-title {
    font-size: 24px;
    line-height: 1.25;
}

.route-introduction-subtitle {
    font-size: 22px;
    line-height: 1.3;
}
    
	/* ROUTE MAP */
    .route-map {
    margin-top: 10px;
    }

    /* FOOTER */
 .footer-inner {
        min-height: 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 25px 0 0;
    }

    .footer-logo {
        width: 220px;
        margin: 0 auto;
    }

    .footer-copy {
        width: 100%;
        flex: none;
        text-align: center;
    }
}
/* =========================================================
20. SMALL PHONES
========================================================= */

@media (max-width: 420px) {

    /* HEADER */

    .site-header {
        height: auto;
    }

    .header-inner {
        height: auto;
    }

    .site-logo {
        width: 244px;
        height: 48px;
        flex: 0 0 48px;
        background-size: 244px 48px;
    }


    /* NAVIGATION */

    .main-nav {
        padding: 8px 5px 12px;
    }

    .nav-link {
        padding: 6px 6px;
        font-size: 10px;
    }


    /* SLIDER */

    .travel-slider {
        aspect-ratio: 1536 / 452;
    }


    /* INTRO */

    .intro-section {
        height: auto;
        min-height: 800px;

        background-size: auto 800px;
    }

    .intro-heading {
        gap: 6px;
    }

    .intro-divider {
        width: 48px;
        height: 10px;
    }

    .intro-title {
        font-size: 21px;
    }


    /* CITIES */

    .route-cities {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 10px;
    }

    .route-city:nth-child(1) {
        grid-column: 1 / 3;
    }

    .route-city:nth-child(2) {
        grid-column: 3 / 5;
    }

    .route-city:nth-child(3) {
        grid-column: 1 / 3;
    }

    .route-city:nth-child(4) {
        grid-column: 3 / 5;
    }

    .route-city:nth-child(5) {
        grid-column: 2 / 4;
    }

    .route-city-logo {
        width: 110px;
        height: 110px;
    }


    /* MAIN CONTENT */

    .main-content {
        background: #edd5b7;
    }

    .main-section-divider {
        height: 90px;

        margin: 0;
        padding: 0;

        background-size: auto 90px;
        background-position: center center;
    }

    .content-section {
        padding: 40px 0;
    }
    
    .destinations-section {
        padding-top: 0;
    }
    
    .destinations-section .route-introduction {
        margin-top: 0;
    }

    .destinations-section .route-introduction-subtitle {
        margin-top: 0;
    }
	
	.route-introduction {
        margin-bottom: 20px;
    }
    
    /* ROUTE INTRODUCTION HEADINGS */

.route-introduction-title {
    font-size: 22px;
    line-height: 1.25;
}

.route-introduction-subtitle {
    font-size: 20px;
    line-height: 1.3;
}
    
	/* ROUTE MAP */
    .route-map {
    margin-top: 5px;
    }
	.footer-logo {
    width: 190px;
    }
}