/* CSS Document */
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.site-header {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}

.site-header {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 40px;
  color: #fff;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.site-logo {
  max-height: 62px;
}

.main-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.hero {
  background: #f7f7f7;
  padding: 80px 0;
  text-align: center;
}

.site-footer {
  background: #222;
  color: #000000;
  padding: 20px 0;
  text-align: center;
}

.site-logo {
  max-height: 70px;
  width: auto;
}

.dark-logo {
  background: #000;
  padding: 8px 12px;
  border-radius: 4px;
}


.site-header {
  background: #f0f0f0;
  border-bottom: 1px solid #d6d6d6;
}

.site-header {
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}
.site-footer {
  background: #f2f5f3;
  color: #444;
  padding: 55px 20px 20px;
  font-size: 15px;
  border-top: 6px solid #3fa34d; /* bolder R & D green */
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 140px;
  height: auto;
  opacity: 0.9;
}

.site-footer strong {
  color: #2f7d3b; /* deeper green for headings */
  font-weight: 600;
}

.site-footer a {
  color: #000000;
  text-decoration: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #000000;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
}

.wedding-page {
  font-family: 'Montserrat', sans-serif;
  color: var(--charcoal);
}

.section {
  width: 100%;
  padding: 4rem 6vw;
  box-sizing: border-box;
}

.section-light { background: var(--ivory); }
.section-soft { background: var(--champagne); }

.hero {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.35);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color:#fff;
}

.hero h1 { font-size: clamp(2.2rem,5vw,3.2rem); }
.hero p { font-size:1.1rem; }

.cta-btn {
  display:inline-block;
  margin-top:1.5rem;
  padding:1rem 2.5rem;
  background:#b61f2a;
  color:#fff;
  border-radius:50px;
  text-decoration:none;
}

.split {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:3rem;
  align-items:center;
}

.split img {
  width:100%;
  border-radius:14px;
}

@media(max-width:900px){
  .split { grid-template-columns:1fr; }
  .section { padding:3rem 5vw; }
}
