.kh-about-page{
      --kh-bg:#d8d3cd;
      --kh-bg-soft:#e7e2db;
      --kh-card:#f4f0ea;
      --kh-white:#ffffff;
      --kh-green:#1f4a36;
      --kh-green-2:#2f6a4d;
      --kh-text:#5f544d;
      --kh-text-soft:#7a6f67;
      --kh-line:rgba(31,74,54,0.14);
      --kh-shadow:0 18px 50px rgba(31,74,54,0.10);
      --kh-radius:24px;
      --kh-radius-lg:34px;
      --kh-container:1240px;
      width:100%;
      background:linear-gradient(180deg,#d8d3cd 0%, #e4dfd8 100%);
      font-family:Inter, sans-serif;
      color:var(--kh-text);
      position:relative;
      overflow:hidden;
      isolation:isolate;
    }

    .kh-about-page *{
      box-sizing:border-box;
    }

    .kh-about-page::before,
    .kh-about-page::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      z-index:0;
      filter:blur(10px);
      opacity:.35;
    }

    .kh-about-page::before{
      width:380px;
      height:380px;
      background:radial-gradient(circle, rgba(31,74,54,.14), transparent 70%);
      top:-120px;
      right:-80px;
      animation:khFloatA 10s ease-in-out infinite;
    }

    .kh-about-page::after{
      width:280px;
      height:280px;
      background:radial-gradient(circle, rgba(47,106,77,.12), transparent 72%);
      left:-90px;
      bottom:120px;
      animation:khFloatB 12s ease-in-out infinite;
    }

    .kh-about-page .kh-container{
      max-width:var(--kh-container);
      margin:0 auto;
      padding:0 24px;
      position:relative;
      z-index:1;
    }

    .kh-about-page .kh-section{
      padding:95px 0;
      position:relative;
    }

    .kh-about-page .kh-eyebrow{
      display:inline-block;
      font-size:12px;
      line-height:1.2;
      letter-spacing:3px;
      text-transform:uppercase;
      color:var(--kh-green);
      margin-bottom:18px;
    }

    .kh-about-page .kh-title{
      margin:0;
      font-family:"Playfair Display", serif;
      font-size:clamp(42px,6vw,86px);
      line-height:1.02;
      letter-spacing:-1.6px;
      color:var(--kh-green);
      font-weight:500;
    }

    .kh-about-page .kh-subtitle,
    .kh-about-page .kh-copy,
    .kh-about-page .kh-list-text,
    .kh-about-page .kh-value-text{
      font-size:18px;
      line-height:1.95;
      color:var(--kh-text);
      margin:0;
    }

    .kh-about-page .kh-copy + .kh-copy{
      margin-top:22px;
    }

    .kh-about-page .kh-accent-line{
      width:110px;
      height:1px;
      background:linear-gradient(90deg,var(--kh-green),transparent);
      margin:28px 0 26px;
      opacity:.3;
    }

    .kh-about-page .kh-highlight{
      color:var(--kh-green);
      font-weight:700;
    }

    .kh-about-page .kh-tags{
      display:flex;
      flex-wrap:wrap;
      gap:12px 18px;
      margin-top:30px;
    }

    .kh-about-page .kh-tag{
      font-size:12px;
      letter-spacing:1.8px;
      text-transform:uppercase;
      color:var(--kh-green);
      padding:0;
    }

    .kh-about-page .kh-btn-row{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:34px;
    }

    .kh-about-page .kh-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:56px;
      padding:14px 28px;
      border-radius:999px;
      text-decoration:none;
      font-size:16px;
      font-weight:600;
      transition:transform .35s ease, box-shadow .35s ease, background .35s ease, color .35s ease, border-color .35s ease;
      will-change:transform;
    }

    .kh-about-page .kh-btn-primary{
      background:var(--kh-green);
      color:#fff;
      box-shadow:0 14px 30px rgba(31,74,54,.18);
    }

    .kh-about-page .kh-btn-primary:hover{
      transform:translateY(-3px);
      background:var(--kh-green-2);
      box-shadow:0 18px 34px rgba(31,74,54,.24);
      color:#fff;
    }

    .kh-about-page .kh-btn-secondary{
      color:var(--kh-green);
      border:1px solid rgba(31,74,54,.18);
      background:rgba(255,255,255,.55);
      backdrop-filter:blur(10px);
    }

    .kh-about-page .kh-btn-secondary:hover{
      transform:translateY(-3px);
      background:var(--kh-white);
      color:var(--kh-green);
      box-shadow:var(--kh-shadow);
    }

    /* HERO */
    .kh-about-page .kh-hero-grid{
      display:grid;
      grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
      align-items:center;
      gap:56px;
    }

    .kh-about-page .kh-hero-media{
      position:relative;
    }

    .kh-about-page .kh-hero-photo-wrap{
      position:relative;
      border-radius:34px;
      overflow:hidden;
      background:linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.42));
      box-shadow:var(--kh-shadow);
      min-height:680px;
      isolation:isolate;
    }

    .kh-about-page .kh-hero-photo-wrap::before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      padding:1px;
      background:linear-gradient(180deg, rgba(255,255,255,.7), rgba(31,74,54,.12));
      -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite:xor;
              mask-composite:exclude;
      pointer-events:none;
      z-index:2;
    }

    .kh-about-page .kh-hero-photo{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transform:scale(1.02);
    }

    .kh-about-page .kh-photo-overlay{
      position:absolute;
      inset:auto 0 0 0;
      height:45%;
      background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(31,74,54,.22) 100%);
      z-index:1;
      pointer-events:none;
    }

    .kh-about-page .kh-glow{
      position:absolute;
      width:140px;
      height:140px;
      border-radius:50%;
      background:radial-gradient(circle, rgba(255,255,255,.45), rgba(255,255,255,0));
      top:24px;
      right:20px;
      z-index:1;
      pointer-events:none;
      animation:khPulse 4.8s ease-in-out infinite;
    }

    .kh-about-page .kh-scroll-card{
      position:absolute;
      left:-26px;
      bottom:24px;
      background:rgba(255,255,255,.72);
      backdrop-filter:blur(14px);
      border:1px solid rgba(31,74,54,.09);
      border-radius:18px;
      padding:16px 18px;
      box-shadow:0 12px 28px rgba(31,74,54,.12);
      max-width:230px;
      z-index:3;
      animation:khFloatCard 5s ease-in-out infinite;
    }

    .kh-about-page .kh-scroll-card span{
      display:block;
      font-size:11px;
      letter-spacing:2px;
      text-transform:uppercase;
      color:var(--kh-green);
      margin-bottom:6px;
    }

    .kh-about-page .kh-scroll-card strong{
      display:block;
      color:var(--kh-text);
      font-size:14px;
      line-height:1.6;
      font-weight:600;
    }

    /* STORY */
    .kh-about-page .kh-story-wrap{
      background:rgba(255,255,255,.38);
      border:1px solid rgba(31,74,54,.08);
      border-radius:var(--kh-radius-lg);
      padding:46px;
      box-shadow:var(--kh-shadow);
      backdrop-filter:blur(8px);
    }

    .kh-about-page .kh-story-grid{
      display:grid;
      grid-template-columns:220px minmax(0,1fr);
      gap:34px;
      align-items:start;
    }

    .kh-about-page .kh-sticky-title{
      position:sticky;
      top:100px;
    }

    .kh-about-page .kh-section-title{
      margin:0;
      font-family:"Playfair Display", serif;
      font-size:clamp(32px,4vw,54px);
      line-height:1.08;
      color:var(--kh-green);
      font-weight:500;
      letter-spacing:-1px;
    }

    .kh-about-page .kh-story-content > * + *{
      margin-top:18px;
    }

    /* TRAINING */
    .kh-about-page .kh-center-head{
      max-width:760px;
      margin:0 auto 50px;
      text-align:center;
    }

    .kh-about-page .kh-timeline{
      position:relative;
      display:grid;
      gap:20px;
    }

    .kh-about-page .kh-timeline::before{
      content:"";
      position:absolute;
      left:17px;
      top:8px;
      bottom:8px;
      width:1px;
      background:linear-gradient(180deg, rgba(31,74,54,.35), rgba(31,74,54,.08));
    }

    .kh-about-page .kh-time-item{
      position:relative;
      display:grid;
      grid-template-columns:56px minmax(0,1fr);
      gap:20px;
      align-items:start;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,74,54,.08);
      border-radius:24px;
      padding:24px 24px 24px 0;
      box-shadow:0 10px 30px rgba(31,74,54,.06);
      transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    }

    .kh-about-page .kh-time-item:hover{
      transform:translateY(-4px);
      box-shadow:0 16px 34px rgba(31,74,54,.11);
      border-color:rgba(31,74,54,.16);
    }

    .kh-about-page .kh-time-dot{
      width:36px;
      height:36px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--kh-green),var(--kh-green-2));
      margin:4px 0 0 0;
      position:relative;
      left:-1px;
      box-shadow:0 10px 20px rgba(31,74,54,.18);
    }

    .kh-about-page .kh-time-dot::before{
      content:"";
      position:absolute;
      inset:8px;
      border-radius:50%;
      background:rgba(255,255,255,.88);
    }

    .kh-about-page .kh-time-title{
      margin:0 0 8px;
      font-size:20px;
      line-height:1.4;
      color:var(--kh-green);
      font-weight:700;
    }

    /* APPROACH */
    .kh-about-page .kh-approach-grid{
      display:grid;
      grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
      gap:30px;
      align-items:start;
    }

    .kh-about-page .kh-panel{
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,74,54,.08);
      border-radius:30px;
      padding:34px;
      box-shadow:var(--kh-shadow);
    }

    .kh-about-page .kh-list-card{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(31,74,54,.08);
      border-radius:24px;
      padding:26px 24px;
    }

    .kh-about-page .kh-list-card + .kh-list-card{
      margin-top:18px;
    }

    .kh-about-page .kh-list-head{
      margin:0 0 14px;
      font-size:15px;
      line-height:1.2;
      letter-spacing:2px;
      text-transform:uppercase;
      color:var(--kh-green);
      font-weight:700;
    }

    .kh-about-page .kh-bullets{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:14px;
    }

    .kh-about-page .kh-bullets li{
      display:grid;
      grid-template-columns:18px minmax(0,1fr);
      gap:12px;
      align-items:start;
      font-size:17px;
      line-height:1.8;
      color:var(--kh-text);
    }

    .kh-about-page .kh-bullets li::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--kh-green);
      margin-top:12px;
      box-shadow:0 0 0 5px rgba(31,74,54,.10);
    }

    /* VALUES */
    .kh-about-page .kh-values-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:22px;
    }

    .kh-about-page .kh-value-card{
      background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.5));
      border:1px solid rgba(31,74,54,.08);
      border-radius:26px;
      padding:28px;
      box-shadow:0 10px 26px rgba(31,74,54,.06);
      transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
      position:relative;
      overflow:hidden;
      min-height:100%;
    }

    .kh-about-page .kh-value-card::before{
      content:"";
      position:absolute;
      top:0;
      left:-120%;
      width:80%;
      height:100%;
      background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,0));
      transition:left .75s ease;
      pointer-events:none;
    }

    .kh-about-page .kh-value-card:hover{
      transform:translateY(-5px);
      box-shadow:0 18px 36px rgba(31,74,54,.11);
      border-color:rgba(31,74,54,.16);
    }

    .kh-about-page .kh-value-card:hover::before{
      left:140%;
    }

    .kh-about-page .kh-value-title{
      margin:0 0 12px;
      font-size:21px;
      line-height:1.35;
      color:var(--kh-green);
      font-weight:700;
    }

    /* CTA */
    .kh-about-page .kh-cta-box{
      background:linear-gradient(135deg, rgba(31,74,54,.96), rgba(47,106,77,.90));
      border-radius:34px;
      padding:48px;
      color:#fff;
      box-shadow:0 28px 60px rgba(31,74,54,.22);
      position:relative;
      overflow:hidden;
    }

    .kh-about-page .kh-cta-box::before,
    .kh-about-page .kh-cta-box::after{
      content:"";
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      background:radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,0) 70%);
    }

    .kh-about-page .kh-cta-box::before{
      width:260px;
      height:260px;
      top:-100px;
      right:-80px;
    }

    .kh-about-page .kh-cta-box::after{
      width:200px;
      height:200px;
      bottom:-90px;
      left:-60px;
    }

    .kh-about-page .kh-cta-grid{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:22px;
      align-items:end;
      position:relative;
      z-index:1;
    }

    .kh-about-page .kh-cta-title{
      margin:0 0 14px;
      font-family:"Playfair Display", serif;
      font-size:clamp(34px,4.8vw,58px);
      line-height:1.04;
      letter-spacing:-1px;
      color:#fff;
      font-weight:500;
    }

    .kh-about-page .kh-cta-copy{
      margin:0;
      font-size:18px;
      line-height:1.9;
      color:rgba(255,255,255,.88);
      max-width:760px;
    }

    .kh-about-page .kh-cta-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      justify-content:flex-end;
      align-items:center;
    }

    .kh-about-page .kh-cta-actions .kh-btn-primary{
      background:#fff;
      color:var(--kh-green);
      box-shadow:none;
    }

    .kh-about-page .kh-cta-actions .kh-btn-primary:hover{
      background:var(--kh-bg-soft);
      color:var(--kh-green);
    }

    .kh-about-page .kh-cta-actions .kh-btn-secondary{
      background:transparent;
      color:#fff;
      border-color:rgba(255,255,255,.26);
    }

    .kh-about-page .kh-cta-actions .kh-btn-secondary:hover{
      background:rgba(255,255,255,.10);
      color:#fff;
      box-shadow:none;
    }

    /* REVEAL */
    .kh-about-page .kh-reveal{
      opacity:0;
      transform:translateY(26px);
      animation:khReveal .85s ease forwards;
    }

    .kh-about-page .kh-delay-1{ animation-delay:.08s; }
    .kh-about-page .kh-delay-2{ animation-delay:.16s; }
    .kh-about-page .kh-delay-3{ animation-delay:.24s; }
    .kh-about-page .kh-delay-4{ animation-delay:.32s; }
    .kh-about-page .kh-delay-5{ animation-delay:.40s; }

    @keyframes khReveal{
      to{
        opacity:1;
        transform:none;
      }
    }

    @keyframes khFloatA{
      0%,100%{ transform:translate3d(0,0,0); }
      50%{ transform:translate3d(-16px,18px,0); }
    }

    @keyframes khFloatB{
      0%,100%{ transform:translate3d(0,0,0); }
      50%{ transform:translate3d(20px,-18px,0); }
    }

    @keyframes khPulse{
      0%,100%{ transform:scale(1); opacity:.55; }
      50%{ transform:scale(1.08); opacity:.9; }
    }

    @keyframes khFloatCard{
      0%,100%{ transform:translateY(0); }
      50%{ transform:translateY(-8px); }
    }

    /* RESPONSIVE */
    @media (max-width: 1100px){
      .kh-about-page .kh-hero-grid,
      .kh-about-page .kh-approach-grid,
      .kh-about-page .kh-cta-grid{
        grid-template-columns:1fr;
      }

      .kh-about-page .kh-hero-media{
        order:-1;
      }

      .kh-about-page .kh-hero-photo-wrap{
        min-height:560px;
      }

      .kh-about-page .kh-scroll-card{
        left:20px;
      }

      .kh-about-page .kh-values-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
      }

      .kh-about-page .kh-cta-actions{
        justify-content:flex-start;
      }
    }

    @media (max-width: 820px){
      .kh-about-page .kh-section{
        padding:72px 0;
      }

      .kh-about-page .kh-story-wrap{
        padding:26px;
      }

      .kh-about-page .kh-story-grid{
        grid-template-columns:1fr;
        gap:24px;
      }

      .kh-about-page .kh-sticky-title{
        position:relative;
        top:auto;
      }

      .kh-about-page .kh-panel{
        padding:26px;
      }

      .kh-about-page .kh-values-grid{
        grid-template-columns:1fr;
      }

      .kh-about-page .kh-cta-box{
        padding:34px 24px;
      }

      .kh-about-page .kh-hero-photo-wrap{
        min-height:480px;
      }
    }

    @media (max-width: 600px){
      .kh-about-page .kh-container{
        padding:0 18px;
      }

      .kh-about-page .kh-subtitle,
      .kh-about-page .kh-copy,
      .kh-about-page .kh-list-text,
      .kh-about-page .kh-value-text{
        font-size:16px;
        line-height:1.85;
      }

      .kh-about-page .kh-time-item{
        grid-template-columns:46px 1fr;
        gap:14px;
        padding:20px 18px 20px 0;
      }

      .kh-about-page .kh-time-title,
      .kh-about-page .kh-value-title{
        font-size:18px;
      }

      .kh-about-page .kh-bullets li{
        font-size:15px;
      }

      .kh-about-page .kh-hero-photo-wrap{
        min-height:400px;
        border-radius:24px;
      }

      .kh-about-page .kh-scroll-card{
        position:relative;
        left:auto;
        bottom:auto;
        margin-top:16px;
        max-width:100%;
      }

      .kh-about-page .kh-btn{
        width:100%;
      }

      .kh-about-page .kh-btn-row,
      .kh-about-page .kh-cta-actions{
        flex-direction:column;
        align-items:stretch;
      }
    }