@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html::before {
  content: "";
  border: 14px solid #1E1E1E;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  z-index: 100;
}

body {
  font-family: "Crimson Text", serif;
  line-height: 1.6;
  color: #1E1E1E;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}
header div.main-nav {
  background: #1E1E1E;
  padding: 1rem 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  header div.main-nav {
    flex-direction: column;
    padding: 1rem 0.75rem;
  }
}
header div.main-nav a {
  text-decoration: none;
}
header .logo {
  color: #C9A961;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Cinzel Decorative";
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

header nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header nav a {
  color: #EDE8E1;
  text-decoration: none;
  margin-left: 2rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  font-family: "Crimson Text";
}
@media only screen and (max-width: 700px) {
  header nav a {
    margin-left: 0.75rem;
  }
}
header nav a:hover {
  color: #C9A961;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 6px;
}
header nav a.active {
  opacity: 50%;
}
header .secondary-nav {
  background-color: rgba(237, 232, 225, 0.4);
  border: #1E1E1E solid 1pt;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  text-align: right;
  padding: 0.1rem;
  padding-right: 2rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 700px) {
  header .secondary-nav {
    text-align: center;
    justify-content: center;
  }
}

header .secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

header .secondary-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .secondary-nav a {
  text-decoration: none;
  color: #1E1E1E;
  font-family: "Crimson Text";
  padding-left: 1rem;
  font-size: 0.8em;
}
header .secondary-nav a:hover {
  color: #6B2737;
  font-weight: 600;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #8b7355;
  height: 94vh;
  flex-direction: column;
  color: #EDE8E1;
  text-align: center;
  position: relative;
  border-bottom: #1E1E1E 4px solid;
  /* Keyframe animation definition */
  margin-top: -40px;
}
.hero .img-cont {
  height: 94vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.hero .img-cont::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 101%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
}
.hero img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(60%);
}
.hero div.text {
  position: absolute;
  top: 65%;
  padding: 0 0 0 7%;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  color: #EDE8E1;
  text-align: left;
  text-shadow: 4px 4px 7px #1E1E1E;
  z-index: 20;
}
@media only screen and (max-width: 700px) {
  .hero div.text {
    top: 65%;
  }
}

.hero div.essense {
  font-family: "Cormorant Garamond";
  font-size: 1em;
  position: absolute;
  top: 10%;
  width: 40vw;
  text-align: left;
  padding: 0 0 0 7%;
}
@media only screen and (max-width: 700px) {
  .hero div.essense {
    width: 60vw;
  }
}
.hero h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 800px) {
  .hero h1 {
    font-size: 2rem;
  }
}
.hero h2 {
  font-size: 4rem;
  font-weight: bolder;
}
@media only screen and (max-width: 800px) {
  .hero h2 {
    font-size: 3rem;
  }
}
.hero .line-container {
  padding: 0 7%;
}
.hero .draw-line-width {
  position: absolute;
  top: 85%;
  border: none;
  height: 2px;
  background-color: #EDE8E1;
  opacity: 100%;
  width: 0;
  margin: 10px 0;
  animation: drawWidth 2s forwards; /* Apply the animation */
  /* forwards ensures the final state (width: 100%) remains after animation */
  z-index: 20;
}
@media only screen and (max-width: 800px) {
  .hero .draw-line-width {
    top: 80%;
  }
}
@keyframes drawWidth {
  from {
    width: 0;
  }
  to {
    width: 86%;
  }
}
.hero div.beginbutton {
  position: absolute;
  top: 77%;
  right: 7%;
  z-index: 19;
  line-height: 1;
  font-family: "Cormorant Garamond";
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 15px 5px 15px;
  background-color: rgba(237, 232, 225, 0.4);
  border: #EDE8E1 solid 1pt;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media only screen and (max-width: 800px) {
  .hero div.beginbutton {
    top: 81.5%;
  }
}
.hero div.beginbutton:hover {
  border: #6B2737 solid 1pt;
  background-color: rgba(214, 177, 185, 0.4);
  font-weight: bolder;
  color: #6B2737;
}
.hero div.beginbutton a {
  text-decoration: none;
  color: #EDE8E1;
  font-weight: bold;
}
.hero div.beginbutton a p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero div.beginbutton a:hover {
  font-weight: bolder;
  color: #6B2737;
}

section.img-sec div.sec {
  position: relative;
  border-bottom: #1E1E1E 4px solid;
}
section.img-sec div.sec div.img {
  height: 80vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
section.img-sec div.sec div.imgtwo {
  height: 80vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
section.img-sec div.sec div.img::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, rgba(30, 30, 30, 0.9) 0%, rgba(0, 0, 0, 0) 80%);
}
section.img-sec div.sec div.imgtwo::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, rgba(30, 30, 30, 0.9) 0%, rgba(0, 0, 0, 0) 90%);
}
section.img-sec div.sec img {
  width: 100%;
  height: auto;
  z-index: -1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(110%);
}
section.img-sec div.sec div.text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2em;
  width: 50vw;
  max-width: 600px;
  color: #EDE8E1;
  z-index: 10;
}
section.img-sec div.sec div.text h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.5em;
}
section.img-sec div.sec div.text p {
  font-family: "Crimson text";
}
section.img-sec div.sec div.texttwo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2em;
  width: 50vw;
  max-width: 600px;
  color: #EDE8E1;
  z-index: 10;
}
section.img-sec div.sec div.texttwo h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.5em;
}
section.img-sec div.sec div.texttwo p {
  font-family: "Crimson text";
}

.img3 {
  filter: brightness(100);
  filter: contrast(50);
}

.section {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.content-block {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  gap: 2rem;
}
.content-block.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .content-block {
    flex-direction: column;
  }
  .content-block.reverse {
    flex-direction: column;
  }
}

.content-text {
  flex: 1;
}
.content-text h3 {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 1rem;
  color: #EDE8E1;
}
.content-text p {
  color: #666;
  line-height: 1.8;
}

.content-image {
  flex: 1;
  background: #ccc;
  height: 300px;
  border-radius: 4px;
  display: flex;
}
.content-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .content-image {
    width: 100%;
  }
}

.featured {
  background: #EDE8E1;
  padding: 4rem 2rem;
  text-align: center;
}
.featured h3 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #999;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .carousel .carousel-item:first-child, .carousel .carousel-item:last-child {
    display: none;
  }
}

.carousel-item {
  background: #ddd;
  height: 250px;
  width: 200px;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.carousel-item:hover {
  transform: scale(1.05);
}

.arrow {
  font-size: 2rem;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s ease;
}
.arrow:hover {
  color: #1E1E1E;
}

section.visitfeatures {
  padding: 50px 7%;
  background-color: #6B2737;
  font-family: "Cormorant Garamond";
  /* Content Area */
  /* Link Styling */
}
section.visitfeatures h1 {
  color: #EDE8E1;
  text-align: center;
  font-family: "Cinzel Decorative";
  margin-bottom: 20px;
  border-bottom: #EDE8E1 1pt solid;
}
section.visitfeatures h2 {
  color: #EDE8E1;
}
section.visitfeatures p {
  color: #EDE8E1;
}
section.visitfeatures .experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}
section.visitfeatures .experience {
  background: #EDE8E1;
  overflow: hidden;
  border: #1E1E1E 2px solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
section.visitfeatures .experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #EDE8E1 0%, #6B2737 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 20;
}
section.visitfeatures .experience:hover::before {
  transform: scaleX(1);
}
section.visitfeatures .experience:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
section.visitfeatures .experience figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 240px;
  background: #1E1E1E;
}
section.visitfeatures .experience img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease, opacity 0.4s ease;
  border-bottom: #1E1E1E 1pt solid;
}
section.visitfeatures .experience:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}
section.visitfeatures .experience h2 {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  margin: 1.75rem 2rem 1rem;
  color: #1E1E1E;
  line-height: 1.3;
}
section.visitfeatures .experience p {
  font-size: 0.95rem;
  font-family: "Crimson Text";
  line-height: 1.7;
  color: #1E1E1E;
  margin: 0 2rem 2rem;
}
section.visitfeatures .experience-link {
  display: inline-flex;
  align-items: center;
  margin: 0 2rem 2rem;
  padding: 0.875rem 1.75rem;
  background: #6B2737;
  color: #EDE8E1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: #1E1E1E solid 1pt;
}
section.visitfeatures .experience-link::after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
section.visitfeatures .experience-link:hover::after {
  transform: translateX(4px);
}
section.visitfeatures .experience-link:hover {
  background: #1E1E1E;
  transform: translateX(4px);
}
@media (max-width: 700px) {
  section.visitfeatures .experience-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  section.visitfeatures .experience figure {
    height: 200px;
  }
  section.visitfeatures .experience h2 {
    font-size: 1.3rem;
    margin: 1.5rem 1.5rem 0.75rem;
  }
  section.visitfeatures .experience p {
    margin: 0 1.5rem 1.5rem;
  }
  section.visitfeatures .experience-link {
    margin: 0 1.5rem 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  section.visitfeatures .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  section.visitfeatures .experience-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Iconic Locations - Postcard Layout */
.iconic-locations {
  margin: 0 auto;
  padding: 4rem 2rem;
  background: linear-gradient(180deg, #6B2737 0%, #EDE8E1 100%);
  /* Responsive Design */
}
.iconic-locations .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.iconic-locations .section-header h2 {
  font-size: 2.5rem;
  color: #EDE8E1;
  margin-bottom: 0.5rem;
  font-family: "Cinzel Decorative", serif;
  border-bottom: #EDE8E1 1pt solid;
}
.iconic-locations .postcards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.iconic-locations .postcards .postcard {
  background: #EDE8E1;
  overflow: hidden;
  border: #1E1E1E 1pt solid;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.iconic-locations .postcard:nth-child(1) {
  transform: rotate(-0.5deg);
}
.iconic-locations .postcard:nth-child(2) {
  transform: rotate(1deg);
}
.iconic-locations .postcard:nth-child(3) {
  transform: rotate(-1deg);
}
.iconic-locations .postcard:nth-child(4) {
  transform: rotate(0.5deg);
}
.iconic-locations .postcard:nth-child(5) {
  transform: rotate(-0.5deg);
}
.iconic-locations .postcard:nth-child(6) {
  transform: rotate(1deg);
}
.iconic-locations .postcard:hover {
  transform: rotate(0deg) scale(1.02) !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.iconic-locations .postcard-image {
  height: 250px;
  border-bottom: 3px solid #6B2737;
  position: relative;
  overflow: hidden;
}
.iconic-locations .postcard-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.iconic-locations .postcard:hover .postcard-image img {
  transform: scale(1.05);
}
.iconic-locations .postcard-stamp {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  background: #EDE8E1;
  border: 1px dashed #1E1E1E;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.iconic-locations .postcard-content {
  padding: 2rem;
}
.iconic-locations .postcard-location {
  font-size: 0.85rem;
  color: #6B2737;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.iconic-locations .postcard-content h3 {
  font-size: 2rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
}
.iconic-locations .postcard-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4A4543;
  font-family: "Crimson Text";
}
.iconic-locations .cta-buttonh {
  text-align: center;
  margin-top: 3rem;
}
.iconic-locations .cta-link {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #6B2737;
  border: #1E1E1E solid 1pt;
  color: #EDE8E1;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  font-family: "Crimson Text";
  letter-spacing: 0.3px;
}
.iconic-locations .cta-link:hover {
  background: #1E1E1E;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 39, 55, 0.3);
}
@media (max-width: 1024px) {
  .iconic-locations .postcards {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
  }
  .iconic-locations .postcard-image {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .iconic-locations .iconic-locations {
    padding: 3rem 1.5rem;
  }
  .iconic-locations .section-header h2 {
    font-size: 2rem;
  }
  .iconic-locations .postcards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .iconic-locations .postcard {
    transform: rotate(0deg) !important;
  }
  .iconic-locations .postcard-image {
    height: 220px;
  }
  .iconic-locations .postcard-content {
    padding: 1.5rem;
  }
  .iconic-locations .postcard-content h3 {
    font-size: 1.5rem;
  }
  .iconic-locations .postcard-stamp {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .iconic-locations .iconic-locations {
    padding: 2rem 1rem;
  }
  .iconic-locations .section-header {
    margin-bottom: 2.5rem;
  }
  .iconic-locations .section-header h2 {
    font-size: 1.75rem;
  }
  .iconic-locations .section-header p {
    font-size: 1rem;
  }
  .iconic-locations .postcard-image {
    height: 200px;
  }
  .iconic-locations .postcard-content {
    padding: 1.25rem;
  }
  .iconic-locations .postcard-content p {
    font-size: 0.95rem;
  }
  .iconic-locations .cta-link {
    padding: 0.875rem 2rem;
    font-size: 0.9rem;
  }
}

/* Testimonials Section */
.testimonials {
  margin: 0 auto;
  padding: 5rem 2rem;
  background: #EDE8E1;
  text-align: center;
}
.testimonials .section-header {
  margin-bottom: 4rem;
}
.testimonials .section-header h2 {
  font-size: 2.5rem;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
  font-family: "Cinzel Decorative", serif;
}
.testimonials .section-header p {
  font-size: 1.4rem;
  color: #4A4543;
  font-style: italic;
  font-family: "Crimson Text";
}
.testimonials .testimonial-slider {
  position: relative;
  min-height: 250px;
}
.testimonials .testimonial-slider .testimonial {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  background-color: #e2d9ce;
  padding: 10px 20px;
  border: #1E1E1E 1pt solid;
  max-width: 900px;
  margin: 0 auto;
}
.testimonials .testimonial-slider .testimonial p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 2rem;
  font-style: italic;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  font-family: "Crimson Text";
}
.testimonials .testimonial-slider .testimonial .testimonial-author {
  font-size: 1.1rem;
  color: #C9A961;
  font-weight: bold;
  font-style: normal !important;
  text-align: center;
  padding-top: 0px;
}
.testimonials .testimonial-slider .testimonial.active {
  display: block;
  opacity: 1;
  animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #1E1E1E;
  font-family: "Crimson Text", serif;
  z-index: 20;
}

.slider-dots {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 3rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2d9ce;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  background: #4A4543;
}

.dot.active {
  background: #C9A961;
  transform: scale(1.3);
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials {
    padding: 3rem 1.5rem;
  }
  .section-header h2 {
    font-size: 2rem;
  }
  .testimonial p {
    font-size: 1.2rem;
  }
  .testimonial-author {
    font-size: 1rem;
  }
  .testimonial::before {
    font-size: 3rem;
    top: -25px;
  }
}
@media (max-width: 480px) {
  .testimonials {
    padding: 2rem 1rem;
  }
  .section-header h2 {
    font-size: 1.75rem;
  }
  .section-header p {
    font-size: 1rem;
  }
  .testimonial p {
    font-size: 1.1rem;
  }
  .testimonial-slider {
    min-height: 300px;
  }
}
.newsletter {
  margin: 0 auto;
  padding: 3rem 2rem;
  background: #C9A961;
  border-radius: 8px;
  position: relative;
}
.newsletter .guest-book-header {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #EDE8E1;
}
.newsletter .guest-book-header h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-family: "Cinzel Decorative", serif;
}
.newsletter .guest-book-header p {
  font-size: 1.3rem;
  opacity: 0.9;
  font-style: italic;
  font-family: "Cormorant Garamond";
}
.newsletter .guest-book-entry {
  background: #EDE8E1;
  padding: 2.5rem;
  border-left: 4px solid #838B7F;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Crimson text", monospace;
}
.newsletter .guest-book-entry .entry-date {
  font-size: 0.85rem;
  color: #838B7F;
  margin-bottom: 1rem;
  letter-spacing: 2pt;
}
.newsletter .guest-book-entry .entry-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
}
.newsletter .guest-book-entry .newsletter-form {
  display: flex;
  gap: 1rem;
}
.newsletter .guest-book-entry .newsletter-form input[type=email] {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid #1E1E1E;
  font-size: 0.95rem;
  font-family: "Crimson Text", monospace;
  letter-spacing: 1.25pt;
  background-color: #e2d9ce;
}
.newsletter .guest-book-entry .newsletter-form input[type=email]:focus {
  outline: none;
  border-color: #838B7F;
  background-color: #e7e0d5;
}
.newsletter .guest-book-entry .newsletter-form button {
  padding: 0.375rem 1.5rem;
  background: rgba(131, 139, 127, 0.5);
  color: #1E1E1E;
  border: 1pt solid #1E1E1E;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Georgia, serif;
}
.newsletter .guest-book-entry .newsletter-form button:hover {
  background: #838B7F;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter {
    padding: 2rem 1.5rem;
  }
  .guest-book-header h2 {
    font-size: 2rem;
  }
  .guest-book-entry {
    padding: 2rem 1.5rem;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsletter {
    padding: 2rem 1rem;
    border-radius: 0;
  }
  .guest-book-header h2 {
    font-size: 1.75rem;
  }
  .guest-book-header p {
    font-size: 1rem;
  }
  .entry-text {
    font-size: 0.95rem;
  }
}
/*footer {
  background: #1E1E1E;
  color: $text-muted;
  padding: $spacing-unit * 3 ($spacing-unit * 2);
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  @include container;
  margin-bottom: $spacing-unit * 2;
  flex-wrap: wrap;
  gap: $spacing-unit * 2;

  @media (max-width: 768px) {
    flex-direction: column;
    text-align: center;
  }
}

.footer-section {
  h4 {
    color: $primary-gold;
    margin-bottom: $spacing-unit;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  p {
    font-size: 0.8rem;
    line-height: 1.8;
  }
}

.copyright {
font-size: 0.7rem;
padding-top: $spacing-unit * 2;
border-top: 1px solid $border-color;

  p {
    margin: 0;
  }
}
*/
footer {
  background: #1E1E1E;
  color: #EDE8E1;
  font-family: "Crimson Text", serif;
}

.footer-main {
  background: #1E1E1E;
  padding: 4rem 2rem 3rem;
  border-top: 4px solid #6B2737;
}
@media (max-width: 768px) {
  .footer-main {
    padding: 3rem 1.5rem 2rem;
  }
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: 1.5fr repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.footer-column h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  color: #C9A961;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 0.75rem;
}
.footer-column ul li:last-child {
  margin-bottom: 0;
}
.footer-column a {
  color: #EDE8E1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.footer-column a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #C9A961;
  transition: width 0.3s ease;
}
.footer-column a:hover {
  color: #C9A961;
  transform: translateX(4px);
}
.footer-column a:hover::after {
  width: 100%;
}

.footer-about .footer-logo {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #C9A961;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.footer-about .footer-tagline {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #C9A961;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.footer-about .footer-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(237, 232, 225, 0.8);
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(237, 232, 225, 0.1);
  border: 1px solid rgba(237, 232, 225, 0.3);
  color: #EDE8E1;
  transition: all 0.3s ease;
}
.footer-social a::after {
  display: none;
}
.footer-social a svg {
  width: 20px;
  height: 20px;
}
.footer-social a:hover {
  background: #C9A961;
  border-color: #C9A961;
  color: #1E1E1E;
  transform: translateY(-3px);
}

.footer-contact {
  background: #2a2a2a;
  padding: 2.5rem 2rem;
}
@media (max-width: 768px) {
  .footer-contact {
    padding: 2rem 1.5rem;
  }
}
.footer-contact .contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .footer-contact .contact-grid {
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .footer-contact .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.footer-contact .contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.footer-contact .contact-item .contact-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  filter: grayscale(0.3);
}
.footer-contact .contact-item .contact-info {
  flex: 1;
}
.footer-contact .contact-item .contact-info strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  color: #C9A961;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.footer-contact .contact-item .contact-info p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(237, 232, 225, 0.8);
  margin: 0;
}

.footer-bottom {
  background: #1a1a1a;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(237, 232, 225, 0.1);
}
@media (max-width: 768px) {
  .footer-bottom {
    padding: 1.5rem 1.5rem;
  }
}
.footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer-bottom .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
}
.footer-bottom .footer-legal {
  flex: 1;
}
.footer-bottom .footer-legal p {
  font-size: 0.9rem;
  color: rgba(237, 232, 225, 0.6);
  margin-bottom: 0.5rem;
}
.footer-bottom .footer-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-bottom .footer-links {
    justify-content: center;
  }
}
.footer-bottom .footer-links a {
  color: rgba(237, 232, 225, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}
.footer-bottom .footer-links a:hover {
  color: #C9A961;
}
.footer-bottom .footer-links .separator {
  color: rgba(237, 232, 225, 0.3);
  font-size: 0.85rem;
}
.footer-bottom .footer-credit p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: #C9A961;
  margin: 0;
}

.footer-column a,
.footer-bottom a {
  position: relative;
}

footer a:focus {
  outline: 2px solid #C9A961;
  outline-offset: 2px;
}

@media print {
  footer {
    display: none;
  }
}
div.exploresection {
  background-color: #6B2737;
  padding: 100px 50px 50px 50px;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  color: #F2EDE6;
  height: 250px;
}
div.exploresection h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  border-bottom: #F2EDE6 1pt solid;
}
div.exploresection h2 {
  font-size: 3rem;
  font-weight: bold;
}

.heroexplore {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #8b7355;
  height: 74vh;
  flex-direction: column;
  color: #EDE8E1;
  text-align: center;
  position: relative;
  border-bottom: #1E1E1E 4px solid;
  overflow: hidden;
  margin-top: -40px;
  /* Keyframe animation definition */
}
.heroexplore .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}
.heroexplore .video-container::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 101%;
  top: -6vh;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
}
.heroexplore .video-container iframe {
  position: absolute;
  top: -6vh;
  left: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(60%);
}
.heroexplore div.text {
  position: absolute;
  top: 65%;
  padding: 0 0 0 7%;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  color: #EDE8E1;
  text-align: left;
  text-shadow: 4px 4px 7px #1E1E1E;
  z-index: 20;
}
.heroexplore div.essense {
  font-family: "Crimson Text";
  font-size: 0.8em;
  position: absolute;
  top: 15%;
  right: 7%;
  text-align: right;
  padding: 0 0 0 7%;
  width: 60vw;
  height: 110px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  border-right: #EDE8E1 1pt solid;
}
.heroexplore div.essense a {
  text-decoration: none;
  color: #EDE8E1;
  background-color: rgba(237, 232, 225, 0.3);
  border: #EDE8E1 solid 1pt;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 0 1% 0 1%;
  text-transform: uppercase;
  margin-right: -0.5pt;
}
.heroexplore div.essense a:hover {
  background: #6B2737;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 39, 55, 0.3);
}
.heroexplore h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 800px) {
  .heroexplore h1 {
    font-size: 2rem;
  }
}
.heroexplore h2 {
  font-size: 4rem;
  font-weight: bolder;
}
@media only screen and (max-width: 800px) {
  .heroexplore h2 {
    font-size: 3rem;
  }
}
.heroexplore .line-container {
  padding: 0 7%;
}
.heroexplore .draw-line-width {
  position: absolute;
  top: 90%;
  border: none;
  height: 2px;
  background-color: #EDE8E1;
  opacity: 100%;
  width: 0;
  margin: 10px 0;
  animation: drawWidth 2s forwards; /* Apply the animation */
  /* forwards ensures the final state (width: 100%) remains after animation */
  z-index: 20;
}
@media only screen and (max-width: 800px) {
  .heroexplore .draw-line-width {
    top: 84%;
  }
}
@keyframes drawWidth {
  from {
    width: 0;
  }
  to {
    width: 86%;
  }
}

.map-section {
  background: #EDE8E1;
  padding: 4rem 2rem;
}
.map-section .map-container {
  max-width: 1400px;
  margin: 0 auto;
}
.map-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
.map-section .section-header h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 3rem;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
}
.map-section .section-header p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #1E1E1E;
  font-style: italic;
}
.map-section .map-controls {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.map-section .category-btn {
  padding: 0.75rem 1.5rem;
  background: #EDE8E1;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  cursor: pointer;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.map-section .category-btn:hover {
  background: #C9A961;
}
.map-section .category-btn.active {
  background: #6B2737;
  color: #EDE8E1;
}
.map-section #map {
  height: 600px;
  width: 100%;
  border: 2px solid #1E1E1E;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 20;
}
.map-section .map-legend {
  background: #EDE8E1;
  border: 1px solid #1E1E1E;
  padding: 1.5rem;
  margin-top: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.map-section .legend-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1E1E1E;
}
.map-section .legend-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}
.map-section .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.map-section .legend-color {
  width: 20px;
  height: 20px;
  border: 1px solid #1E1E1E;
  border-radius: 50%;
}

.leaflet-popup-content-wrapper {
  background: #EDE8E1;
  border: 1px solid #1E1E1E;
  border-radius: 0;
  font-family: "Crimson Text", serif;
}

.leaflet-popup-content {
  margin: 1rem;
  min-width: 200px;
}

.popup-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.popup-category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #C9A961;
  color: #1E1E1E;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.popup-description {
  color: #1E1E1E;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.popup-address {
  color: #625d5b;
  font-size: 0.9rem;
  font-style: italic;
}

.leaflet-popup-tip {
  background: #EDE8E1;
  border: 1px solid #1E1E1E;
}

.custom-marker {
  background: #6B2737;
  border: 2px solid #1E1E1E;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EDE8E1;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.marker-historic {
  background: #6B2737;
}

.marker-dining {
  background: #C9A961;
}

.marker-nature {
  background: #838B7F;
}

.marker-shopping {
  background: #1E1E1E;
}

@media (max-width: 768px) {
  .map-section .section-header h2 {
    font-size: 2rem;
  }
  .map-section #map {
    height: 450px;
  }
  .map-section .map-controls {
    gap: 0.5rem;
  }
  .map-section .category-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}
.section-container {
  margin: 0 auto;
  padding: 4rem 2rem;
  background-color: #EDE8E1;
}
.section-container .section-header h2 {
  font-family: "Cinzel Decorative";
  font-size: 3em;
}
.section-container .section-header p {
  font-family: "Cormorant Garamond";
  font-size: 1.2em;
  color: #1E1E1E;
  background-color: #e7e0d5;
  padding-left: 5px;
  letter-spacing: 0.3pt;
  font-style: italic;
  border-top: #1E1E1E solid 1pt;
}

.featured-venue {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: center;
}

div.venue-image-large {
  height: 100%;
  width: auto;
}

.venue-image-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: #1E1E1E 1pt solid;
}

.venue-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #C9A961;
  color: #1E1E1E;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border: #1E1E1E 1pt solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Crimson Text";
}

.venue-content h3 {
  font-size: 2rem;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  font-family: "Cormorant Garamond";
}

.venue-description {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  font-family: "Crimson Text", serif;
}

.venue-details {
  background: #e7e0d5;
  padding: 1.5rem;
  margin-top: 2rem;
  border: #1E1E1E 1pt solid;
}
.venue-details p {
  margin-bottom: 0.75rem;
  color: #1E1E1E;
  font-family: "Crimson Text", serif;
}
.venue-details p:last-child {
  margin-bottom: 0;
}

.dining-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.dining-card {
  background: #e7e0d5;
  overflow: hidden;
  border: #1E1E1E 1pt solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.dining-card:hover {
  transform: translateY(-4px);
}

.dining-card h4 {
  font-size: 1.5rem;
  color: #1a1a2e;
  margin: 1.5rem 1.5rem 0.75rem;
  font-family: "Cormorant Garamond";
}

.dining-card p {
  padding: 0 1.5rem;
  color: #1E1E1E;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-family: "Crimson Text", serif;
}

.cuisine-tag {
  display: inline-block;
  margin: 0 1.5rem 1.5rem;
  padding: 0.5rem 1rem;
  background: #EDE8E1;
  color: #1E1E1E;
  font-size: 0.85rem;
  border: #1E1E1E 1pt solid;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.tour-card {
  background: #e7e0d5;
  border: #1E1E1E 1pt solid;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tour-image {
  position: relative;
  height: 250px;
}

.tour-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-duration {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(237, 232, 225, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #1E1E1E;
  padding: 0.5rem 1rem;
  border: #1E1E1E 1pt solid;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
}

.tour-content {
  padding: 2rem;
}

.tour-content h3 {
  font-size: 1.5rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
  font-family: "Cinzel Decorative";
}

.tour-content p {
  color: #1E1E1E;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-family: "Crimson Text", serif;
}

.tour-highlights {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.tour-highlights li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #646f5f;
  font-weight: bold;
  font-family: "Crimson Text", serif;
}

.tour-highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #838B7F;
  font-weight: bold;
  font-family: "Cinzel Decorative";
}

.tour-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.tour-meta span {
  padding: 0.5rem 1rem;
  background: #EDE8E1;
  border: #1E1E1E 1pt solid;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: "Crimson Text", serif;
}

.tour-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #838B7F;
  color: #1E1E1E;
  text-decoration: none;
  border: #1E1E1E 1pt solid;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: "Crimson Text", serif;
}

.tour-btn:hover {
  background: #C9A961;
}

div.nature-feature {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}

div.nature-content h3 {
  font-size: 2rem;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  font-family: "Cormorant Garamond";
}

.traild p {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  font-family: "Crimson Text", serif;
}

div.trail {
  background: #e7e0d5;
  padding: 1.5rem;
  margin-top: 2rem;
  border: #1E1E1E 1pt solid;
}
div.trail p {
  margin-bottom: 0.75rem;
  color: #1E1E1E;
  font-family: "Crimson Text", serif;
}
div.trail p:last-child {
  margin-bottom: 0;
}

div.nature-image {
  height: 100%;
  width: auto;
}

.nature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: #1E1E1E 1pt solid;
}

.outdoor-activities h3 {
  font-size: 2rem;
  -webkit-text-decoration: underline 1pt;
          text-decoration: underline 1pt;
  text-underline-offset: 6px;
  color: #1E1E1E;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Cormorant Garamond";
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.activity-card {
  background: #e2d9ce;
  padding: 2rem;
  border: #1E1E1E 1pt solid;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.activity-icon {
  margin-bottom: 1rem;
  height: 10vh;
}
.activity-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.activity-card h4 {
  font-size: 1.5rem;
  color: #1E1E1E;
  margin-bottom: 0.75rem;
  font-family: "Cormorant Garamond";
}

.activity-card p {
  color: #1E1E1E;
  line-height: 1.6;
  font-family: "Crimson Text", serif;
}

.explore-cta {
  background: #6B2737;
  padding: 4rem 2rem;
  text-align: center;
  color: #EDE8E1;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-container h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: bold;
}

.cta-container p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  font-family: "Crimson Text", serif;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  padding: 1rem 2rem;
  border: #1E1E1E 1pt solid;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Crimson Text", serif, serif;
}

.btn-primary {
  background: #e94560;
  color: #EDE8E1;
}

.btn-primary:hover {
  background: #ff5a75;
}

.btn-secondary {
  background: #EDE8E1;
  color: #1E1E1E;
}

.btn-secondary:hover {
  background: #EDE8E1;
}

@media (max-width: 768px) {
  .featured-venue,
  .nature-feature {
    grid-template-columns: 1fr;
  }
  .section-container {
    padding: 3rem 1.5rem;
  }
}
.heroevent {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #8b7355;
  height: 74vh;
  flex-direction: column;
  color: #EDE8E1;
  text-align: center;
  position: relative;
  border-bottom: #1E1E1E 4px solid;
  margin-top: -40px;
}
.heroevent .img-cont {
  height: 74vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.heroevent .img-cont::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 101%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgb(107, 39, 55) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}
.heroevent img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(100%);
}
.heroevent div.text {
  position: absolute;
  top: 65%;
  padding: 0 0 0 7%;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  color: #EDE8E1;
  text-align: left;
  text-shadow: 4px 4px 7px #1E1E1E;
  z-index: 20;
}
.heroevent h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 800px) {
  .heroevent h1 {
    font-size: 2rem;
  }
}
.heroevent h2 {
  font-size: 4rem;
  font-weight: bolder;
}
@media only screen and (max-width: 800px) {
  .heroevent h2 {
    font-size: 3rem;
  }
}
.heroevent .line-container {
  padding: 0 7%;
}
.heroevent .draw-line-width {
  position: absolute;
  top: 90%;
  border: none;
  height: 2px;
  background-color: #EDE8E1;
  opacity: 100%;
  width: 0;
  margin: 10px 0;
  animation: drawWidth 2s forwards; /* Apply the animation */
  /* forwards ensures the final state (width: 100%) remains after animation */
  z-index: 20;
}
@media only screen and (max-width: 800px) {
  .heroevent .draw-line-width {
    top: 84%;
  }
}
@keyframes drawWidth {
  from {
    width: 0;
  }
  to {
    width: 86%;
  }
}

.events-calendar {
  font-family: "Crimson Text", serif;
  background-color: #6B2737;
}

.calendar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.calendar-header {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calendar-header h1 {
  font-size: 2rem;
  color: #EDE8E1;
  font-family: "Cinzel Decorative";
  font-weight: bold;
}
.calendar-header p {
  font-size: 1.1rem;
  color: #C9A961;
  font-style: italic;
  letter-spacing: 0.5pt;
}

.calendar-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.filter-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 0.5rem 1rem;
  background: #EDE8E1;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  cursor: pointer;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.filter-btn:hover {
  background: rgba(237, 232, 225, 0.6);
}
.filter-btn.active {
  background: #4b1723;
  color: #EDE8E1;
}

.request-btn {
  padding: 0.5rem 6.25rem;
  background: #C9A961;
  color: #1E1E1E;
  border: #1E1E1E solid 1pt;
  cursor: pointer;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.request-btn:hover {
  background: rgba(201, 169, 97, 0.6);
}

.month-group {
  margin-bottom: 3rem;
}
.month-group.hidden {
  display: none;
}

.month-title {
  font-size: 1.75rem;
  color: #EDE8E1;
  margin-bottom: 1.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #EDE8E1;
}

.events-grid {
  display: grid;
  gap: 1.5rem;
}

.event-card {
  background: #EDE8E1;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: #1E1E1E 1pt solid;
}
.event-card[data-type=annual]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, #EDE8E1 0%, #6B2737 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 20;
}
.event-card[data-type=annual]:hover::before {
  transform: scaleX(0.01);
}
.event-card[data-type=local]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, #EDE8E1 0%, #C9A961 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 20;
}
.event-card[data-type=local]:hover::before {
  transform: scaleX(0.01);
}
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.event-card.hidden {
  display: none;
}

.event-header {
  margin-bottom: 1rem;
}

.event-title-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.event-title-group h4 {
  font-size: 1.5rem;
  color: #1E1E1E;
  margin: 0;
  font-family: "Cormorant Garamond";
}

.event-badge {
  padding: 0.15rem 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.event-badge.annual {
  background: #6B2737;
  color: #EDE8E1;
}
.event-badge.local {
  background: #C9A961;
  color: #1E1E1E;
}

.event-date,
.event-location {
  color: #4A4543;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.event-description {
  color: #1E1E1E;
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(237, 232, 225);
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
  padding: 1rem;
  margin: 15vh auto;
  max-width: 620px;
  border: #EDE8E1 8pt solid;
  outline: #1E1E1E 1pt solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.modal-overlay.active {
  display: flex;
}

.modal-content {
  background: #EDE8E1;
  padding: 1rem;
  max-width: 600px;
  width: 100%;
  overflow-y: auto;
  max-height: 70vh;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.modal-header h2 {
  font-size: 1.75rem;
  color: #1E1E1E;
  line-height: 1;
}

.close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #625d5b;
  line-height: 1;
}
.close-btn:hover {
  color: #1E1E1E;
}

.modal-intro {
  color: #625d5b;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.form-section {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #1E1E1E;
}
.form-section:first-of-type {
  border-top: none;
  padding-top: 0;
}
.form-section h3 {
  font-size: 1.2rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1E1E1E;
  font-size: 0.9rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #1E1E1E;
  font-size: 1rem;
  font-family: "Crimson Text", serif;
  transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #C9A961;
}
.form-group textarea {
  resize: vertical;
}

.form-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.btn-secondary,
.btn-primary {
  padding: 0.55rem 1.5rem;
  cursor: pointer;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-secondary {
  background: white;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
.btn-secondary:hover {
  background: #1E1E1E;
  color: #EDE8E1;
}

.btn-primary {
  background: #4b1723;
  color: #EDE8E1;
  border: none;
}
.btn-primary:hover {
  background: #390f19;
}

.success-message {
  text-align: center;
  padding: 2rem;
}
.success-message .success-icon {
  font-size: 4rem;
  color: #838B7F;
  margin-bottom: 1rem;
}
.success-message h2 {
  font-size: 1.75rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.success-message p {
  color: #4A4543;
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .calendar-container {
    padding: 1.5rem;
  }
  .calendar-header h1 {
    font-size: 2rem;
  }
  .calendar-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .filter-buttons {
    justify-content: center;
    padding: 0.5rem 0.25rem;
    font-size: 0.8rem;
  }
  .request-btn {
    justify-content: center;
    margin: 0 auto;
    padding: 0.5rem 6.3rem;
    font-size: 0.8rem;
  }
  .event-title-group h4 {
    font-size: 1.3rem;
  }
  .modal-content {
    padding: 1.5rem;
  }
  .form-actions {
    flex-direction: column;
  }
  .form-actions button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .calendar-header h1 {
    font-size: 1.75rem;
  }
  .event-card {
    padding: 1.25rem;
  }
}
.herohistory {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #8b7355;
  height: 74vh;
  flex-direction: column;
  color: #EDE8E1;
  text-align: center;
  position: relative;
  border-bottom: #1E1E1E 4px solid;
  margin-top: -40px;
}
.herohistory .img-cont {
  height: 74vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.herohistory .img-cont::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 101%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(0, 0, 0, 0) 30%);
  pointer-events: none;
}
.herohistory .img-cont img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.herohistory .text {
  position: absolute;
  top: 65%;
  padding: 0 0 0 7%;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  color: #EDE8E1;
  text-align: left;
  text-shadow: 4px 4px 7px #1E1E1E;
  z-index: 20;
}
.herohistory .text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 800px) {
  .herohistory .text h1 {
    font-size: 2rem;
  }
}
.herohistory .text h2 {
  font-size: 4rem;
  font-weight: bolder;
}
@media only screen and (max-width: 800px) {
  .herohistory .text h2 {
    font-size: 3rem;
  }
}
.herohistory .line-container {
  padding: 0 7%;
}
.herohistory .draw-line-width {
  position: absolute;
  top: 90%;
  border: none;
  height: 2px;
  background-color: #EDE8E1;
  opacity: 100%;
  width: 0;
  margin: 10px 0;
  animation: drawWidth 2s forwards;
  z-index: 20;
}
@media only screen and (max-width: 800px) {
  .herohistory .draw-line-width {
    top: 84%;
  }
}
@keyframes drawWidth {
  from {
    width: 0;
  }
  to {
    width: 86%;
  }
}

.timeline-section {
  background: #EDE8E1;
  padding: 5rem 2rem;
}

.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-intro {
  text-align: center;
  margin-bottom: 5rem;
}
.section-intro h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 3rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.section-intro p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  color: #4A4543;
  max-width: 700px;
  margin: 0 auto;
  font-style: italic;
}

.timeline {
  position: relative;
  padding: 2rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #6B2737, #C9A961, #838B7F);
  z-index: 1;
}
@media (max-width: 768px) {
  .timeline::before {
    left: 30px;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 4rem;
}
.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  display: flex;
  align-items: center;
  position: relative;
}
.left .timeline-content {
  justify-content: flex-end;
  padding-right: calc(50% + 40px);
}
@media (max-width: 768px) {
  .left .timeline-content {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 80px;
  }
}
.right .timeline-content {
  justify-content: flex-start;
  padding-left: calc(50% + 40px);
}
@media (max-width: 768px) {
  .right .timeline-content {
    justify-content: flex-start;
    padding-left: 80px;
  }
}

.timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #EDE8E1;
  border: 4px solid #1E1E1E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .timeline-marker {
    left: 30px;
    transform: none;
    width: 50px;
    height: 50px;
  }
}

.timeline-icon {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .timeline-icon {
    font-size: 1.5rem;
  }
}

.timeline-card {
  background: #e7e0d5;
  border: 2px solid #1E1E1E;
  padding: 2rem;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.3s ease;
}
.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.left .timeline-card::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 30px;
  width: 0;
  height: 0;
  border-left: 12px solid #1E1E1E;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media (max-width: 768px) {
  .left .timeline-card::after {
    left: -12px;
    right: auto;
    border-left: none;
    border-right: 12px solid #1E1E1E;
  }
}
.right .timeline-card::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 30px;
  width: 0;
  height: 0;
  border-right: 12px solid #1E1E1E;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media (max-width: 768px) {
  .right .timeline-card::after {
    border-right: 12px solid #1E1E1E;
  }
}

.timeline-date {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.1rem;
  color: #6B2737;
  font-weight: bold;
  margin-bottom: 0.75rem;
  letter-spacing: 1px;
}

.timeline-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
  font-style: italic;
}

.timeline-card p {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.timeline-card p:last-child {
  margin-bottom: 0;
}

.timeline-cta {
  font-style: italic;
  color: #6B2737;
  font-weight: 600;
  margin-top: 1.5rem !important;
}

.history-cta {
  background: #6B2737;
  padding: 5rem 2rem;
  text-align: center;
  color: #EDE8E1;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}
.cta-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
}
.cta-content p {
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #EDE8E1;
  color: #1E1E1E;
  text-decoration: none;
  border: 2px solid #1E1E1E;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: #C9A961;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}

@media (max-width: 768px) {
  .timeline-section {
    padding: 3rem 1rem;
  }
  .section-intro h2 {
    font-size: 2rem;
  }
  .section-intro p {
    font-size: 1.1rem;
  }
  .timeline-card {
    max-width: 100%;
    padding: 1.5rem;
  }
  .timeline-card h3 {
    font-size: 1.5rem;
  }
}
.herostories {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #8b7355;
  height: 74vh;
  flex-direction: column;
  color: #EDE8E1;
  text-align: center;
  position: relative;
  border-bottom: #1E1E1E 4px solid;
  margin-top: -40px;
}
.herostories .img-cont {
  height: 74vh;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.herostories .img-cont::before {
  content: "";
  z-index: 10;
  width: 100%;
  height: 101%;
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgb(107, 39, 55) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}
.herostories .img-cont img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
}
.herostories .text {
  position: absolute;
  top: 65%;
  padding: 0 0 0 7%;
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  color: #EDE8E1;
  text-align: left;
  text-shadow: 4px 4px 7px #1E1E1E;
  z-index: 20;
}
.herostories .text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 800px) {
  .herostories .text h1 {
    font-size: 2rem;
  }
}
.herostories .text h2 {
  font-size: 4rem;
  font-weight: bolder;
}
@media only screen and (max-width: 800px) {
  .herostories .text h2 {
    font-size: 3rem;
  }
}
.herostories .line-container {
  padding: 0 7%;
}
.herostories .draw-line-width {
  position: absolute;
  top: 90%;
  border: none;
  height: 2px;
  background-color: #EDE8E1;
  opacity: 100%;
  width: 0;
  margin: 10px 0;
  animation: drawWidth 2s forwards;
  z-index: 20;
}
@media only screen and (max-width: 800px) {
  .herostories .draw-line-width {
    top: 84%;
  }
}

.stories-intro {
  background: #6B2737;
  padding: 4rem 2rem;
  text-align: center;
  color: #EDE8E1;
}
.stories-intro .intro-container {
  max-width: 800px;
  margin: 0 auto;
}
.stories-intro .intro-container h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #EDE8E1;
}
.stories-intro .intro-container p {
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #EDE8E1;
}

.featured-story {
  background: #EDE8E1;
  padding: 5rem 2rem 4rem;
}
.featured-story .story-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.featured-story .story-container .story-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #C9A961;
  color: #1E1E1E;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  border: #1E1E1E 1pt solid;
}
.featured-story .featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: #e7e0d5;
  border: #1E1E1E 2px solid;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.featured-story .featured-article:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .featured-story .featured-article {
    grid-template-columns: 1fr;
  }
}
.featured-story .featured-image {
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.featured-story .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .featured-story .featured-image {
    min-height: 300px;
  }
}
.featured-story .featured-article:hover .featured-image img {
  transform: scale(1.05);
}
.featured-story .featured-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .featured-story .featured-content {
    padding: 2rem;
  }
}
.featured-story .featured-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-style: italic;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .featured-story .featured-content h3 {
    font-size: 2rem;
  }
}
.featured-story .featured-content h3 a {
  color: #1E1E1E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.featured-story .featured-content h3 a:hover {
  color: #6B2737;
}
.featured-story .story-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.featured-story .story-meta span {
  font-family: "Crimson Text", serif;
  font-size: 0.9rem;
  color: #625d5b;
  font-weight: 600;
}
.featured-story .story-meta .story-category {
  padding: 0.25rem 0.75rem;
  background: #6B2737;
  color: #EDE8E1;
  border-radius: 2px;
}
.featured-story .story-excerpt {
  font-family: "Crimson Text", serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 2rem;
}
.featured-story .read-more {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #6B2737;
  color: #EDE8E1;
  text-decoration: none;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  border: #1E1E1E 1pt solid;
  transition: all 0.3s ease;
}
.featured-story .read-more:hover {
  background: #1E1E1E;
  transform: translateX(4px);
}

.stories-grid-section {
  background: #EDE8E1;
  padding: 4rem 2rem 5rem;
}
.stories-grid-section .stories-container {
  max-width: 1200px;
  margin: 0 auto;
}
.stories-grid-section .stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .stories-grid-section .stories-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.stories-grid-section .story-card {
  background: #e7e0d5;
  border: #1E1E1E 1pt solid;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stories-grid-section .story-category {
  padding: 0.25rem 0.75rem;
  background: #6B2737;
  color: #EDE8E1;
  border-radius: 2px;
}

.stories-grid-section .story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.stories-grid-section .story-image {
  height: 250px;
  overflow: hidden;
}
.stories-grid-section .story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.stories-grid-section .story-card:hover .story-image img {
  transform: scale(1.08);
}
.stories-grid-section .story-content {
  padding: 2rem;
}
.stories-grid-section .story-content h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-style: italic;
  color: #1E1E1E;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.stories-grid-section .story-content h4 a {
  color: #1E1E1E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.stories-grid-section .story-content h4 a:hover {
  color: #6B2737;
}
.stories-grid-section .story-content .story-excerpt {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
}
.stories-grid-section .story-content .story-link {
  display: inline-block;
  color: #6B2737;
  text-decoration: none;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  transition: all 0.3s ease;
}
.stories-grid-section .story-content .story-link:hover {
  color: #1E1E1E;
  transform: translateX(4px);
}

.story-categories {
  background: #6B2737;
  padding: 5rem 2rem;
}
.story-categories .categories-container {
  max-width: 1200px;
  margin: 0 auto;
}
.story-categories .categories-container h2 {
  font-family: "Cinzel Decorative", serif;
  font-size: 2.5rem;
  color: #EDE8E1;
  text-align: center;
  margin-bottom: 3rem;
}
.story-categories .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.story-categories .category-card {
  background: #EDE8E1;
  padding: 2.5rem 2rem;
  text-align: center;
  text-decoration: none;
  border: #1E1E1E 2px solid;
  transition: all 0.3s ease;
}
.story-categories .category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: #e7e0d5;
}
.story-categories .category-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-style: italic;
  color: #1E1E1E;
  margin-bottom: 0.75rem;
}
.story-categories .category-card p {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  color: #625d5b;
}

.share-story-cta {
  background: #EDE8E1;
  padding: 5rem 2rem;
  text-align: center;
}
.share-story-cta .cta-content {
  max-width: 700px;
  margin: 0 auto;
}
.share-story-cta .cta-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
}
.share-story-cta .cta-content p {
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 2.5rem;
}
.share-story-cta .cta-content .cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #6B2737;
  color: #EDE8E1;
  text-decoration: none;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  border: #1E1E1E 2px solid;
  transition: all 0.3s ease;
}
.share-story-cta .cta-content .cta-button:hover {
  background: #1E1E1E;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 39, 55, 0.3);
}

.single-story {
  background: #EDE8E1;
}

.story-header {
  position: relative;
  background: #1E1E1E;
  color: #EDE8E1;
  padding-bottom: 4rem;
  margin-top: -40px;
}
.story-header .story-header-image {
  height: 60vh;
  overflow: hidden;
  position: relative;
}
.story-header .story-header-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.9) 100%);
}
.story-header .story-header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(60%);
}
@media (max-width: 768px) {
  .story-header .story-header-image {
    height: 40vh;
  }
}
.story-header .story-header-content {
  max-width: 900px;
  margin: -8rem auto 0;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .story-header .story-header-content {
    margin-top: -6rem;
  }
}
.story-header .story-breadcrumb {
  font-family: "Crimson Text", serif;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.story-header .story-breadcrumb a {
  color: #C9A961;
  text-decoration: none;
  transition: color 0.3s ease;
}
.story-header .story-breadcrumb a:hover {
  color: #EDE8E1;
}
.story-header h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #EDE8E1;
}
@media (max-width: 768px) {
  .story-header h1 {
    font-size: 2.5rem;
  }
}
.story-header .story-byline {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  color: #C9A961;
}
.story-header .story-byline span {
  display: flex;
  align-items: center;
}

.story-article {
  padding: 5rem 2rem;
}
.story-article .story-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .story-article .story-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.story-article .story-body {
  max-width: 800px;
  font-family: "Crimson Text", serif;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #1E1E1E;
}
.story-article .story-body .lead-paragraph .drop-cap {
  float: left;
  font-family: "Cinzel Decorative", serif;
  font-size: 4.5rem;
  line-height: 0.8;
  margin: 0.1rem 0.15rem 0 0;
  color: #6B2737;
}
.story-article .story-body p {
  margin-bottom: 1.5rem;
}
.story-article .story-body h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  font-style: italic;
  color: #1E1E1E;
  margin: 3rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #6B2737;
}
.story-article .story-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-style: italic;
  color: #1E1E1E;
  margin: 2.5rem 0 1rem;
}
.story-article .story-body .story-image {
  margin: 3rem 0;
}
.story-article .story-body .story-image img {
  width: 100%;
  height: auto;
  border: #1E1E1E 2px solid;
}
.story-article .story-body .story-image figcaption {
  font-size: 0.95rem;
  font-style: italic;
  color: #625d5b;
  margin-top: 0.75rem;
  padding-left: 1rem;
  border-left: 3px solid #C9A961;
}
.story-article .story-body .story-quote {
  margin: 3rem 2rem;
  padding: 2rem;
  background: #e7e0d5;
  border-left: 4px solid #6B2737;
  position: relative;
}
@media (max-width: 768px) {
  .story-article .story-body .story-quote {
    margin: 2rem 0;
  }
}
.story-article .story-body .story-quote p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #1E1E1E;
}
.story-article .story-body .story-quote cite {
  font-family: "Crimson Text", serif;
  font-size: 0.95rem;
  font-style: normal;
  color: #625d5b;
}
.story-article .story-body .story-callout {
  background: #e2d9ce;
  border: #1E1E1E 2px solid;
  padding: 2rem;
  margin: 3rem 0;
}
.story-article .story-body .story-callout h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1E1E1E;
  margin: 0 0 1rem;
  border: none;
}
.story-article .story-body .story-callout p {
  margin-bottom: 0;
  font-size: 1.05rem;
}
@media (max-width: 1024px) {
  .story-article .story-sidebar {
    max-width: 600px;
    margin: 0 auto;
  }
}
.story-article .story-sidebar .sidebar-section {
  background: #e7e0d5;
  padding: 2rem;
  margin-bottom: 2rem;
  border: #1E1E1E 1pt solid;
}
.story-article .story-sidebar .sidebar-section h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1E1E1E;
  margin-bottom: 1.25rem;
}
.story-article .story-sidebar .sidebar-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.story-article .story-sidebar .sidebar-section ul li {
  margin-bottom: 1rem;
}
.story-article .story-sidebar .sidebar-section ul li:last-child {
  margin-bottom: 0;
}
.story-article .story-sidebar .sidebar-section ul li a {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  color: #1E1E1E;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.story-article .story-sidebar .sidebar-section ul li a:hover {
  color: #6B2737;
}
.story-article .story-sidebar .sidebar-cta {
  background: #6B2737;
  color: #EDE8E1;
}
.story-article .story-sidebar .sidebar-cta h3 {
  color: #EDE8E1;
}
.story-article .story-sidebar .sidebar-cta p {
  font-family: "Crimson Text", serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #EDE8E1;
  margin-bottom: 1.5rem;
}
.story-article .story-sidebar .sidebar-cta .sidebar-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #EDE8E1;
  color: #1E1E1E;
  text-decoration: none;
  font-family: "Crimson Text", serif;
  font-weight: 600;
  border: #1E1E1E 1pt solid;
  transition: all 0.3s ease;
}
.story-article .story-sidebar .sidebar-cta .sidebar-button:hover {
  background: #C9A961;
  transform: translateY(-2px);
}

.story-navigation {
  background: #e7e0d5;
  padding: 3rem 2rem;
  border-top: #1E1E1E 2px solid;
  border-bottom: #1E1E1E 2px solid;
}
.story-navigation .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .story-navigation .nav-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.story-navigation .nav-prev,
.story-navigation .nav-next,
.story-navigation .nav-all {
  text-decoration: none;
  font-family: "Crimson Text", serif;
  transition: all 0.3s ease;
}
.story-navigation .nav-prev,
.story-navigation .nav-next {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.story-navigation .nav-prev:hover,
.story-navigation .nav-next:hover {
  transform: translateY(-2px);
}
.story-navigation .nav-prev .nav-label,
.story-navigation .nav-next .nav-label {
  font-size: 0.9rem;
  color: #625d5b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.story-navigation .nav-prev .nav-title,
.story-navigation .nav-next .nav-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1E1E1E;
}
.story-navigation .nav-next {
  text-align: right;
}
@media (max-width: 768px) {
  .story-navigation .nav-next {
    text-align: center;
  }
}
.story-navigation .nav-all {
  padding: 0.75rem 2rem;
  background: #6B2737;
  color: #EDE8E1;
  font-weight: 600;
  border: #1E1E1E 1pt solid;
  text-align: center;
}
.story-navigation .nav-all:hover {
  background: #1E1E1E;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .stories-intro {
    padding: 3rem 1.5rem;
  }
  .stories-intro .intro-container h2 {
    font-size: 2rem;
  }
  .stories-intro .intro-container p {
    font-size: 1.1rem;
  }
  .story-categories {
    padding: 3rem 1.5rem;
  }
  .story-categories .categories-container h2 {
    font-size: 2rem;
  }
  .share-story-cta {
    padding: 3rem 1.5rem;
  }
  .share-story-cta .cta-content h2 {
    font-size: 2rem;
  }
  .story-article {
    padding: 3rem 1.5rem;
  }
  .story-article .story-body {
    font-size: 1.05rem;
  }
  .story-article .story-body h2 {
    font-size: 1.9rem;
    margin-top: 2.5rem;
  }
  .story-article .story-body .story-quote p {
    font-size: 1.25rem;
  }
}
.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.error-404 {
  flex: 1;
  background: #EDE8E1;
  position: relative;
  padding: 5rem 2rem;
  overflow: hidden;
}
.error-404 .fog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(237, 232, 225, 0.1) 0%, rgba(237, 232, 225, 0.05) 50%, transparent 100%);
  opacity: 0.3;
  pointer-events: none;
  animation: fogMove 20s ease-in-out infinite;
  z-index: 1;
}
@keyframes fogMove {
  0%, 100% {
    transform: translateX(-10%) translateY(0);
  }
  50% {
    transform: translateX(10%) translateY(-20px);
  }
}
.error-404 .error-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.error-404 .error-content {
  background: #1E1E1E;
  padding: 4rem 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .error-404 .error-content {
    padding: 3rem 1.5rem;
  }
}
.error-404 .error-number {
  font-family: "Cinzel Decorative", serif;
  font-size: 12rem;
  font-weight: 900;
  color: #EDE8E1;
  text-shadow: 0 0 40px rgba(201, 169, 97, 0.5), 0 0 80px rgba(201, 169, 97, 0.3);
  margin-bottom: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .error-404 .error-number {
    font-size: 8rem;
  }
}
@media (max-width: 480px) {
  .error-404 .error-number {
    font-size: 6rem;
  }
}
.error-404 .error-number span {
  display: inline-block;
  animation: fadeIn 1s ease-in-out;
}
.error-404 .error-number span.zero {
  color: #C9A961;
  animation: pulseGlow 3s ease-in-out infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulseGlow {
  0%, 100% {
    text-shadow: 0 0 40px rgba(201, 169, 97, 0.5), 0 0 80px rgba(201, 169, 97, 0.3);
  }
  50% {
    text-shadow: 0 0 60px rgba(201, 169, 97, 0.8), 0 0 120px rgba(201, 169, 97, 0.5);
  }
}
.error-404 h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: bold;
  color: #EDE8E1;
}
@media (max-width: 768px) {
  .error-404 h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .error-404 h1 {
    font-size: 1rem;
  }
}
.error-404 .error-subtitle {
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
  color: #C9A961;
  margin-bottom: 3rem;
  font-style: italic;
}
@media (max-width: 768px) {
  .error-404 .error-subtitle {
    font-size: 1.1rem;
  }
}
.error-404 .error-description {
  max-width: 700px;
  margin: 0 auto 4rem;
}
.error-404 .error-description p {
  font-family: "Crimson Text", serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #EDE8E1;
  margin-bottom: 1rem;
}
.error-404 .error-description p:last-child {
  margin-bottom: 0;
}
.error-404 .error-suggestions {
  margin: 4rem 0;
}
.error-404 .error-suggestions h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-style: italic;
  color: #EDE8E1;
  margin-bottom: 1.5rem;
}
.error-404 .suggestions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .error-404 .suggestions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .error-404 .suggestions-grid {
    grid-template-columns: 1fr;
  }
}
.error-404 .suggestion-card {
  background: #EDE8E1;
  padding: 1rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.error-404 .suggestion-card:hover {
  background: #838B7F;
  border-color: #C9A961;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(201, 169, 97, 0.3);
}
.error-404 .suggestion-card .suggestion-icon {
  font-size: 3rem;
  margin-bottom: 0.1rem;
  filter: grayscale(0.3);
  transition: filter 0.3s ease;
  height: 100px;
}
.error-404 .suggestion-card .suggestion-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.error-404 .suggestion-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1E1E1E;
  margin-bottom: 0.1rem;
}
.error-404 .suggestion-card p {
  font-family: "Crimson Text", serif;
  font-size: 0.75rem;
  color: #1E1E1E;
  margin: 0;
}
.error-404 .error-help {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(237, 232, 225, 0.2);
}
.error-404 .error-help p {
  font-family: "Crimson Text", serif;
  font-size: 1.1rem;
  color: #EDE8E1;
  margin: 0;
}
.error-404 .error-help p a {
  color: #C9A961;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.error-404 .error-help p a:hover {
  border-bottom-color: #C9A961;
}

.sources-header {
  background: linear-gradient(135deg, #1E1E1E 0%, #2a2a2a 100%);
  padding: 5rem 2rem 4rem;
  text-align: center;
  border-bottom: 4px solid #6B2737;
  margin-top: -40px;
}

@media (max-width: 768px) {
  .sources-header {
    padding: 4rem 1.5rem 3rem;
  }
}

.sources-header .page-header-content {
  max-width: 800px;
  margin: 0 auto;
}

.sources-header .page-header-content h1 {
  font-family: "Cinzel Decorative", serif;
  font-size: 3.5rem;
  color: #EDE8E1;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .sources-header .page-header-content h1 {
    font-size: 2.5rem;
  }
}

.sources-header .page-header-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  color: #C9A961;
  line-height: 1.6;
}

.sources-content {
  background: #EDE8E1;
  padding: 5rem 2rem;
}

@media (max-width: 768px) {
  .sources-content {
    padding: 3rem 1.5rem;
  }
}

.sources-container {
  max-width: 900px;
  margin: 0 auto;
}

.sources-section {
  background: #f8f6f3;
  border: 1px solid #1E1E1E;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .sources-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}

.sources-section:last-child {
  margin-bottom: 0;
}

.sources-section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.25rem;
  font-style: italic;
  color: #1E1E1E;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #C9A961;
}

@media (max-width: 768px) {
  .sources-section h2 {
    font-size: 1.9rem;
  }
}

.sources-section h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1E1E1E;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sources-section h3:first-of-type {
  margin-top: 0;
}

.sources-section p {
  font-family: "Crimson Text", serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 1rem;
}

.sources-section p:last-child {
  margin-bottom: 0;
}

.sources-section ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.sources-section ul li {
  font-family: "Crimson Text", serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1E1E1E;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.sources-section ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #C9A961;
  font-weight: bold;
}

.sources-section ul li:last-child {
  margin-bottom: 0;
}

.sources-section ul li strong {
  color: #6B2737;
  font-weight: 600;
}

.sources-section a {
  color: #6B2737;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.sources-section a:hover {
  color: #C9A961;
  border-bottom-color: #C9A961;
}

.source-item {
  margin-bottom: 2.5rem;
}

.source-item:last-child {
  margin-bottom: 0;
}

.source-item h3 {
  margin-top: 0;
}

.sources-section.disclaimer {
  background: #f5f1ec;
  border-color: #6B2737;
  border-left-width: 6px;
}

.sources-section.disclaimer p {
  font-style: italic;
  color: #2a2a2a;
}

.sources-section.copyright-notice {
  background: #e7e0d5;
  border-color: #1E1E1E;
}

.sources-section.copyright-notice p {
  font-weight: 500;
}

.source-note {
  font-size: 0.95rem !important;
  font-style: italic;
  color: #625d5b !important;
  margin-top: 1rem;
  padding-left: 1.5rem;
  border-left: 3px solid #C9A961;
}

@media (max-width: 640px) {
  .sources-section ul li {
    font-size: 1rem;
    padding-left: 1.25rem;
  }

  .sources-section p {
    font-size: 1rem;
  }
}

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