/* Verrigtinge Page Specific Styles */

.verrigtinge-page {
  background-color: #ffffff;
}

@font-face {
  font-family: Rosabelia SLDT;
  src: url("Rosabelia SLDT.otf");
}
@font-face {
  font-family: Larken DEMO;
  src: url("Larken-Regular.otf");
}

h2 {
  font-family:
    "Rosabelia SLDT",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 300;
}

/* Navigation active state */
.nav-link-active {
  font-family:
    "Larken DEMO",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 700;
}

/* Hero Section */
.hero-section {
  padding: 80px 156px;
  text-align: center;
}

.main-title {
  color: #558bc9;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 80px;
}

.hero-description {
  font-family:
    "Larken DEMO",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 20px;
  color: #ab9a7b;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 800px;
}

/* Hero Image */
.hero-image-section {
  width: 100%;
}

.ceremony-hero-image {
  aspect-ratio: 2.84;
  object-fit: contain;
  object-position: center;
  width: 100%;
  /* min-height: 507px; */
  display: block;
}

/* Dress Code Section */
.dress-code-section {
  background-color: #558bc9;
  width: 100%;
  padding: 80px 156px;
  color: #ffffff;
  text-align: center;
}

.dress-code-title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "Rosabelia SLDT";
  font-weight: 400;
}

.dress-code-description {
  font-family:
    "Larken DEMO",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  margin: 0;
}

.dress-code-link {
  color: inherit;
  text-decoration: underline;
}

.dress-code-link:hover {
  opacity: 0.8;
}

/* Events Title Section */
.events-title-section {
  width: 100%;
  padding: 80px 156px 0;
  text-align: center;
}

.events-title {
  font-size: 60px;
  color: #ab9a7b;
  white-space: nowrap;
  margin: 0;
  font-family: "Rosabelia SLDT";
  font-weight: 400;
}

/* Events Section */
.events-section {
  width: 100%;
  padding-top: 80px;
}

.event-item {
  display: flex;
  width: 100%;
  padding: 0 156px 80px;
  align-items: center;
  gap: 32px;
  justify-content: start;
  flex-wrap: wrap;
}

.event-item-reverse {
  flex-direction: row-reverse;
}

.event-details {
  min-width: 240px;
  flex: 1;
  font-family:
    "Larken DEMO",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.event-item:not(.event-item-reverse) .event-details {
  text-align: right;
}

.event-item.event-item-reverse .event-details {
  text-align: left;
}

.event-date {
  color: #ab9a7b;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 60px;
}

.event-description {
  color: #ab9a7b;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1.8px;
  margin: 0;
}

.event-image-wrapper {
  position: relative;
  min-width: 240px;
  flex: 1;
  min-height: 385px;
}

.event-image {
  aspect-ratio: 1.43;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  min-height: 385px;
  display: block;
}

/* Q&A Section */
.qa-section {
  display: flex;
  width: 100%;
  margin-top: 80px;
  padding: 66px 0;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  text-align: center;
}

.qa-header {
  align-self: stretch;
  padding: 40px 156px;
  position: relative;
}

.qa-title {
  font-size: 80px;
  color: #558bc9;
  margin: 0;
}

.qa-flourish {
  aspect-ratio: 2.62;
  object-fit: contain;
  object-position: center;
  width: 118px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.qa-flourish-top {
  margin-top: 22px;
}

.qa-flourish-bottom {
  margin-top: -23px;
}

.qa-content {
  /* align-self: stretch; */
  align-self: center;
  flex-grow: 1;
  width: 100%;
  max-width: 1254px;
  /* margin-top: -45px; */
  margin-top: 12px;
  min-height: 1178px;
  padding: 0 21px 40px;
  font-family:
    "Larken DEMO",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: #ab9a7b;
  align-items: center;
}

.qa-item {
  margin-bottom: 32px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}

.qa-question {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 8px;
  color: #ab9a7b;
}

.qa-answer {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.8px;
  font-weight: 400;
  color: #ab9a7b;
  margin: 0;
}

.qa-link {
  color: inherit;
  text-decoration: underline;
}

.qa-link:hover {
  opacity: 0.8;
}

/* Footer styles specific to this page */
.footer-image {
  aspect-ratio: 6.06;
  object-fit: contain;
  object-position: center;
  width: 100%;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 991px) {
  .hero-section {
    padding: 80px 20px;
  }

  .main-title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .hero-description {
    margin-top: 40px;
  }

  .dress-code-section {
    padding: 80px 20px;
  }

  .dress-code-title {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .events-title-section {
    padding: 80px 20px 0;
  }

  .events-title {
    font-size: 48px;
    white-space: initial;
  }

  .event-item {
    padding: 0 20px 40px;
    margin-top: 40px;
    flex-direction: column;
  }

  .event-item-reverse {
    flex-direction: column;
  }

  .event-details {
    text-align: center !important;
  }

  .event-date {
    margin-bottom: 40px;
  }

  .qa-section {
    margin-top: 40px;
  }

  .qa-header {
    padding: 40px 20px;
  }

  .qa-title {
    font-size: 48px;
  }

  .qa-content {
    padding: 0 20px 40px;
  }
}

/* Additional responsive breakpoints */
@media (max-width: 768px) {
  /* .main-title {
    font-size: 38px;
  } */

  .hero-description {
    font-size: 16px;
    letter-spacing: 2px;
  }

  /* .dress-code-title {
    font-size: 32px;
  } */

  .dress-code-description {
    font-size: 16px;
    letter-spacing: 2px;
  }

  /* .events-title {
    font-size: 32px;
  } */

  .event-date {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .event-description {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  /* .qa-title {
    font-size: 38px;
  } */

  .qa-question {
    font-size: 18px;
    letter-spacing: 2.5px;
  }

  .qa-answer {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 60px 20px;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .hero-description {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .dress-code-section {
    padding: 60px 20px;
  }

  .dress-code-title {
    font-size: 40px;
  }

  .dress-code-description {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .events-title-section {
    padding: 60px 20px 0;
  }

  .events-section {
    padding-top: 25px;
  }

  /* .events-title {
    font-size: 28px;
  } */

  .event-item {
    padding: 0 20px 30px;
  }

  .event-date {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .event-description {
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .qa-section {
    padding: 40px 0;
  }

  /* .qa-title {
    font-size: 28px;
  } */

  .qa-question {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .qa-answer {
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .qa-flourish {
    width: 80px;
  }
}
