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

html {
  font-size: 19px;
}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1.5;
  color: #2d2926;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #2d2926;
}

h1 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.1rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.7rem;
  }
}

p {
  margin-bottom: 0.5rem;
  color: #5a5550;
  font-size: 1.05rem;
}

.page-title {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0.3rem;
  color: #2d2926;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 1.9rem;
  }
}

.page-subtitle {
  font-size: 1rem;
  text-align: center;
  color: #5a5550;
  margin-bottom: 0.6rem;
  font-style: italic;
  font-weight: 300;
}

.primary-nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid #c5b8a8;
}
.primary-nav .nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .primary-nav .nav-container {
    padding: 0 30px;
  }
}
.primary-nav .nav-brand .couple-names {
  font-family: "Satisfy", cursive;
  font-size: 1.5rem;
  color: #b8956d;
}
@media (min-width: 768px) {
  .primary-nav .nav-brand .couple-names {
    font-size: 1.6rem;
  }
}
.primary-nav .nav-brand .wedding-date-nav {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.85rem;
  color: #5a5550;
  margin-top: 0.1rem;
  font-weight: 300;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .primary-nav .nav-brand .wedding-date-nav {
    font-size: 0.9rem;
  }
}
.primary-nav .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 1002;
}
@media (min-width: 768px) {
  .primary-nav .mobile-menu-toggle {
    display: none;
  }
}
.primary-nav .mobile-menu-toggle .hamburger-line {
  width: 26px;
  height: 2px;
  background-color: #b8956d;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.primary-nav .mobile-menu-toggle .hamburger-line:nth-child(1) {
  transform-origin: top left;
}
.primary-nav .mobile-menu-toggle .hamburger-line:nth-child(2) {
  transform-origin: center;
}
.primary-nav .mobile-menu-toggle .hamburger-line:nth-child(3) {
  transform-origin: bottom left;
}
.primary-nav .nav-links {
  display: none;
  list-style: none;
}
@media (min-width: 768px) {
  .primary-nav .nav-links {
    display: flex;
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .primary-nav .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(253, 251, 248, 0.98) 0%, rgba(253, 249, 244, 0.96) 100%);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 2rem 0.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .primary-nav .nav-links::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.02"><path d="M50 10 L60 40 L90 35 L65 55 L75 85 L50 70 L25 85 L35 55 L10 35 L40 40 Z" fill="%23b8956d"/></svg>');
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 200px;
    pointer-events: none;
    z-index: -1;
  }
  .primary-nav .nav-links.active {
    display: flex !important;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .primary-nav .nav-links li {
    transform: translateY(25px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 100%;
    text-align: center;
    flex-shrink: 0;
  }
  .primary-nav .nav-links li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .primary-nav .nav-links li:nth-child(2) {
    transition-delay: 0.15s;
  }
  .primary-nav .nav-links li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .primary-nav .nav-links li:nth-child(4) {
    transition-delay: 0.25s;
  }
  .primary-nav .nav-links li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .primary-nav .nav-links.active li {
    transform: translateY(0);
    opacity: 1;
  }
}
.primary-nav .nav-links a {
  text-decoration: none;
  color: #2d2926;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .primary-nav .nav-links a {
    font-size: 1.4rem;
    font-weight: 300;
    padding: 1rem 2rem;
    border-radius: 6px;
    background: transparent;
    color: #2d2926;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: block;
    width: 90%;
    max-width: 300px;
    text-align: center;
  }
  .primary-nav .nav-links a:hover {
    background: rgba(212, 181, 168, 0.15);
    color: #b8956d;
    transform: translateY(-2px);
    border-color: rgba(212, 181, 168, 0.3);
  }
  .primary-nav .nav-links a.active {
    background: rgba(122, 155, 184, 0.1);
    color: #7a9bb8;
    border-color: rgba(122, 155, 184, 0.25);
    font-weight: 400;
  }
}
.primary-nav .nav-links a:hover, .primary-nav .nav-links a.active {
  color: #7a9bb8;
}
@media (min-width: 768px) {
  .primary-nav .nav-links a:hover::after, .primary-nav .nav-links a.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #7a9bb8;
  }
}
@media (min-width: 768px) {
  .primary-nav .nav-links a.nav-button {
    background: #7a9bb8;
    color: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 500;
  }
  .primary-nav .nav-links a.nav-button:hover {
    background: rgb(88.75, 130, 166.25);
    transform: translateY(-1px);
  }
  .primary-nav .nav-links a.nav-button:hover::after {
    display: none;
  }
  .primary-nav .nav-links a.nav-button.active {
    background: rgb(79.875, 117, 149.625);
    color: #ffffff;
  }
  .primary-nav .nav-links a.nav-button.active::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .primary-nav .nav-links a.nav-button {
    background: #b8956d;
    color: #ffffff;
    border: 1px solid #b8956d;
    font-weight: 500;
  }
  .primary-nav .nav-links a.nav-button:hover {
    background: rgb(162.8202764977, 123.7880184332, 79.1797235023);
    color: #ffffff;
    transform: translateY(-2px);
    border-color: rgb(162.8202764977, 123.7880184332, 79.1797235023);
  }
  .primary-nav .nav-links a.nav-button.active {
    background: rgb(145.66359447, 110.7442396313, 70.83640553);
    color: #ffffff;
    border-color: rgb(145.66359447, 110.7442396313, 70.83640553);
  }
}
.primary-nav .mobile-menu-overlay {
  display: none;
}
@media (max-width: 767px) {
  .primary-nav .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .primary-nav .mobile-menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* Mobile RSVP Button */
.primary-nav .mobile-rsvp-button {
  display: none;
}

@media (max-width: 767px) {
  .primary-nav .mobile-rsvp-button {
    display: block;
    position: fixed;
    top: 12px;
    right: 70px; /* Position to the left of hamburger */
    background: #b8956d;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    z-index: 1002;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(184, 149, 109, 0.3);
  }

  .primary-nav .mobile-rsvp-button:hover {
    background: rgb(162.8202764977, 123.7880184332, 79.1797235023);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(184, 149, 109, 0.4);
  }
}

@media (min-width: 768px) {
  .primary-nav .mobile-rsvp-button {
    display: none;
  }
}

body {
  padding-top: 0;
}

.illustration {
  text-align: center;
  margin: 1.5rem 0;
}
.illustration svg {
  max-width: 100%;
  height: auto;
}
.illustration.illustration--church-large {
  margin: 1rem 0 0.5rem;
}
.illustration.illustration--church-large svg {
  max-width: 300px;
  height: auto;
}
.illustration.illustration--church-small svg {
  max-width: 50px;
  height: auto;
}
.illustration.illustration--estancia {
  margin: 1.5rem 0;
}
.illustration.illustration--estancia img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  .illustration.illustration--estancia img {
    max-width: 480;
  }
}
@media (min-width: 768px) {
  .illustration.illustration--estancia img {
    max-width: 480px;
  }
}
@media (min-width: 1024px) {
  .illustration.illustration--estancia img {
    max-width: 680px;
  }
}
.illustration.illustration--decorative-line {
  margin: 1rem 0;
}
.illustration.illustration--decorative-line svg {
  max-width: 150px;
  height: auto;
}
.illustration.illustration--decorative-line-small {
  margin: 0.2rem 0;
}
.illustration.illustration--decorative-line-small svg {
  max-width: 100px;
  height: auto;
}

.wedding-info-page .hero-section {
  padding: 25px 0;
  text-align: center;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1vh 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wedding-info-page .hero-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .wedding-info-page .hero-section {
    padding: 35px 0;
  }
}
.wedding-info-page .hero-section .welcome-intro {
  max-width: 600px;
  margin: 0 auto clamp(0.5rem, 2vh, 1rem);
  font-size: clamp(1rem, 2.5vh, 1.2rem);
  line-height: 1.4;
  color: #5a5550;
  flex-shrink: 1;
}
.wedding-info-page .hero-section .couple-names-large {
  font-family: "Satisfy", cursive;
  margin: clamp(0.5rem, 1.5vh, 1rem) 0;
  flex-shrink: 0;
}
.wedding-info-page .hero-section .couple-names-large .bride-name,
.wedding-info-page .hero-section .couple-names-large .groom-name {
  display: block;
  font-size: clamp(1.4rem, 4vh, 2.1rem);
  font-weight: 400;
}
@media (min-width: 768px) {
  .wedding-info-page .hero-section .couple-names-large .bride-name,
  .wedding-info-page .hero-section .couple-names-large .groom-name {
    display: inline;
  }
}
.wedding-info-page .hero-section .couple-names-large .ampersand {
  font-family: "Satisfy", cursive;
  font-size: clamp(1.8rem, 4.5vh, 2.4rem);
  display: block;
  margin: clamp(0.1rem, 0.5vh, 0.3rem) 0;
}
@media (min-width: 768px) {
  .wedding-info-page .hero-section .couple-names-large .ampersand {
    display: inline;
    margin: 0 0.8rem;
  }
}
.wedding-info-page .hero-section .wedding-date {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 3vh, 1.7rem);
  color: #b8956d;
  text-align: center;
  margin: clamp(0.3rem, 1vh, 0.6rem) 0;
  flex-shrink: 0;
}
.wedding-info-page .hero-section .wedding-location {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2.5vh, 1.3rem);
  color: #7a9bb8;
  text-align: center;
  margin: 0 0 clamp(0.5rem, 1.5vh, 1rem);
  font-weight: 300;
  font-style: italic;
  flex-shrink: 0;
}
.wedding-info-page .hero-section .couple-photo {
  text-align: center;
  margin: clamp(0.8rem, 2vh, 1.5rem) 0;
  flex-shrink: 1;
}
.wedding-info-page .hero-section .couple-photo .couple-image {
  width: clamp(150px, 25vh, 280px);
  max-width: 90vw;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 6px 25px rgba(45, 41, 38, 0.15);
  border: clamp(2px, 0.5vh, 5px) solid #faf8f5;
  max-height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: landscape) and (max-height: 600px) {
  .wedding-info-page .hero-section .couple-photo .couple-image {
    width: clamp(120px, 20vh, 200px);
    max-height: 25vh;
  }
}
@media (max-height: 600px) {
  .wedding-info-page .hero-section .welcome-intro {
    font-size: clamp(0.9rem, 2vh, 1rem);
    margin-bottom: clamp(0.3rem, 1vh, 0.5rem);
  }
  .wedding-info-page .hero-section .couple-names-large {
    margin: clamp(0.3rem, 1vh, 0.5rem) 0;
  }
  .wedding-info-page .hero-section .couple-names-large .bride-name,
  .wedding-info-page .hero-section .couple-names-large .groom-name {
    font-size: clamp(1.2rem, 3.5vh, 1.6rem);
  }
  .wedding-info-page .hero-section .couple-names-large .ampersand {
    font-size: clamp(1.5rem, 4vh, 1.8rem);
  }
  .wedding-info-page .hero-section .wedding-date {
    font-size: clamp(1rem, 2.5vh, 1.3rem);
  }
  .wedding-info-page .hero-section .wedding-location {
    font-size: clamp(0.9rem, 2vh, 1.1rem);
  }
}
@media (max-height: 500px) {
  .wedding-info-page .hero-section {
    padding: 0.5vh 0;
  }
  .wedding-info-page .hero-section .couple-photo .couple-image {
    width: clamp(100px, 18vh, 150px);
    max-height: 20vh;
  }
}
.wedding-info-page .schedule-section {
  padding: 25px 0;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .wedding-info-page .schedule-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .wedding-info-page .schedule-section {
    padding: 35px 0;
  }
}
.wedding-info-page .schedule-section .schedule-title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #2d2926;
  font-weight: 300;
}
.wedding-info-page .schedule-section .schedule-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
  border-radius: 0;
  box-shadow: none;
  border: none;
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wedding-info-page .schedule-section .schedule-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(197, 184, 168, 0.06) 0%, rgba(197, 184, 168, 0.03) 50%, rgba(197, 184, 168, 0.06) 100%);
  border-radius: 0;
  pointer-events: none;
  z-index: -2;
}
.wedding-info-page .schedule-section .schedule-card::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #c5b8a8;
  border-radius: 0;
  opacity: 0.2;
  pointer-events: none;
  transform: rotate(-0.1deg);
}
@media (max-width: 480px) {
  .wedding-info-page .schedule-section .schedule-card {
    padding: 2rem 1.5rem;
    margin: 0 1rem 3rem;
  }
}
.wedding-info-page .schedule-section .schedule-card-simple {
  background: #ffffff;
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  border-radius: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wedding-info-page .schedule-section .schedule-card-simple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(197, 184, 168, 0.04) 0%, rgba(197, 184, 168, 0.02) 50%, rgba(197, 184, 168, 0.04) 100%);
  pointer-events: none;
  z-index: -2;
}
.wedding-info-page .schedule-section .schedule-card-simple::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #c5b8a8;
  opacity: 0.15;
  pointer-events: none;
  transform: rotate(0.05deg);
}
@media (max-width: 480px) {
  .wedding-info-page .schedule-section .schedule-card-simple {
    padding: 1.2rem 1.5rem;
    margin: 0 1rem;
  }
}
.wedding-info-page .schedule-section .schedule-header {
  margin-bottom: 2rem;
  text-align: center;
}
.wedding-info-page .schedule-section .schedule-header .schedule-day-title {
  font-size: 1.5rem;
  color: #b8956d;
  margin-bottom: 0.8rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}
.wedding-info-page .schedule-section .schedule-header .schedule-date {
  font-size: 1.1rem;
  color: #2d2926;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.wedding-info-page .schedule-section .schedule-header .schedule-time-range {
  font-size: 1rem;
  color: #b8956d;
  margin-bottom: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.wedding-info-page .schedule-section .schedule-header .schedule-venue {
  font-size: 1rem;
  color: #7a9bb8;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.wedding-info-page .schedule-section .schedule-header .schedule-attire {
  font-size: 0.9rem;
  color: #5a5550;
  font-style: italic;
}
.wedding-info-page .schedule-section .schedule-timeline-clean {
  position: relative;
  padding-left: 0;
}
.wedding-info-page .schedule-section .schedule-event-clean {
  display: flex;
  margin-bottom: 2.5rem;
  position: relative;
}
.wedding-info-page .schedule-section .schedule-event-clean:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .wedding-info-page .schedule-section .schedule-event-clean {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.wedding-info-page .schedule-section .schedule-event-clean .event-time {
  font-size: 1rem;
  font-weight: 600;
  color: #2d2926;
  min-width: 70px;
  margin-right: 1.5rem;
  flex-shrink: 0;
  position: relative;
}
.wedding-info-page .schedule-section .schedule-event-clean .event-time::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #b8956d;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #a8c4d9;
}
@media (max-width: 480px) {
  .wedding-info-page .schedule-section .schedule-event-clean .event-time::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .wedding-info-page .schedule-section .schedule-event-clean .event-time {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.wedding-info-page .schedule-section .schedule-event-clean .event-time-small {
  font-size: 0.85rem;
  font-weight: 400;
  color: #5a5550;
  min-width: 45px;
  margin-right: 1.5rem;
  flex-shrink: 0;
  opacity: 0.7;
}
@media (max-width: 480px) {
  .wedding-info-page .schedule-section .schedule-event-clean .event-time-small {
    margin-bottom: 0.3rem;
    margin-right: 0;
    font-size: 0.8rem;
  }
}
.wedding-info-page .schedule-section .schedule-event-clean .event-content-clean {
  flex: 1;
  line-height: 1.6;
}

/* Add left padding on desktop to maintain spacing where time was */
@media (min-width: 768px) {
  .wedding-info-page .schedule-section .schedule-event-clean .event-content-clean {
    padding-left: 4rem;
  }
}
.wedding-info-page .schedule-section .schedule-event-clean .event-content-clean .event-header-clean {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.wedding-info-page .schedule-section .schedule-event-clean .event-content-clean .event-header-clean .event-title-clean {
  font-size: 1.3rem;
  color: #b8956d;
  margin: 0;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.3px;
}
.wedding-info-page .schedule-section .schedule-event-clean .event-content-clean .event-description-clean {
  color: #5a5550;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}
.wedding-info-page .schedule-section .brunch-info {
  text-align: center;
  font-size: 1rem;
  color: #5a5550;
  line-height: 1.5;
}
.wedding-info-page .schedule-section .brunch-info strong {
  color: #b8956d;
  font-weight: 600;
}
.wedding-info-page .schedule-section .brunch-info em {
  color: #5a5550;
  opacity: 0.8;
}
.wedding-info-page .venue-section {
  padding: 25px 0;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .wedding-info-page .venue-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .wedding-info-page .venue-section {
    padding: 35px 0;
  }
}
.wedding-info-page .venue-section .illustration {
  margin-bottom: 0 !important;
}
.wedding-info-page .venue-section .venue-title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #2d2926;
}
.wedding-info-page .venue-section .venue-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wedding-info-page .venue-section .venue-info {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
  }
}
.wedding-info-page .venue-section .venue-details {
  text-align: center;
}
@media (min-width: 1024px) {
  .wedding-info-page .venue-section .venue-details {
    text-align: left;
    flex: 1;
  }
}
.wedding-info-page .venue-section .venue-details .venue-name {
  color: #b8956d;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.wedding-info-page .venue-section .venue-details .venue-name:hover {
  color: #7a9bb8;
  transition: color 0.3s ease;
}
.wedding-info-page .venue-section .venue-details .venue-address {
  color: #5a5550;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.wedding-info-page .venue-section .venue-details .dress-code h4 {
  color: #2d2926;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.wedding-info-page .venue-section .venue-details .dress-code p {
  color: #5a5550;
  font-size: 0.9rem;
}

.our-story-page .page-header {
  padding: 35px 0;
  text-align: center;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .our-story-page .page-header {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .our-story-page .page-header {
    padding: 35px 0;
  }
}
.our-story-page .page-header .page-title {
  margin-bottom: 0.3rem;
}
.our-story-page .page-header .page-subtitle {
  margin-bottom: 0.6rem;
}
.our-story-page .timeline-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .our-story-page .timeline-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .our-story-page .timeline-section {
    padding: 35px 0;
  }
}
.our-story-page .timeline-section .timeline {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
.our-story-page .timeline-section .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #a8c4d9, transparent, #a8c4d9);
  transform: translateX(-50%);
  opacity: 0.6;
}
@media (max-width: 768px) {
  .our-story-page .timeline-section .timeline-line {
    left: 20px;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .timeline-item {
    margin-left: 40px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .timeline-item.left {
    flex-direction: row-reverse;
    text-align: right;
  }
  .timeline-item.left .timeline-content {
    padding-right: 2rem;
  }
  .timeline-item.right .timeline-content {
    padding-left: 2rem;
  }
}
.timeline-item .timeline-marker {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .timeline-item .timeline-marker {
    left: -20px;
  }
}
.timeline-item .timeline-marker .timeline-dot {
  width: 10px;
  height: 10px;
  background-color: #b8956d;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #c5b8a8;
}
.timeline-item .timeline-content {
  flex: 1;
  max-width: 350px;
}
@media (min-width: 768px) {
  .timeline-item .timeline-content {
    width: calc(50% - 40px);
  }
}
.timeline-item .timeline-title {
  color: #2d2926;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.timeline-item .timeline-photos {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.timeline-item .timeline-photos .timeline-photo {
  flex: 1;
  min-width: 0;
}
.timeline-item .timeline-photos .timeline-photo:only-child {
  flex-basis: 100%;
}
.timeline-item .timeline-photos .timeline-photo:first-child:nth-last-child(2), .timeline-item .timeline-photos .timeline-photo:first-child:nth-last-child(2) ~ .timeline-photo {
  flex-basis: calc(50% - 0.25rem);
}
.timeline-item .timeline-photos .timeline-photo:first-child:nth-last-child(3) {
  flex-basis: 100%;
}
.timeline-item .timeline-photos .timeline-photo:nth-child(2):nth-last-child(2), .timeline-item .timeline-photos .timeline-photo:nth-child(2):nth-last-child(2) ~ .timeline-photo {
  flex-basis: calc(50% - 0.25rem);
}
.timeline-item .timeline-photos .timeline-photo img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.timeline-item .timeline-description {
  color: #5a5550;
  line-height: 1.5;
  font-size: 0.9rem;
}

.travel-page .page-header {
  padding: 35px 0;
  text-align: center;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .travel-page .page-header {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .travel-page .page-header {
    padding: 35px 0;
  }
}
.travel-page .travel-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .travel-page .travel-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .travel-page .travel-section {
    padding: 35px 0;
  }
}
.travel-page .travel-section .section-title {
  text-align: center;
  font-size: 1.2rem;
  color: #2d2926;
  font-weight: 300;
}
.travel-page .travel-section .travel-info {
  display: grid;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .travel-page .travel-section .travel-info {
    max-width: 400px;
    margin: unset;
  }
}
.travel-page .travel-section .travel-step {
  text-align: center;
  padding: 1rem 0.5rem;
  background: #ffffff;
  border: none;
  box-shadow: none;
  position: relative;
}
.travel-page .travel-section .travel-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(197, 184, 168, 0.08) 0%, rgba(197, 184, 168, 0.04) 50%, rgba(197, 184, 168, 0.08) 100%);
  border-radius: 0;
  pointer-events: none;
  z-index: -1;
}
.travel-page .travel-section .travel-step::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #c5b8a8;
  border-radius: 0;
  opacity: 0.25;
  pointer-events: none;
  transform: rotate(0.2deg);
}
.travel-page .travel-section .travel-step h3 {
  color: #b8956d;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.travel-page .travel-section .travel-step .step-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.travel-page .travel-section .travel-step .step-header .icon {
  margin-top: 0;
}
.travel-page .travel-section .travel-step .step-header h3 {
  margin-bottom: 0;
  color: #b8956d;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}
.travel-page .travel-section .travel-step ul {
  list-style: none;
  padding: 0;
}
.travel-page .travel-section .travel-step ul li {
  margin: 0.4rem 0;
  color: #5a5550;
  font-size: 1rem;
}
.travel-page .accommodation-section {
  padding: 25px 0;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .travel-page .accommodation-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .travel-page .accommodation-section {
    padding: 35px 0;
  }
}
.travel-page .accommodation-section .section-title {
  text-align: center;
  font-size: 1.2rem;
  color: #2d2926;
  font-weight: 300;
}
.travel-page .accommodation-section .section-intro {
  text-align: center;
  color: #5a5550;
  margin-bottom: 2rem;
  font-size: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.travel-page .accommodation-section .hotels-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .travel-page .accommodation-section .hotels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.travel-page .accommodation-section .hotel-card {
  background: #ffffff;
  padding: 1.5rem;
  border: none;
  box-shadow: none;
  text-align: center;
  position: relative;
}
.travel-page .accommodation-section .hotel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(197, 184, 168, 0.1) 0%, rgba(197, 184, 168, 0.05) 50%, rgba(197, 184, 168, 0.1) 100%);
  border-radius: 0;
  pointer-events: none;
  z-index: -1;
}
.travel-page .accommodation-section .hotel-card::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #c5b8a8;
  border-radius: 0;
  opacity: 0.3;
  pointer-events: none;
  border-style: solid;
  -o-border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0,50 Q25,45 50,50 T100,50" stroke="%23c5b8a8" fill="none" stroke-width="1"/></svg>') 1;
     border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0,50 Q25,45 50,50 T100,50" stroke="%23c5b8a8" fill="none" stroke-width="1"/></svg>') 1;
}
.travel-page .accommodation-section .hotel-card .hotel-header {
  margin-bottom: 1rem;
}
.travel-page .accommodation-section .hotel-card .hotel-header .hotel-name {
  color: #b8956d;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
.travel-page .accommodation-section .hotel-card .hotel-header .hotel-name:hover {
  color: #7a9bb8;
  transition: color 0.3s ease;
}
.travel-page .accommodation-section .hotel-card .hotel-header .hotel-rating {
  justify-content: center;
  margin-bottom: 0.6rem;
  gap: 2px;
}
.travel-page .accommodation-section .hotel-card .hotel-header .hotel-price {
  font-weight: 400;
  color: #2d2926;
  font-size: 0.85rem;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0.4rem;
}
.travel-page .accommodation-section .hotel-card .hotel-header .hotel-distance {
  justify-content: center;
  color: #d4b5a8;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.travel-page .accommodation-section .hotel-card .hotel-description {
  color: #5a5550;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-style: italic;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.travel-page .accommodation-section .hotel-card .hotel-book-link {
  display: inline-block;
  color: #7a9bb8;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.travel-page .accommodation-section .hotel-card .hotel-book-link:hover {
  border-bottom-color: #7a9bb8;
  color: rgb(79.875, 117, 149.625);
}
.travel-page .tips-section {
  padding: 25px 0;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .travel-page .tips-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .travel-page .tips-section {
    padding: 35px 0;
  }
}
.travel-page .tips-section .section-title {
  text-align: center;
  font-size: 1.2rem;
  color: #2d2926;
  font-weight: 300;
}
.travel-page .tips-section .tips-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .travel-page .tips-section .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .travel-page .tips-section .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.travel-page .tips-section .tip-item {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border: none;
  box-shadow: none;
  position: relative;
}
.travel-page .tips-section .tip-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #c5b8a8;
  opacity: 0.3;
  pointer-events: none;
}
.travel-page .tips-section .tip-item .tip-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  text-align: center;
}
.travel-page .tips-section .tip-item .tip-header .icon {
  margin-top: 0;
}
.travel-page .tips-section .tip-item .tip-header h4 {
  margin-bottom: 0;
  color: #b8956d;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}
.travel-page .tips-section .tip-item h4 {
  color: #b8956d;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 300;
}
.travel-page .tips-section .tip-item p {
  color: #5a5550;
  line-height: 1.5;
  font-size: 0.9rem;
}

.attendance-page .page-header {
  padding: 35px 0;
  text-align: center;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .attendance-page .page-header {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .attendance-page .page-header {
    padding: 35px 0;
  }
}
.attendance-page .rsvp-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .attendance-page .rsvp-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .attendance-page .rsvp-section {
    padding: 35px 0;
  }
}
.attendance-page .rsvp-section .rsvp-content {
  max-width: 600px;
  margin: 0 auto;
}
.attendance-page .rsvp-section .rsvp-intro {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #5a5550;
}
.attendance-page .rsvp-section .rsvp-intro strong {
  color: #b8956d;
  font-weight: 500;
}
.attendance-page .rsvp-section .form-container {
  background-color: transparent;
  padding: 2rem;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 2rem;
  position: relative;
}
.attendance-page .rsvp-section .form-container::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #c5b8a8;
  opacity: 0.2;
  pointer-events: none;
  transform: rotate(-0.1deg);
}
.attendance-page .rsvp-section .form-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(253, 249, 244, 0.3) 0%, rgba(253, 249, 244, 0.1) 50%, rgba(253, 249, 244, 0.3) 100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 480px) {
  .attendance-page .rsvp-section .form-container {
    padding: 1.5rem;
  }
}
.attendance-page .rsvp-section .typeform-embed {
  text-align: center;
}
.attendance-page .rsvp-section .typeform-embed .form-placeholder {
  color: #5a5550;
  font-style: italic;
  margin-bottom: 1rem;
}
.attendance-page .rsvp-section .typeform-embed .form-fields-list {
  list-style: none;
  padding: 0;
  color: #5a5550;
}
.attendance-page .rsvp-section .typeform-embed .form-fields-list li {
  margin: 0.4rem 0;
  padding: 0.6rem;
  background-color: rgba(253, 249, 244, 0.4);
  border-radius: 0;
  border: none;
  font-size: 0.95rem;
  position: relative;
}
.attendance-page .rsvp-section .typeform-embed .form-fields-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #c5b8a8;
  opacity: 0.15;
  pointer-events: none;
  transform: rotate(0.1deg);
}
.attendance-page .questions-section {
  padding: 25px 0;
  padding-top: 15px;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .attendance-page .questions-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .attendance-page .questions-section {
    padding: 35px 0;
  }
}
.attendance-page .questions-section .questions-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.attendance-page .questions-section .questions-content .info-item {
  padding: 1.5rem;
  background-color: transparent;
  position: relative;
}
.attendance-page .questions-section .questions-content .info-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(253, 249, 244, 0.6) 0%, rgba(253, 249, 244, 0.3) 50%, rgba(253, 249, 244, 0.6) 100%);
  pointer-events: none;
  z-index: -1;
}
.attendance-page .questions-section .questions-content .info-item::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #c5b8a8;
  opacity: 0.25;
  pointer-events: none;
  transform: rotate(-0.15deg);
}
.attendance-page .questions-section .questions-content .info-item h4 {
  color: #b8956d;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.attendance-page .questions-section .questions-content .info-item p {
  color: #5a5550;
  line-height: 1.6;
  font-size: 0.95rem;
}

.qa-page .page-header {
  padding: 35px 0 0 0;
  text-align: center;
  background: linear-gradient(135deg, #fdf9f4 0%, rgb(254.5692307692, 253.7076923077, 252.6307692308) 100%);
}
@media (min-width: 768px) {
  .qa-page .page-header {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .qa-page .page-header {
    padding: 35px 0 0 0;
  }
}
.qa-page .qa-section {
  padding: 25px 0;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .qa-page .qa-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .qa-page .qa-section {
    padding: 35px 0;
  }
}
.qa-page .qa-section .qa-content {
  max-width: 600px;
  margin: 0 auto;
}
.qa-page .qa-section .qa-item {
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #c5b8a8;
}
.qa-page .qa-section .qa-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.qa-page .qa-section .qa-item .question {
  color: #b8956d;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.qa-page .qa-section .qa-item .answer p {
  color: #5a5550;
  line-height: 1.6;
  font-size: 0.95rem;
}
.qa-page .gift-section {
  padding: 25px 0;
  text-align: center;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .qa-page .gift-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .qa-page .gift-section {
    padding: 35px 0;
  }
}
.qa-page .gift-section .gift-message {
  max-width: 500px;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: transparent;
  border-radius: 0;
  border: none;
  position: relative;
}
.qa-page .gift-section .gift-message::before {
  content: "";
  display: block;
  width: 80px;
  height: 12px;
  margin: 0 auto 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 12" fill="none"><path d="M10 6 Q25 3 40 6 T70 6" stroke="%23c5b8a8" stroke-width="0.6" fill="none" opacity="0.6"/><circle cx="20" cy="6" r="0.6" fill="%23d4b5a8" opacity="0.4"/><circle cx="60" cy="6" r="0.6" fill="%23d4b5a8" opacity="0.4"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.7;
}
.qa-page .gift-section .gift-title {
  color: #b8956d;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
}
.qa-page .gift-section .gift-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #2d2926;
  margin-bottom: 0.8rem;
  font-style: italic;
}
.qa-page .gift-section .gift-note {
  color: #5a5550;
  font-style: italic;
  line-height: 1.4;
  font-size: 0.85rem;
}
.qa-page .contact-section {
  padding: 25px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .qa-page .contact-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .qa-page .contact-section {
    padding: 35px 0;
  }
}
.qa-page .contact-section .contact-info {
  max-width: 500px;
  margin: 0 auto;
}
.qa-page .contact-section .contact-info h3 {
  color: #b8956d;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.qa-page .contact-section .contact-info p {
  color: #5a5550;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}
.qa-page .contact-section .contact-info .signature-message {
  font-family: "Satisfy", cursive;
  font-size: 1.3rem;
  color: #b8956d;
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
}
.qa-page .contact-section .contact-info .signature-message::before, .qa-page .contact-section .contact-info .signature-message::after {
  content: "✦";
  color: #d4b5a8;
  font-size: 0.8rem;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.qa-page .contact-section .contact-info .signature-message::before {
  left: -2rem;
}
.qa-page .contact-section .contact-info .signature-message::after {
  right: -2rem;
}
@media (max-width: 480px) {
  .qa-page .contact-section .contact-info .signature-message::before, .qa-page .contact-section .contact-info .signature-message::after {
    display: none;
  }
}

.site-footer {
  background-color: #fdf9f4;
  color: #2d2926;
  padding: 2.5rem 0 2rem;
  margin-top: auto;
  border-top: 1px solid #c5b8a8;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .footer-container {
    padding: 0 30px;
  }
}
.site-footer .signature-section {
  text-align: center;
}
.site-footer .signature-section .signature-info {
  max-width: 600px;
  margin: 0 auto;
}
.site-footer .signature-section .signature-info .signature-message {
  font-family: "Satisfy", cursive;
  font-size: 1.3rem;
  color: #b8956d;
  margin: 0;
  line-height: 1.4;
  position: relative;
}
.site-footer .signature-section .signature-info .signature-message::before, .site-footer .signature-section .signature-info .signature-message::after {
  content: "✦";
  color: #d4b5a8;
  font-size: 0.8rem;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .signature-section .signature-info .signature-message::before {
  left: -2rem;
}
.site-footer .signature-section .signature-info .signature-message::after {
  right: -2rem;
}
@media (max-width: 480px) {
  .site-footer .signature-section .signature-info .signature-message::before, .site-footer .signature-section .signature-info .signature-message::after {
    display: none;
  }
}
.site-footer .church-icon {
  margin-bottom: 1.5rem;
}
.site-footer .church-icon svg {
  stroke: #b8956d;
}
.site-footer .footer-info {
  margin-bottom: 1.5rem;
}
.site-footer .footer-info .couple-names {
  font-family: "Satisfy", cursive;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #b8956d;
}
.site-footer .footer-info .wedding-date-footer {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.95rem;
  color: #b8956d;
  margin-bottom: 0.2rem;
  font-weight: 400;
  opacity: 0.9;
}
.site-footer .footer-info .wedding-location {
  color: #5a5550;
  font-size: 0.9rem;
}
.site-footer .footer-nav {
  margin-bottom: 1.5rem;
}
.site-footer .footer-nav .footer-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 480px) {
  .site-footer .footer-nav .footer-nav-links {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.site-footer .footer-nav .footer-nav-links li {
  margin: 0;
}
.site-footer .footer-nav .footer-nav-links a {
  color: #5a5550;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
  transition: all 0.3s ease;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
}
.site-footer .footer-nav .footer-nav-links a:hover {
  color: #7a9bb8;
  background-color: rgba(122, 155, 184, 0.08);
}
.site-footer .footer-nav .footer-nav-links a:active, .site-footer .footer-nav .footer-nav-links a.active {
  color: #b8956d;
  background-color: rgba(184, 149, 109, 0.1);
}
.site-footer .footer-nav .footer-nav-links a.footer-button {
  background: #7a9bb8;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 400;
}
.site-footer .footer-nav .footer-nav-links a.footer-button:hover {
  background: rgb(88.75, 130, 166.25);
  color: #ffffff;
  transform: translateY(-1px);
}
.site-footer .footer-nav .footer-nav-links a.footer-button:active {
  background: rgb(79.875, 117, 149.625);
  color: #ffffff;
}
.site-footer .decorative-line svg {
  stroke: #c5b8a8;
}

.rsvp-form .form-group {
  margin-bottom: 1.5rem;
}
.rsvp-form .form-group label {
  display: block;
  margin-bottom: 0.4rem;
  color: #2d2926;
  font-weight: 400;
  font-size: 0.9rem;
}
.rsvp-form .form-group input[type=text],
.rsvp-form .form-group textarea {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #c5b8a8;
  border-radius: 3px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  background-color: #ffffff;
}
.rsvp-form .form-group input[type=text]:focus,
.rsvp-form .form-group textarea:focus {
  outline: none;
  border-color: #7a9bb8;
  box-shadow: 0 0 0 2px rgba(122, 155, 184, 0.1);
}
.rsvp-form .form-group .radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.rsvp-form .form-group .radio-group .radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.rsvp-form .form-group .radio-group .radio-label input[type=radio] {
  margin-right: 0.5rem;
}
.rsvp-form .form-group .radio-group .radio-label span {
  color: #5a5550;
  font-size: 0.9rem;
}
.rsvp-form .form-group .form-note {
  color: #5a5550;
  font-size: 0.8rem;
  margin-top: 0.4rem;
  font-style: italic;
}
.rsvp-form .submit-button {
  background-color: #7a9bb8;
  color: #ffffff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 3px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rsvp-form .submit-button:hover {
  background-color: rgb(88.75, 130, 166.25);
  transform: translateY(-1px);
}

a {
  color: #7a9bb8;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(79.875, 117, 149.625);
}

.venue-name {
  color: #b8956d;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  font-weight: 400;
}
.venue-name:hover {
  color: #7a9bb8;
  transition: color 0.3s ease;
}

.timeline-year {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #b8956d;
  margin-bottom: 0.4rem;
}
.timeline-year:hover {
  color: #7a9bb8;
  transition: color 0.3s ease;
}

.hotel-name {
  color: #b8956d;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.hotel-name:hover {
  color: #7a9bb8;
  transition: color 0.3s ease;
}

@media (max-width: 480px) {
  .page-title {
    font-size: 1.5rem;
  }
  .couple-names-large .bride-name,
  .couple-names-large .groom-name {
    font-size: 1.3rem !important;
  }
  .couple-names-large .ampersand {
    font-size: 1.6rem !important;
  }
  .section-title {
    font-size: 1.2rem;
  }
}
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.step-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.step-header .icon {
  margin-top: 0;
}
.step-header h3 {
  margin-bottom: 0;
  color: #b8956d;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.tip-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  text-align: center;
}
.tip-header .icon {
  margin-top: 0;
}
.tip-header h4 {
  margin-bottom: 0;
  color: #b8956d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.hotel-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 0.4rem;
  height: 20px;
}
.hotel-rating .icon {
  margin-top: -1px;
}

.hotel-distance {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #7a9bb8;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hotel-distance .icon {
  margin-top: -1px;
  flex-shrink: 0;
}

.attractions-section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .attractions-section {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .attractions-section {
    padding: 35px 0;
  }
}
.attractions-section .section-title {
  text-align: center;
  font-size: 1.2rem;
  color: #2d2926;
  font-weight: 300;
}
.attractions-section .video-container {
  text-align: center;
  margin: 2rem 0;
}
.attractions-section .video-container iframe {
  width: 100%;
  height: 250px;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .attractions-section .video-container iframe {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .attractions-section .video-container iframe {
    height: 400px;
  }
}
.attractions-section .attractions-simple {
  display: grid;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .attractions-section .attractions-simple {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .attractions-section .attractions-simple {
    grid-template-columns: repeat(2, 1fr);
  }
}
.attractions-section .attraction-item {
  text-align: center;
  padding: 1rem 0;
}
.attractions-section .attraction-item .attraction-name {
  color: #b8956d;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}
.attractions-section .attraction-item .attraction-name .wedding-location {
  display: block;
  font-family: "Satisfy", cursive;
  font-size: 0.85rem;
  color: #7a9bb8;
  margin-top: 0.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .attractions-section .attraction-item .attraction-name .wedding-location {
    display: inline;
    margin-left: 0.5rem;
    margin-top: 0;
  }
}
.attractions-section .attraction-item .attraction-highlight {
  color: #7a9bb8;
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.8rem;
  opacity: 1;
}
.attractions-section .attraction-item .attraction-duration {
  color: #b8956d;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.attractions-section .attraction-item .attraction-image {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .attractions-section .attraction-item .attraction-image {
    height: 180px;
  }
}
.attractions-section .attraction-item .attraction-image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.attractions-section .attraction-item .attraction-image img:hover {
  transform: scale(1.05);
}
.attractions-section .travel-note {
  background-color: rgba(122, 155, 184, 0.08);
  padding: 1.8rem;
  border-radius: 0;
  border-left: 3px solid #7a9bb8;
  margin-top: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.attractions-section .travel-note::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #7a9bb8;
  opacity: 0.1;
  pointer-events: none;
  transform: rotate(-0.05deg);
}
.attractions-section .travel-note p {
  margin: 0;
  color: #2d2926;
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: center;
}
.attractions-section .travel-note p strong {
  color: #7a9bb8;
  font-weight: 500;
}

.section--hero,
.section--travel,
.section--qa {
  position: relative;
  overflow: hidden;
}

.section--hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* Align to right side */
  width: 100vw; /* span the whole viewport */
  height: 100%;
  background-image: url("../img/church2.png");
  background-repeat: no-repeat;
  background-position: right bottom; /* align right edge & bottom */
  background-size: auto 70vh; /* Scale to 80% of viewport height, maintain aspect ratio */
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .section--hero::before {
    background-size: auto 60vh; /* Smaller on tablet and below */
  }
}
@media (max-width: 480px) {
  .section--hero::before {
    background-size: auto 50vh; /* Even smaller on mobile */
  }
}

.section--travel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(100%);
  width: 100vw;
  height: 100%;
  background: url("../img/estancia12.png") no-repeat center bottom;
  background-position: left bottom; /* stick to bottom-left on mobile */
  background-size: auto; /* full-cover on desktop */
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.section--qa::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 220"><rect x="50" y="120" width="250" height="80" stroke="%23c5b8a8" stroke-width="2" fill="none" opacity="0.4"/><path d="M50 120 L100 80 L250 80 L300 120" stroke="%23c5b8a8" stroke-width="2" fill="none" opacity="0.4"/><rect x="130" y="150" width="20" height="30" stroke="%23c5b8a8" stroke-width="1.5" fill="none" opacity="0.3"/><rect x="200" y="150" width="20" height="30" stroke="%23c5b8a8" stroke-width="1.5" fill="none" opacity="0.3"/><path d="M70 140 Q85 135, 100 140" stroke="%23c5b8a8" stroke-width="1" fill="none" opacity="0.3"/><path d="M250 140 Q265 135, 280 140" stroke="%23c5b8a8" stroke-width="1" fill="none" opacity="0.3"/><circle cx="175" cy="100" r="8" stroke="%23d4b5a8" stroke-width="1" fill="none" opacity="0.3"/></svg>') no-repeat center;
  background-size: 55%;
  opacity: 0.03;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section--hero > .container,
.section--travel > .container,
.section--qa > .container {
  position: relative;
  z-index: 1;
}
