/*=========================================================
  S&S RANCH HOMEPAGE
  HERO + HOTSPOT SYSTEM
=========================================================*/

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

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    overflow-x:hidden;
    background:#f5f1e8;
    font-family:Georgia,serif;
}

img{
    display:block;
    width:100%;
    height:auto;
}

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

.hero-wrapper{
    position: relative;
    width: 100%;
    max-width: 1996px;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.hero-image{

    width:100%;

    height:auto;

    display:block;
    max-width:100%;
}


/*=========================================================
  HOTSPOTS
=========================================================*/

.hotspot{
    position:absolute;
    display:block;
    z-index:1000;
    cursor:pointer;
    background:transparent;
    border:none;
    transition:background .25s ease;
}
.hotspot:hover{

    background:rgba(216,170,67,.12);

}

/*=========================================================
  LOGO
=========================================================*/

.hot-logo{

    left:2.0%;

    top:2.4%;

    width:30.0%;

    height:30.8%;
}

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

.hot-home{

    left:34.7%;

    top:9.9%;

    width:4.2%;

    height:3.8%;
}

.hot-story{

    left:41.3%;

    top:9.9%;

    width:7.2%;

    height:3.8%;
}

.hot-boarding{

    left:50.4%;

    top:9.9%;

    width:6.2%;

    height:3.8%;
}

.hot-trails{

    left:57.2%;

    top:9.9%;

    width:6.3%;

    height:3.8%;
}

.hot-gallery{

    left:65.8%;

    top:9.9%;

    width:6.5%;

    height:3.8%;
}

.hot-contact{

    left:73.4%;

    top:9.9%;

    width:6.5%;

    height:3.8%;
}

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

.hot-schedule{

    left:82.4%;

    top:7.2%;

    width:15.0%;

    height:8.4%;
}

.hot-apply{

    left:3.9%;

    top:89.5%;

    width:18.8%;

    height:8.8%;
}

.hot-explore{

    left:23.6%;

    top:89.5%;

    width:18.8%;

    height:8.8%;
}
/*======================================
  OUR STORY HOTSPOT
======================================*/

.story-wrapper{

    position:relative;

    width:100%;

    line-height:0;
}

.story-wrapper img{

    display:block;

    width:100%;

    height:auto;
}
.hot-read-story{

    position:absolute;

    left:59.3%;

    top:84.7%;

    width:26.8%;

    height:9.0%;

    background:transparent;

    border:none;

    z-index:1000;
}
/*======================================
  COME RIDE WITH US
======================================*/

.visit-wrapper{

    position:relative;

    width:100%;

    line-height:0;
}

.visit-wrapper img{

    display:block;

    width:100%;
}
.hot-visit{

    position:absolute;

    left:9.8%;
    top:74.5%;

    width:18%;
    height:11%;

    background:transparent;

    border:none;

    z-index:1000;
}
/*======================================
  FOOTER
======================================*/

.footer-wrapper{

    position:relative;

    width:100%;

    line-height:0;
}

.footer-wrapper img{

    display:block;

    width:100%;
}

/* Logo */

.foot-logo{

    left:4%;
    top:16%;

    width:23%;
    height:66%;
}

/* Navigation */

.foot-home{

    left:50%;
    top:23%;

    width:5%;
    height:10%;
}

.foot-story{

    left:56%;
    top:23%;

    width:6.7%;
    height:10%;
}

.foot-boarding{

    left:64%;
    top:23%;

    width:5.7%;
    height:10%;
}

.foot-trails{

    left:71%;
    top:23%;

    width:4%;
    height:10%;
}

.foot-gallery{

    left:76%;
    top:23%;

    width:5%;
    height:7%;
}

.foot-contact{

    left:82%;
    top:23%;

    width:6.1%;
    height:4%;
}

/* Social */

.foot-facebook{

    left:89.5%;
    top:26%;

    width:3%;
    height:8%;
}

.foot-instagram{

    left:93.5%;
    top:28%;

    width:3%;
    height:8%;
}
/*=========================================================
  REMAINING PANELS
=========================================================*/

.story-section,
.stats-band,
.life-around-panel,
.visit-panel,
.footer-panel{

    width:100%;

    line-height:0;
}

.story-section img,
.stats-band img,
.life-around-panel img,
.visit-panel img,
.footer-panel img{

    width:100%;

    display:block;
}
/*=========================================================
  RESPONSIVE LAYOUT
=========================================================*/

@media (max-width:1600px){

    .hero-wrapper{
        max-width:100%;
    }





    .hotspot{

        min-width:24px;
        min-height:24px;
    }    

}

/*=========================================================
  ACCESSIBILITY
=========================================================*/

.hotspot:focus{

    outline:3px solid #d8aa43;

    outline-offset:2px;
}

/*====================================================
    S&S RANCH
    PARTICIPANT AGREEMENT
====================================================*/

.agreement-hero{

    background:#f4efe2;
    padding:60px 20px;

}

.agreement-overlay{

    max-width:1200px;
    margin:auto;

}

.agreement-container{

    max-width:1050px;
    margin:auto;

}

.agreement-header{

    text-align:center;
    margin-bottom:40px;

}

.agreement-logo{

    width:170px;
    max-width:90%;
    margin-bottom:20px;

}

.agreement-header h1{

    font-size:48px;
    color:#5b3a1d;
    margin:0;

}

.agreement-header h2{

    font-size:30px;
    color:#9b6b33;
    margin:15px 0;

}

.agreement-tagline{

    font-size:20px;
    color:#7b5a33;
    font-style:italic;

}

.welcome-card{

    background:#fffef9;

}

.agreement-card{

    background:#fffdf8;

    border:2px solid #caa86b;

    border-radius:12px;

    padding:35px;

    margin-bottom:35px;

    box-shadow:0 10px 25px rgba(0,0,0,.10);

}

.agreement-card h3{

    color:#5b3a1d;

    margin-top:0;

    padding-bottom:12px;

    border-bottom:2px solid #e3d1aa;

}

.agreement-card h4{

    color:#7d5228;

    margin-top:30px;

}

.agreement-card p{

    line-height:1.8;

    color:#444;

}

.section-note{

    color:#777;

    font-style:italic;

    margin-bottom:20px;

}

.agreement-list{

    margin-left:25px;

    line-height:1.9;

}

.agreement-list li{

    margin-bottom:8px;

}

/*====================================================
    PROGRESS BAR
====================================================*/

.agreement-progress{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin:50px 0;

}

.progress-item{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#ddd;

    color:#555;

    font-weight:bold;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    flex-shrink:0;

}

.progress-item span{

    position:absolute;

    top:82px;

    left:50%;

    transform:translateX(-50%);

    width:120px;

    text-align:center;

    font-size:14px;

    color:#666;

}

.progress-item.active{

    background:#8a5d2e;

    color:#fff;

}

.progress-line{

    flex:1;

    height:4px;

    background:#d7c7a6;

    margin:0 10px;

}



/*=========================================================
  OPTIONAL DEBUG
  Uncomment while aligning hotspots.
/*=========================================================

  OPTIONAL DEBUG

To temporarily show hotspot locations while aligning them,
uncomment the block below.

.hotspot{
    background:Transparent;
}


/*====================== END OF FILE ======================*/