/* ============================
   INTAKE.CSS — v3.3.0
   SS Artifact INT-01.1.03.10.26
   Institutional Cold Pass
   Page-Specific Only
   ============================ */

/* Page background */
.intake {
  background: transparent; /* inherit Tiffany */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Intake spine (page-specific only) */
.intake-spine {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  text-align: left;
}

/* Intro block */
.intake-intro {
  font-size: 18px;
  line-height: 1.48;
  opacity: 0.85;
  margin-bottom: 64px;
}

/* Section blocks */
.intake-section {
  margin-bottom: 64px;
}

.intake-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 20px;
  letter-spacing: -0.03px;
}

.intake-section__body {
  font-size: 16px;
  line-height: 1.48;
  opacity: 0.9;
  margin-bottom: 20px;
}

/* Form fields (administrative, non-expressive) */
.intake-field {
  margin-bottom: 24px;
}

.intake-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  opacity: 0.9;
}

.intake-field input,
.intake-field select,
.intake-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.4;
  background: #FAFAFA;
}

.intake-field textarea {
  min-height: 120px;
  resize: vertical;
}

/* Checkboxes (posture verification) */
.intake-checkbox {
  margin-bottom: 20px;
}

.intake-checkbox label {
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.9;
}

/* Submit button (silent, non-affirming) */
.intake-submit {
  margin-top: 48px;
}

.intake-submit button {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.intake-submit button:hover {
  opacity: 0.85;
}
