/* ================================================================
   LIGHTWORK THERAPY — Contact Page Styles
   Extends style.css
   ================================================================ */

/* ——————————————————————————————————————————
   NAV ACTIVE STATE
   —————————————————————————————————————————— */
.nav-links a.active {
  color: var(--gold);
}
.nav-links a.active::after {
  width: 100%;
}

/* ——————————————————————————————————————————
   1. CONTACT HERO
   —————————————————————————————————————————— */
.contact-hero {
  padding: clamp(120px, 14vw, 180px) clamp(24px, 4vw, 80px) clamp(60px, 8vw, 90px);
  background: linear-gradient(135deg, #FAF7F4 0%, #F5EEE8 50%, #EFE8F4 100%);
  text-align: center;
  position: relative;
}

.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='4' height='4' fill='%23F8F5F1'/%3E%3Crect x='0' y='0' width='1' height='1' fill='%23EDE6DE' opacity='0.3'/%3E%3Crect x='2' y='2' width='1' height='1' fill='%23EDE6DE' opacity='0.2'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.contact-hero-inner {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-hero-headline {
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--text-dark);
  margin-bottom: clamp(16px, 2vw, 24px);
  letter-spacing: -0.02em;
}

.contact-hero-headline em {
  color: var(--lavender);
  font-style: italic;
}

.contact-hero-sub {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--text-mid);
  line-height: 1.8;
  font-weight: 300;
  max-width: 720px;
  margin: 0 auto;
}

/* ——————————————————————————————————————————
   2. NOTE BEFORE REACHING OUT
   —————————————————————————————————————————— */
.contact-note-section {
  padding: clamp(60px, 8vw, 100px) clamp(24px, 4vw, 80px);
  background: #F8F5F1;
}

.contact-note-inner {
  max-width: 960px;
  margin: 0 auto;
}

.note-card {
  padding: clamp(32px, 5vw, 60px);
  border-left: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015);
  border-radius: 0 4px 4px 0;
}

.note-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.3;
}

.note-body {
  font-size: clamp(14px, 1.3vw, 15.5px);
  color: var(--text-mid);
  line-height: 1.85;
  font-weight: 300;
}

.note-body p {
  margin-bottom: 16px;
}

.note-body p:last-child {
  margin-bottom: 0;
}

/* ——————————————————————————————————————————
   3. GET IN TOUCH MAIN SECTION
   —————————————————————————————————————————— */
.contact-main-section {
  padding: var(--section-pad) clamp(24px, 4vw, 80px);
  background: linear-gradient(145deg, #EDE6DE 0%, #E8DDD8 40%, #E8E0F0 100%);
  overflow: hidden;
}

.contact-main-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(48px, 6vw, 100px);
  align-items: start;
}

.contact-info-col {
  position: sticky;
  top: 120px;
}

.contact-info-title {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact-info-title em {
  font-style: italic;
  color: var(--gold);
}

.contact-info-desc {
  font-size: clamp(14.5px, 1.4vw, 16px);
  color: var(--text-mid);
  margin-bottom: 48px;
  line-height: 1.8;
  font-weight: 300;
}

.info-blocks {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-block-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

.info-block-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2vw, 26px);
  color: var(--text-dark);
  font-weight: 300;
  line-height: 1.3;
}

.info-block-value a {
  transition: color 0.3s, border-color 0.3s;
  border-bottom: 1px solid rgba(42, 42, 42, 0.15);
  display: inline-block;
}

.info-block-value a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.info-block-sub {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.6;
  font-weight: 300;
}

/* ——————————————————————————————————————————
   4. CONSULTATION FORM CARD
   —————————————————————————————————————————— */
.contact-form-card {
  padding: clamp(32px, 5vw, 64px) clamp(24px, 4vw, 48px);
}

.form-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.25;
}

.form-desc {
  font-size: 14px;
  color: var(--text-mid);
  margin-bottom: 36px;
  font-weight: 300;
  line-height: 1.7;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dark);
}

.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-dark);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(42, 42, 42, 0.15);
  border-radius: 2px;
  padding: 14px 18px;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  outline: none;
  width: 100%;
}

.form-control:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(212, 176, 170, 0.15);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 40px;
  cursor: pointer;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.form-submit-btn {
  border: none;
  cursor: pointer;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
}

/* ——————————————————————————————————————————
   5. FREQUENTLY ASKED QUESTIONS
   —————————————————————————————————————————— */
.contact-faq-section {
  padding: var(--section-pad) clamp(24px, 4vw, 80px);
  background: #F8F5F1;
}

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

.faq-header {
  text-align: center;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion {
  border: 1px solid rgba(212,176,106,0.18);
  border-radius: 4px;
  background: rgba(255,255,255,0.4);
  padding: 0;
  transition: transform 0.4s var(--ease-silk), box-shadow 0.4s var(--ease-silk);
}

.faq-accordion[open] {
  background: #fff;
  box-shadow: 0 16px 48px rgba(0,0,0,0.05);
}

.faq-accordion summary {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: var(--text-dark);
  padding: 24px 32px;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.faq-accordion summary::after {
  content: '+';
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.3s;
}

.faq-accordion[open] summary::after {
  transform: rotate(45deg);
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-content {
  padding: 0 32px 24px;
  font-size: 14.5px;
  color: var(--text-mid);
  line-height: 1.8;
  font-weight: 300;
  border-top: 1px solid rgba(212,176,106,0.08);
  margin-top: -4px;
  padding-top: 20px;
}

/* ——————————————————————————————————————————
   6. RESPONSIVE
   —————————————————————————————————————————— */
@media (max-width: 1024px) {
  .contact-main-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contact-info-col {
    position: static;
  }
  .contact-info-desc {
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .form-group-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq-accordion summary {
    padding: 20px 24px;
  }
  .faq-content {
    padding: 0 24px 20px;
  }
}

/* ================================================================
   DESKTOP OPTIMIZATIONS (1440px, 1600px, 1920px, 2560px)
   ================================================================ */

@media (min-width: 1025px) {
  .contact-hero-inner {
    max-width: 960px;
  }
  .contact-note-inner {
    max-width: 1100px;
  }
  .note-card {
    padding: 60px 72px;
  }

  .contact-main-inner {
    gap: 6rem;
  }
  .contact-info-desc {
    margin-bottom: 60px;
  }
  .info-blocks {
    gap: 44px;
  }
  .info-block-value {
    font-size: clamp(24px, 2vw, 30px);
  }

  .contact-form-card {
    padding: 60px 48px;
  }
}

@media (min-width: 1600px) {
  .contact-main-inner {
    gap: 8rem;
  }
  .contact-form-card {
    padding: 64px 56px;
  }
  .contact-note-inner {
    max-width: 1200px;
  }
}

@media (min-width: 1920px) {
  .contact-hero-inner {
    max-width: 1100px;
  }
  .contact-note-inner {
    max-width: 1400px;
  }
  .note-card {
    padding: 72px 84px;
  }
  .contact-main-inner {
    gap: 10rem;
  }
  .info-block-value {
    font-size: clamp(28px, 1.8vw, 36px);
  }
  .contact-form-card {
    padding: 80px 64px;
  }
}

@media (min-width: 2560px) {
  .contact-hero-inner {
    max-width: 1300px;
  }
  .contact-note-inner {
    max-width: 1600px;
  }
  .contact-main-inner {
    gap: 12rem;
  }
  .info-block-value {
    font-size: clamp(34px, 1.5vw, 42px);
  }
  .contact-form-card {
    padding: 96px 80px;
  }
}
