: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;
  }

  /* contact hero section */
  .contact-hero-section{
    padding: 80px 24px 0px;
  }

  @media (max-width:768px){
    .contact-hero-section{ padding:70px 16px 30px; }
  }

  /* Header class */
  .header-section {
    text-align: center;
    padding: 0;
    background-color: #E4E0DC;
  }
  .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;
  }

/* DETAILS */
.details-section {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url('../images/contact/711557268.webp') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.details-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .40);
  z-index: 1;
}
.details-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  animation: fadeIn 1.6s ease both;
}
.details-content .separator-line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 18px;
}
.details-content h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 10px;
}
.details-content p {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, .9);
  margin: 0 0 28px;
  letter-spacing: .04em;
}

.details-content a {
  color: #fff;
  text-decoration: none;
}

.details-content .follow-title {
  margin-top: 24px;
  font-size: 20px;
  color: #fff;
  letter-spacing: .1em;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 25px;
    height: 25px;
    fill: white;
    transition: fill 0.3s;
}

/* Hover Effects */
.social-icon:hover {
    fill: #3b5998;
}

.social-icon.instagram:hover {
    fill: #E1306C;
}

/* Details */
@media (max-width: 768px){
  .details-section{ height: 80vh; }
  .details-content h2{ font-size: 26px; }
  .details-content p{ font-size: 13px; }
  
}

/* Contact Form Section */
.form-section {
    background: var(--bg);
    padding: 80px 0;
}

.form-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}

.form-section-subtitle {
    color: #b3a89b;
    font-size: 1rem;
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.form-section-title {
    font-size: 2.2rem;
    font-family: var(--font-display);
    font-weight: 200;
    margin-bottom: 30px;
    color: #222;
    line-height: 1.2;
    text-align: center;
}

.form-section-description {
    font-size: 1rem;
    line-height: 1.8;
    font-family: var(--font-serif);
    font-style: italic;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-wrapper {
    max-width: 800px;
    margin: 40px auto 0;
    background: white;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: var(--font-display);
    transition: border-color 0.3s ease;
    background-color: #fafafa;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c19a6b;
    background-color: white;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    padding: 15px 40px;
    background-color: #b3a89b;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-display);
    font-style: italic;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
    letter-spacing: 0.8px;
}

.submit-btn:hover {
    background-color: #9f9386;
}

/* Form Messages */
.form-message {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.form-message.error {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* Error Styles */
.error-text {
    color: #c62828;
    font-size: 0.8rem;
    margin-top: 5px;
    display: block;
}

.error-field {
    border-color: #c62828 !important;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Loading state */
.submit-btn[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 768px) {
    
   .form-section-subtitle {
        font-size: 0.8rem;
    }

    .form-section-title {
        font-size: 1.8rem;
    }

    .form-section-description {
        font-size: 0.9rem;
    }

    .contact-hero h1 {
        font-size: 2.5rem;
    }
    
    .contact-hero p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .form-wrapper {
        padding: 30px 25px;
        margin: 40px 20px 0;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .map-wrapper iframe {
        height: 300px;
    }
}


/* Map Section */
.map-section{
  padding: 30px 100px !important;
  background: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px !important;
}

.map-container {
  position: relative;
  width: 100% !important;
  height: 70vh !important;
}

.map-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 8px !important;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .map-section {
    padding: 20px 10px !important;
    margin-bottom: 400px !important;
  }
  .map-container {
    height: 350px !important;
  }
  
}

/* 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;
}

html{
  scroll-behavior: smooth;
}

.field-error{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.3;
  color:#b3261e; /* red-ish */
  min-height:16px; /* layout jump avoid */
}

.input-invalid{
  border:1px solid #b3261e !important;
  outline:none;
}

.form-msg{
  margin-top:14px;
  padding:12px 14px;
  border-radius:10px;
  font-size:14px;
  display:none;
}

.form-msg.success{
  display:block;
  background:#e9f7ef;
  border:1px solid #2e7d32;
  color:#1b5e20;
}

.form-msg.error{
  display:block;
  background:#fdecea;
  border:1px solid #b3261e;
  color:#7f1d1d;
}