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

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;   
}

body, header{
    margin: 0 auto;
    padding: 0;
}

.wifi-banner-container{
    /*      style      */
    background-color: rgba(83, 83, 83, 0.65);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 0px solid rgba(255,255,255,0.0);
    border-radius: 16px;
    box-shadow: 4px 10px 20px 10px rgba(3, 3, 3, 0.15);
 /*     typography        */
    font-size: 20px;
    text-align: center;
    padding: 10px 0px 0px 0px;

    /*   positioning   */
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: 90vw;
    max-width: 800px;
    margin-top: 1vh;
    position: fixed;
    z-index: 9999;
}

.wifi-banner-header{
    border: 0px solid black;
    border-radius: 0px 0px 16px 16px;
    background-color: rgba(0, 200, 255,0.5);
    font-family: "inter",sans-serif;

    width: 100%;
    justify-content: center;
    color: white;
}

.wifi-banner-content{
     /*      style      */
    font-size: 14px;
    font-family: "inter", sans-serif;

    /*   positioning   */
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;

    
    /* debugging position*/
    border: 0cap solid black;
    
} 


#wifi-name{
    padding: 2px;
    align-self: center;
    color: white;
    
    /* debugging position*/
    border: 0cap solid black;

} 
#wifi-psw{
    padding: 2px;
    align-self: center;
    color: white;

    /* debugging position*/
    border: 0cap solid black;
}



#wifi-copy-button {
    font-family: "inter",sans-serif;
    font-size: 13px;
    padding: 4px 10px;
    border: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    background: rgba(0, 200, 255,0.5);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    position: static; 
    transform: none; 
    margin-left: 0;
    white-space: nowrap; 
}

/* Specific Hover */
#wifi-copy-button:hover {
  background: linear-gradient(90deg, rgba(0, 129, 165, 0.5) 0%, rgba(122, 226, 255, 0.851) 100%);
}

/* Specific Active (Click) - Keeps vertical centering while shifting down 2px */
#wifi-copy-button:active {
  transform: scale(0.97);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

 .hero {
    width: 100%;
    height: auto; /* Full viewport height */
    background-color: #ffffff;
    /*background: #3d4547;
    background: linear-gradient(rgb(255, 255, 255) 40%, rgba(114, 158, 132, 1) 50%);
      
      /* Colorful abstract image from Unsplash to show off the blur */
      /*background-image: url("hero_image.JPG");
      background-size: cover;*/
      
      background-position: center;
      display: flex ;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      padding-bottom: 2vh;
}

.intro-container{
    /* style*/

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-top: 5vh;
    padding-top: 5vh;
}

.welcome {
    Font-family: "Asap Condensed", sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.0834933333;
    text-align: center;
    color: #1d1d1f;
    padding: 3px;

}

.welcome-name{
    Font-family: "Asap Condensed", sans-serif;
    font-size: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #1d1d1f;
}
.welcome-address{
    color: #1d1d1f;
    font-family: "inter",sans-serif;
    font-size: 16px;
    align-self: center;
    text-decoration: none;
    padding: 10px;
}
.welcome-w3w{
    color: #1d1d1f;
    font-family: "inter",sans-serif;
    font-size: 16px;
    align-self: center;
    text-decoration: none;
    margin-bottom: 15px;
}

.card {
    /* Style  */
    width: 450px;
    max-width: 90vw;
    max-height: 260px; 
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;
    /* Position */
    align-self: center;
    display: flex;
    justify-content: center;
    margin-top:5px; 
    
    
    /* clips the image  rounded corners */
    overflow: hidden; 
}

.welcome-address-link {
    width: 100%;
    display: flex;
    padding: 10px; /* Creates internal breathing room away from card boundaries */
    text-decoration: none;
}

/* New helper class for the image child on the left */
.card-image-side {
    width: 40%;
    height: 100%;
}

.card-image-side img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover; /* Stops the image from looking squished */
}


.card-text-side{
    font-family: "Asap Condensed", sans-serif;
    text-decoration: none; 
    color: #1d1d1f; 
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 15px 5px;
}

.card-title{
 font-weight: bold;
 text-decoration: none;
 padding: 5px 0;
}
.card-address-detail{
    text-decoration: none;
     padding: 5px 0;
}

.card-url-link{
    font-family: "inter", sans-serif;
    font-size: 11px;                /* Keeps it small and low-profile */
    color: rgb(0, 122, 255);       /* Classic, clean iOS/modern system blue */
    font-weight: 500;                /* Gives it just enough weight to be legible */
    margin-top: 4px;                 /* Adds a tiny bit of breathing room below the address */                /* Keeps it locked to the left side */
    opacity: 0.85;
    padding: 5px 0;                   /* Softens the color so it blends smoothly */
}


/*                          NAV      */

/* 2x2 Navigation Grid Container */
.nav-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    gap: 16px;
    width: 90%;
    max-width: 450px;
    margin: 10px auto;
}

/* Individual Navigation Card (styled as anchor <a> tags) */
.nav-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #222222;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-card:active {
    transform: translateY(1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.nav-label {
    font-family: "Asap Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

/* 1. This handles the vertical stack for the text side only */
.contact-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;          /* Takes up the remaining horizontal space in the card */
    padding: 14px;    /* Clean internal spacing */
    box-sizing: border-box;
}

/* 2. Centers the label perfectly above the two items */
.contact-label {
    font-family: "Asap Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1d1d1f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;   /* Centers text inside its row */
    margin: 0 0 12px 0;   /* Space below the label */
}

/* 3. Spreads the email and phone row side-by-side */
.contact-content {
    display: flex;
    justify-content: space-around; 
    align-items: center;
    gap: 15px;
    border-top: 1px solid #f2f2f7; /* Clean, professional divider line */
    padding-top: 12px;
}

.contact-email, .contact-phone {
    font-family: "Asap Condensed", sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0;
    text-decoration: none;
    white-space: nowrap; /* Prevents email or phone from breaking into two lines */
}

.page-block-style {
      background-position: center;
      display: flex ;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      padding-bottom: 5vh;
}

/* Section Header */
.section-title {
    font-family: "Asap Condensed", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    text-align: center;
    border-bottom: 2px solid dodgerblue;
    padding-bottom: 4px;
}

/* Shared Un-carded Bullet List */
.list{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; /* Space for the bullet dot */
    width: 600px;
    max-width: 85vw;
    text-align: left;
}

#house-rules,#checkout-info,#general-info,#checkout-info{
    scroll-margin-top: 120px;
}

/* --- SECTION CONTAINER --- */
.rec-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: 'Roboto', sans-serif;
}

.rec-heading {
  font-size: 26px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 16px;
}

/* --- FILTER PILLS --- */
.filter-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto; /* Allows smooth horizontal scrolling on small mobile screens */
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.pill-btn {
  background-color: #ffffff;
  color: #374151;
  border: 1px solid #e5e7eb;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* Active Pill Highlight */
.pill-btn.active {
  background-color: #2d3748;
  color: #ffffff;
  border-color: #2d3748;
}

.pill-btn:hover:not(.active) {
  background-color: #f3f4f6;
}

/* --- CARDS GRID --- */
.rec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Automatically switches to 2-columns on wider screens */
  gap: 16px;
}

/* --- INDIVIDUAL CARD --- */
.rec-card {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rec-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* --- BADGES --- */
.badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blue-badge {
  background-color: #e0f2fe;
  color: #0369a1;
}

.gray-badge {
  background-color: #f3f4f6;
  color: #4b5563;
  letter-spacing: 0.1px;
}

/* --- CARD CONTENT --- */
.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.card-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1; /* Pushes the map link to the bottom if cards vary in height */
}

/* --- MAP LINK --- */
.map-link {
  color: #e05252; /* Matching coral link tone */
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.map-link:hover {
  text-decoration: underline;
}
