/* ============================================
   CHAPTER ONE EIGHT - STYLESHEET
   ============================================ */

   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    color: #2A2420;
    line-height: 1.6;
    overflow-x: hidden;
  }
  
  /* COLOR PALETTE WITH TEXTURE */
  
  .bg-ivory {
    background-color: #EDE4D3;
    background-image:
      radial-gradient(ellipse at 20% 30%, rgba(255,255,255,0.5) 0%, transparent 55%),
      radial-gradient(ellipse at 80% 70%, rgba(255,255,255,0.3) 0%, transparent 50%),
      repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(180,160,130,0.03) 2px, rgba(180,160,130,0.03) 4px),
      radial-gradient(circle at 50% 50%, rgba(180,160,130,0.08) 0%, transparent 60%);
  }
  
  .bg-taupe {
    background-color: #9B8B75;
    background-image:
      radial-gradient(ellipse at 30% 40%, rgba(255,255,255,0.18) 0%, transparent 50%),
      radial-gradient(ellipse at 70% 60%, rgba(0,0,0,0.1) 0%, transparent 50%),
      repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(0,0,0,0.02) 3px, rgba(0,0,0,0.02) 6px);
  }
  
  .bg-terracotta {
    background-color: #B85C3C;
    background-image:
      radial-gradient(ellipse at 25% 35%, rgba(255,230,200,0.25) 0%, transparent 55%),
      radial-gradient(ellipse at 75% 65%, rgba(80,30,15,0.2) 0%, transparent 50%),
      repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(80,30,15,0.03) 3px, rgba(80,30,15,0.03) 5px),
      radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05) 0%, transparent 40%);
  }
  
  .bg-olive {
    background-color: #6B7048;
    background-image:
      radial-gradient(ellipse at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 50%),
      radial-gradient(ellipse at 70% 60%, rgba(0,0,0,0.18) 0%, transparent 50%),
      repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(0,0,0,0.04) 3px, rgba(0,0,0,0.04) 5px);
  }
  
  .bg-walnut {
    background-color: #4A3226;
    background-image:
      radial-gradient(ellipse at 30% 40%, rgba(180,130,90,0.2) 0%, transparent 50%),
      radial-gradient(ellipse at 70% 60%, rgba(0,0,0,0.25) 0%, transparent 50%),
      repeating-linear-gradient(0deg, transparent, transparent 4px, rgba(0,0,0,0.05) 4px, rgba(0,0,0,0.05) 8px),
      repeating-linear-gradient(90deg, transparent, transparent 6px, rgba(120,80,50,0.04) 6px, rgba(120,80,50,0.04) 12px);
  }
  
  /* SECTION STRUCTURE */
  
  .section {
    width: 100%;
    padding: 60px 40px;
  }
  
  /* NAVIGATION */
  
  .nav-section {
    padding: 0;
  }
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 32px;
    border-bottom: 0.5px solid rgba(74,50,38,0.15);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .nav-links {
    display: flex;
    gap: 28px;
  }
  
  .nav-links a {
    color: #2A2420;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .nav-links a:hover {
    color: #B85C3C;
  }
  
  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 500;
  }
  
  /* HERO */
  
  .hero {
    padding: 100px 40px 80px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .hero-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6B5A48;
    margin-bottom: 24px;
  }
  
  .hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 24px;
    color: #2A1A10;
  }
  
  .hero-headline em {
    font-style: italic;
    color: #B85C3C;
  }
  
  .hero-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #4A3D30;
    max-width: 520px;
    margin: 0 auto 40px;
  }
  
  /* CTA BUTTONS */
  
  .cta {
    display: inline-block;
    padding: 16px 40px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
  }
  
  .cta-dark {
    background: #2A1A10;
    color: #EDE4D3;
  }
  
  .cta-dark:hover {
    background: #B85C3C;
    transform: translateY(-2px);
  }
  
  .cta-light {
    background: #EDE4D3;
    color: #2A1A10;
  }
  
  .cta-light:hover {
    background: #FFFFFF;
    transform: translateY(-2px);
  }
  
  /* SCRIPTURE */
  
  .scripture {
    padding: 80px 40px;
    text-align: center;
  }
  
  .scripture-verse {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.6;
    color: #EDE4D3;
    max-width: 640px;
    margin: 0 auto 16px;
  }
  
  .scripture-ref {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C4B8A3;
  }
  
  /* SECTION LABELS */
  
  .section-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #6B5A48;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .section-label.light {
    color: #C4B8A3;
  }
  
  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 40px;
    color: #2A1A10;
  }
  
  .section-title.light {
    color: #EDE4D3;
  }
  
  /* MISSION */
  
  .mission-section {
    padding: 80px 40px;
    text-align: center;
  }
  
  .mission-text {
    max-width: 640px;
    margin: 20px auto 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.8;
    color: #2A1A10;
    font-style: italic;
  }
  
  /* SERVICES + QUESTIONS */
  
  .services-questions {
    padding: 80px 40px;
  }
  
  .questions-container {
    max-width: 720px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .question-card {
    display: block;
    background: rgba(237,228,211,0.1);
    border: 0.5px solid rgba(237,228,211,0.3);
    padding: 32px;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  
  .question-card:hover {
    background: rgba(237,228,211,0.95);
    border-color: rgba(237,228,211,1);
    transform: translateY(-4px);
  }
  
  .question-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
    color: #EDE4D3;
    transition: color 0.4s ease;
  }
  
  .question-card:hover .question-text {
    color: #2A1A10;
  }
  
  .blueprint-reveal {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-top: 0;
  }
  
  .question-card:hover .blueprint-reveal {
    max-height: 500px;
    opacity: 1;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.5px solid rgba(74,50,38,0.2);
  }
  
  .blueprint-num {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: #B85C3C;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .blueprint-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: #2A1A10;
    margin-bottom: 8px;
  }
  
  .blueprint-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.7;
    color: #4A3D30;
    margin-bottom: 16px;
  }
  
  .blueprint-cta {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B85C3C;
    font-weight: 600;
  }
  
  /* TESTIMONIAL */
  
  .testimonial {
    padding: 100px 40px;
    text-align: center;
  }
  
  .testimonial-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    max-width: 640px;
    margin: 24px auto;
    color: #EDE4D3;
  }
  
  .testimonial-attr {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #EDE4D3;
    opacity: 0.85;
  }
  
  /* OUR STORY */
  
  .our-story {
    padding: 100px 40px;
  }
  
  .story-container {
    max-width: 720px;
    margin: 0 auto;
  }
  
  .story-text {
    margin-top: 40px;
  }
  
  .story-text p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.9;
    color: #EDE4D3;
    margin-bottom: 24px;
    opacity: 0.95;
  }
  
  .story-emphasis {
    font-style: italic;
    font-size: 22px !important;
    color: #EDE4D3 !important;
    text-align: center;
    padding: 20px 0;
    border-top: 0.5px solid rgba(237,228,211,0.2);
    border-bottom: 0.5px solid rgba(237,228,211,0.2);
    margin: 32px 0 !important;
    opacity: 1 !important;
  }
  
  .story-scripture {
    font-style: italic;
    text-align: center;
    padding-top: 24px;
    border-top: 0.5px solid rgba(237,228,211,0.15);
    margin-top: 32px !important;
  }
  
  .scripture-ref-small {
    display: inline-block;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C4B8A3;
    font-style: normal;
  }
  
  /* RESOURCES */
  
  .resources {
    padding: 100px 40px;
    text-align: center;
  }
  
  .resources-grid {
    max-width: 900px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  .resource-card {
    background: rgba(237,228,211,0.7);
    padding: 40px 32px;
    text-align: left;
    border: 0.5px solid rgba(74,50,38,0.15);
  }
  
  .resource-icon {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: #B85C3C;
    margin-bottom: 16px;
  }
  
  .resource-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #2A1A10;
  }
  
  .resource-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.7;
    color: #4A3D30;
  }
  
  /* SCHEDULER */
  
  .scheduler {
    padding: 100px 40px;
    text-align: center;
  }
  
  .scheduler-sub {
    max-width: 520px;
    margin: 0 auto 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    line-height: 1.7;
    color: #EDE4D3;
    opacity: 0.9;
  }
  
  .scheduler-note {
    max-width: 460px;
    margin: 0 auto 32px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-style: italic;
    color: #EDE4D3;
    opacity: 0.75;
  }
  
  /* INTAKE PAGE */
  
  .intake-page {
    min-height: 100vh;
    padding: 60px 40px;
  }
  
  .intake-container {
    max-width: 720px;
    margin: 0 auto;
  }
  
  .intake-header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .intake-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 400;
    color: #2A1A10;
    margin-bottom: 12px;
  }
  
  .intake-header p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    color: #4A3D30;
    max-width: 520px;
    margin: 0 auto;
  }
  
  .intake-form {
    background: rgba(255,255,255,0.6);
    padding: 48px;
    border: 0.5px solid rgba(74,50,38,0.15);
  }
  
  .form-note {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #6B5A48;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 0.5px solid rgba(74,50,38,0.15);
    font-style: italic;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2A1A10;
    margin-bottom: 8px;
    font-weight: 500;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: #2A1A10;
    background: #FFFFFF;
    border: 0.5px solid rgba(74,50,38,0.25);
    transition: border-color 0.3s;
  }
  
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #B85C3C;
  }
  
  .form-group textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    color: #2A1A10;
    cursor: pointer;
  }
  
  .checkbox-group input {
    width: auto;
  }
  
  .form-submit {
    width: 100%;
    margin-top: 12px;
  }
  
  .form-status {
    margin-top: 16px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
  }
  
  .form-status.success {
    color: #6B7048;
  }
  
  .form-status.error {
    color: #B85C3C;
  }
  
  .back-link {
    display: inline-block;
    margin-bottom: 32px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B85C3C;
    text-decoration: none;
  }
  
  .back-link:hover {
    color: #2A1A10;
  }
  
  /* FOOTER */
  
  .footer {
    padding: 60px 40px 40px;
    text-align: center;
  }
  
  .footer-content {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    letter-spacing: 4px;
    color: #EDE4D3;
    margin-bottom: 24px;
  }
  
  .footer-links {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  .footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #C4B8A3;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  
  .footer-links a:hover {
    color: #EDE4D3;
  }
  
  .footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #8A7A65;
    letter-spacing: 1px;
  }
  
  /* MOBILE */
  
  @media (max-width: 768px) {
    .section {
      padding: 60px 24px;
    }
  
    .nav-container {
      padding: 16px 20px;
      flex-direction: column;
      gap: 12px;
    }
  
    .nav-links {
      gap: 20px;
      font-size: 10px;
    }
  
    .nav-logo {
      font-size: 12px;
      order: -1;
    }
  
    .hero {
      padding: 60px 24px;
    }
  
    .hero-headline {
      font-size: 42px;
    }
  
    .hero-sub {
      font-size: 15px;
    }
  
    .scripture-verse {
      font-size: 18px;
    }
  
    .section-title {
      font-size: 32px;
    }
  
    .mission-text {
      font-size: 17px;
    }
  
    .question-card {
      padding: 24px;
    }
  
    .question-text {
      font-size: 17px;
    }
  
    .story-text p {
      font-size: 16px;
    }
  
    .story-emphasis {
      font-size: 18px !important;
    }
  
    .testimonial-quote {
      font-size: 20px;
    }
  
    .resources-grid {
      grid-template-columns: 1fr;
    }
  
    .intake-form {
      padding: 32px 24px;
    }
  
    .footer-links {
      flex-direction: column;
      gap: 16px;
    }
  }
  
  @media (hover: none) {
    .question-card:active .blueprint-reveal {
      max-height: 500px;
      opacity: 1;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 0.5px solid rgba(74,50,38,0.2);
    }
  
    .question-card:active {
      background: rgba(237,228,211,0.95);
    }
  
    .question-card:active .question-text {
      color: #2A1A10;
    }
  }