
/* ============================================
   PAGE CONTACT — CSS
   Variables héritées de style.css :root
   ============================================ */

/* HERO */
.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, rgba(26,26,26,0.72) 0%, rgba(26,26,26,0.50) 50%, rgba(26,26,26,0.35) 100%),
              url('../images/hero-collines-soleil.jpg') center/cover no-repeat;
}

.hero-content {
  max-width: 700px;
  padding: 2rem;
  animation: fadeInUp 1s ease-out;
}

.hero h1 {
  font-family: var(--serif);
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.hero .subtitle {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFC9B0;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.hero-button {
  display: inline-block;
  background: var(--orange);
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.hero-button:hover {
  background: var(--orange-light);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(239, 74, 0, 0.3);
}


/* SECTION LABELS & TITLES */
section {
  padding: clamp(60px, 8vw, 120px) clamp(24px, 4vw, 80px);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}

.section-label::before,
.section-label::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--orange);
  opacity: 0.4;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 16px;
}


/* INTRO SECTION */
.contact-intro {
  background: var(--cream);
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-text .section-label {
  justify-content: flex-start;
}

.intro-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--warm-gray);
  margin-top: 1rem;
}

/* CONTACT CARDS */
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: var(--white);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

a.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(239, 74, 0, 0.12);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  border-radius: 12px;
  flex-shrink: 0;
}

.contact-card-icon svg {
  width: 24px;
  height: 24px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--warm-gray);
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-card-value {
  display: block;
  font-size: 1.05rem;
  color: var(--dark);
  font-weight: 500;
}


/* CALENDRIER SECTION */
.contact-calendrier {
  background: var(--white);
  text-align: center;
}

.calendrier-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cal-subtitle {
  font-size: 1.05rem;
  color: var(--warm-gray);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}

.calendrier-embed {
  margin-top: 2rem;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--cream);
}

.calendrier-embed iframe {
  width: 100%;
  min-height: 600px;
  border: none;
  border-radius: 20px;
}

.calendrier-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  min-height: 400px;
  border: 2px dashed rgba(239, 74, 0, 0.2);
  border-radius: 20px;
  background: var(--cream);
}

.calendrier-placeholder svg {
  stroke: var(--orange);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.4;
  margin-bottom: 1.5rem;
}

.calendrier-placeholder p {
  font-size: 1.05rem;
  color: var(--warm-gray);
  line-height: 1.6;
  max-width: 400px;
  margin-bottom: 0.5rem;
}


/* CTA FINAL */
.cta-final {
  background: linear-gradient(135deg, rgba(26,26,26,0.68) 0%, rgba(26,26,26,0.40) 50%, rgba(26,26,26,0.25) 100%),
              url('../images/cta-montagne-etoiles.jpg') center/cover no-repeat;
  text-align: center;
  color: white;
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta-final h2 {
  font-family: var(--serif);
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

.cta-final-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
}

.cta-final-button {
  display: inline-block;
  background: white;
  color: var(--orange);
  padding: 1rem 2.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  font-size: 1rem;
}

.cta-final-button:hover {
  background: var(--cream);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-email {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.cta-email a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 500;
}

.cta-email a:hover {
  text-decoration: underline;
}


/* ANIMATIONS */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}


/* SCROLL INDICATOR */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.scroll-indicator:hover { opacity: 1; }

.scroll-indicator span {
  font-size: 0.75rem;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
}

.scroll-indicator svg {
  width: 28px;
  height: 28px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero h1 { font-size: 2.5rem; }
  .hero .subtitle { font-size: 1.3rem; }
  .hero { min-height: 60vh; }
  .cta-final h2 { font-size: 1.8rem; }
}
