/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

nav[aria-label="breadcrumb"] a,
nav[aria-label="breadcrumb"] a:visited {
  color: #1f2937; /* pick your brand color */
  text-decoration: none;
}
nav[aria-label="breadcrumb"] a:hover {
  text-decoration: underline;
}

header {
  background: #e6a84a;
  color: white;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

header h1 {
  margin: 0;
  padding-bottom: 0.2rem;
  font-size: 2.5rem;
}

.subheader {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #ffe9cc;
}

main {
  padding: 20px;
  background: white;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

footer {
  text-align: center;
  padding: 12px;
  background: #633c1f;
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
}

.banner-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  display: block;
  border-bottom: 4px solid #e6a84a;
}

.subscribe-container {
  text-align: center;
  margin-top: 20px;
}

.subscribe-container h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #633c1f;
  font-weight: 700;
}

form input[type="email"],
form button {
  display: block;
  margin-top: 10px;
  padding: 12px;
  font-size: 1rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  border: 1px solid #e0c7aa;
  font-family: 'Montserrat', sans-serif;
}

form input[type="email"] {
  background-color: #fffdf8;
}

form button {
  background-color: #e6a84a;
  color: white;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #d9932e;
}

.menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}


  .services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  padding: 0;
  box-sizing: border-box;
}


.service-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  background-color: #fff;
}

.service-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover; /* Optional if you want crop/fit */
}

.service-card h3 {
  margin-top: 0.75rem;
  font-size: 1.25rem;
}

.service-card p {
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.book-button {
  display: inline-block;
  padding: 10px 16px;
  background-color: #5e9ca0;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.book-button:hover {
  background-color: #467c80;
}

/* .footer-nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-nav a:hover {
  text-decoration: underline;
} */

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 0.5rem;
  border: none;
  /* background: #633c1f; */
}

.footer-nav a {
  margin: 0 10px;
  color: white;
  /* background: #633c1f; */
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.location-section {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.location-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.location-section h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.location-details p {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.4;
}

.map-link {
  color: #5e9ca0;
  text-decoration: underline;
}

.map-link:hover {
  color: #3e7d83;
}

.meetup-section {
  background-color: #fff7e6;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.meetup-section h2 {
  font-size: 2rem;
  color: #d63384;
  margin-bottom: 1rem;
}

.meetup-section img {
  width: 100%;
  border-radius: 0.75rem;
  border: 2px solid #f8c6dc;
  margin-bottom: 1rem;
}

.meetup-section ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  color: #555;
}

.meetup-section li {
  margin: 0.5rem 0;
}


.meetup-image {
  text-align: center;
  margin-bottom: 1rem;
}

.meetup-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.review-preview-card {
  background-color: #fffdf8;
  padding: rem;
  margin: rem auto;
  max-width: 800px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.review-preview-card h2 {
  color: #633c1f;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.review-preview-card blockquote {
  font-style: italic;
  margin: 1rem auto;
  max-width: 600px;
  color: #4a3c2f;
  border-left: 4px solid #e6a84a;
  padding-left: 1rem;
}

#availability ul {
  list-style: none;
  padding-left: 0;
}

#availability li {
  background: #fdfaf6;
  margin: 0.4rem 0;
  padding: 0.75rem;
  border-left: 4px solid #e6a84a;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
}

#availability h3 {
  margin-top: 2rem;
  color: #5a3e1c;
  font-size: 1.1rem;
}


/* Tablet & mobile navigation toggle */
@media (max-width: 768px) {
  nav {
    display: none;
    flex-direction: column;
    background-color: #e6a84a;
    border-top: 1px solid white;
    padding: 10px 0;
  }

  nav.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

}

/* Mobile: tighten header and reduce stacked space */
@media (max-width: 480px) {
  header {
    padding: 0.5rem 0;
  }

  header h1 {
    font-size: 2rem;
    line-height: 1.2;
    padding-bottom: 0.1rem;
  }

  .subheader {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .menu-toggle {
    margin-top: -5px;
  }
}

html, body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #fdfaf6;
  color: #4a3c2f;
  overflow-x: hidden;
}

a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.about-owner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  align-items: start;
  margin: 24px 0 40px;
}
@media (max-width: 900px) {
  .about-owner { grid-template-columns: 1fr; }
}

.owner-media {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0,0,0,.10);
}
.owner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owner-content h3 { margin: 0 0 8px; }
.owner-content p { margin: 0 0 12px; }

.owner-ctas {
  display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px;
}
.btn {
  appearance: none; border: 0; cursor: pointer;
  padding: 10px 16px; border-radius: 999px; font-weight: 700;
  background: #4b7f6e; color: #fff; text-decoration: none;
}
.btn.ghost { background: transparent; color: #0f3d33; border: 2px solid #4b7f6e; }

/* a11y helper for caption text that’s only for screen readers */
.visually-hidden {
  position: absolute !important; height: 1px; width: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.location-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin-block: 24px 40px;
}

.location-details .center-note { text-align: center; margin-top: 1rem; }

.location-map iframe {
  width: 100%;
  aspect-ratio: 4 / 3;      /* keeps height consistent */
  border: 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
}

/* Stack on smaller screens */
@media (max-width: 900px) {
  .location-wrap { grid-template-columns: 1fr; }
  .location-details .center-note { text-align: left; }
}

.service-list {
  margin-left: 1.5rem; /* controls indentation */
  padding-left: 1rem;  /* extra spacing if desired */
  list-style-type: disc; /* or circle/square/none */
}

.note {
  margin-left: 2rem; /* aligns with the list */
  font-size: 0.9em;
  color: #555;
  font-style: italic;
}

.owner-ctas2 {
  display: flex;
  justify-content: center;  /* centers horizontally */
  margin-top: 1rem;         /* adds a little spacing above */
}

.owner-ctas2 .btn {
  text-align: center;
}

.pay-btn {
  display: block;
  margin-top: 10px;
  padding: 12px;
  font-size: 1rem;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  border: 1px solid #e0c7aa;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  cursor: pointer;
  color: #4a3c2f;
  background-color:#e6a84a;
}

