/* ============================================
   Wedding Block Rates Page – Island Villas
   Above & Beyond Hosting
   ============================================ */

/* Reset */
.wedding-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Page wrapper */
.wedding-page {
  background: #ffffff;
  padding: 40px 20px;
}

.page-template-page-template-wedding .ast-container {
  justify-content: center!important;
}

.wedding-page .container {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffffff 25%, #fdfcfb 100%);
  padding: 2rem 2.5rem;
  position: relative;
}

/* Decorative line */
.wedding-page .decorative-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff4d7d 20%, #ff4d7d 80%, transparent);
  margin: 1.5rem 0;
}

/* Header */
.wedding-page .header {
  text-align: center;
  margin-bottom: 2rem;
}

.wedding-page .subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b7355;
  margin-bottom: 0.5rem;
}

.wedding-page h1.wedding-title {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: -1px;
  color: #2c2418;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.wedding-page .tagline {
  font-size: 16px;
  color: #5d5047;
  font-style: italic;
  margin-top: 1rem;
}

/* Intro */
.wedding-page .intro-section {
  text-align: center;
  margin: 2.5rem 0 2rem;
  font-size: 15px;
  line-height: 1.8;
  color: #4a4238;
}

.wedding-page .intro-section strong {
  color: #2c2418;
  font-weight: 500;
}

/* Rates grid */
.wedding-page .rates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.wedding-page .rate-card {
  background: white;
  border: 1px solid #e8dfd5;
  padding: 1.75rem;
  text-align: center;
  position: relative;
}

.wedding-page .rate-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff4d7d;
}

.wedding-page .rate-card-image {
  width: 100%;
  height: 200px;
  background: #e8dfd5;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.wedding-page .rate-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-page .rate-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.wedding-page .room-type {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8b7355;
  margin-bottom: 0.75rem;
}

.wedding-page .room-description {
  font-size: 13px;
  color: #6b5d50;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.wedding-page .price {
  font-size: 2.8rem;
  font-weight: 400;
  color: #2c2418;
  margin: 1rem 0 0.25rem;
  letter-spacing: -0.5px;
}

.wedding-page .price-label {
  font-size: 12px;
  color: #8b7355;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Block code */
.wedding-page .block-code-section {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: #fff5f8;
  border: 2px dashed #ff4d7d;
  text-align: center;
}

.wedding-page .block-code-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff4d7d;
  margin-bottom: 0.5rem;
}

.wedding-page .block-code-value {
  font-size: 28px;
  font-weight: bold;
  color: #ff4d7d;
  font-family: 'Courier New', monospace;
  letter-spacing: 2px;
}

/* Terms */
.wedding-page .terms-section {
  margin: 2.5rem 0 2rem;
  padding: 2rem;
  background: #f9f7f4;
  border-left: 3px solid #ff4d7d;
}

.wedding-page .terms-title {
  font-size: 15px;
  font-weight: 600;
  color: #2c2418;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wedding-page .terms-list {
  list-style: none;
  padding: 0;
}

.wedding-page .terms-list li {
  font-size: 14px;
  color: #4a4238;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.wedding-page .terms-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #ff4d7d;
  font-weight: bold;
}

/* Contact */
.wedding-page .contact-section {
  text-align: center;
  margin: 3rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid #e8dfd5;
}

.wedding-page .contact-title {
  font-size: 14px;
  color: #2c2418;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wedding-page .contact-info {
  font-size: 15px;
  color: #4a4238;
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

.wedding-page .contact-info a {
  color: #ff4d7d;
  text-decoration: none;
  font-weight: 500;
}

.wedding-page .contact-info a:hover {
  text-decoration: underline;
}

/* Learn more */
.wedding-page .learn-more-section {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8dfd5;
}

.wedding-page .learn-more-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8b7355;
  margin-bottom: 0.5rem;
}

.wedding-page .website-link {
  font-size: 16px;
  color: #ff4d7d;
  text-decoration: none;
  font-weight: 500;
}

.wedding-page .website-link:hover {
  text-decoration: underline;
}

/* Footer note */
.wedding-page .footer-note {
  text-align: center;
  font-size: 12px;
  color: #8b7355;
  margin-top: 2rem;
  line-height: 1.6;
}

/* Highlight utility */
.wedding-page .highlight {
  color: #ff4d7d;
  font-weight: 500;
}

/* Video embed */
.wedding-page .video-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: 2rem 0;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

.wedding-page .video-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive */
@media (max-width: 600px) {
  .wedding-page .container {
    padding: 2rem 1.5rem;
  }

  .wedding-page h1.wedding-title {
    font-size: 2.4rem;
  }

  .wedding-page .rates-grid {
    grid-template-columns: 1fr;
  }
}

/* Print */
@media print {
  .wedding-page {
    background: white;
    padding: 0;
  }

  .wedding-page .container {
    background: white;
    padding: 1rem;
  }
}
