@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #000000;
  background-color: #e9dfd8;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title,
.location-title,
.site-title,
.quote-icon,
.author-name,
.class-name,
.testimonial-author {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif !important;
}

p,
.class-description,
.testimonial-text,
.location-address,
.class-details,
.site-nav .page-link {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.hero-button,
.section-button,
.class-book-button,
.directions-button {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif !important;
}

.hero-header {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.hero-header .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-header .hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 0 1.5rem;
  max-width: 900px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.hero-header .hero-content .hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero-header .hero-content .hero-title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .hero-header .hero-content .hero-title {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.hero-header .hero-content .hero-subtitle {
  font-size: 1.8rem;
  font-style: normal;
  margin-top: 1.2rem;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hero-header .hero-content .hero-subtitle {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.hero-header .hero-content .hero-button {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.hero-header .hero-content .hero-button:hover {
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  color: #e9dfd8;
}
.hero-header .hero-content .hero-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .hero-header .hero-content .hero-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.site-header {
  background-color: #e9dfd8;
  border-bottom: 1px solid rgba(61, 52, 47, 0.1);
  position: relative;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header .site-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  color: #000000;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.site-header .site-title:hover {
  color: #3d342f;
}
@media (max-width: 768px) {
  .site-header .site-title {
    font-size: 1.5rem;
  }
}
.site-header .site-nav {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .site-header .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #e9dfd8;
    flex-direction: column;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .site-header .site-nav.active {
    display: flex;
  }
}
.site-header .site-nav .page-link {
  color: #000000;
  text-decoration: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.3s ease;
}
.site-header .site-nav .page-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3d342f;
  transition: width 0.3s ease;
}
.site-header .site-nav .page-link:hover {
  color: #3d342f;
}
.site-header .site-nav .page-link:hover::after {
  width: 100%;
}
.site-header .site-nav .page-link.active {
  color: #3d342f;
  font-weight: 600;
}
.site-header .site-nav .page-link.active::after {
  width: 100%;
}
@media (max-width: 768px) {
  .site-header .site-nav .page-link {
    font-size: 1.2rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(61, 52, 47, 0.1);
  }
  .site-header .site-nav .page-link:last-child {
    border-bottom: none;
  }
}
.site-header .menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .site-header .menu-toggle {
    display: flex;
  }
}
.site-header .menu-toggle .hamburger {
  width: 28px;
  height: 3px;
  background-color: #000000;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header .menu-toggle.active .hamburger:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header .menu-toggle.active .hamburger:nth-child(2) {
  opacity: 0;
}
.site-header .menu-toggle.active .hamburger:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.site-header {
  background-color: rgba(233, 223, 216, 0.98);
  border-bottom: 1px solid rgba(61, 52, 47, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}
.site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header .site-title {
  color: #000000;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.site-header:hover {
  color: #3d342f;
}
@media (max-width: 768px) {
  .site-header {
    font-size: 1.5rem;
  }
}
.site-header .site-nav {
  display: flex;
  gap: 2rem;
}
.site-header .site-nav .page-link {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  padding: 0.4rem 0;
  position: relative;
}
.site-header .site-nav .page-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3d342f;
  transition: width 0.3s ease;
}
.site-header .site-nav .page-link:hover::after, .site-header .site-nav .page-link.active::after {
  width: 100%;
}

.classes-section {
  position: relative;
  background-color: #e9dfd8;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  max-width: 1200px;
}
.classes-section .section-button {
  padding: 0.45rem 1.8rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  z-index: 10;
  border: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
  white-space: nowrap;
  align-self: center;
}
.classes-section .section-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
}
@media (max-width: 768px) {
  .classes-section .section-button {
    padding: 0.4rem 1.6rem;
    width: 100%;
    max-width: 220px;
    font-size: 0.95rem;
  }
}
.classes-section .section-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.classes-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .classes-section .section-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.classes-section .section-title {
  font-size: 2.5rem;
  color: #000000;
  text-align: center;
  margin-bottom: 2.8rem;
  position: relative;
  display: inline-block;
  letter-spacing: -0.5px;
}
.classes-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #3d342f, transparent);
}
@media (max-width: 768px) {
  .classes-section .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.classes-section .classes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .classes-section .classes-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.classes-section .class-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 1.8rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(61, 52, 47, 0.1);
}
.classes-section .class-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .classes-section .class-card {
    padding: 1.5rem;
  }
}
.classes-section .class-name {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0.9rem;
  line-height: 1.35;
  letter-spacing: -0.3px;
}
@media (max-width: 480px) {
  .classes-section .class-name {
    font-size: 1.4rem;
  }
}
.classes-section .class-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 1.3rem;
  font-style: normal;
}
@media (max-width: 480px) {
  .classes-section .class-description {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
}
.classes-section .class-details {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(61, 52, 47, 0.15);
  margin-top: 0.3rem;
}
.classes-section .class-details .class-price {
  font-weight: 700;
  color: #3d342f;
  font-size: 1.25rem;
  letter-spacing: -0.3px;
}
.classes-section .class-details .class-duration {
  color: #777;
  font-style: normal;
  align-self: center;
  font-size: 0.95rem;
  margin-left: auto;
}
@media (max-width: 480px) {
  .classes-section .class-details {
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0.8rem;
  }
  .classes-section .class-details .class-price {
    font-size: 1.2rem;
  }
  .classes-section .class-details .class-duration {
    font-size: 0.9rem;
    margin-left: 0;
  }
}
.classes-section .class-card .class-book-button {
  display: inline-block;
  margin-top: 1.1rem;
  padding: 0.6rem 1.6rem;
  background: rgba(61, 52, 47, 0.08);
  color: #3d342f;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(61, 52, 47, 0.2);
  text-align: center;
}
.classes-section .class-card .class-book-button:hover {
  background: rgba(61, 52, 47, 0.15);
  color: #3d342f;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(61, 52, 47, 0.3);
}
.classes-section .class-card .class-book-button:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .classes-section .class-card .class-book-button {
    padding: 0.55rem 1.4rem;
    font-size: 0.9rem;
    margin-top: 0.9rem;
  }
}
.classes-section[onclick*=openEmail] {
  background: rgba(61, 52, 47, 0.05);
  border-color: rgba(61, 52, 47, 0.15);
}
.classes-section[onclick*=openEmail]:hover {
  background: rgba(61, 52, 47, 0.12);
  border-color: rgba(61, 52, 47, 0.25);
}

.packages-section {
  position: relative;
  background-color: #e9dfd8;
  padding: 3.5rem 1.5rem;
  margin: 3rem auto;
  max-width: 1200px;
}
.packages-section .section-container {
  max-width: 1100px;
  margin: 0 auto;
}
.packages-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .packages-section .section-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.packages-section .section-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 2.5rem;
  color: #000000;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: -0.5px;
}
.packages-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #3d342f, transparent);
}
@media (max-width: 768px) {
  .packages-section .section-title {
    font-size: 2rem;
  }
}
.packages-section .section-button {
  padding: 0.45rem 1.8rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  text-decoration: none;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
  white-space: nowrap;
  align-self: center;
}
.packages-section .section-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
}
@media (max-width: 768px) {
  .packages-section .section-button {
    padding: 0.4rem 1.6rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 180px;
  }
}
.packages-section .packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1100px) {
  .packages-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .packages-section .packages-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.packages-section .package-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(61, 52, 47, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.packages-section .package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .packages-section .package-card {
    padding: 1.3rem;
  }
}
.packages-section .package-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  color: #333;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.packages-section .package-image {
  width: 100%;
  height: 150px;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.packages-section .package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.package-card:hover .packages-section .package-image img {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .packages-section .package-image {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .packages-section .package-image {
    height: 180px;
  }
}
@media (max-width: 480px) {
  .packages-section .package-image {
    height: 160px;
    margin-bottom: 0.9rem;
  }
}
.packages-section .package-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.packages-section .package-name {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.3rem;
  color: #000000;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.3px;
}
@media (max-width: 480px) {
  .packages-section .package-name {
    font-size: 1.25rem;
  }
}
.packages-section .package-price {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.4rem;
  color: #3d342f;
  font-weight: 700;
  align-self: flex-end;
}
@media (max-width: 480px) {
  .packages-section .package-price {
    font-size: 1.35rem;
  }
}
.packages-section .package-description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.55;
  margin-bottom: 1.1rem;
  font-style: normal;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .packages-section .package-description {
    font-size: 0.88rem;
    margin-bottom: 1rem;
  }
}
.packages-section .package-button {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: rgba(61, 52, 47, 0.08);
  color: #3d342f;
  text-decoration: none;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 1px solid rgba(61, 52, 47, 0.2);
  text-align: center;
  margin-top: auto;
}
.packages-section .package-button:hover {
  background: rgba(61, 52, 47, 0.15);
  color: #3d342f;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-color: rgba(61, 52, 47, 0.3);
}
.packages-section .package-button:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .packages-section .package-button {
    padding: 0.55rem 1.4rem;
    font-size: 0.85rem;
    width: 100%;
  }
}
.packages-section .featured-package {
  border: 2px solid #3d342f;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 235, 0.98));
}
.packages-section .featured-package .package-price {
  color: #3d342f;
  font-size: 1.5rem;
}
.packages-section .featured-package .package-button.featured-button {
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
}
.packages-section .featured-package .package-button.featured-button:hover {
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
  color: #e9dfd8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.events-section {
  position: relative;
  background-color: #f8f4f1;
  padding: 4rem 1.5rem;
  margin: 3rem auto;
  max-width: 1200px;
}
.events-section .section-container {
  max-width: 1100px;
  margin: 0 auto;
}
.events-section .section-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .events-section .section-header {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.events-section .section-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 2.5rem;
  color: #000000;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: -0.5px;
}
.events-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #3d342f, transparent);
}
@media (max-width: 768px) {
  .events-section .section-title {
    font-size: 2rem;
  }
}
.events-section .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .events-section .events-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.events-section .event-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(61, 52, 47, 0.1);
}
.events-section .event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
@media (max-width: 480px) {
  .events-section .event-card {
    border-radius: 10px;
  }
}
.events-section .event-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.events-section .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.event-card:hover .events-section .event-image img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .events-section .event-image {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .events-section .event-image {
    height: 180px;
  }
}
.events-section .event-content {
  padding: 1.8rem;
}
@media (max-width: 480px) {
  .events-section .event-content {
    padding: 1.5rem;
  }
}
.events-section .event-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.6rem;
  color: #000000;
  margin: 0 0 1rem 0;
  font-weight: 700;
  letter-spacing: -0.3px;
}
@media (max-width: 480px) {
  .events-section .event-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.events-section .event-description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.events-section .event-description p {
  margin-bottom: 0.8rem;
}
.events-section .event-description p:last-child {
  margin-bottom: 0;
}
.events-section .event-description strong {
  color: #3d342f;
  font-weight: 600;
}
@media (max-width: 480px) {
  .events-section .event-description {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}
.events-section .event-button {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  text-decoration: none;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
}
.events-section .event-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
  color: #e9dfd8;
}
.events-section .event-button:active {
  transform: translateY(0);
}
@media (max-width: 480px) {
  .events-section .event-button {
    padding: 0.65rem 1.6rem;
    font-size: 0.9rem;
    width: 100%;
  }
}
.events-section .featured-event {
  border: 2px solid #3d342f;
  position: relative;
}
.events-section .featured-event::before {
  content: "★";
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 1.2rem;
  color: #D4AF37;
  background: rgba(255, 255, 255, 0.9);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.testimonials-section {
  position: relative;
  background-color: #f8f4f1;
  padding: 4rem 1.5rem;
  margin: 3rem auto;
  max-width: 1200px;
}
.testimonials-section .section-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding-top: 1.5rem;
}
.testimonials-section .testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .testimonials-section .testimonials-grid {
    padding-top: 0;
  }
}
.testimonials-section .testimonial-card {
  padding: 0;
  position: relative;
}
.testimonials-section .testimonial-card::before {
  display: none;
}
.testimonials-section .testimonial-card:hover {
  transform: none;
  box-shadow: none;
}
.testimonials-section .testimonial-quote {
  position: relative;
  margin-bottom: 0.8rem;
}
.testimonials-section .quote-icon {
  font-size: 3rem;
  color: rgba(61, 52, 47, 0.08);
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -5px;
  font-weight: 700;
}
.testimonials-section .testimonial-text {
  font-size: 1.1rem;
  color: #000000;
  line-height: 1.75;
  margin-left: 12px;
  font-style: italic;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .testimonials-section .testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.testimonials-section .testimonial-author {
  color: #3d342f;
  font-size: 1.15rem;
  font-weight: 400;
  padding-top: 0.6rem;
  margin-top: 0.5rem;
}
.testimonials-section .testimonial-author .author-name {
  font-weight: 400;
  color: #000000;
}
.testimonials-section .testimonial-author .author-location {
  color: #3d342f;
  font-weight: 400;
  font-size: 0.95rem;
  margin-left: 0.3rem;
}
@media (max-width: 480px) {
  .testimonials-section .testimonial-author {
    font-size: 1rem;
  }
  .testimonials-section .testimonial-author .author-location {
    font-size: 0.9rem;
  }
}

.location-section {
  position: relative;
  background-color: #e9dfd8;
  padding: 3rem 1.5rem;
  margin: 2.5rem auto;
  max-width: 1400px;
}
.location-section .section-container {
  max-width: 1200px;
  margin: 0 auto;
}
.location-section .location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .location-section .location-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.location-section .map-column {
  position: relative;
}
@media (max-width: 768px) {
  .location-section .map-column {
    order: 2;
  }
}
.location-section .map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.location-section .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .location-section .map-container {
    padding-bottom: 65%;
  }
}
.location-section .info-column {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .location-section .info-column {
    order: 1;
    justify-content: center;
  }
}
.location-section .location-content {
  max-width: 450px;
}
@media (max-width: 768px) {
  .location-section .location-content {
    text-align: center;
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.location-section .location-title {
  font-size: 2.2rem;
  color: #000000;
  margin-bottom: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .location-section .location-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.location-section .location-address {
  font-size: 1.3rem;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 1.8rem;
  font-style: normal;
}
@media (max-width: 480px) {
  .location-section .location-address {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
}
.location-section .directions-button {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
}
.location-section .directions-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
  color: #e9dfd8;
}
.location-section .directions-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .location-section .directions-button {
    padding: 0.75rem 2rem;
    font-size: 1.05rem;
  }
}
@media (max-width: 480px) {
  .location-section .directions-button {
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
  }
}

.about-section {
  background-color: #e9dfd8;
  padding: 4rem 1.5rem;
  margin: 2.5rem auto;
  max-width: 1400px;
}
.about-section .about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 900px) {
  .about-section .about-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 900px) {
  .about-section .about-image-column {
    order: 2;
  }
}
.about-section .about-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background-size: cover;
  background-position: center;
}
.about-section .about-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(61, 52, 47, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0.85;
}
@media (max-width: 900px) {
  .about-section .about-image {
    padding-bottom: 65%;
  }
}
.about-section .about-content-column {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .about-section .about-content-column {
    order: 1;
    justify-content: center;
    text-align: center;
  }
}
.about-section .about-content {
  max-width: 550px;
}
@media (max-width: 900px) {
  .about-section .about-content {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}
.about-section .about-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 2.8rem;
  color: #000000;
  margin-bottom: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 900px) {
  .about-section .about-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .about-section .about-title {
    font-size: 1.9rem;
  }
}
.about-section .about-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #000000;
  line-height: 1.75;
}
.about-section .about-paragraph {
  font-size: 1.15rem;
  margin-bottom: 1.4rem;
}
.about-section .about-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .about-section .about-paragraph {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
  }
}

.site-footer {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.85);
  padding: 3.5rem 1.5rem 2rem;
  margin-top: 3rem;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .site-footer .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }
}
.site-footer .footer-section {
  flex: 1;
  min-width: 250px;
}
.site-footer .footer-section:first-child {
  flex: 2;
}
@media (max-width: 768px) {
  .site-footer .footer-section {
    width: 100%;
  }
  .site-footer .footer-section:first-child {
    flex: 1;
  }
}
.site-footer .footer-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.5rem;
  color: #e9dfd8;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .site-footer .footer-title {
    font-size: 1.4rem;
  }
}
.site-footer .footer-description {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .site-footer .footer-description {
    font-size: 0.95rem;
  }
}
.site-footer .newsletter-form .form-group {
  display: flex;
  gap: 0.7rem;
}
@media (max-width: 768px) {
  .site-footer .newsletter-form .form-group {
    flex-direction: column;
  }
}
.site-footer .newsletter-form .email-input {
  flex: 1;
  padding: 0.85rem 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #e9dfd8;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
  transition: all 0.3s ease;
}
.site-footer .newsletter-form .email-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.site-footer .newsletter-form .email-input:focus {
  outline: none;
  border-color: #3d342f;
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(61, 52, 47, 0.2);
}
.site-footer .newsletter-form .submit-button {
  padding: 0.85rem 1.6rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  border: none;
  border-radius: 6px;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.site-footer .newsletter-form .submit-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
}
.site-footer .newsletter-form .submit-button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .site-footer .newsletter-form .submit-button {
    padding: 0.85rem;
  }
}
.site-footer .newsletter-form .form-note {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.7rem;
  font-style: italic;
}
.site-footer .social-section {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .site-footer .social-section {
    align-items: center;
  }
}
.site-footer .social-icons {
  display: flex;
  gap: 0.9rem;
  margin-top: 0.9rem;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .site-footer .social-icons {
    justify-content: center;
  }
}
.site-footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #e9dfd8;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.site-footer .social-icon:hover {
  transform: translateY(-3px);
  background: #3d342f;
  color: #e9dfd8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.site-footer .social-icon:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .site-footer .social-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
}
.site-footer .copyright-section {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .site-footer .copyright-section {
    align-items: center;
    text-align: center;
  }
}
.site-footer .copyright-text {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.site-footer .copyright-subtext {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0 0;
  font-style: italic;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s;
}
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #e9dfd8;
  margin: auto;
  padding: 2.5rem;
  border-radius: 15px;
  width: 90%;
  max-width: 550px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 0.4s;
}
@media (max-width: 768px) {
  .modal-content {
    padding: 2rem;
    width: 95%;
    max-height: 95vh;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #3d342f;
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.close-modal:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .close-modal {
    right: 15px;
    top: 15px;
  }
}

.modal-title {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.8rem;
  color: #000000;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 1.6rem;
  }
}

.modal-subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #777;
  text-align: center;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .modal-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
}

#contact-form {
  display: block;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.95rem;
  color: #000000;
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid rgba(61, 52, 47, 0.15);
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #3d342f;
  box-shadow: 0 0 0 3px rgba(61, 52, 47, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233d342f' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}

.form-submit-button {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #3d342f 0%, #2a2420 100%);
  color: #e9dfd8;
  border: none;
  border-radius: 8px;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.form-submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #2a2420 0%, #3d342f 100%);
}
.form-submit-button:active {
  transform: translateY(0);
}
.form-submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-success {
  text-align: center;
  padding: 2rem 1rem;
}
.form-success .success-icon {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 4rem;
  color: #4CAF50;
  margin-bottom: 1rem;
  line-height: 1;
}
.form-success h4 {
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0.8rem;
}
.form-success p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.close-success-button {
  padding: 0.7rem 2rem;
  background: #3d342f;
  color: #e9dfd8;
  border: none;
  border-radius: 25px;
  font-family: "Bookman Old Style", Bookman, "Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.close-success-button:hover {
  background: #2a2420;
  transform: translateY(-1px);
}

.page-content {
  padding: 2rem 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */