.about-page { background: #fff; }
.about-page .header { position: relative; z-index: 20; }
.about-page .nav-links a.active { color: var(--primary); }
.about-page .premium-section { padding: clamp(68px, 6.5vw, 96px) 0; }
.about-page .ready-section,
.about-page .ready-layout { min-height: 610px; }
.about-page .ready-layout { padding-block: 58px; }

.about-hero {
    position: relative;
    display: grid;
    min-height: clamp(570px, 76vh, 760px);
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #101713;
}

.about-hero-bg,
.about-hero-overlay {
    position: absolute;
    inset: 0;
}

.about-hero-bg {
    background: url("../images/banner/main-banner2.webp") center 42%/cover no-repeat;
    transform: scale(1.015);
}

.about-hero-overlay {
    background:
        linear-gradient(90deg, rgba(8,10,9,.84) 0%, rgba(8,10,9,.48) 48%, rgba(8,10,9,.12) 78%),
        linear-gradient(0deg, rgba(5,7,6,.76) 0%, transparent 48%);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-block: 72px 84px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 38px;
    color: rgba(255,255,255,.64);
    font-size: .78rem;
}

.breadcrumbs svg { width: 14px; }
.breadcrumbs span { color: #f7ca3e; }

.about-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #f7ca3e;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 860px;
    font-size: clamp(3.5rem, 6.7vw, 7rem);
    line-height: .96;
    letter-spacing: -.06em;
}

.about-hero h1 em,
.story-copy h2 em {
    color: #f7ca3e;
    font-family: Georgia, serif;
    font-weight: 400;
}

.about-hero-content > p {
    max-width: 680px;
    margin: 28px 0;
    color: rgba(255,255,255,.76);
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,.55);
    font-weight: 600;
}

.about-scroll-link svg { width: 17px; }
.about-hero-index { position: absolute; right: 3vw; bottom: 38px; z-index: 2; color: rgba(255,255,255,.34); font-size: .7rem; letter-spacing: .18em; }

.story-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(60px, 9vw, 130px);
}

.story-copy h2,
.values-heading h2,
.pillars-intro h2 {
    color: #173426;
    font-size: clamp(2.7rem, 4.8vw, 5.2rem);
    letter-spacing: -.05em;
}

.story-copy h2 em { color: var(--primary); }
.story-lead { margin: 30px 0 18px; color: #2a4738 !important; font: 500 1.25rem/1.6 var(--font-heading); }
.story-copy > p { color: #68776e; line-height: 1.85; }
.story-signature { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.story-signature > span { width: 44px; height: 1px; background: #eaa029; }
.story-signature strong, .story-signature small { display: block; }
.story-signature small { color: #829087; }

.story-visual { position: relative; padding: 0 32px 42px 0; }
.story-image-main { overflow: hidden; min-height: 590px; border-radius: 24px 180px 24px 24px; box-shadow: 0 35px 80px rgba(7,64,34,.18); }
.story-image-main img { width: 100%; height: 590px; object-fit: cover; transform: scale(1.05); }
.story-note {
    position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; max-width: 310px; padding: 17px 20px;
    border: 1px solid rgba(13,91,50,.14); border-radius: 14px; color: #385043; background: rgba(255,255,255,.93); box-shadow: 0 18px 40px rgba(9,64,35,.13); backdrop-filter: blur(12px);
}
.story-note svg { flex: 0 0 22px; color: #eaa029; }
.story-note strong { display: block; color: var(--primary); }
.story-circle { position: absolute; top: 28px; left: -34px; display: grid; width: 90px; height: 90px; place-items: center; border: 7px solid #fff; border-radius: 50%; color: #fff; background: var(--primary); font: 700 1.25rem var(--font-heading); }

.about-numbers { padding: 0 0 105px; background: #fff; }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #dce6df; border-bottom: 1px solid #dce6df; }
.number-card { padding: 38px 28px; border-right: 1px solid #dce6df; }
.number-card:last-child { border: 0; }
.number-card strong { display: block; margin-bottom: 7px; color: var(--primary); font: 600 2.2rem var(--font-heading); }
.number-card span { color: #718078; font-size: .84rem; }

.about-values { background: var(--secondary); }
.values-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.values-heading > p { max-width: 470px; color: #69776f; line-height: 1.8; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { position: relative; min-height: 390px; padding: 26px; overflow: hidden; border: 1px solid rgba(17,91,51,.13); border-radius: 18px; background: rgba(255,255,255,.68); text-align: center; transition: .4s ease; }
.value-card:hover { color: #fff; background: var(--primary); transform: translateY(-8px); box-shadow: 0 25px 50px rgba(8,71,38,.18); }
.value-card > span { color: #97aa9e; font-size: .7rem; }
.value-card > svg { display: block; width: 38px; height: 38px; margin: 70px 0 24px; color: #eaa029; }
.value-card > img { display: block; width: 170px; height: 170px; margin: 0 auto 24px; padding: 12px; border-radius: 22px; background: #f7f3e9; object-fit: contain; transition: background-color .4s ease, transform .4s ease; }
.value-card:hover > img { background: #fff; transform: scale(1.03); }
.value-card h3 { margin-bottom: 12px; color: #214331; font-size: 1.35rem; }
.value-card p { max-width: 290px; margin-inline: auto; color: #708078; font-size: .9rem; line-height: 1.7; }
.value-card:hover h3, .value-card:hover p { color: #fff; }

.pillars-intro { max-width: 760px; margin-bottom: 40px; }
.pillars-list { border-top: 1px solid #dce5df; }
.pillar { display: grid; grid-template-columns: 70px minmax(0, 1fr) 86px; align-items: center; gap: 30px; padding: 32px 10px; border-bottom: 1px solid #dce5df; transition: .35s ease; }
.pillar:hover { padding-left: 24px; background: #f7faf8; }
.pillar b { color: #94a59b; font-size: .72rem; letter-spacing: .1em; }
.pillar h3 { margin-bottom: 7px; color: #193b2a; font-size: 1.45rem; }
.pillar p { max-width: 720px; color: #718078; }
.pillar > svg { width: 28px; color: #eaa029; }
.pillar > img { display: block; width: 76px; height: 76px; justify-self: end; object-fit: contain; }

@media (max-width: 1120px) {
    .pillars-intro { max-width: 680px; }
    .pillar { grid-template-columns: 46px minmax(0, 1fr) 68px; gap: 20px; padding-inline: 8px; }
    .pillar > img { width: 60px; height: 60px; }
}

@media (max-width: 900px) {
    .story-layout { grid-template-columns: 1fr; }
    .story-visual { max-width: 720px; margin: 0 auto; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .number-grid { grid-template-columns: repeat(2, 1fr); }
    .number-card:nth-child(2) { border-right: 0; }
    .number-card:nth-child(-n+2) { border-bottom: 1px solid #dce6df; }
}

@media (max-width: 640px) {
    .about-page .premium-section { padding: 58px 0; }
    .about-page .ready-section,
    .about-page .ready-layout { min-height: auto; }
    .about-page .ready-layout { padding-block: 52px 72px; }
    .about-hero { min-height: 620px; }
    .about-hero h1 { font-size: clamp(3.15rem, 15vw, 4.4rem); }
    .about-hero-content { padding-block: 60px 70px; }
    .story-image-main, .story-image-main img { min-height: 420px; height: 420px; }
    .story-image-main { border-radius: 20px 110px 20px 20px; }
    .values-heading { align-items: flex-start; flex-direction: column; }
    .values-grid { grid-template-columns: 1fr; }
    .value-card { min-height: 280px; }
    .value-card > svg { margin-top: 42px; }
    .pillar { grid-template-columns: 38px minmax(0, 1fr) 52px; gap: 14px; }
    .pillar > svg { display: none; }
    .pillar > img { width: 48px; height: 48px; }
}
