.aogfc-about-new {
    --about-green: #078a3e;
    --about-green-dark: #075c31;
    --about-green-soft: #eaf7ef;
    --about-orange: #f26522;
    --about-orange-soft: #fff1e9;
    --about-ink: #14251b;
    --about-muted: #5d6962;
    overflow: hidden;
    color: var(--about-ink);
    background: #fff;
}

.aogfc-about-new * { box-sizing: border-box; }
.aogfc-about-new h1,
.aogfc-about-new h2,
.aogfc-about-new h3,
.aogfc-about-new p { margin-top: 0; }
.aogfc-about-new h1,
.aogfc-about-new h2,
.aogfc-about-new h3 { color: var(--about-ink); line-height: 1.16; }
.aogfc-about-new h2 { margin-bottom: 24px; font-size: clamp(32px, 3.3vw, 52px); letter-spacing: -.035em; }
.aogfc-about-new p { color: var(--about-muted); line-height: 1.78; }

.aogfc-about-new__hero {
    position: relative;
    padding: clamp(64px, 8vw, 118px) 0 clamp(76px, 8vw, 124px);
    background:
        radial-gradient(circle at 12% 12%, rgba(242,101,34,.13), transparent 29%),
        linear-gradient(118deg, #f6fbf7 0%, #fff 56%, #edf8f1 100%);
}
.aogfc-about-new__hero::after {
    content: ""; position: absolute; right: -100px; bottom: -140px; width: 340px; height: 340px;
    border: 55px solid rgba(7,138,62,.06); border-radius: 50%;
}
.aogfc-about-new__hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 6vw, 96px); align-items: center; }
.aogfc-about-new__breadcrumb { margin-bottom: 38px; font-size: 14px; }
.aogfc-about-new__eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 17px; color: var(--about-green) !important; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aogfc-about-new__eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--about-orange); }
.aogfc-about-new__hero h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(43px, 5vw, 72px); letter-spacing: -.055em; }
.aogfc-about-new__hero h1::after { content: ""; display: block; width: 118px; height: 6px; margin-top: 25px; border-radius: 10px; background: linear-gradient(90deg, var(--about-orange) 0 62%, var(--about-green) 62%); }
.aogfc-about-new__lead { max-width: 670px; margin-bottom: 34px; font-size: 18px; }
.aogfc-about-new__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.aogfc-about-new__button { display: inline-flex; min-height: 52px; padding: 0 25px; align-items: center; justify-content: center; border: 2px solid var(--about-orange); border-radius: 9px; color: #fff !important; background: var(--about-orange); font-weight: 800; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.aogfc-about-new__button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(242,101,34,.22); }
.aogfc-about-new__button--ghost { border-color: var(--about-green); color: var(--about-green-dark) !important; background: transparent; }
.aogfc-about-new__hero-media { position: relative; margin: 0; }
.aogfc-about-new__hero-media::before { content: ""; position: absolute; inset: -16px 34px 22px -16px; z-index: -1; border-radius: 28px; background: var(--about-green); transform: rotate(-2.2deg); }
.aogfc-about-new__hero-media img { display: block; width: 100%; aspect-ratio: 16/10; border-radius: 24px; object-fit: cover; box-shadow: 0 28px 70px rgba(20,37,27,.2); }
.aogfc-about-new__hero-media figcaption { position: absolute; right: -28px; bottom: 24px; max-width: 240px; padding: 16px 20px; border-left: 5px solid var(--about-orange); border-radius: 10px; color: #fff; background: rgba(7,92,49,.94); font-size: 14px; font-weight: 700; line-height: 1.5; box-shadow: 0 18px 40px rgba(7,92,49,.22); }

.aogfc-about-new__facts { position: relative; z-index: 2; background: var(--about-green-dark); }
.aogfc-about-new__facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.aogfc-about-new__facts article { min-height: 150px; padding: 34px clamp(18px, 2.4vw, 38px); border-right: 1px solid rgba(255,255,255,.16); }
.aogfc-about-new__facts article:last-child { border-right: 0; }
.aogfc-about-new__facts strong { display: block; margin-bottom: 7px; color: #fff; font-size: clamp(24px, 2.2vw, 34px); }
.aogfc-about-new__facts span { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; }

.aogfc-about-new__story { padding: clamp(78px, 9vw, 140px) 0 58px; }
.aogfc-about-new__story-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(44px, 8vw, 140px); align-items: start; }
.aogfc-about-new__section-head { position: sticky; top: 128px; }
.aogfc-about-new__prose { padding-top: 10px; }
.aogfc-about-new__prose p { margin-bottom: 23px; font-size: 18px; }
.aogfc-about-new__prose p:first-child::first-letter { float: left; margin: 8px 10px 0 0; color: var(--about-orange); font-size: 72px; font-weight: 900; line-height: .72; }

.aogfc-about-new__direction { padding: 38px 0 clamp(78px, 9vw, 140px); }
.aogfc-about-new__direction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.aogfc-about-new__direction-card { position: relative; min-height: 330px; padding: clamp(36px, 5vw, 70px); overflow: hidden; border-radius: 24px; }
.aogfc-about-new__direction-card::after { content: attr(data-number); position: absolute; right: 24px; bottom: -28px; color: rgba(255,255,255,.09); font-size: 150px; font-weight: 900; line-height: 1; }
.aogfc-about-new__direction-card--vision { background: var(--about-green-dark); }
.aogfc-about-new__direction-card--mission { background: var(--about-orange-soft); }
.aogfc-about-new__direction-card span { display: block; margin-bottom: 46px; color: var(--about-orange); font-weight: 900; }
.aogfc-about-new__direction-card h2 { margin-bottom: 17px; font-size: 34px; }
.aogfc-about-new__direction-card p { max-width: 520px; margin-bottom: 0; font-size: 17px; }
.aogfc-about-new__direction-card--vision h2,
.aogfc-about-new__direction-card--vision p { color: #fff; }
.aogfc-about-new__direction-card--vision p { color: rgba(255,255,255,.76); }

.aogfc-about-new__quality { padding: clamp(80px, 9vw, 140px) 0; background: linear-gradient(105deg, #eef8f1 0%, #fff 72%); }
.aogfc-about-new__quality-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(52px, 7vw, 110px); align-items: center; }
.aogfc-about-new__quality-media { position: relative; margin: 0 0 0 18px; }
.aogfc-about-new__quality-media::after { content: ""; position: absolute; left: -18px; bottom: -18px; z-index: 0; width: 44%; height: 52%; border-radius: 20px; background: var(--about-orange); }
.aogfc-about-new__quality-media img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 4/3; border-radius: 22px; object-fit: cover; box-shadow: 0 25px 65px rgba(20,37,27,.16); }
.aogfc-about-new__quality-copy > p:not(.aogfc-about-new__eyebrow) { margin-bottom: 26px; font-size: 17px; }
.aogfc-about-new__quality-copy ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.aogfc-about-new__quality-copy li { position: relative; padding: 15px 18px 15px 50px; border: 1px solid #d8e9dd; border-radius: 12px; background: rgba(255,255,255,.78); font-weight: 700; }
.aogfc-about-new__quality-copy li::before { content: "✓"; position: absolute; top: 12px; left: 15px; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: var(--about-green); }

.aogfc-about-new__process { padding: clamp(80px, 9vw, 130px) 0; background: #102b1d; }
.aogfc-about-new__process h2 { color: #fff; }
.aogfc-about-new__center-head { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.aogfc-about-new__center-head .aogfc-about-new__eyebrow { justify-content: center; }
.aogfc-about-new__process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.aogfc-about-new__process-grid article { position: relative; padding: 4px clamp(22px, 2.8vw, 42px) 8px; border-right: 1px solid rgba(255,255,255,.15); }
.aogfc-about-new__process-grid article:last-child { border-right: 0; }
.aogfc-about-new__process-grid span { display: block; margin-bottom: 36px; color: var(--about-orange); font-size: 48px; font-weight: 900; }
.aogfc-about-new__process-grid h3 { color: #fff; font-size: 21px; }
.aogfc-about-new__process-grid p { margin-bottom: 0; color: rgba(255,255,255,.65); font-size: 14px; }

.aogfc-about-new__values { padding: clamp(80px, 9vw, 135px) 0; background: #fff; }
.aogfc-about-new__values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aogfc-about-new__values-grid article { min-height: 270px; padding: 29px; border: 1px solid #dfe9e2; border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.aogfc-about-new__values-grid article:hover { transform: translateY(-7px); border-color: rgba(7,138,62,.38); box-shadow: 0 20px 45px rgba(7,92,49,.1); }
.aogfc-about-new__values-grid span { display: block; margin-bottom: 52px; color: var(--about-green); font-size: 13px; font-weight: 900; }
.aogfc-about-new__values-grid h3 { margin-bottom: 14px; font-size: 21px; }
.aogfc-about-new__values-grid p { margin-bottom: 0; font-size: 14px; }

.aogfc-about-new__cta { padding: 0 0 clamp(80px, 8vw, 120px); }
.aogfc-about-new__cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: clamp(36px, 5vw, 68px); border-radius: 24px; background: linear-gradient(118deg, var(--about-orange-soft), #fff 48%, var(--about-green-soft)); }
.aogfc-about-new__cta-inner h2 { max-width: 850px; margin-bottom: 14px; font-size: clamp(29px, 3.3vw, 48px); }
.aogfc-about-new__cta-inner p:last-child { max-width: 760px; margin-bottom: 0; }
.aogfc-about-new__cta-inner > a { display: flex; min-width: 220px; padding: 19px 25px; flex-direction: column; border-radius: 13px; color: #fff !important; background: var(--about-green); text-decoration: none !important; box-shadow: 0 15px 32px rgba(7,138,62,.2); }
.aogfc-about-new__cta-inner > a span { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.aogfc-about-new__cta-inner > a strong { margin-top: 3px; font-size: 21px; }

@media (max-width: 1024px) {
    .aogfc-about-new__hero-grid,
    .aogfc-about-new__quality-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
    .aogfc-about-new__hero-media figcaption { right: 12px; }
    .aogfc-about-new__facts-grid,
    .aogfc-about-new__process-grid,
    .aogfc-about-new__values-grid { grid-template-columns: repeat(2, 1fr); }
    .aogfc-about-new__facts article:nth-child(2),
    .aogfc-about-new__process-grid article:nth-child(2) { border-right: 0; }
    .aogfc-about-new__facts article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
    .aogfc-about-new__process-grid article { padding-top: 25px; padding-bottom: 25px; }
}

@media (max-width: 767px) {
    .aogfc-about-new h2 { font-size: 32px; }
    .aogfc-about-new__hero { padding: 42px 0 72px; }
    .aogfc-about-new__hero-grid,
    .aogfc-about-new__story-grid,
    .aogfc-about-new__direction-grid,
    .aogfc-about-new__quality-grid,
    .aogfc-about-new__cta-inner { grid-template-columns: 1fr; }
    .aogfc-about-new__hero h1 { font-size: 43px; }
    .aogfc-about-new__lead { font-size: 16px; }
    .aogfc-about-new__hero-media { margin: 20px 10px 0 8px; }
    .aogfc-about-new__hero-media::before { inset: -10px 20px 15px -9px; }
    .aogfc-about-new__hero-media figcaption { right: 10px; bottom: -26px; }
    .aogfc-about-new__facts-grid,
    .aogfc-about-new__process-grid,
    .aogfc-about-new__values-grid { grid-template-columns: 1fr; }
    .aogfc-about-new__facts article { min-height: 0; padding: 25px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .aogfc-about-new__facts article:last-child { border-bottom: 0; }
    .aogfc-about-new__story { padding-top: 78px; }
    .aogfc-about-new__section-head { position: static; }
    .aogfc-about-new__direction-card { min-height: 0; padding: 35px 28px; }
    .aogfc-about-new__quality-media { margin: 0 8px 24px 15px; }
    .aogfc-about-new__process-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .aogfc-about-new__process-grid article:last-child { border-bottom: 0; }
    .aogfc-about-new__values-grid article { min-height: 0; }
    .aogfc-about-new__values-grid span { margin-bottom: 28px; }
    .aogfc-about-new__cta-inner { gap: 28px; padding: 32px 24px; }
    .aogfc-about-new__cta-inner > a { min-width: 0; }
}
