/* ================================================================
   Fanny Clauss — Contact page styles
   ================================================================ */

/* ── Form grid ── */
.contact-grid {
  max-width: 1320px; margin: 56px auto;
  padding: 0 48px;
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 72px; align-items: start;
}

/* ── RDV Form ── */
.rdv-form {
  border: 0.5px solid var(--fc-taupe); padding: 48px;
  background: var(--fc-white); box-shadow: 0 4px 32px rgba(28,28,28,0.04);
}
.rdv-form h2 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 36px; color: var(--fc-black); margin-bottom: 8px;
}
.rdv-form h2 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 42px;
}
.rdv-form .lead {
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 15px; color: var(--fc-warm-gray); margin-bottom: 36px; line-height: 1.6;
}

/* ── Fields ── */
.field { margin-bottom: 24px; }
.field label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--fc-gold); margin-bottom: 8px;
}
.field__optional {
  font-weight: 400; letter-spacing: 0.15em; font-style: italic;
  color: var(--fc-warm-gray); opacity: 0.7;
}
.field__required {
  color: var(--fc-gold); font-weight: 700;
}
.form__required-note {
  font-size: 10px; font-family: 'Lato'; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--fc-warm-gray);
  margin-bottom: 16px;
}
.field input,
.field textarea,
.field select {
  width: 100%; border: none;
  border-bottom: 0.5px solid var(--fc-taupe); padding: 12px 0;
  background: transparent;
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 18px; color: var(--fc-black);
  outline: none; transition: border-color .3s ease;
}
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--fc-gold); }
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }

/* ── Chips ── */
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip {
  padding: 10px 16px; border: 0.5px solid var(--fc-taupe);
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--fc-dark-gray); cursor: pointer; background: var(--fc-white);
  transition: all .25s ease; user-select: none;
}
.chip:hover { border-color: var(--fc-gold); color: var(--fc-gold); }
.chip.active { background: var(--fc-black); color: #fff; border-color: var(--fc-black); }

.rdv-form__out {
  margin-top: 18px;
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 16px; color: var(--fc-gold); line-height: 1.6;
}

/* ── Side info ── */
.side-info { padding-top: 8px; }
.side-info .ph { height: 340px; margin-bottom: 32px; }
.side-info h3 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 28px; color: var(--fc-black); margin-bottom: 14px;
}
.side-info p { font-size: 13px; line-height: 1.9; color: var(--fc-dark-gray); margin-bottom: 24px; }
.side-info dl {
  display: grid; grid-template-columns: 100px 1fr; gap: 12px 18px;
  border-top: 0.5px solid var(--fc-taupe); padding-top: 22px;
}
.side-info dt {
  font-size: 11px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--fc-gold);
}
.side-info dd {
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 15px; color: var(--fc-black);
}
.socials { display: flex; gap: 10px; margin-top: 28px; }
.socials a {
  width: 42px; height: 42px; border: 0.5px solid var(--fc-taupe);
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--fc-dark-gray);
  transition: all .3s ease;
}
.socials a svg {
  width: 18px; height: 18px;
}
.socials a:hover { border-color: var(--fc-gold); color: var(--fc-gold); background: var(--fc-gold-dim); }

/* ── Special requests ── */
.special { background: var(--fc-cream); padding: 110px 48px; }
.special-inner {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start;
}
.special h2 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 46px; line-height: 1.05; color: var(--fc-black);
}
.special h2 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 54px;
}
/* ── Carousel ── */
.carousel-wrap { overflow: hidden; position: relative; }
.special-cards {
  display: flex;
  gap: 14px;
  will-change: transform;
}
.scard {
  flex: 0 0 auto;
  background: var(--fc-white); padding: 28px;
  border: 0.5px solid rgba(184,150,90,0.18);
  cursor: pointer;
  transition: box-shadow .3s ease, transform .3s ease;
}
.scard:hover { box-shadow: 0 6px 24px rgba(184,150,90,0.1); transform: translateY(-3px); }
.scard.active {
  border-color: var(--fc-gold);
  box-shadow: 0 8px 28px rgba(184,150,90,0.14);
}
.scard.active .scard__num,
.scard.active h4 { color: var(--fc-gold); }

.carousel-dots {
  display: flex; justify-content: center; align-items: center;
  gap: 8px; margin-top: 22px;
}
.carousel-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--fc-taupe); border: none; cursor: pointer; padding: 0;
  transition: all .35s ease;
}
.carousel-dot.active {
  background: var(--fc-gold); width: 26px; border-radius: 4px;
}
.scard__num {
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 13px; color: var(--fc-gold); margin-bottom: 16px;
  display: flex; align-items: center; gap: 8px;
}
.scard__num::after { content: ''; flex: 1; height: 0.5px; background: var(--fc-taupe); }
.scard h4 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 21px; color: var(--fc-black); margin-bottom: 12px;
}
.scard p { font-size: 12px; line-height: 1.85; color: var(--fc-warm-gray); }

/* ── Photo carousel ── */
.pc-section { background: var(--fc-black); overflow: hidden; }
.pc-wrap { overflow: hidden; position: relative; }
.pc-track {
  display: flex;
  will-change: transform;
}
.pc-slide {
  flex: 0 0 auto;
  position: relative;
  height: 540px;
  overflow: hidden;
}
.pc-track.is-switching .pc-slide {
  animation: pcSlideIn .55s var(--fc-ease) both;
}
.pc-track.is-switching .pc-slide:nth-child(2) { animation-delay: .05s; }
.pc-track.is-switching .pc-slide:nth-child(3) { animation-delay: .10s; }
@keyframes pcSlideIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.pc-slide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  filter: brightness(0.78);
  transition: filter .5s ease, transform .7s ease;
}
.pc-slide:hover img { filter: brightness(0.92); transform: scale(1.03); }
.pc-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 60px 36px 28px;
  background: linear-gradient(to top, rgba(28,28,28,0.72) 0%, transparent 100%);
}
.pc-label span {
  font-family: 'Lato'; font-size: 11px; font-weight: 700;
  letter-spacing: 0.32em; text-transform: uppercase; color: #fff;
}
.pc-dots {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; align-items: center;
}
.pc-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,0.35); border: none; cursor: pointer; padding: 0;
  transition: all .35s ease;
}
.pc-dot.active { background: var(--fc-gold); width: 26px; border-radius: 4px; }
.pc-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0.5px solid var(--fc-black);
  border-radius: 50%;
  background: var(--fc-black);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 8px 24px rgba(28,28,28,0.18);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.pc-arrow--prev { left: 24px; }
.pc-arrow--next { right: 24px; }
.pc-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pc-arrow--prev::before { transform: translate(-38%, -50%) rotate(-135deg); }
.pc-arrow--next::before { transform: translate(-62%, -50%) rotate(45deg); }
.pc-arrow:hover {
  background: var(--fc-gold);
  border-color: var(--fc-gold);
  transform: translateY(-50%) translateY(-1px);
}
@media (max-width: 640px) { .pc-slide { height: 300px; } .pc-label { padding: 40px 22px 20px; } }

/* ── FAQ ── */
.faq-section { max-width: 940px; margin: 0 auto; padding: 120px 48px; }
.faq-section h2 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 54px; color: var(--fc-black); margin-bottom: 50px; text-align: center;
}
.faq-section h2 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 62px;
}
.faq__item { border-bottom: 0.5px solid var(--fc-taupe); }
.faq__q {
  width: 100%; padding: 26px 0; background: transparent; border: none;
  text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400;
  font-size: 21px; color: var(--fc-black); transition: color .3s ease;
}
.faq__q:hover { color: var(--fc-gold); }
.faq__q .plus {
  font-family: 'Lato'; font-style: normal;
  font-size: 20px; font-weight: 300; color: var(--fc-gold);
  flex-shrink: 0; margin-left: 20px;
  transition: transform .35s var(--fc-ease);
}
.faq__item.open .faq__q .plus { transform: rotate(45deg); }
.faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height .5s ease, padding .5s ease;
  font-size: 13px; line-height: 1.9; color: var(--fc-dark-gray); max-width: 700px;
}
.faq__item.open .faq__a { max-height: 300px; padding: 0 0 28px; }

/* ── Bio mini ── */
.bio-mini {
  max-width: 1320px; margin: 0 auto; padding: 0 48px 90px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; align-items: center;
}
.bio-mini .ph { height: 440px; }
.bio-mini h2 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 46px; color: var(--fc-black); margin-bottom: 22px;
}
.bio-mini h2 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 54px;
}
.bio-mini p { color: var(--fc-dark-gray); margin-bottom: 18px; max-width: 520px; line-height: 1.9; font-size: 15px; }
.bio-mini .signature { font-family: 'Dancing Script', cursive; font-size: 40px; color: var(--fc-gold); margin-top: 18px; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; padding: 0 22px; margin: 40px auto; }
  .rdv-form { padding: 32px 26px; }
  .side-info .ph { height: 280px; }
  .side-info h3 { font-size: 24px; }
  .field-row { grid-template-columns: 1fr; }

  .special { padding: 70px 22px; }
  .special-inner { grid-template-columns: 1fr; gap: 32px; padding: 0; }
  .special h2 { font-size: 36px; }
  .special h2 .script { font-size: 44px; }
  .special-cards { gap: 10px; }

  .faq-section { padding: 80px 22px; }
  .faq-section h2 { font-size: 40px; }
  .faq-section h2 .script { font-size: 48px; }

  .bio-mini { grid-template-columns: 1fr; padding: 0 22px 60px; gap: 40px; }
  .bio-mini .ph { height: 320px; }
  .bio-mini h2 { font-size: 36px; }
  .bio-mini h2 .script { font-size: 44px; }
}

@media (max-width: 640px) {
  .rdv-form { padding: 24px 18px; }
  .rdv-form h2 { font-size: 28px; }
  .rdv-form h2 .script { font-size: 34px; }
  .rdv-form .lead { font-size: 14px; }
  .special-cards { gap: 10px; }
  .special h2 { font-size: 30px; }
  .special h2 .script { font-size: 36px; }
  .faq-section h2 { font-size: 32px; }
  .faq-section h2 .script { font-size: 38px; }
  .faq__q { font-size: 17px; }
  .bio-mini .ph { height: 260px; }
  .bio-mini h2 { font-size: 28px; }
  .bio-mini h2 .script { font-size: 34px; }
  .bio-mini p { font-size: 14px; }
}

@media (max-width: 480px) {
  .rdv-form { padding: 20px 14px; }
  .rdv-form h2 { font-size: 24px; }
  .chip { padding: 8px 12px; font-size: 8px; }
  .side-info .ph { height: 220px; }
  .side-info dl { grid-template-columns: 80px 1fr; }
  .faq__q { font-size: 15px; padding: 20px 0; }
  .scard { padding: 20px 18px; }
  .scard h4 { font-size: 17px; }
  .bio-mini .ph { height: 220px; }
  .bio-mini h2 { font-size: 24px; }
  .bio-mini h2 .script { font-size: 30px; }
  .bio-mini .signature { font-size: 32px; }
}
