:root{
    --bg: #E7E2DD;
    --line: #6a655d;
    --text: #3f3a33;
    --muted:#6b645c;
    --accent:#b29775;
    --maxw: 1050px;

    /* Typography */
    --font-body: 'Montserrat', system-ui, sans-serif;
    --font-display: 'Marcellus', serif;
    --font-serif: 'Times New Roman', serif;
  }

  *,*::before,*::after{ box-sizing: border-box; }
  html,body{ height:100%; }
  body{
    margin:0;
    background: var(--bg);
    /* background: var(--bg); */
    color: var(--text);
    font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  /* wedding hero section */
  .wedding-hero-section{
    padding: 80px 24px 0px;
    background: #FAF8F6;
  }

  @media (max-width:768px){
    .wedding-hero-section{ padding:70px 16px 30px; }
  }

  /* Header class */
  .header-section {
    text-align: center;
    padding: 0;
    background-color: #FAF8F6;
  }
  .separator-line {
    width: 100%;
    height: 1px;
    background-color: #443e37;
    margin-bottom: 18px;
  }

  .bottom-separator-line {
    width: 100%;
    height: 1px;
    background-color: #443e37;
    margin-top: 30px;
  }

  .head-bottom-separator-line {
    width: 100%;
    height: 1px;
    background-color: #443e37;
    margin-bottom: 30px;
  }
  .section-heading {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 15px 0 30px 0;
    font-weight: 400;
    color: #555;
  }

  /* Hero class */
  .hero{
    max-width: var(--maxw);
    margin: 0 auto;
    text-align: center;
    
  }

  .hero h1{
    font-family: 'Marcellus', serif;
    font-weight: 400;
    font-size: clamp(26px, 5vw, 40px);
    letter-spacing: .02em;
    margin: 24px 0 18px;
  }

  .lead{
    max-width: 920px;
    margin: 0 auto;
    font-family: "times new roman", serif;
    font-size: clamp(15px, 1.5vw, 18px);
    color: var(--muted);
  }
  .lead em{
    font-style: italic;
    color: #4a443d;
  }

  /* Michelin line */
  .award{
    display:inline-flex;
    align-items:center;
    gap: 12px;
    margin-top: 48px;
    color:#6e6a63;
    letter-spacing: .15em;
    font-weight:500;
    font-size: 15px;
    opacity:.9;
  }
  .award svg{ width:18px; height:18px; flex:0 0 18px; }

  /* Hairlines */
  .head-hairline{
    margin: 60px auto 60px;
    height: 1px;
    max-width: 1400px;
    background: linear-gradient(90deg, transparent, var(--line), transparent);
    opacity:.5;
  }





/* bottom-section */
.bottom-section {
  text-align: center;
  padding: 0 24px 60px;
  background: var(--bg);
  
}

.bottom-section-hairline{
  margin: 20px auto 60px;
  height: 1px;
  max-width: 1400px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  opacity:.5;
}

.bottom-section-tagline {
    color: #9F9386;
    margin-top: 20px;
    margin-bottom: 15px;
}

.bottom-section-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 25px;
}

.bottom-section-description {
    max-width: 800px;
    margin-left: auto;
    font-style: italic;
    margin-right: auto;
    margin-bottom: 10px;
    color: #6a655d;
}

.bottom-section-description a{
    color: #6a655d;
    text-decoration: none;
}

.bottom-section-description a:hover{
  text-decoration: underline;
  color: #222;
}

.bottom-section-social{
  font-weight: 500;
  color: #222;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-icon {
    width: 25px;
    height: 25px;
    fill: #6a655d;
    transition: fill 0.3s, transform 0.2s;
}

/* Hover Effects */
.social-icon:hover {
    fill: #3b5998;
    transform: translateY(-2px);
}

.social-icon.instagram:hover {
    fill: #E1306C;
}

/* Responsive adjustments */

@media (max-width: 900px) {
  .bottom-section {
    padding: 10px 15px 60px;
  }
  .bottom-section-hairline {
    margin: 12px auto 28px;
  }
  .bottom-section-tagline {
    margin-top: 12px;
    font-size: 0.85rem;
  }
  .bottom-section-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .bottom-section-description {
    font-size: 0.95rem;
    margin-bottom: 12px;
    padding: 0 4px;
  }
  .social-icons {
    gap: 12px;
  }
  .social-icon {
    width: 25px;
    height: 25px;
  }
}

/* WHATSAPP FLOAT */
.whatsapp-float{
  position: fixed;
  bottom: 25px;
  right: 18px;
  width: 60px;
  height: 60px;
  /* background: #25D366; */
  background: #104622;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0,0,0,.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  z-index: 999;
  transition: transform .3s ease, box-shadow .3s ease;
  text-decoration: none !important;
}
.whatsapp-float:hover{
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,.4);
}
.whatsapp-icon{
  /* color: #fff; */
  color: #dcd6cc;
}





.wedding-gallery-section {
  padding: 30px 20px 80px;
}

.gallery-inner {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.wedding-gallery-section .section-tagline{
  letter-spacing: .18em;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

.wedding-gallery-section .section-title{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .02em;
  margin: 0 0 16px;
  color: #3f3a33;
}

.wedding-gallery-section .section-subtitle{
  margin-bottom: 12px;
  font-family: "times new roman", serif;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
}

.gallery-grid {
  margin-top: 40px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-item--large {
  grid-column: span 2;
  height: 360px;
}

.gallery-item--tall {
  grid-row: span 2;
  height: 500px;
}



.wedding-spaces-section {
  padding: 60px 20px;
  background: #faf8f6;
}

.spaces-inner {
  max-width: 1200px;
  margin: auto;
}

.wedding-spaces-section .section-tagline{
  letter-spacing: .18em;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 10px;
}

.wedding-spaces-section .section-title{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .02em;
  margin: 0 0 5px;
  color: #3f3a33;
}

.wedding-spaces-section .section-subtitle{
  margin-bottom: 12px;
  font-family: "times new roman", serif;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
}

.spaces-cards {
  display: grid;
  margin-top: 40px;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.space-card {
  text-align: center;
}

.space-image-wrap {
  width: 100%;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
}

.space-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.space-title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-body);
}

.space-caption {
  font-size: 16px;
  opacity: 0.8;
  color: var(--muted);
  font-family: var(--font-serif);
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* story section */
.wedding-story-section {
  padding: 70px 20px;
}

.story-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.wedding-story-section .section-tagline{
  letter-spacing: .18em;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 10px;
}

.wedding-story-section .section-title{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .02em;
  margin: 0 0 5px;
  color: #3f3a33;
}

.wedding-story-section .section-subtitle{
  margin-bottom: 12px;
  font-family: "times new roman", serif;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
}

.story-image img {
  width: 100%;
  height: 450px;
  border-radius: 14px;
  object-fit: cover;
}


/* WEDDING DINING SECTION */
.wedding-strip-gallery.wedding-dining{
  padding: 70px 0 70px;
  background: #FAF8F6;
}

.strip-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.dine-layout{
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 40px;
  align-items: center;
}

/* text side */
.dine-text .section-tagline{
  /* letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  color: #9f9386;
  margin-bottom: 10px; */

  letter-spacing: .18em;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 10px;
}

.dine-text .section-title{
  /* font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .03em;
  margin: 0 0 16px;
  color: #3f3a33; */

  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .03em;
  margin: 0 0 16px;
  color: #3f3a33;
}

.dine-text p{
  margin-bottom: 12px;
  font-family: "times new roman", serif;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
}

/* list styling */
.dine-list{
  list-style: none;
  font-style: italic;
  padding: 0;
  
  margin: 12px 0 12px;
}

.dine-list li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-family: "times new roman", serif;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
}

.dine-list li::before{
  content: "•";
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 18px;
  color: var(--accent);
}

.dine-note{
  margin-top: 10px;
}

/* image side */
.dine-media{
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
}

/* big image */
.dine-main{
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 45px rgba(0,0,0,.07);
  position: relative;
}

.dine-main img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  transition: transform .7s ease, filter .7s ease;
}

/* two small stacked images */
.dine-secondary{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.dine-small{
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0,0,0,.05);
  position: relative;
}

.dine-small img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease, filter .6s ease;
}

/* subtle hover */
.dine-main::after,
.dine-small::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,.35), transparent 55%);
  opacity: 0;
  transition: opacity .4s ease;
}

.dine-main:hover img,
.dine-small:hover img{
  transform: scale(1.04);
  filter: saturate(1.06);
}

.dine-main:hover::after,
.dine-small:hover::after{
  opacity: 1;
}


/* Wedding dining PDF button (text side bottom) */
.dine-menu-btn{
  display: inline-block;
  margin-top: 14px;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid var(--accent);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.dine-menu-btn:hover{
  background: #000;
  border-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}


@media (max-width: 768px) {

  /* --- Gallery section --- */
  .wedding-gallery-section {
    padding: 30px 16px 50px;
  }

  .gallery-inner {
    text-align: left;
  }

  .wedding-gallery-section .section-title,
  .wedding-gallery-section .section-tagline,
  .wedding-gallery-section .section-subtitle {
    text-align: left;
  }

  .gallery-grid {
    margin-top: 28px;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }

  .gallery-item img {
    border-radius: 10px;
  }

  .gallery-item--large,
  .gallery-item--tall {
    grid-column: span 1;
    grid-row: auto;
    height: 230px;
  }

  /* --- Spaces section --- */
  .wedding-spaces-section {
    padding: 50px 16px;
  }

  .spaces-inner {
    text-align: left;
  }

  .wedding-spaces-section .section-title,
  .wedding-spaces-section .section-tagline,
  .wedding-spaces-section .section-subtitle {
    text-align: left;
  }

  .spaces-cards {
    margin-top: 28px;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .space-image-wrap {
    height: 220px;
  }

  .space-title {
    font-size: 18px;
  }

  .space-caption {
    font-size: 0.95rem;
  }

  /* --- Story section --- */
  .wedding-story-section {
    padding: 55px 16px;
  }

  .story-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .wedding-story-section .section-title,
  .wedding-story-section .section-tagline,
  .wedding-story-section .section-subtitle {
    text-align: left;
  }

  .story-image img {
    height: 260px;
    border-radius: 12px;
  }

  /* --- Dining section --- */
  .wedding-strip-gallery.wedding-dining {
    padding: 55px 0 60px;
  }

  .strip-inner {
    padding: 0 16px;
  }

  .dine-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .dine-text .section-title,
  .dine-text .section-tagline {
    text-align: left;
  }

  .dine-text p,
  .dine-list {
    font-size: 0.95rem;
  }

  .dine-media {
    max-width: 480px;
    margin: 0 auto;
  }

  .dine-main img {
    height: 220px;
  }

  .dine-small img {
    height: 140px;
  }

  .dine-menu-btn{
    font-size: 0.85rem;
    padding: 8px 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }

  
}



/* wedding form section */

.wedding-inquiry-alt{
  padding: 70px 20px 20px;
  background: #FAF8F6;
}

.inquiry-alt-shell{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

/* image column */
.inquiry-alt-media{
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
}

.inquiry-alt-main{
  border-radius: 22px;
  overflow: hidden;
  background: #e3d7cc;
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
  position: relative;
}

.inquiry-alt-main img{
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
  transition: transform .7s ease, filter .7s ease;
}

.inquiry-alt-thumbs{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

.inquiry-alt-thumb{
  border-radius: 18px;
  overflow: hidden;
  background: #e3d7cc;
  box-shadow: 0 18px 35px rgba(0,0,0,0.06);
  position: relative;
}

.inquiry-alt-thumb img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease, filter .6s ease;
}

/* hover glow */
.inquiry-alt-main::after,
.inquiry-alt-thumb::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.35), transparent 55%);
  opacity: 0;
  transition: opacity .4s ease;
}

.inquiry-alt-main:hover img,
.inquiry-alt-thumb:hover img{
  transform: scale(1.04);
  filter: saturate(1.06);
}

.inquiry-alt-main:hover::after,
.inquiry-alt-thumb:hover::after{
  opacity: 1;
}

/* form column card */
.inquiry-alt-card{
  background: #fdf8f1;
  border-radius: 22px;
  padding: 26px 26px 28px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.06);
  border: 1px solid #e1d6ca;
}

/* headings reuse your fonts */
.wedding-inquiry-alt .section-tagline{
  letter-spacing: .18em;
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 0.8em;
  color: #555;
  margin-bottom: 10px;
}

.wedding-inquiry-alt .section-title{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .02em;
  margin: 0 0 8px;
  color: #3f3a33;
}

.wedding-inquiry-alt .section-subtitle{
  margin-bottom: 16px;
  font-family: var(--font-serif);
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
}

/* form styles */
.inquiry-alt-form{
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.inquiry-alt-form .form-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.inquiry-alt-form .form-group{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.inquiry-alt-form label{
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6a655d;
}

.inquiry-alt-form label span{
  color: #b85b4d;
}

/* inputs & textarea */
.inquiry-alt-form input,
.inquiry-alt-form textarea{
  border-radius: 10px;
  border: 1px solid #d7cec5;
  background: #fdfaf7;
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.inquiry-alt-form textarea{
  resize: vertical;
  min-height: 120px;
}

.inquiry-alt-form input::placeholder,
.inquiry-alt-form textarea::placeholder{
  color: #a79b8f;
}

.inquiry-alt-form input:focus,
.inquiry-alt-form textarea:focus{
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(178,151,117,0.28);
}

/* honeypot (hide) */
.hp-field{
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* button */
.inquiry-alt-btn{
  margin-top: 4px;
  align-self: flex-start;
  padding: 10px 28px;
  border-radius: 8px;
  border: 1px solid var(--accent);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  box-shadow: 0 10px 22px rgba(0,0,0,0.15);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.inquiry-alt-btn:hover{
  background: #000;
  border-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}

/* ========== Responsive ========== */
@media (max-width: 900px){
  .inquiry-alt-shell{
    grid-template-columns: minmax(0,1fr);
    gap: 30px;
  }

  .inquiry-alt-media{
    order: -1;
  }

  .inquiry-alt-main img{
    height: 250px;
  }
}

@media (max-width: 768px){
  .wedding-inquiry-alt{
    padding: 55px 16px 10px;
  }

  .inquiry-alt-card{
    padding: 22px 18px 24px;
  }

  .inquiry-alt-form .form-row{
    grid-template-columns: minmax(0,1fr);
  }

  .inquiry-alt-main img{
    height: 220px;
  }

  .inquiry-alt-thumb img{
    height: 135px;
  }
}







