  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&family=Noto+Serif+SC:wght@400;500;600&display=swap');

  /* ====================================================
     RESET DE SCOPE — neutralise Divi proprement
     ==================================================== */
  .kfa-h, .kfa-h * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .kfa-h ul, .kfa-h li {
    list-style: none !important;
  }

  .kfa-h a {
    text-decoration: none !important;
    color: inherit;
  }

  /* ====================================================
     WRAPPER — sticky, fond noir profond
     ==================================================== */
  .kfa-h {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: rgba(14, 12, 10, 0.92);
    backdrop-filter: blur(20px) saturate(1.1);
    -webkit-backdrop-filter: blur(20px) saturate(1.1);
    font-family: 'Inter', sans-serif !important;
    color: #E8E4DC !important;
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-bottom: 0.5px solid rgba(212, 188, 133, 0.18);
  }

  /* Spacer retiré : Elementor gère l'espace réservé via Theme Builder */

  /* ====================================================
     LIGNE 1 — MÉTA ÉDITORIALE
     ==================================================== */
  .kfa-h-meta {
    border-bottom: 0.5px solid rgba(212, 188, 133, 0.12);
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    max-height: 40px;
    opacity: 1;
  }

  .kfa-h-meta-inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 11px 56px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
  }

  .kfa-h-meta-left {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(232, 228, 220, 0.62);
    font-size: 9.5px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .kfa-h-meta-ideo {
    color: rgba(212, 188, 133, 0.85);
    font-family: 'Noto Serif SC', serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }

  .kfa-h-meta-left strong {
    color: #E8E4DC;
    font-weight: 600;
  }

  .kfa-h-meta-center {
    color: rgba(212, 188, 133, 0.55);
    font-family: 'Cormorant Garamond', serif;
    font-size: 12.5px;
    font-style: italic;
    letter-spacing: 0.3px;
  }

  .kfa-h-meta-right {
    color: rgba(232, 228, 220, 0.5);
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
  }

  .kfa-h-meta-right strong {
    color: rgba(232, 228, 220, 0.78);
    font-weight: 600;
  }

  /* ====================================================
     LIGNE 2 — NAVIGATION PRINCIPALE
     ==================================================== */
  .kfa-h-nav {
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .kfa-h-nav-inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 56px;
    height: 72px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 48px;
    transition: height 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  /* ====== LOGO MONOGRAMME 武 ====== */
  .kfa-h-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0.5px solid rgba(212, 188, 133, 0.4);
    border-radius: 50%;
    color: rgba(212, 188, 133, 0.92);
    font-family: 'Noto Serif SC', serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex-shrink: 0;
    text-decoration: none !important;
  }

  .kfa-h-logo:hover {
    border-color: #D4BC85;
    color: #F2EEE5;
    transform: rotate(8deg);
  }

  /* ====== NAV PRINCIPALE ====== */
  .kfa-h-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .kfa-h-menu-item {
    position: static;
  }

  .kfa-h-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    color: rgba(232, 228, 220, 0.78) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.5s ease;
    position: relative;
    background: transparent;
    border: none;
  }

  .kfa-h-menu-link::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 20px;
    height: 0.5px;
    background: #D4BC85;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-origin: center;
  }

  .kfa-h-menu-link:hover,
  .kfa-h-menu-link.is-active {
    color: #F2EEE5 !important;
  }

  .kfa-h-menu-link:hover::before,
  .kfa-h-menu-link.is-active::before {
    transform: translateX(-50%) scaleX(1);
  }

  /* Numéro romain devant chaque entrée */
  .kfa-h-menu-num {
    color: rgba(212, 188, 133, 0.55);
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }

  /* Caret pour items avec sous-menu — visible et explicite */
  .kfa-h-menu-caret {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #D4BC85;
    border-bottom: 1px solid #D4BC85;
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 4px;
    transition: transform 0.4s ease, border-color 0.4s ease;
    opacity: 0.85;
  }

  .kfa-h-menu-link:hover .kfa-h-menu-caret {
    opacity: 1;
    border-color: #F2EEE5;
  }

  .kfa-h-menu-item.is-open .kfa-h-menu-caret {
    transform: rotate(225deg);
    margin-top: 4px;
    opacity: 1;
    border-color: #F2EEE5;
  }

  /* ====== CTA INSCRIPTION ====== */
  .kfa-h-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    border: 0.5px solid rgba(212, 188, 133, 0.45);
    color: #D4BC85;
    font-family: 'Inter', sans-serif;
    font-size: 9.5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }

  .kfa-h-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(212, 188, 133, 0.08);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 0;
  }

  .kfa-h-cta:hover {
    color: #F2EEE5;
    border-color: #D4BC85;
    gap: 18px;
  }

  .kfa-h-cta:hover::before {
    transform: scaleY(1);
  }

  .kfa-h-cta > * {
    position: relative;
    z-index: 1;
  }

  .kfa-h-cta-arrow {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
  }

  /* ====================================================
     ÉTAT STICKY CONDENSÉ — au scroll > 80px
     ==================================================== */
  .kfa-h.is-scrolled {
    background: rgba(14, 12, 10, 0.96);
  }

  .kfa-h.is-scrolled .kfa-h-meta {
    max-height: 0;
    opacity: 0;
    border-bottom-color: transparent;
  }

  .kfa-h.is-scrolled .kfa-h-meta-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kfa-h.is-scrolled .kfa-h-nav-inner {
    height: 60px;
  }

  .kfa-h.is-scrolled .kfa-h-logo {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .kfa-h.is-scrolled .kfa-h-cta {
    padding: 11px 20px;
    font-size: 9px;
  }

  /* (Le spacer n'existe plus — Elementor gère l'espace réservé) */

  /* ====================================================
     MÉGA-PANNEAU ÉDITORIAL (Association · Cours · Articles)
     ==================================================== */
  .kfa-h-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(14, 12, 10, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 0.5px solid rgba(212, 188, 133, 0.18);
    border-bottom: 0.5px solid rgba(212, 188, 133, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0s 0.6s;
    pointer-events: none;
  }

  .kfa-h-menu-item.is-open .kfa-h-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0s;
    pointer-events: auto;
  }

  .kfa-h-panel-inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 72px 56px 80px;
    display: grid;
    grid-template-columns: 0.85fr 1.65fr 0.9fr;
    gap: 80px;
    align-items: start;
  }

  /* ====== Colonne gauche : numéro de chapitre ====== */
  .kfa-h-panel-chapter {
    position: relative;
  }

  .kfa-h-panel-chapter-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 132px;
    line-height: 0.82;
    font-weight: 500;
    font-style: italic;
    color: rgba(232, 228, 220, 0.92);
    letter-spacing: -0.06em;
    display: block;
    margin-bottom: 18px;
    position: relative;
  }

  .kfa-h-panel-chapter-label {
    position: absolute;
    top: 18px;
    right: -4px;
    color: rgba(212, 188, 133, 0.5);
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transform: rotate(90deg);
    transform-origin: 0 0;
    width: 90px;
  }

  .kfa-h-panel-chapter-name {
    color: #B89860;
    font-family: 'Inter', sans-serif;
    font-size: 9.5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 0.5px solid rgba(184, 152, 96, 0.3);
  }

  .kfa-h-panel-chapter-note {
    color: rgba(232, 228, 220, 0.6);
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    max-width: 280px;
  }

  /* ====== Colonne centrale : liste des sous-sections ====== */
  .kfa-h-panel-list {
    padding-top: 12px;
  }

  .kfa-h-panel-list-overline {
    color: #B89860;
    font-family: 'Inter', sans-serif;
    font-size: 9.5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }

  .kfa-h-panel-list-overline::before {
    content: '';
    width: 32px;
    height: 0.5px;
    background: #B89860;
  }

  .kfa-h-panel-entries {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
  }

  .kfa-h-panel-entry {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 0.5px solid rgba(212, 188, 133, 0.12);
    align-items: baseline;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: inherit;
  }

  .kfa-h-panel-entry:hover {
    padding-left: 8px;
  }

  .kfa-h-panel-entry-num {
    color: rgba(212, 188, 133, 0.55);
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    transition: color 0.5s ease;
  }

  .kfa-h-panel-entry:hover .kfa-h-panel-entry-num {
    color: #D4BC85;
  }

  .kfa-h-panel-entry-content {
    min-width: 0;
  }

  .kfa-h-panel-entry-title {
    color: #F2EEE5;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.01em;
    transition: color 0.5s ease;
    margin-bottom: 4px;
  }

  .kfa-h-panel-entry-title em {
    font-style: italic;
    color: #D4BC85;
  }

  .kfa-h-panel-entry:hover .kfa-h-panel-entry-title {
    color: #D4BC85;
  }

  .kfa-h-panel-entry-sub {
    color: rgba(232, 228, 220, 0.45);
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
  }

  /* ====== Colonne droite : signature éditoriale ====== */
  .kfa-h-panel-aside {
    padding-top: 12px;
    border-left: 0.5px solid rgba(212, 188, 133, 0.18);
    padding-left: 40px;
  }

  .kfa-h-panel-aside-label {
    color: rgba(232, 228, 220, 0.5);
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .kfa-h-panel-aside-quote {
    color: rgba(232, 228, 220, 0.78);
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 24px;
  }

  .kfa-h-panel-aside-quote em {
    color: #D4BC85;
  }

  .kfa-h-panel-aside-source {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-top: 16px;
    border-top: 0.5px solid rgba(212, 188, 133, 0.18);
  }

  .kfa-h-panel-aside-source-ideo {
    color: #B89860;
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }

  .kfa-h-panel-aside-source-text {
    color: rgba(232, 228, 220, 0.55);
    font-family: 'Cormorant Garamond', serif;
    font-size: 12.5px;
    font-style: italic;
    line-height: 1.4;
  }

  /* ====================================================
     DROPDOWN RAFFINÉ (Infos)
     ==================================================== */
  .kfa-h-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    margin-top: 8px;
    min-width: 260px;
    background: rgba(14, 12, 10, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 0.5px solid rgba(212, 188, 133, 0.25);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0s 0.5s;
    pointer-events: none;
  }

  .kfa-h-menu-item.is-open .kfa-h-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition:
      opacity 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0s;
    pointer-events: auto;
  }

  .kfa-h-dropdown-item {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 14px 24px;
    color: inherit;
    transition: all 0.4s ease;
    align-items: baseline;
  }

  .kfa-h-dropdown-item:hover {
    background: rgba(212, 188, 133, 0.04);
  }

  .kfa-h-dropdown-num {
    color: rgba(212, 188, 133, 0.55);
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    transition: color 0.4s ease;
  }

  .kfa-h-dropdown-item:hover .kfa-h-dropdown-num {
    color: #D4BC85;
  }

  .kfa-h-dropdown-title {
    color: rgba(232, 228, 220, 0.85);
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    transition: color 0.4s ease;
  }

  .kfa-h-dropdown-item:hover .kfa-h-dropdown-title {
    color: #F2EEE5;
  }

  /* ====================================================
     BURGER MOBILE
     ==================================================== */
  .kfa-h-burger {
    display: none;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
  }

  .kfa-h-burger-line {
    width: 22px;
    height: 0.5px;
    background: #D4BC85;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-origin: center;
  }

  .kfa-h-burger-line:nth-child(2) {
    width: 16px;
    margin-left: auto;
  }

  .kfa-h-burger:hover .kfa-h-burger-line:nth-child(2) {
    width: 22px;
  }

  .kfa-h.is-mobile-open .kfa-h-burger-line:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .kfa-h.is-mobile-open .kfa-h-burger-line:nth-child(2) {
    opacity: 0;
    width: 0;
  }

  .kfa-h.is-mobile-open .kfa-h-burger-line:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  /* ====================================================
     PANNEAU MOBILE — "Table des matières"
     ----------------------------------------------------
     FIX critique : Elementor met parfois ses conteneurs en
     transform/filter qui cassent position:fixed. On force
     le panneau à se positionner par rapport au viewport
     en utilisant un z-index très élevé et will-change.
     ==================================================== */
  .kfa-h-mobile {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important; /* dynamic viewport height pour mobile moderne */
    background: #0E0C0A !important;
    z-index: 999999 !important; /* au-dessus de TOUT Elementor */
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0s 0.6s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 100px 24px 64px;
    will-change: opacity, visibility;
    transform: translateZ(0); /* force compositing layer */
  }

  .kfa-h.is-mobile-open .kfa-h-mobile {
    opacity: 1;
    visibility: visible;
    transition:
      opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
      visibility 0s;
  }

  .kfa-h-mobile-header {
    padding-bottom: 24px;
    border-bottom: 0.5px solid rgba(212, 188, 133, 0.18);
    margin-bottom: 32px;
  }

  .kfa-h-mobile-overline {
    color: #B89860;
    font-family: 'Inter', sans-serif;
    font-size: 9.5px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .kfa-h-mobile-title {
    color: #F2EEE5;
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .kfa-h-mobile-section {
    border-bottom: 0.5px solid rgba(212, 188, 133, 0.12);
  }

  .kfa-h-mobile-section-head {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    align-items: baseline;
    gap: 16px;
    padding: 20px 0;
    color: inherit;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
  }

  .kfa-h-mobile-section-num {
    color: rgba(212, 188, 133, 0.55);
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .kfa-h-mobile-section-title {
    color: #F2EEE5;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .kfa-h-mobile-section-ideo {
    color: #B89860;
    font-family: 'Noto Serif SC', serif;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.6;
  }

  /* Sous-sections mobiles (accordéon) */
  .kfa-h-mobile-sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .kfa-h-mobile-section.is-open .kfa-h-mobile-sub {
    max-height: 1200px;
  }

  .kfa-h-mobile-sub-inner {
    padding: 0 0 24px 56px;
  }

  .kfa-h-mobile-sub-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    padding: 12px 0;
    color: inherit;
    align-items: baseline;
  }

  .kfa-h-mobile-sub-num {
    color: rgba(212, 188, 133, 0.5);
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-style: italic;
  }

  .kfa-h-mobile-sub-title {
    color: rgba(232, 228, 220, 0.82);
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.3;
  }

  .kfa-h-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 20px 24px;
    border: 0.5px solid rgba(212, 188, 133, 0.4);
    color: #D4BC85;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 600;
  }

  /* Body lock quand mobile ouvert — empêche le scroll de page derrière */
  body.kfa-h-locked {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Quand le mobile est ouvert, le header garde son z-index supérieur
     pour que le burger croix reste cliquable */
  .kfa-h.is-mobile-open {
    z-index: 1000000 !important; /* encore plus haut que le panneau mobile */
  }

  /* ====================================================
     RESPONSIVE
     ==================================================== */
  @media (max-width: 1280px) {
    .kfa-h-nav-inner { padding: 0 40px; gap: 32px; }
    .kfa-h-meta-inner { padding: 11px 40px; }
    .kfa-h-menu-link { padding: 12px 14px; letter-spacing: 3px; }
    .kfa-h-panel-inner { padding: 56px 40px 64px; gap: 56px; grid-template-columns: 0.8fr 1.6fr 1fr; }
    .kfa-h-panel-chapter-num { font-size: 108px; }
  }

  @media (max-width: 1100px) {
    .kfa-h-menu-num { display: none; }
    .kfa-h-menu-link { padding: 12px 12px; font-size: 10.5px !important; letter-spacing: 2.5px; }
  }

  @media (max-width: 960px) {
    .kfa-h-menu, .kfa-h-cta { display: none; }
    .kfa-h-burger { display: flex; }
    .kfa-h-nav-inner {
      grid-template-columns: auto 1fr auto;
    }
    .kfa-h-meta-center { display: none; }
    .kfa-h-meta-inner { grid-template-columns: 1fr auto; }
  }

  @media (max-width: 640px) {
    .kfa-h-nav-inner { padding: 0 24px; height: 64px; }
    .kfa-h-meta-inner { padding: 10px 24px; }
    .kfa-h-meta-left { font-size: 9px; letter-spacing: 2.5px; }
    .kfa-h-meta-ideo { font-size: 12px; }
    .kfa-h-meta-right { font-size: 8.5px; letter-spacing: 2.5px; }
    .kfa-h-logo { width: 42px; height: 42px; font-size: 18px; }
    .kfa-h-mobile { padding: 100px 20px 56px; }
    .kfa-h-mobile-title { font-size: 30px; }
    .kfa-h-mobile-section-title { font-size: 24px; }
  }
