/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #2c5f7c;
  --secondary-color: #8b7b9e;
  --accent-color: #d4af87;
  --accent-rose: #c9a394;
  --text-color: #2a2a2a;
  --text-light: #6b6b6b;
  --light-bg: #fafbfc;
  --border-color: #e8e8e8;
  --white: #ffffff;
  --card-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  --card-shadow-hover: 0 4px 20px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Lora", "Georgia", "Garamond", serif;
  line-height: 1.8;
  color: var(--text-color);
  background: linear-gradient(to bottom, #fafbfc 0%, #f5f7f9 100%);
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px;
}

/* Header - Conference Badge Style */
.hero {
  background: linear-gradient(135deg, #2c5f7c 0%, #3d7491 50%, #4a8199 100%);
  color: var(--white);
  padding: 80px 20px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(212, 175, 135, 0.15) 0%,
      transparent 50%
    );
  pointer-events: none;
  z-index: 0;
}

.conference-badge {
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}

.badge-header {
  background: linear-gradient(135deg, #3d5a6b 0%, #2c4a59 100%);
  color: #e8e8e8;
  padding: 12px 32px;
  margin: 0;
  border-radius: 19px 19px 0 0;
  font-weight: 700;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(212, 175, 135, 0.2);
}

.badge-content {
  padding: 40px 48px 36px;
}

.event-title {
  color: #9b8a7a;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-transform: none;
  letter-spacing: 0.5px;
}

.names {
  color: #1a1a1a;
  font-size: 3.5rem;
  margin: 0 0 16px;
  font-weight: 400;
  line-height: 1.05;
  font-family: "Allura", cursive;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.name-line {
  display: block;
}

.ampersand {
  font-size: 0.55em;
  margin: 3px 0 -10px 0;
  opacity: 0.7;
}

.date {
  color: #2a2a2a;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 12px;
  letter-spacing: 1.5px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.location {
  color: #5a5a5a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  font-family: "Lora", Georgia, serif;
}

.getting-married-ribbon {
  position: absolute;
  left: 50%;
  top: 100%;
  bottom: auto;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(180deg, #8b2332 0%, #7a1e2b 100%);
  padding: 15px 18px 13px;
  border-radius: 0;
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  box-shadow:
    0 5px 10px rgba(139, 35, 50, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -2px 0 rgba(100, 20, 30, 0.3);
  z-index: -1;
}

.ribbon-text {
  display: inline-block;
  font-size: 2em;
  line-height: 0.92;
  background: linear-gradient(180deg, #fae6a8 0%, #eecf80 55%, #d0a44e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #eecf80;
  text-shadow:
    0 1px 0 rgba(255, 241, 186, 0.35),
    0 2px 3px rgba(100, 20, 30, 0.24);
}

.getting-married-ribbon::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 4px;
  width: 12px;
  height: calc(100% - 4px);
  background: linear-gradient(180deg, #7a1e2b 0%, #6e1a26 100%);
  clip-path: polygon(
    100% 0%,
    0 8.33%,
    100% 16.66%,
    0 25%,
    100% 33.33%,
    0 41.66%,
    100% 50%,
    0 58.33%,
    100% 66.66%,
    0 75%,
    100% 83.33%,
    0 91.66%,
    100% 100%
  );
  z-index: 2;
}

.getting-married-ribbon::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 4px;
  width: 12px;
  height: calc(100% - 4px);
  background: linear-gradient(180deg, #7a1e2b 0%, #6e1a26 100%);
  clip-path: polygon(
    0 0%,
    100% 8.33%,
    0 16.66%,
    100% 25%,
    0 33.33%,
    100% 41.66%,
    0 50%,
    100% 58.33%,
    0 66.66%,
    100% 75%,
    0 83.33%,
    100% 91.66%,
    0 100%
  );
  z-index: 2;
}

/* Navigation Tabs */
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(212, 175, 135, 0.2);
  gap: 6px;
  padding: 12px 20px;
}

.tab {
  padding: 10px 22px;
  text-decoration: none;
  color: var(--text-color);
  border-radius: 24px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 0.9rem;
  position: relative;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.3px;
}

.tab:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  color: var(--primary-color);
  transform: translateY(-1px);
}

.tab.active {
  background: linear-gradient(135deg, var(--primary-color) 0%, #3d7491 100%);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(44, 95, 124, 0.25);
}

/* Sections */
.section {
  background: var(--white);
  margin: 32px 0;
  padding: 56px 48px;
  border-radius: 12px;
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(212, 175, 135, 0.15);
  transition: all 0.3s ease;
}

.section:hover {
  box-shadow: var(--card-shadow-hover);
}

.section h2 {
  color: var(--primary-color);
  font-size: 2.25rem;
  margin-bottom: 32px;
  font-weight: 400;
  position: relative;
  padding-bottom: 16px;
  font-family: "Great Vibes", cursive;
  letter-spacing: 0.5px;
  text-align: center;
}

.abbreviation {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1.5px;
  font-size: 1em;
}

.section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--accent-color),
    transparent
  );
}

/* Paper Style (Abstract) */
.paper-style {
  background: linear-gradient(to bottom right, #fefefe, #fafbfc);
  border: 1px solid rgba(212, 175, 135, 0.2);
  padding: 36px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  position: relative;
}

.paper-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 135, 0.3),
    transparent
  );
}

.abstract-text {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 1.05rem;
  color: var(--text-color);
}

.abstract-text strong {
  color: var(--primary-color);
  font-weight: 600;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1em;
}

/* Schedule */
.schedule-venues {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.venue-block {
  border-left: 4px solid var(--accent-color);
  border-radius: 8px;
  overflow: hidden;
}

.venue-chapel {
  border-left-color: var(--primary-color);
}

.venue-samberg {
  border-left-color: var(--secondary-color);
}

.venue-header {
  padding: 20px 28px;
  border-radius: 8px 8px 0 0;
}

.venue-chapel .venue-header {
  background: linear-gradient(
    135deg,
    rgba(44, 95, 124, 0.08),
    rgba(44, 95, 124, 0.03)
  );
}

.venue-samberg .venue-header {
  background: linear-gradient(
    135deg,
    rgba(139, 123, 158, 0.08),
    rgba(139, 123, 158, 0.03)
  );
}

.venue-header h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: 0.5px;
}

.venue-chapel .venue-header h3 {
  color: var(--primary-color);
}

.venue-samberg .venue-header h3 {
  color: var(--secondary-color);
}

.venue-header p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin: 0;
  font-family: "Lora", Georgia, serif;
}

.venue-sessions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0 8px;
}

.venue-transition {
  text-align: center;
  padding: 24px 0;
  position: relative;
}

.venue-transition::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  height: 1px;
  border-top: 1px dashed rgba(212, 175, 135, 0.4);
}

.venue-transition p {
  display: inline-block;
  background: var(--white);
  padding: 4px 16px;
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: italic;
  font-family: "Lora", Georgia, serif;
  position: relative;
}

.session {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 20px 28px;
  background: linear-gradient(to right, #fefefe, #fafbfc);
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
}

.session:hover {
  background: var(--white);
}

.session-time {
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--primary-color);
  font-variant-numeric: tabular-nums;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.5px;
}

.session-details h3 {
  color: var(--text-color);
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.session-details em {
  color: var(--secondary-color);
  font-size: 0.95rem;
  display: block;
  margin-bottom: 10px;
  font-family: "Lora", Georgia, serif;
}

.session-details p {
  color: var(--text-light);
  line-height: 1.8;
  font-size: 1rem;
}

/* Speakers Grid */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}

.speaker-card {
  background: linear-gradient(to bottom, #ffffff, #fafbfc);
  padding: 32px 28px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(212, 175, 135, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.speaker-card:hover {
  border-color: var(--accent-color);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.speaker-title {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-rose));
  color: var(--white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", Georgia, serif;
  box-shadow: 0 2px 8px rgba(212, 175, 135, 0.3);
}

.speaker-card h3 {
  color: var(--text-color);
  margin: 12px 0 8px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.speaker-card p {
  color: var(--text-light);
  font-size: 0.95rem;
}

.speaker-bio {
  font-style: italic;
  color: var(--text-light);
  margin-top: 20px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.note {
  font-style: italic;
  color: var(--text-light);
  margin-top: 40px;
  font-size: 0.95rem;
  padding: 20px 28px;
  background: linear-gradient(to right, #fafbfc, #f8f9fa);
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Registration Compact */
.registration-compact {
  text-align: center;
}

.registration-tagline {
  font-size: 1.05rem;
  color: var(--text-color);
  max-width: 560px;
  margin: 0 auto 8px;
  line-height: 1.8;
}

.registration-deadline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0 auto 24px;
  letter-spacing: 0.5px;
}

.registration-btn {
  font-size: 1.05rem;
  padding: 16px 40px;
}

.registration-details {
  margin-top: 24px;
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: italic;
  line-height: 1.8;
}

/* RSVP Box */
.rsvp-box {
  background: linear-gradient(to bottom right, #fafbfc, #f5f7f9);
  padding: 40px;
  border-radius: 12px;
  margin-top: 40px;
  border: 1px solid rgba(212, 175, 135, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.rsvp-box h3 {
  color: var(--primary-color);
  margin-bottom: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-align: center;
}

.rsvp-box ul {
  list-style: none;
  margin: 28px 0;
}

.rsvp-box li {
  margin: 18px 0;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dietary-note {
  margin-top: 28px;
  font-style: italic;
  color: var(--text-light);
  font-size: 0.9rem;
  padding: 16px 20px;
  background: var(--white);
  border-radius: 8px;
  border-left: 3px solid var(--accent-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Accommodations */
.accommodation-card {
  background: linear-gradient(to right, #ffffff, #fafbfc);
  padding: 32px 36px;
  margin: 28px 0;
  border-radius: 10px;
  border-left: 4px solid var(--accent-color);
  border: 1px solid rgba(212, 175, 135, 0.2);
  border-left-width: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.accommodation-card:hover {
  background: var(--white);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.accommodation-card h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.accommodation-card p {
  margin: 14px 0;
  color: var(--text-color);
  font-size: 1.02rem;
  line-height: 1.7;
}

.travel-info {
  background: linear-gradient(to bottom right, #fafbfc, #f5f7f9);
  padding: 40px;
  margin-top: 48px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 135, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.travel-info h3 {
  color: var(--primary-color);
  margin-bottom: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-align: center;
}

/* FAQ */
.faq-item {
  margin: 24px 0;
  padding: 28px 32px;
  background: linear-gradient(to right, #ffffff, #fafbfc);
  border-radius: 10px;
  border-left: 4px solid var(--accent-color);
  border: 1px solid rgba(212, 175, 135, 0.2);
  border-left-width: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
  background: var(--white);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
  color: var(--primary-color);
  margin-bottom: 14px;
  font-size: 1.35rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.faq-item p {
  color: var(--text-color);
  line-height: 1.8;
  font-size: 1.02rem;
}

.faq-item strong {
  color: var(--secondary-color);
  font-weight: 600;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.faq-note {
  background: linear-gradient(135deg, #fafbfc, #f5f7f9);
  padding: 32px 36px;
  margin: 32px 0 0;
  border-radius: 12px;
  border: 2px solid rgba(212, 175, 135, 0.3);
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.faq-note h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.faq-note p {
  color: var(--text-color);
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
}

/* Buttons */
.btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), #3d7491);
  color: var(--white);
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 28px;
  margin: 12px 8px 12px 0;
  transition: all 0.3s ease;
  font-weight: 500;
  border: none;
  font-size: 0.95rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(44, 95, 124, 0.25);
}

.btn:hover {
  background: linear-gradient(135deg, #3d7491, var(--secondary-color));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 95, 124, 0.35);
  text-decoration: none;
  color: var(--white);
}

/* Footer */
footer {
  background: linear-gradient(135deg, #2c5f7c 0%, #3d7491 100%);
  color: rgba(255, 255, 255, 0.95);
  padding: 56px 32px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 175, 135, 0.5),
    transparent
  );
}

.footer-content {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.footer-section h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--accent-color);
  font-weight: 500;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-section a:hover {
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

.footer-bottom {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-bottom p {
  font-size: 1rem;
  line-height: 1.9;
  font-family: "Lora", Georgia, serif;
}

.citation {
  font-style: italic;
  font-size: 0.95rem;
  margin-top: 24px;
  opacity: 0.85;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* CTA Box Styles */
.cta-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid var(--accent-color);
  border-radius: 12px;
  padding: 40px;
  margin-top: 40px;
  text-align: center;
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
}

.cta-box:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-2px);
}

.cta-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}

.cta-box h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  color: var(--primary-color);
  margin-bottom: 16px;
  font-weight: 500;
}

.cta-box p {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  background: var(--primary-color);
  color: white;
  padding: 14px 32px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  border-bottom: none !important;
}

.btn-primary:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 95, 124, 0.3);
  color: white;
}

/* Inline Link Styles */
.inline-link {
  color: var(--primary-color);
  font-weight: 500;
  border-bottom: 1px solid var(--accent-color);
  transition: all 0.3s ease;
}

.inline-link:hover {
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}

.faq-link-note {
  margin-top: 16px;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--text-light);
}

/* Links */
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

a:hover {
  color: var(--secondary-color);
  border-bottom-color: var(--accent-color);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero {
    padding: 60px 16px 80px;
  }

  .conference-badge {
    padding: 36px 24px 34px;
  }

  .badge-header {
    padding: 8px 20px;
    font-size: 0.65rem;
    letter-spacing: 2.5px;
  }

  .names {
    font-size: 2.75rem;
  }

  .event-title {
    font-size: 0.9rem;
  }

  .getting-married-ribbon {
    top: 100%;
    bottom: auto;
    width: 100%;
    font-size: 1.08rem;
    padding: 12px 10px 10px;
    letter-spacing: 0.08em;
  }

  .ribbon-text {
    font-size: 1.86em;
  }

  .getting-married-ribbon::before {
    left: -10px;
    top: 3px;
    width: 10px;
    height: calc(100% - 3px);
  }

  .getting-married-ribbon::after {
    right: -10px;
    top: 3px;
    width: 10px;
    height: calc(100% - 3px);
  }

  .subtitle {
    font-size: 1.0625rem;
  }

  .date {
    font-size: 1.25rem;
  }

  .nav-tabs {
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }

  .tab {
    white-space: nowrap;
  }

  .session {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px;
  }

  .venue-header {
    padding: 16px 20px;
  }

  .venue-header h3 {
    font-size: 1.3rem;
  }

  .venue-transition {
    padding: 20px 0;
  }

  .section {
    padding: 40px 28px;
    margin: 28px 0;
  }

  .section h2 {
    font-size: 1.9rem;
  }

  .container {
    padding: 28px 20px;
  }

  .speakers-grid {
    grid-template-columns: 1fr;
  }

  .paper-style,
  .rsvp-box,
  .travel-info {
    padding: 28px 20px;
  }

  .scroll-indicator {
    bottom: 30px;
  }

  .scroll-text {
    font-size: 0.8rem;
  }

  .scroll-arrow svg {
    width: 20px;
    height: 20px;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .committee-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .committee-acknowledgment {
    padding: 28px 24px;
  }

  .collaboration-layout {
    grid-template-columns: 1fr;
  }

  .collaboration-photo .photo-placeholder {
    aspect-ratio: 4/3;
  }

  .dates-simple {
    max-width: 100%;
  }

  .date-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 16px 0;
  }

  .date-row.highlight {
    padding: 20px 0;
  }

  .date-label {
    font-size: 0.9rem;
  }

  .date-value {
    font-size: 1rem;
  }

  .date-row.highlight .date-value {
    font-size: 1.1rem;
  }

  .countdown {
    gap: 12px;
  }

  .countdown-number {
    font-size: 1.6rem;
  }

  .countdown-label {
    font-size: 0.6rem;
  }

  .page-header {
    padding: 48px 24px 40px;
  }

  .page-title {
    font-size: 2.2rem;
  }

  .page-subtitle {
    font-size: 1.05rem;
  }
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.scroll-indicator.visible {
  opacity: 1;
}

.scroll-indicator.hidden {
  opacity: 0;
  pointer-events: none;
}

.scroll-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.scroll-arrow {
  animation: bounce 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-arrow svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Smooth Scrolling with Hero Snap */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

/* Only enable snap when class is present */
html.enable-hero-snap {
  scroll-snap-type: y mandatory;
}

body {
  /* No scroll snap by default */
}

.hero {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.nav-tabs {
  scroll-snap-align: start;
  position: sticky;
  transition: all 0.3s ease;
}

/* Disable snap INSIDE main content area */
main {
  scroll-snap-type: none;
}

.container {
  scroll-snap-type: none;
}

.section {
  scroll-snap-align: none;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

/* Add subtle fade-in effect on scroll */
.section:not(.visible) {
  opacity: 0.85;
}

footer {
  scroll-snap-align: none;
  transition: opacity 0.5s ease;
}

/* Page Header (for secondary pages) */
.page-header {
  background: linear-gradient(135deg, #2c5f7c 0%, #3d7491 100%);
  color: var(--white);
  padding: 60px 32px 48px;
  text-align: center;
  position: relative;
}

.header-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-title {
  font-size: 3rem;
  font-weight: 400;
  margin: 0 0 16px;
  font-family: "Great Vibes", cursive;
  color: var(--white);
}

.page-subtitle {
  font-size: 1.2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 1px;
  margin: 0 0 24px;
  opacity: 0.9;
}

.back-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: all 0.3s ease;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.back-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(-2px);
}

.footer-link {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.footer-link:hover {
  color: var(--white);
  border-bottom-color: var(--accent-color);
}

/* Poster Page */
.posters-page h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 32px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.posters-intro {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
  max-width: 680px;
  margin: 0 auto 32px;
}

.poster-images {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 760px;
}

.poster-images img {
  max-width: 100%;
  flex: 1;
  min-width: 0;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.poster-images-caption {
  text-align: center;
  color: var(--text-light);
  font-size: 0.9rem;
  font-style: italic;
  margin: 10px 0 28px;
}

.posters-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 8px;
}

.posters-page ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.posters-page li {
  padding: 5px 0 5px 20px;
  position: relative;
  line-height: 1.65;
  color: var(--text-color);
  font-size: 0.98rem;
}

.posters-page li::before {
  content: "·";
  position: absolute;
  left: 6px;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.4;
}

.awards-list {
  line-height: 1.9;
  margin: 6px 0 8px;
  font-size: 0.98rem;
}

.award-sep {
  color: var(--accent-color);
  margin: 0 6px;
}

.poster-timeline {
  width: 100%;
  max-width: 520px;
  border-collapse: collapse;
  margin: 8px 0 8px;
  font-size: 0.98rem;
}

.poster-timeline td {
  padding: 8px 0;
  vertical-align: top;
  border-bottom: 1px solid rgba(212, 175, 135, 0.15);
}

.poster-timeline tr:last-child td {
  border-bottom: none;
}

.poster-timeline td:first-child {
  font-weight: 500;
  color: var(--primary-color);
  font-family: "Cormorant Garamond", Georgia, serif;
  white-space: nowrap;
  padding-right: 24px;
  width: 120px;
}

.poster-timeline td:last-child {
  color: var(--text-color);
}

.posters-encouragement {
  margin: 28px 0 24px;
  padding: 20px 24px;
  background: linear-gradient(to right, rgba(212, 175, 135, 0.08), transparent);
  border-left: 3px solid var(--accent-color);
  border-radius: 0 6px 6px 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--text-color);
}

.posters-encouragement strong {
  color: var(--primary-color);
}

.poster-contact {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 175, 135, 0.2);
}

.poster-contact p {
  margin: 6px 0;
  font-size: 0.98rem;
  color: var(--text-color);
}

.poster-note {
  font-style: italic;
  color: var(--text-light);
  font-size: 0.92rem;
}

@media (max-width: 768px) {
  .posters-two-col {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .poster-images {
    flex-direction: column;
    align-items: center;
  }

  .poster-images img {
    max-width: 340px;
  }
}

/* Boston Skyline Banner */
.skyline-banner {
  position: relative;
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  line-height: 0;
}

.skyline-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.skyline-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 24px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  text-align: center;
}

.skyline-caption {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

@media (max-width: 768px) {
  .skyline-caption {
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }

  .skyline-overlay {
    padding: 24px 16px 14px;
  }
}

/* About the Collaboration */
.collaboration-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.collaboration-photo .photo-placeholder {
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
}

.collaboration-text {
  display: flex;
  flex-direction: column;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-color);
}

.collaboration-text p {
  margin-bottom: 16px;
}

.collaboration-text .collaboration-photo {
  flex: 1;
}

.collaboration-text .collaboration-photo .photo-placeholder {
  aspect-ratio: auto;
  height: 100%;
}

/* Key Dates Section */
.dates-simple {
  max-width: 500px;
  margin: 0 auto;
}

.date-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(212, 175, 135, 0.2);
  transition: all 0.3s ease;
}

.date-row:last-child {
  border-bottom: none;
}

.date-row:hover {
  padding-left: 8px;
}

.date-row.highlight {
  padding: 24px 0;
  margin: 8px 0;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(212, 175, 135, 0.3);
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 56px;
}

.countdown-number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
}

.countdown-label {
  font-family: "Lora", Georgia, serif;
  font-size: 0.7rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

.date-row.highlight .date-label {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.1rem;
}

.date-row.highlight .date-value {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
}

.date-label {
  color: var(--text-light);
  font-size: 1rem;
  font-family: "Lora", Georgia, serif;
}

.date-value {
  color: var(--text-color);
  font-size: 1.05rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* Photo Gallery Section */
.gallery-intro {
  text-align: center;
  font-size: 1.05rem;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin: 32px 0;
}

.photo-card {
  background: linear-gradient(to bottom, #ffffff, #fafbfc);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 135, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.photo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  border-color: var(--accent-color);
}

.photo-placeholder {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      45deg,
      transparent 45%,
      rgba(212, 175, 135, 0.05) 50%,
      transparent 55%
    ),
    linear-gradient(
      -45deg,
      transparent 45%,
      rgba(212, 175, 135, 0.05) 50%,
      transparent 55%
    );
  background-size: 30px 30px;
}

.photo-icon {
  font-size: 3rem;
  margin-bottom: 12px;
  opacity: 0.4;
  filter: grayscale(50%);
}

.photo-placeholder p {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--text-light);
  opacity: 0.6;
}

.photo-caption {
  padding: 20px 24px;
  font-size: 0.95rem;
  color: var(--text-color);
  line-height: 1.6;
  text-align: center;
  font-style: italic;
}

.gallery-note {
  text-align: center;
  margin-top: 40px;
  padding: 20px 28px;
  background: linear-gradient(to right, #fafbfc, #f8f9fa);
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  font-size: 0.9rem;
  color: var(--text-light);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Organizing Committee Section */
.committee-intro {
  text-align: center;
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.8;
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin: 32px 0 48px;
}

.committee-member {
  background: linear-gradient(to bottom, #ffffff, #fafbfc);
  padding: 32px 28px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 135, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.committee-member:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--accent-color);
}

.member-role-badge {
  background: linear-gradient(135deg, var(--primary-color), #3d7491);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", Georgia, serif;
  box-shadow: 0 2px 8px rgba(44, 95, 124, 0.25);
}

.committee-logo {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.committee-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.committee-member h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 12px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.member-names {
  color: var(--text-color);
  font-size: 1.05rem;
  margin: 8px 0 16px;
  font-weight: 500;
}

.member-bio {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  margin-top: 16px;
}

.committee-acknowledgment {
  background: linear-gradient(to bottom right, #fafbfc, #f5f7f9);
  padding: 36px 40px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 135, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
  text-align: center;
}

.committee-acknowledgment h3 {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.committee-acknowledgment p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--text-color);
  max-width: 800px;
  margin: 0 auto;
}

/* Contact Section */
#contact {
  text-align: center;
}

#contact p {
  font-size: 1.08rem;
  color: var(--text-color);
  margin: 16px 0;
  line-height: 1.8;
}

/* Sponsors Section */
#sponsors {
  background: linear-gradient(to bottom, #fafbfc, #f8f9fa);
}

.sponsors-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 28px;
  text-align: center;
  font-style: italic;
}

.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.sponsor-card {
  background: linear-gradient(to bottom, #ffffff, #fafbfc);
  padding: 28px 24px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 135, 0.2);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.sponsor-card:hover {
  border-color: var(--accent-color);
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.sponsor-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponsor-card h3 {
  color: var(--text-color);
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.sponsor-role {
  color: var(--primary-color);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: linear-gradient(
    135deg,
    rgba(44, 95, 124, 0.08),
    rgba(139, 123, 158, 0.08)
  );
  border-radius: 20px;
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.sponsor-card p:not(.sponsor-role) {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-top: 12px;
}

.sponsors-note {
  font-style: italic;
  color: var(--text-light);
  margin-top: 28px;
  font-size: 0.9rem;
  padding: 20px 28px;
  background: linear-gradient(to right, #fafbfc, #f8f9fa);
  border-radius: 10px;
  border-left: 4px solid var(--accent-color);
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .sponsors-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sponsor-card {
    padding: 28px 24px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .footer-section ul {
    text-align: center;
  }

  .cta-box {
    padding: 32px 24px;
  }

  .cta-box h3 {
    font-size: 1.5rem;
  }

  .local-attractions {
    grid-template-columns: 1fr;
  }

  .attraction-card {
    padding: 24px 20px;
  }
}

/* Contributions Carousel */
.contributions-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
}

.contributions-intro p {
  margin: 0 0 12px;
}

.contributions-intro strong {
  color: var(--primary-color);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1em;
}

.contributions-carousel {
  position: relative;
  padding: 0 48px;
  overflow: clip;
}

.carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 0 24px;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-arrow {
  position: absolute;
  top: calc(50% - 28px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--accent-color);
  background: var(--white);
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
  padding: 0;
}

.carousel-arrow:hover {
  background: var(--accent-color);
  color: var(--white);
  border-color: var(--accent-color);
  box-shadow: 0 4px 12px rgba(212, 175, 135, 0.35);
}

.carousel-arrow-left {
  left: 0;
}

.carousel-arrow-right {
  right: 0;
}

.carousel-slide {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: linear-gradient(to bottom, #ffffff, #fafbfc);
  border: 1px solid rgba(212, 175, 135, 0.2);
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.carousel-slide:hover {
  border-color: var(--accent-color);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.slide-badge {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-rose));
  color: var(--white);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.7rem;
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", Georgia, serif;
  box-shadow: 0 2px 8px rgba(212, 175, 135, 0.3);
}

.carousel-slide h3 {
  color: var(--text-color);
  font-size: 1.4rem;
  margin: 0 0 12px;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.carousel-slide p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0 0 18px;
}

.slide-link {
  display: inline-block;
  color: var(--primary-color);
  font-size: 0.88rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.3px;
  border-bottom: 1px solid var(--accent-color);
  transition: all 0.3s ease;
}

.slide-link:hover {
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 16px 0 4px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--accent-color);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: rgba(212, 175, 135, 0.3);
}

.carousel-dot.active {
  background: var(--accent-color);
  transform: scale(1.15);
}

.contributions-note {
  text-align: center;
  margin-top: 28px;
  padding: 20px 28px;
  background: linear-gradient(to right, #fafbfc, #f8f9fa);
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  font-size: 0.9rem;
  color: var(--text-light);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
  .contributions-carousel {
    padding: 0 36px;
  }

  .carousel-slide {
    flex: 0 0 240px;
    padding: 28px 22px;
  }

  .contributions-intro {
    padding: 0 8px;
  }

  .carousel-arrow {
    width: 32px;
    height: 32px;
  }

  .carousel-arrow svg {
    width: 16px;
    height: 16px;
  }
}

/* Travel Page Styles */
.travel-intro {
  text-align: center;
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.8;
}

.local-intro {
  text-align: center;
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.8;
  font-style: italic;
}

.local-attractions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.attraction-card {
  background: linear-gradient(to bottom, #ffffff, #fafbfc);
  padding: 28px 24px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 135, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.attraction-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--accent-color);
  background: var(--white);
}

.attraction-card h4 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.attraction-card p {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.attraction-detail {
  display: block;
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--secondary-color);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* Favorites Section */
.favorites-category {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 175, 135, 0.25);
}

.favorites-category:first-of-type {
  margin-top: 0;
}

.favorites-note {
  text-align: center;
  margin-top: 40px;
  padding: 20px 28px;
  background: linear-gradient(to right, #fafbfc, #f8f9fa);
  border-radius: 8px;
  border-left: 4px solid var(--accent-color);
  font-size: 0.9rem;
  color: var(--text-light);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.travel-contact {
  background: linear-gradient(135deg, #fafbfc, #f5f7f9);
  padding: 36px 40px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(212, 175, 135, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.travel-contact h3 {
  color: var(--primary-color);
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.travel-contact p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
  margin: 14px 0;
}

.travel-note {
  font-style: italic;
  color: var(--text-light);
  margin-top: 20px;
  font-size: 0.95rem;
  line-height: 1.7;
}
