/* Contact Page - Premium fine-dining hero */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap');

.contact-page main#site-content,
body .contact-page{
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.contact-page{
  overflow: visible;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
}

.contact-hero{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 85vh;
  overflow: hidden;
}

.contact-hero-image-wrap{
  position: relative;
  overflow: hidden;
  min-height: 85vh;
}

.contact-hero-image{
  position: absolute;
  inset: 0;
  background: #1a1a1a;
  background-size: cover;
  background-position: center;
  animation: contact-hero-zoom 20s ease-out forwards;
}

@keyframes contact-hero-zoom{
  from{ transform: scale(1.05); }
  to{ transform: scale(1); }
}

.contact-hero-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px 80px;
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1714 30%, #252220 100%);
  box-shadow: inset 0 0 120px rgba(0,0,0,0.5);
}

.contact-hero-content::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

.contact-hero-content-inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  animation: contact-fade-in 1s ease-out 0.3s both;
}

@keyframes contact-fade-in{
  from{ opacity: 0; transform: translateY(20px); }
  to{ opacity: 1; transform: translateY(0); }
}

.contact-hero-heading{
  margin: 0 0 32px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4c4a8;
  text-shadow: 0 0 60px rgba(212, 196, 168, 0.15);
}

.contact-hero-cta{
  display: inline-block;
  padding: 16px 36px;
  margin-bottom: 48px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: #c45c2a;
  text-decoration: none;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
}

.contact-hero-cta:hover{
  background: #d46934;
  box-shadow: 0 0 30px rgba(196, 92, 42, 0.5);
  transform: translateY(-2px);
}

.contact-visit-heading{
  margin: 0 0 20px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4c4a8;
}

.contact-visit-divider{
  width: 60px;
  height: 1px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, rgba(212, 196, 168, 0.6), transparent);
}

.contact-visit-item{
  margin: 0 0 12px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.contact-visit-item:last-child{
  margin-bottom: 0;
}

.contact-visit-item a{
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-visit-item a:hover{
  color: #d4c4a8;
}

/* Heading overlap on image - desktop */
.contact-hero-content-inner{
  margin-left: -80px;
}

.contact-hero-heading{
  position: relative;
  z-index: 3;
}

/* Responsive - stack on mobile */
@media (max-width: 1024px){
  .contact-hero{
    grid-template-columns: 1fr;
    grid-template-rows: 45vh 1fr;
  }
  .contact-hero-image-wrap{
    min-height: 45vh;
  }
  .contact-hero-content-inner{
    margin-left: 0;
  }
  .contact-hero-heading{
    text-align: center;
  }
  .contact-hero-cta{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-visit{
    text-align: center;
  }
  .contact-visit-divider{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px){
  .contact-hero{
    min-height: auto;
    grid-template-rows: 50vh 1fr;
  }
  .contact-hero-content{
    padding: 50px 24px 70px;
  }
  .contact-hero-heading{
    font-size: 36px;
    letter-spacing: 0.1em;
  }
  .contact-hero-cta{
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px){
  .contact-hero-content{
    padding: 40px 20px 60px;
  }
  .contact-hero-heading{
    font-size: 30px;
    letter-spacing: 0.08em;
  }
}

/* Contact Form Section - warm pastel, friendly */
.contact-form-section{
  position: relative;
  padding: 80px 24px 100px;
  background: #e8d5a3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: contact-form-fade-up 0.7s ease-out both;
}

@keyframes contact-form-fade-up{
  from{ opacity: 0; transform: translateY(24px); }
  to{ opacity: 1; transform: translateY(0); }
}

.contact-form-wrap{
  max-width: 560px;
  margin: 0 auto;
}

.contact-form-container{
  background: transparent;
  padding: 48px 44px 56px;
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
}

.contact-form-heading{
  margin: 0 0 12px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-align: center;
}

.contact-form-subheading{
  margin: 0 0 32px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  text-align: center;
}

.contact-form-message{
  margin: 0 0 24px;
  padding: 12px 16px;
  border-radius: 12px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.contact-form-success{
  background: #fff;
  color: #2e7d32;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.contact-form-error{
  background: #fff;
  color: #c62828;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.contact-form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-form-row input{
  width: 100%;
  padding: 16px 24px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: #2d2926;
  background: #fff;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}

.contact-form-row input::placeholder{
  color: #9e9e9e;
}

.contact-form-row input:focus{
  outline: none;
  box-shadow: 0 4px 20px rgba(196, 92, 42, 0.25);
}

.contact-form-textarea-wrap{
  position: relative;
}

.contact-form-textarea-wrap textarea{
  width: 100%;
  padding: 20px 72px 24px 24px;
  font-family: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2d2926;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  resize: vertical;
  min-height: 140px;
  transition: box-shadow 0.3s ease;
}

.contact-form-textarea-wrap textarea::placeholder{
  color: #9e9e9e;
}

.contact-form-textarea-wrap textarea:focus{
  outline: none;
  box-shadow: 0 4px 20px rgba(196, 92, 42, 0.25);
}

.contact-form-submit{
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #c45c2a;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-submit:hover{
  background: #b35122;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(196, 92, 42, 0.4);
}

.contact-form-submit svg{
  width: 22px;
  height: 22px;
}

@media (max-width: 768px){
  .contact-form-section{
    padding: 60px 20px 80px;
  }
  .contact-form-container{
    padding: 36px 24px 48px;
  }
  .contact-form-row{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }
  .contact-form-row input{
    padding: 18px 24px;
  }
  .contact-form-textarea-wrap textarea{
    padding: 20px 72px 24px 24px;
    min-height: 140px;
  }
  .contact-form-submit{
    bottom: 14px;
    right: 14px;
    width: 52px;
    height: 52px;
  }
}
