/* SUBNAV — dark forest band, same pattern as Programme sub-nav */
  .subnav { background: #1F2922; padding: 12px 0; border-bottom: 0.5px solid rgba(212,165,106,0.3); }
  .subnav-inner { display: flex; gap: 28px; align-items: center; justify-content: center; }
  .subnav a { font-size: 11px; color: #B5C2A8; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; text-decoration: none; }
  .subnav a.active { color: #D4A56A; border-bottom: 1px solid #D4A56A; padding-bottom: 4px; }
  .subnav a.parent { color: #FAF7F0; }
  .subnav-divider { width: 4px; height: 4px; background: rgba(212,165,106,0.5); border-radius: 50%; }

  /* HERO */
  .hero-quiet { background: #1F2922; color: #FAF7F0; padding: 100px 0 88px; position: relative; }
  .hero-breadcrumb { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #D4A56A; font-weight: 600; margin-bottom: 20px; }
  .hero-breadcrumb .sep { margin: 0 8px; opacity: 0.6; color: #B5C2A8; }
  .hero-breadcrumb .home, .hero-breadcrumb .parent { color: #B5C2A8; text-decoration: none; }
  .hero-breadcrumb .current { color: #D4A56A; }
  .hero-h1 { font-family: Georgia, serif; font-size: 60px; line-height: 1; letter-spacing: -2.2px; color: #FAF7F0; font-weight: 400; margin-bottom: 22px; max-width: 920px; }
  .hero-h1 .em { font-style: italic; color: #D4A56A; }
  .hero-sub { font-size: 17px; line-height: 1.65; color: #E5E2D2; max-width: 660px; }

  /* CATEGORY NAV */
  .category-nav-section { background: #FFFFFF; border-bottom: 0.5px solid #E5E2D9; padding: 0; }
  .category-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
  .category-nav-cell { padding: 32px 22px 28px; border-right: 0.5px solid #E5E2D9; text-align: center; cursor: pointer; transition: background 0.15s; display: flex; flex-direction: column; align-items: center; }
  .category-nav-cell:last-child { border-right: none; }
  .category-nav-cell:hover { background: rgba(212,165,106,0.08); }
  .category-nav-num { font-size: 10px; color: #C2602F; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
  .category-nav-title { font-family: Georgia, serif; font-size: 20px; color: #1F2922; line-height: 1.2; margin-bottom: 6px; letter-spacing: -0.3px; }
  .category-nav-count { font-size: 11px; color: #6B7280; letter-spacing: 0.04em; }

  /* CATEGORY SECTIONS */
  .faq-section { padding: 96px 0; }
  .faq-section.cream { background: #FAF7F0; }
  .faq-section.stone { background: #EDE6D5; }

  .category-header { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: end; padding-bottom: 56px; }
  .category-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #C2602F; font-weight: 700; margin-bottom: 18px; border-left: 2px solid #C2602F; padding-left: 12px; }
  .category-h2 { font-family: Georgia, serif; font-size: 38px; line-height: 1.05; letter-spacing: -1.2px; color: #1F2922; font-weight: 400; }
  .category-h2 .em { font-style: italic; color: #C2602F; }
  .category-margin-note { border-left: 1px solid rgba(31,41,34,0.25); padding-left: 22px; align-self: end; margin-bottom: 8px; }
  .category-margin-note-label { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #8B6F47; font-weight: 700; margin-bottom: 10px; }
  .category-margin-note-body { font-size: 12px; line-height: 1.65; color: #6B7280; text-align: justify; font-style: italic; max-width: 320px; }
  .category-margin-note-body a { color: #C2602F; text-decoration: none; border-bottom: 0.5px solid rgba(194,96,47,0.4); }

  /* ACCORDION */
  .accordion { border-top: 1.5px solid #1F2922; border-bottom: 1.5px solid #1F2922; }
  .faq-item { border-bottom: 0.5px solid rgba(31,41,34,0.18); background: #FFFFFF; }
  .faq-section.stone .faq-item { background: #FAF7F0; }
  .faq-item:last-child { border-bottom: none; }

  .faq-question { width: 100%; background: none; border: none; text-align: left; cursor: pointer; padding: 24px 32px; display: grid; grid-template-columns: 60px 1fr 40px; gap: 24px; align-items: center; font-family: 'Inter', sans-serif; transition: background 0.15s; }
  .faq-question:hover { background: rgba(212,165,106,0.08); }
  .faq-question[aria-expanded="true"] { background: rgba(31,41,34,0.04); }
  .faq-question-num { font-family: Georgia, serif; font-size: 18px; color: #C2602F; letter-spacing: -0.4px; }
  .faq-question-text { font-family: Georgia, serif; font-size: 17px; color: #1F2922; line-height: 1.35; letter-spacing: -0.3px; }
  .faq-toggle { width: 28px; height: 28px; border: 0.5px solid rgba(31,41,34,0.4); display: flex; align-items: center; justify-content: center; font-size: 14px; color: #1F2922; font-weight: 400; justify-self: end; transition: all 0.15s; }
  .faq-question[aria-expanded="true"] .faq-toggle { background: #1F2922; color: #FAF7F0; border-color: #1F2922; }

  .faq-answer { padding: 0 32px 28px 116px; font-size: 14px; line-height: 1.7; color: #4A5448; display: none; }
  .faq-answer.expanded { display: block; }
  .faq-answer p + p { margin-top: 14px; }
  .faq-answer strong { color: #1F2922; font-weight: 600; }
  .faq-answer em { font-style: italic; color: #1F2922; }
  .faq-answer ul { margin: 12px 0; padding-left: 18px; list-style: none; }
  .faq-answer ul li { padding: 4px 0; position: relative; padding-left: 16px; }
  .faq-answer ul li::before { content: '—'; position: absolute; left: 0; color: #C2602F; }
  .faq-answer .cross-link { color: #C2602F; text-decoration: none; border-bottom: 0.5px solid rgba(194,96,47,0.4); }

  /* COSTS TABLE */
  .costs-table-wrap { margin: 18px 0; background: #FFFFFF; border: 0.5px solid rgba(31,41,34,0.2); }
  .faq-section.stone .costs-table-wrap { background: #FAF7F0; }
  .costs-table-row { display: grid; grid-template-columns: 1fr 130px; gap: 16px; padding: 12px 22px; border-bottom: 0.5px solid rgba(31,41,34,0.12); align-items: center; }
  .costs-table-row:last-child { border-bottom: none; }
  .costs-table-row.head { background: rgba(31,41,34,0.04); padding: 14px 22px; }
  .costs-table-row.head .l, .costs-table-row.head .v { font-size: 9px; color: #8B6F47; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; }
  .costs-table-row .l { font-size: 13px; color: #1F2922; }
  .costs-table-row .v { font-family: Georgia, serif; font-size: 14px; color: #1F2922; text-align: right; letter-spacing: -0.2px; }
  .costs-table-row .v .reduced { display: block; font-size: 11px; color: #6B7280; margin-top: 2px; font-family: 'Inter', sans-serif; }

  /* CONTACT TEASER */
  .contact-teaser { padding: 96px 0; background: #1F2922; color: #FAF7F0; }
  .contact-teaser-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center; }
  .contact-teaser-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #D4A56A; font-weight: 700; margin-bottom: 20px; }
  .contact-teaser-h2 { font-family: Georgia, serif; font-size: 36px; line-height: 1.1; color: #FAF7F0; letter-spacing: -1px; margin-bottom: 18px; }
  .contact-teaser-h2 .em { font-style: italic; color: #D4A56A; }
  .contact-teaser-body { font-size: 15px; line-height: 1.65; color: #B5C2A8; max-width: 540px; }
  .contact-teaser-cta { display: flex; flex-direction: column; gap: 12px; }
  .contact-link { background: #FAF7F0; color: #1F2922; padding: 18px 28px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; text-align: center; }
  .contact-link.outline { background: transparent; color: #FAF7F0; border: 1px solid #FAF7F0; }

  /* APPLY */
  .apply { padding: 96px 0; background: #C2602F; color: #FFFFFF; }
  .apply-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .apply-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #FFE0CC; font-weight: 700; margin-bottom: 22px; }
  .apply-h2 { font-family: Georgia, serif; font-size: 56px; line-height: 1.05; letter-spacing: -1.8px; color: #FFFFFF; font-weight: 400; margin-bottom: 18px; max-width: 820px; }
  .apply-h2 em { font-style: italic; color: #FFE0CC; }
  .apply-subhead { font-family: Georgia, serif; font-size: 22px; color: #FFE0CC; font-style: italic; line-height: 1.3; margin-bottom: 40px; max-width: 560px; }
  .btn-apply-final { background: #FFFFFF; color: #C2602F; padding: 22px 48px; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-block; letter-spacing: 0.04em; }

  /* =========================================================
   FAQ PAGE RESPONSIVE LAYER
========================================================= */

@media (max-width: 1100px) {
  .hero-h1 {
    font-size: 52px;
  }

  .category-header,
  .contact-teaser-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .category-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-nav-cell:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 900px) {
  .hero-quiet {
    padding: 88px 0 76px;
  }

  .hero-h1 {
    font-size: 44px;
    letter-spacing: -1.4px;
  }

  .hero-sub {
    font-size: 16px;
  }

  .faq-section,
  .contact-teaser,
  .apply {
    padding: 76px 0;
  }

  .category-h2,
  .contact-teaser-h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .hero-quiet {
    padding: 78px 0 66px;
  }

  .hero-breadcrumb {
    font-size: 10px;
    line-height: 1.5;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.6;
  }

  .category-nav {
    grid-template-columns: 1fr;
  }

  .category-nav-cell {
    border-right: none;
    border-bottom: 0.5px solid #E5E2D9;
    padding: 26px 20px;
  }

  .category-nav-cell:last-child {
    border-bottom: none;
  }

  .category-h2,
  .contact-teaser-h2 {
    font-size: 30px;
  }

  .faq-question {
    grid-template-columns: 42px 1fr 32px;
    gap: 14px;
    padding: 22px 20px;
  }

  .faq-question-text {
    font-size: 16px;
  }

  .faq-answer {
    padding: 0 20px 26px 76px;
    font-size: 13.5px;
  }

  .costs-table-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .costs-table-row .v {
    text-align: left;
  }

  .contact-teaser-cta {
    width: 100%;
  }

  .contact-link {
    width: 100%;
  }

  .apply-h2 {
    font-size: 36px;
  }

  .btn-apply-final {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-quiet {
    padding: 68px 0 56px;
  }

  .hero-h1 {
    font-size: 31px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .faq-section,
  .contact-teaser,
  .apply {
    padding: 62px 0;
  }

  .category-h2,
  .contact-teaser-h2 {
    font-size: 27px;
  }

  .faq-question {
    grid-template-columns: 1fr 28px;
    gap: 12px;
  }

  .faq-question-num {
    grid-column: 1 / -1;
    font-size: 16px;
  }

  .faq-answer {
    padding: 0 20px 24px 20px;
  }

  .apply-h2 {
    font-size: 31px;
  }

  .apply-subhead {
    font-size: 19px;
  }

  .btn-apply-final {
    padding: 18px 28px;
    font-size: 13px;
  }
}

