/* --------------------------------------------------
   Global Reset & Base Styles
-------------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Georgia', serif;
  color: #07303f;
}

/* --------------------------------------------------
   Layout Structure
-------------------------------------------------- */
.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* --------------------------------------------------
   Typography
-------------------------------------------------- */
h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }

/* --------------------------------------------------
   Home Page
-------------------------------------------------- */
.home-page {
  background: url('images/grenada3.jpg') center / cover no-repeat fixed;
}

/* --------------------------------------------------
   Menu Wrapper & Navigation
-------------------------------------------------- */
.menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}

.vertical-menu {
  width: 200px;
  margin-left: 100px;
  background-color: rgba(7, 48, 63, 0.8);
}

.vertical-menu a {
  background-color: transparent;
  color: #d4af37;
  display: block;
  padding: 12px;
  padding-bottom: 15px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
}

.vertical-menu a:hover {
  background-color: rgba(7, 48, 63, 0.45);
}

/* --------------------------------------------------
   Logo
-------------------------------------------------- */
.logo {
  margin-bottom: 0;
  text-align: center;
}

.logo img {
  max-width: 200px;
  height: auto;
  display: block;
  padding-left: 100px;
  opacity: 0.8;
}

/* --------------------------------------------------
   Promo Feature (Home Welcome Box)
-------------------------------------------------- */
.promo-feature {
  position: fixed;
  top: 14rem;
  right: 0rem;
  width: 700px;
  padding: 1.5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  background-color: #07303f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0.85;
  border-radius: 5px;
  display: block;
}

.promo-feature h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #d4af37;
}

.promo-feature p {
  font-size: 1.1rem;
  margin: 0.5rem 0 1rem;
  line-height: 1.4;
  color: #eee;
}

/* --------------------------------------------------
   Services Page
-------------------------------------------------- */
.services-page {
  background: url('images/IMG_0639.jpg') center / cover no-repeat fixed;
}

.services-feature {
  position: absolute;
  top: 4.7rem;
  right: 0;
  width: 900px;
  padding-top: 0.2rem;
  padding-left: 2rem;
  box-sizing: border-box;
  background-color: #07303f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 0.85;
  border-radius: 5px;
  display: block;
  height: auto;
  max-height: none;
  overflow: visible;
}

.services-feature h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #d4af37;
}

.services-feature ul {
  font-size: 1.1rem;
  margin: 0.5rem 0 1rem;
  color: #eee;
}

/* Toggle Panels */
.service-toggle {
  margin-bottom: 0.5rem;
}

.toggle-header {
  background-color: rgba(7, 48, 63, 0.85);
  color: #eee;
  font-family: playfair display, serif;
  font-size: 1.1rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s ease;
}

.toggle-header.active {
  background-color: rgba(7, 48, 63, 0.95);
  color: #d4af37;
}

.toggle-header:focus,
.toggle-header:focus-visible,
.toggle-header:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

.toggle-body {
  display: none;
  background-color: rgba(7, 48, 63, 0.95);
  color: #eee;
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 0.75rem 0.75rem 0.4rem 0.75rem;
  border-radius: 0 0 3px 3px;
}

.toggle-body.open {
  display: block;
}

/* --------------------------------------------------
   About Page
-------------------------------------------------- */
.about-page {
  background: url('images/grenada1.jpg') center / cover no-repeat fixed;
}

.about-feature {
  position: absolute;
  top: 7rem;
  right: 0;
  width: 800px;
  padding: 0.75rem 1.5rem 0.1rem 1.5rem;
  box-sizing: border-box;
  background-color: rgba(7, 48, 63, 0.85);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  max-height: calc(100vh-8rem);
  overflow-y: auto;
}

.about-feature h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 0.5rem;
  margin: 1rem 0 0.5rem;
  color: #d4af37;
}

.about-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
}

.headshot-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.headshot {
  width: 200px;
  margin-top: 1.6rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  opacity: 1;
}

.headshot-caption {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: #d4af37;
  line-height: 1;
}

.headshot-caption span {
  font-size: 1.1rem;
  color: #eee;
}

.bio {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #eee;
  margin-bottom: 0rem;
}

/* --------------------------------------------------
   Contact Page
-------------------------------------------------- */
.contact-page {
  background: url('images/grenada10.jpg') center / cover no-repeat fixed;
  min-height: 100vh;
}

.contact-feature {
  position: absolute;
  top: 14rem;
  right: 0rem;
  width: 700px;
  padding: 2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: #07303f;
  opacity: 0.85;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #eee;
  box-sizing: border-box;
}

.contact-feature h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #d4af37;
  margin: 0.5rem 0 0.25rem;
}

.contact-feature p,
.contact-feature ul,
.contact-feature label {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #eee;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

a {
  color: #eee;
}

/* --------------------------------------------------
   Section Styling (Shared)
-------------------------------------------------- */
section {
  padding: 2rem;
  max-width: 800px;
  margin: 2rem auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#why-choose-us {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 2rem;
}

/* --------------------------------------------------
   Footer (Global)
-------------------------------------------------- */
footer.copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.5rem 0.2rem 0.5rem;
  margin-bottom: -1rem;
  font-size: 0.9rem;
  opacity: 0.9;
  color: #eee;
  z-index: 1000;
}
