/* Extracted from about copy.html — page content styles */

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Vazirmatn', sans-serif;
      background: var(--canvas);
      color: var(--ink);
      line-height: 1.8;
      overflow-x: hidden;
    }
    h1, h2, h3, h4, .brand, .btn, .chip, .nav a, .stat-num {
      font-family: 'Baloo Bhaijaan 2', 'Vazirmatn', sans-serif;
    }
    img, svg { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    ul { list-style: none; }
    button { font: inherit; cursor: pointer; border: none; background: none; }
    section { position: relative; }
    .wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

    /* ===================== Navbar (shared) ===================== */
    .nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(255, 249, 238, 0.92);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--line);
    }
    .nav-inner {
      max-width: 1180px; margin: 0 auto; padding: 12px 24px;
      display: flex; align-items: center; justify-content: space-between; gap: 24px;
    }
    .brand {
      display: flex; align-items: center; gap: 10px;
      font-weight: 800; font-size: 24px; color: var(--ink);
    }
    .brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 50%; }
    .nav-links { display: flex; align-items: center; gap: 6px; }
    .nav-links a {
      padding: 10px 16px; border-radius: 100px; font-weight: 600; font-size: 15px;
      color: var(--ink-soft); transition: background .2s var(--ease), color .2s var(--ease);
    }
    .nav-links a:hover, .nav-links a.active { background: var(--sun-100); color: var(--sun-deep); }
    .nav-cta { display: flex; align-items: center; gap: 12px; }
    .nav-ghost { font-weight: 600; font-size: 15px; color: var(--ink-soft); padding: 10px 12px; }

    .burger {
      display: none; flex-direction: column; gap: 6px;
      width: 30px; height: 24px; justify-content: center; z-index: 101;
    }
    .burger span {
      width: 100%; height: 3px; background: var(--ink); border-radius: 4px;
      transition: transform .3s var(--ease), opacity .3s var(--ease);
    }
    .burger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .burger.open span:nth-child(2) { opacity: 0; }
    .burger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

    .mobile-drawer {
      position: fixed; inset: 0; background: var(--canvas); z-index: 99;
      display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px;
      transform: translateX(100%); transition: transform 0.4s var(--ease);
    }
    .mobile-drawer.open { transform: translateX(0); }
    .mobile-drawer a {
      font-size: 22px; font-weight: 700; color: var(--ink);
      padding: 10px 20px; border-radius: 100px;
    }
    .mobile-drawer a:hover { background: var(--sun-100); }

    /* ===================== Buttons ===================== */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      padding: 14px 28px; border-radius: 100px; font-weight: 700; font-size: 16px;
      transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
      white-space: nowrap;
    }
    .btn-primary {
      background: var(--sun); color: #fff; box-shadow: 0 4px 0 var(--sun-deep);
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--sun-deep), var(--shadow-sm); }
    .btn-primary:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--sun-deep); }
    .btn-outline {
      background: #fff; color: var(--ink); border: 2px solid var(--line);
    }
    .btn-outline:hover { border-color: var(--sky); color: var(--sky); transform: translateY(-2px); }
    .btn-sm { padding: 10px 20px; font-size: 14px; }
    .btn-light {
      background: #fff; color: var(--grape); box-shadow: 0 4px 0 rgba(0,0,0,.12);
    }
    .btn-light:hover { transform: translateY(-2px); }

    .chip {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--white); border: 1px solid var(--line); border-radius: 100px;
      padding: 8px 16px; font-weight: 600; font-size: 13px; color: var(--ink-soft); box-shadow: var(--shadow-sm);
    }
    .chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); }

    /* ===================== Masthead ===================== */
    .masthead {
      padding: 56px 0 76px; overflow: hidden; color: #fff; text-align: center;
      background:
        radial-gradient(ellipse 60% 60% at 88% 10%, rgba(255,159,28,.28), transparent 55%),
        radial-gradient(ellipse 50% 50% at 8% 90%, rgba(47,163,107,.22), transparent 55%),
        linear-gradient(135deg, var(--grape), var(--sky));
    }
    .breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13.5px; color: rgba(255,255,255,.75); margin-bottom: 20px; }
    .breadcrumb a { color: rgba(255,255,255,.75); font-weight: 600; }
    .breadcrumb a:hover { color: #fff; }
    .breadcrumb span.sep { opacity: .5; }
    .breadcrumb span.current { color: #fff; font-weight: 700; }
    .masthead .eyebrow {
      display: inline-block; font-weight: 700; font-size: 13px; color: #fff;
      background: rgba(255,255,255,.15); padding: 6px 16px; border-radius: 100px; margin-bottom: 18px;
    }
    .masthead h1 { font-size: clamp(30px, 5vw, 50px); font-weight: 800; max-width: 760px; margin: 0 auto 18px; line-height: 1.3; }
    .masthead p.lead { font-size: 16.5px; color: rgba(255,255,255,.9); max-width: 620px; margin: 0 auto; }
    .masthead-mascot { width: 96px; margin: 0 auto 18px; filter: drop-shadow(0 10px 20px rgba(0,0,0,.2)); }

    /* ===================== Section heading ===================== */
    .section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
    .section-head .eyebrow {
      display: inline-block; font-weight: 700; font-size: 13px;
      color: var(--grape); background: var(--grape-100); padding: 6px 16px; border-radius: 100px; margin-bottom: 14px;
    }
    .section-head h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; margin-bottom: 12px; }
    .section-head p { color: var(--ink-soft); font-size: 16px; }

    /* ===================== Story ===================== */
    .story { padding: 80px 0; }
    .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    .story-art { position: relative; }
    .story-art img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
    .story-text h2 { font-size: clamp(24px, 3.2vw, 32px); font-weight: 800; margin-bottom: 18px; }
    .story-text p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 14px; }
    .story-text p:last-child { margin-bottom: 0; }
    .story-text .signature { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
    .story-text .signature img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
    .story-text .signature b { display: block; font-size: 14.5px; }
    .story-text .signature span { font-size: 13px; color: var(--ink-soft); }

    /* ===================== Stats ===================== */
    .stats {
      padding: 36px 0;
      background: linear-gradient(135deg, var(--grape), var(--sky));
      color: #fff;
    }
    .stats-inner {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
    }
    .stat-num { font-size: clamp(28px, 4vw, 40px); font-weight: 800; line-height: 1.2; }
    .stat-label { font-size: 14px; opacity: .88; margin-top: 4px; }

    /* ===================== Values ===================== */
    .values { padding: 80px 0; }
    .val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .val {
      padding: 28px 24px; border-radius: var(--radius-lg);
      background: var(--white); border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
      transition: transform .22s var(--ease), box-shadow .22s var(--ease);
    }
    .val:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
    .val-icon {
      width: 52px; height: 52px; border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px; font-size: 24px;
    }
    .val h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
    .val p { font-size: 14.5px; color: var(--ink-soft); }

    /* ===================== Timeline ===================== */
    .timeline { padding: 0 0 80px; }
    .tl-track { position: relative; max-width: 820px; margin: 0 auto; }
    .tl-track::before {
      content: ''; position: absolute; top: 0; bottom: 0; right: 24px;
      width: 3px; background: linear-gradient(180deg, var(--sun), var(--sky), var(--leaf));
      opacity: .35; border-radius: 2px;
    }
    .tl-item { position: relative; padding-right: 64px; margin-bottom: 32px; }
    .tl-item:last-child { margin-bottom: 0; }
    .tl-dot {
      position: absolute; right: 12px; top: 4px; width: 28px; height: 28px; border-radius: 50%;
      background: var(--sun); color: #fff; display: flex; align-items: center; justify-content: center;
      font-weight: 800; font-size: 12px; box-shadow: 0 0 0 6px var(--canvas);
    }
    .tl-item h3 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
    .tl-item p { font-size: 14.5px; color: var(--ink-soft); }

    /* ===================== Team ===================== */
    .team { padding: 80px 0; }
    .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
    .team-card {
      display: flex; flex-direction: column; align-items: center; text-align: center;
      padding: 28px 20px; border-radius: var(--radius-lg); height: 100%;
      background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
      transition: transform .22s var(--ease), box-shadow .22s var(--ease);
    }
    .team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
    .team-card .avatar {
      width: 108px; height: 108px; border-radius: 50%; margin: 0 auto 16px;
      overflow: hidden; border: 4px solid var(--canvas-2); box-shadow: var(--shadow-sm); flex-shrink: 0;
    }
    .team-card .avatar img { width: 100%; height: 100%; object-fit: cover; }
    .team-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
    .team-card .role { font-size: 13px; font-weight: 700; color: var(--grape); background: var(--grape-100); display: inline-block; padding: 4px 12px; border-radius: 100px; margin-bottom: 10px; }
    .team-card p.bio {
      font-size: 13.5px; color: var(--ink-soft); margin: 0 0 12px;
      flex: 1 1 auto; width: 100%;
      display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
      min-height: 4.2em;
    }
    .team-card .more {
      font-size: 13px; font-weight: 700; color: var(--sky);
      margin-top: auto; padding-top: 8px;
    }

    /* ===================== CTA ===================== */
    .cta-banner { padding: 0 0 80px; }
    .cta-inner {
      background: linear-gradient(135deg, var(--grape), var(--sky));
      border-radius: var(--radius-lg); padding: 56px 40px; text-align: center; color: #fff;
      position: relative; overflow: hidden;
    }
    .cta-mascot {
      width: 120px; height: auto; margin: 0 auto 18px;
      position: relative; z-index: 1;
      filter: drop-shadow(0 8px 20px rgba(0,0,0,.25));
      mix-blend-mode: screen;
    }
    .cta-inner h2 { font-size: clamp(24px, 3.5vw, 34px); font-weight: 800; margin-bottom: 12px; position: relative; }
    .cta-inner p { opacity: .92; margin-bottom: 26px; font-size: 15.5px; max-width: 520px; margin-inline: auto; position: relative; }
    .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }
    .cta-perks {
      display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
      margin-top: 22px; font-size: 13.5px; opacity: .9; position: relative;
    }

    /* ===================== Footer ===================== */
    footer { padding: 56px 0 28px; border-top: 1px solid var(--line); background: var(--white); }
    .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
    .footer-brand p { color: var(--ink-soft); font-size: 14px; margin-top: 12px; max-width: 280px; }
    .footer-col b { font-family: 'Baloo Bhaijaan 2'; font-size: 15px; display: block; margin-bottom: 14px; }
    .footer-col ul { display: flex; flex-direction: column; gap: 10px; }
    .footer-col a { font-size: 14px; color: var(--ink-soft); transition: color .2s; }
    .footer-col a:hover { color: var(--sky); }
    .footer-bottom {
      display: flex; align-items: center; justify-content: space-between; padding-top: 22px;
      border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-soft); flex-wrap: wrap; gap: 12px;
    }

    /* ===================== Responsive ===================== */
    @media (max-width: 1024px) {
      .burger { display: flex; }
      .nav-links, .nav-cta { display: none; }
      .story-grid { grid-template-columns: 1fr; }
      .story-art { order: -1; }
      .val-grid { grid-template-columns: 1fr 1fr; }
      .team-grid { grid-template-columns: repeat(2, 1fr); }
      .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      .val-grid, .team-grid, .footer-grid { grid-template-columns: 1fr; }
      .cta-inner { padding: 44px 22px; }
      .cta-mascot { width: 96px; }
      .tl-item { padding-right: 54px; }
    }

    .sr-only {
      position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
      overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
    }
  
/* Utility icon tones (replaces inline styles from design) */
.val-icon--sun { background: var(--sun-100); color: var(--sun-deep); }
.val-icon--leaf { background: var(--leaf-100); color: var(--leaf); }
.val-icon--sky { background: var(--sky-100); color: var(--sky); }
.val-icon--berry { background: var(--berry-100); color: var(--berry); }
.val-icon--grape { background: var(--grape-100); color: var(--grape); }
a.signature { display: flex; text-decoration: none; color: inherit; }
