:root {
      --black:   #0A0A08;
      --deep:    #111109;
      --gold:    #f27422;
      --gold-lt: #E8B86D;
      --cream:   #F5F0E8;
      --warm:    #D4C9B0;
      --muted:   #7A7260;
      --line:    rgba(201,150,58,0.2);
      --white:   #FFFFFF;
      --r: 4px;
    }

    html { scroll-behavior: smooth; }

.about-banner {
        position: relative;
        min-height: 95vh;
        display: flex;
        align-items: center;
        background: linear-gradient(rgba(10, 15, 25, 0.78), rgba(10, 15, 25, 0.82)),
            url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop");
        background-size: cover;
        background-position: center;
        color: #fff;
        padding-top: 10%;
        padding-bottom:2%;
        width: 100%;
    }

    .about-badge {
        display: inline-block;
        padding: 12px 24px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 40px;
        backdrop-filter: blur(10px);
        margin-bottom: 25px;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .about-banner h1 {
        font-size: 78px;
        line-height: 1.1;
        font-weight: 800;
        margin-bottom: 25px;
    }

    .about-banner h1 span {
        color: var(--primary);
    }

    .about-banner p {
        font-size: 18px;
        line-height: 2;
        max-width: 720px;
        opacity: 0.92;
    }

    .hero-buttons {
        margin-top: 40px;
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
    }

    .hero-btn {
        padding: 16px 34px;
        border-radius: 14px;
        text-decoration: none;
        font-weight: 700;
        transition: 0.4s;
    }

    .hero-btn-primary {
        background: #fff;
        color: #111;
    }

    .hero-btn-primary:hover {
        background: #fff;
        color: #111;
    }

    .hero-btn-outline {
        border: 1px solid rgba(255, 255, 255, 0.35);
        color: #fff;
    }

    .hero-btn-outline:hover {
        background: #fff;
        color: #111;
    }

    .section-padding {
        padding: 110px 0;
    }

    .section-title {
        font-size: 44px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 25px;
        color: var(--dark);
    }

    .section-title span {
        color: var(--primary);
    }

    .about-text p {
        font-size: 14px;
        line-height: 2;
        color: #000;
        margin-bottom: 24px;
    }

    .about-image-wrapper {
        position: relative;
    }

    .about-image-wrapper::before {
        content: "";
        position: absolute;
        width: 85%;
        height: 85%;
        background: var(--primary);
        border-radius: 40px;
        top: -25px;
        right: -25px;
        z-index: 0;
    }

    .about-image-wrapper img {
        position: relative;
        z-index: 2;
        width: 100%;
        border-radius: 32px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    }

    .glass-card {
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 32px;
        padding: 50px;
        height: 100%;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
        transition: 0.4s;
    }

    .glass-card:hover {
        transform: translateY(-10px);
    }

    .icon-circle {
        width: 90px;
        height: 90px;
        border-radius: 24px;
        background: linear-gradient(135deg, var(--primary), #e4c48b);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111;
        font-size: 36px;
        margin-bottom: 30px;
    }

    .glass-card h3 {
        font-size: 38px;
        font-weight: 800;
        margin-bottom: 24px;
        color: var(--dark);
    }

    .glass-card p {
        color: #606a77;
        line-height: 2;
        margin-bottom: 18px;
    }

    .dark-section {
        background: linear-gradient(135deg, #0d131c, #131d29);
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .dark-section::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(201, 168, 106, 0.08);
        border-radius: 50%;
        bottom: -180px;
        left: -100px;
    }

    .stats-box {
        text-align: center;
        padding: 45px 25px;
        border-radius: 28px;
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        transition: 0.4s;
        height: 100%;
    }

    .stats-box:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.08);
    }

    .stats-box h2 {
        font-size: 62px;
        font-weight: 800;
        color: var(--primary);
        margin-bottom: 15px;
        font-family:'Nunito',sans-serif
    }

    .stats-box p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .cta-wrapper {
        position: relative;
        background: linear-gradient(135deg, #111927, #1d2938);
        border-radius: 40px;
        overflow: hidden;
        padding: 90px 70px;
        color: #fff;
    }

    .cta-wrapper::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        background: rgba(201, 168, 106, 0.12);
        border-radius: 50%;
        top: -160px;
        right: -120px;
    }

    .cta-wrapper h2 {
        font-size: 58px;
        font-weight: 800;
        margin-bottom: 25px;
    }

    .cta-wrapper p {
        font-size: 18px;
        line-height: 2;
        max-width: 900px;
        opacity: 0.92;
    }

    .cta-btn {
        display: inline-block;
        margin-top: 35px;
        padding: 18px 42px;
        border-radius: 14px;
        background: #ffffff;
        color: #111;
        text-decoration: none;
        font-weight: 800;
        transition: 0.4s;
    }

    .cta-btn:hover {
        background: #fff;
        color: #111;
    }

    @media (max-width: 991px) {
        .about-banner {
            min-height: auto;
            padding: 140px 0 100px;
        }

        .about-banner h1 {
            font-size: 52px;
        }

        .section-padding {
            padding: 80px 0;
        }

        .section-title {
            font-size: 42px;
        }

        .glass-card {
            padding: 40px;
        }

        .cta-wrapper {
            padding: 60px 35px;
        }

        .cta-wrapper h2 {
            font-size: 42px;
        }
    }

    @media (max-width: 576px) {
        .about-banner h1 {
            font-size: 40px;
        }

        .section-title {
            font-size: 34px;
        }

        .glass-card {
            padding: 32px 26px;
        }

        .glass-card h3 {
            font-size: 30px;
        }

        .cta-wrapper h2 {
            font-size: 34px;
        }

        .stats-box h2 {
            font-size: 48px;
        }
    }


    .values-section {
        background: #111109;
        padding: 100px 60px;
    }

    .values-inner {
        max-width: 1400px;
        margin: 0 auto;
    }

    .values-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 64px;
    }

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal {
        opacity: 1;
        transform: translateY(40px);
        transition: opacity 0.8s ease, transform 0.8s ease;
        color: #e2e2e2;
    }

    .reveal-delay-2 {
        transition-delay: 0.2s;
    }

    .section-tag {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .section-tag::before {
        content: '';
        width: 30px;
        height: 1px;
        background: #c9963a;
    }

    .section-tag span {
        font-size: 0.68rem;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #c9963a;
        font-weight: 500;
    }

    h2.section-heading {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(2rem, 3.5vw, 3.2rem);
        font-weight: 300;
        line-height: 1.2;
        color: #f5f0e8;
        margin-bottom: 24px;
    }

    h2.section-heading em {
        color: #c9963a;
        font-style: italic;
    }

    .values-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2px;
    }

    .value-item {
        padding: 48px 40px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(201, 150, 58, 0.08);
        transition: background 0.3s, border-color 0.3s;
        position: relative;
        overflow: hidden;
    }

    .value-item::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 2px;
      background: #c9963a;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }
    .value-item:hover { background: rgba(201,150,58,0.04); border-color: rgba(201,150,58,0.2); }
    .value-item:hover::before { transform: scaleX(1); }
    .value-number {
      font-size: 3.5rem;
      font-weight: 300;
      color: rgb(201 150 58 / 72%);
      line-height: 1;
      margin-bottom: 20px;
      transition: color 0.3s;
    }
    .value-item:hover .value-number { color: rgb(201 150 58 / 72%); }
    .value-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 400;
      color: var(--cream);
      margin-bottom: 14px;
    }
    .value-desc {
      font-size: 0.85rem;
      font-weight: 300;
      line-height: 1.8;
      color: #7A7260;
    }

    /* ── STORY ── */
    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
          background: #fff;
    padding: 50px 50px 100px;
    }
    .section-tag {
      display: inline-flex; align-items: center; gap: 10px;
      margin-bottom: 20px;
    }
    .section-tag span {
      font-size: 0.68rem;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
    }
    .section-tag::before {
      content: '';
      width: 30px; height: 1px;
      background: var(--gold);
    }
    h2.section-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 3.5vw, 3.2rem);
      font-weight: 300;
      line-height: 1.2;
      color: #00092f;
      margin-bottom: 24px;
    }
    h2.section-heading em { color: var(--gold); font-style: italic; }
    .section-body {
      font-size: 0.95rem;
      font-weight: 300;
      line-height: 1.9;
      color: #000000;
    }
    .section-body p + p { margin-top: 16px; }

    .story-img-stack { position: relative; height: 520px; }
    .story-img-a {
      position: absolute; top: 0; left: 0; right: 60px; bottom: 60px;
      border-radius: 8px;
      background: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=700&q=80') center/cover no-repeat;
      box-shadow: 0 32px 80px rgba(0,0,0,0.5);
    }
    .story-img-b {
      position: absolute; bottom: 0; right: 0; width: 55%; height: 55%;
      border-radius: 8px;
      background: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=500&q=80') center/cover no-repeat;
      box-shadow: 0 16px 48px rgba(0,0,0,0.6);
      border: 3px solid var(--black);
    }
    .story-img-accent {
      position: absolute; top: 32px; right: 40px;
      width: 80px; height: 80px;
      border: 1px solid var(--gold);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 0.65rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      text-align: center;
      line-height: 1.4;
    }