
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: Georgia, serif;
}

a {
    text-decoration: none;
    color: #1e3d32;
}

@media (max-width: 768px) {

  .couple-buttons a {
    display: contents;
  }

}

.couple-buttons a {
  display: contents;
}

.btn-dark a {
  color: whitesmoke
}

body{
background:#f4f1ea;
color:#1e3d32;
line-height:1.5;
}

/* NAVBAR */

nav{
position:fixed;
top:0;
left:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 8%;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
z-index:1000;
background: #ffffffd9;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

nav .logo{
font-weight:bold;
font-size:18px;
}

nav ul{
display:flex;
list-style:none;
gap:30px;
}

nav a{
text-decoration:none;
color:#1e3d32;
font-size:14px;
}

/* HERO */

.hero{
margin-top:90px;
padding:40px 8%;
}

.hero-card{
display:flex;
gap:30px;
background:#234733;
color:white;
border-radius:16px;
padding:40px;
flex-wrap:wrap;
}

.hero-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-image: url("/images/IMG-20260321-WA0037.jpg.jpeg")!important;
  background-size: cover;
  background-position: center;
}

.hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #14321e99;
}

.hero-text{
flex:1;
min-width:260px;
position: relative;
z-index: 1;
}

.hero-text h1{
font-size: 3em!important;
font-weight: thin;
margin-bottom:15px;
font-weight: 300;
font-family: 'Cormorant Garamond', serif;
}

.hero-buttons{
margin-top:20px;
display:flex;
gap:12px;
flex-wrap:wrap;
}

.btn{
padding:10px 20px;
border-radius:30px;
border:none;
font-size:14px;
cursor:pointer;
color: white;
background: #234733
}

.btn:hover{
background: rgb(191, 143, 54);
color:#234733;
}

.hero-info{
background:white;
color:#234733;
padding:20px;
border-radius:12px;
min-width:220px;
width: 100%;
position: relative;
z-index: 1;
}

.hero-info {
  background: rgba(248, 245, 238, 0.97);
  color: #1a2e22;
  padding: 28px 30px;
  border-radius: 14px;
  min-width: 260px;
  align-self: center;
  margin-left: auto;
}

.info-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.info-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: #1a2e22;
  margin-bottom: 10px;
}
.info-divider {
  border: none;
  border-top: 1px solid #c8a96a;
  margin-bottom: 14px;
}
.hero-info p {
  font-size: 13px;
  color: #4a4a4a;
  margin-bottom: 7px;
}

/* DETAILS */

.section{
padding:60px 8%;
text-align:center;
}

.section h2{
    font-size: 2em;
font-weight: 300;
font-family: 'Cormorant Garamond', serif;
}


.details-grid{
margin-top:40px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
}

.detail-card{
border:1px solid #d2c6a6;
padding:25px;
border-radius:12px;
background:white;
}

/* COUNTDOWN */

.countdown{
margin-top:30px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
gap:20px;
}

.count-box{
border:1px solid #d2c6a6;
padding:20px;
border-radius:12px;
background:white;
font-size:22px;
}

.count-box {
  border: 1px solid #d2c6a6;
  padding: 20px;
  border-radius: 12px;
  background: white;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  margin-top: 6px;
  font-weight: 600;
}

/* FEATURE */

.feature {
  padding: 60px 8%;
  text-align: center;
  margin: auto;
  max-width: 70%;
}

.feature-header {
  margin-bottom: 40px;
}

.feature-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: #1a2e22;
  line-height: 1.25;
  max-width: 420px;
  margin: 0 auto;
}

.feature-body {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  text-align: left;
}

.feature-img img {
  max-width: 260px;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.feature-card {
  border: 1px solid #d2c6a6;
  padding: 28px 30px;
  border-radius: 14px;
  background: white;
  flex: 1;
  min-width: 260px;
  max-width: 75%;
}

.ch-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1a2e22;
  margin-bottom: 4px;
}

.ch-role {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
  margin-bottom: 14px;
}

.ch-text {
  font-size: 12.5px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}

.btn-read {
  padding: 9px 18px;
  border-radius: 6px;
  border: 1px solid #c8b898;
  background: white;
  color: #3a3a3a;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-read:hover {
  background: #f5f0e8;
}

/* COUPLES */
.couples {
  padding: 60px 8%;
}

.couples-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  margin-bottom: 12px;
}

.couples-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: #1a2e22;
  max-width: 600px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.couples-sub {
  font-size: 13px;
  color: #888;
  max-width: 500px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.couple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.couple-card {
  background: white;
  border-radius: 24px;
  border: 1px solid #e0d8c8;
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.couple-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
}

.couple-card img {
  width: 95%;
  margin: 15px auto;
  padding: auto;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.couple-body {
  padding: 20px 22px 24px;
}

.couple-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.couple-num {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
}

.editorial-badge {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7a5c;
  border: 1px solid #c8d8c0;
  background: #f0f5f0;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
}

.couple-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: #1a2e22;
  margin-bottom: 6px;
}

.couple-desc {
  font-size: 12px;
  color: #999;
  margin-bottom: 18px;
  line-height: 1.5;
}

.couple-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: non-wrap;
}

.btn-dark {
  padding: 14px 20px;
  border-radius: 30px;
  border: none;
  white-space: nowrap;
  background: #1e3d2f;
  color: white;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-dark:hover {
  background: #c8a96a;
  color: #234733
}

.btn-ghost {
  padding: 14px 20px;
  border-radius: 30px;
  white-space: nowrap;
  border: 1px solid #d0c8b8;
  background: white;
  color: #444;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-ghost:hover {
  border-color: #e3a427;
  color: #1e3d2f;
}

/* GIFT BANNER */
.gift-banner {
  padding: 20px 8%;
  margin-top: 10px;
}

.gift-banner-inner {
  background: #1e3d2f;
  border-radius: 16px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.gift-banner-left {
  flex: 1;
  min-width: 260px;
}

.gift-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-bottom: 14px;
}

.gift-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 400;
  color: #e8dfc8;
  line-height: 1.25;
  max-width: 520px;
  margin-bottom: 14px;
}

.gift-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  max-width: 500px;
  line-height: 1.65;
}

.btn-gift {
  padding: 11px 22px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.35);
  background: transparent;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-gift:hover {
  background: rgba(255,255,255,0.1);
}

/* FOOTER */

footer {
  background: #0e2d1e;
  border-top: none;
  padding: 44px 8%;
  margin-top: 0;
}

.footer-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
  max-width: 420px;
  line-height: 1.3;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-sub {
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  max-width: 380px;
  line-height: 1.65;
}

.footer-right {
  text-align: right;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 2;

}

.footer-right p {
  margin: 0;
}

/* RESPONSIVE NAV */
.menu-btn {
  display: none;
  font-size: 22px;
  cursor: pointer;
  width: 28px;
  height: 22px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #1e3d32;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.menu-btn.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 768px) {

  nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 8%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  }

  nav ul.active {
    display: flex;
  }

  .menu-btn {
    display: flex;
  }

  /* HERO */
  .hero-card {
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-info {
    margin-left: 0;
    width: 100%;
  }

  /* DETAILS */
  .details-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* COUNTDOWN */
  .countdown {
    grid-template-columns: 1fr 1fr;
  }

  /* FEATURE */
  .feature {
    max-width: 100%;
    padding: 40px 6%;
  }

  .feature-body {
    flex-direction: column;
  }

  .feature-img img {
    width: 100%;
    height: 260px;
  }

  .feature-card {
    max-width: 100%;
  }

  /* COUPLES */
  .couple-grid {
    grid-template-columns: 1fr;
  }

  .couple-buttons {
    flex-direction: column;
  }

  .btn-dark {
    text-align: center;
  }

  /* GIFT BANNER */
  .gift-banner-inner {
    flex-direction: column;
    padding: 32px 24px;
    text-align: center;
  }

  .btn-gift {
    width: 100%;
    text-align: center;
  }

  /* FOOTER */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-right {
    text-align: left;
  }

}

@media (max-width: 480px) {

  .details-grid {
    grid-template-columns: 1fr;
  }

  .countdown {
    grid-template-columns: 1fr 1fr;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    text-align: center;
  }

  .gift-banner-inner {
    padding: 24px 18px;
  }

}

.ch-full {
  white-space: pre-line;
}


