.company-page--calm {
    --about-green: #2daa08;
    --about-green-dark: #207c0a;
    --about-green-soft: #edf7e9;
    --about-ink: #111a2d;
    --about-muted: #697489;
    --about-line: #e1e8de;
    overflow: hidden;
    color: var(--about-ink);
    background: #fff;
}

.company-page--calm *,
.company-page--calm *::before,
.company-page--calm *::after { box-sizing: border-box; }

.about-v3-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--about-green-dark);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.about-v3-kicker::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--about-green);
    box-shadow: 0 0 0 6px rgba(45, 170, 8, .1);
    content: "";
}
.about-v3-kicker--light { color: #baf0a6; }
.about-v3-kicker--light::before { background: #8ceb64; box-shadow: 0 0 0 6px rgba(140, 235, 100, .12); }

.company-page--calm h1,
.company-page--calm h2,
.company-page--calm h3 {
    color: var(--about-ink);
    font-family: inherit;
    font-weight: 900;
    letter-spacing: -.035em;
}

.about-v3-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform .24s ease, color .24s ease, background .24s ease, border-color .24s ease;
}
.about-v3-button:hover { transform: translateY(-2px); }
.about-v3-button:focus-visible { outline: 3px solid rgba(45, 170, 8, .28); outline-offset: 3px; }
.about-v3-button--primary {
    color: #fff !important;
    background: linear-gradient(180deg, #43c512, #269c02);
    box-shadow: 0 12px 26px rgba(42, 159, 5, .2);
}
.about-v3-button--primary:hover { color: #fff !important; background: linear-gradient(180deg, #4dcc19, #238f03); }
.about-v3-button--secondary,
.about-v3-button--secondary.checkout-btn {
    border-color: #b8c8b2 !important;
    color: #214019 !important;
    background: rgba(255,255,255,.72) !important;
}
.about-v3-button--secondary:hover,
.about-v3-button--secondary.checkout-btn:hover { border-color: var(--about-green) !important; color: var(--about-green-dark) !important; background: #fff !important; }
.about-v3-button--white,
.about-v3-button--white.checkout-btn {
    color: #174d0d !important;
    background: #fff !important;
    border-color: #fff !important;
}
.about-v3-button--white:hover,
.about-v3-button--white.checkout-btn:hover { color: #174d0d !important; background: #edf9e9 !important; border-color: #edf9e9 !important; }

/* Hero */
.about-v3-hero {
    padding: 38px 0 78px;
    background:
        radial-gradient(circle at 6% 12%, rgba(45,170,8,.09), transparent 28%),
        linear-gradient(180deg, #f7faf5, #fff);
}
.about-v3-hero__card {
    display: grid;
    min-height: 620px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    overflow: hidden;
    border: 1px solid #dfe8db;
    border-radius: 30px;
    background: #f2f7ef;
    box-shadow: 0 28px 80px rgba(28, 59, 21, .09);
}
.about-v3-hero__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 66px clamp(38px, 5vw, 78px);
}
.about-v3-hero h1 {
    max-width: 680px;
    margin: 24px 0 22px;
    font-size: clamp(48px, 4.4vw, 70px);
    line-height: .98;
}
.about-v3-hero__content > p {
    max-width: 640px;
    margin: 0;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.7;
}
.about-v3-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.about-v3-hero__media {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: #dfe5db;
}
.about-v3-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(242,247,239,.48), transparent 22%), linear-gradient(0deg, rgba(7,20,9,.42), transparent 48%);
    pointer-events: none;
    content: "";
}
.about-v3-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-v3-hero__note {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 28px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 16px;
    color: #fff;
    background: rgba(19, 41, 17, .44);
    backdrop-filter: blur(14px);
}
.about-v3-hero__note span { color: #bdf1aa; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-v3-hero__note strong { max-width: 270px; color: #fff; font-size: 16px; line-height: 1.35; text-align: right; }

.about-v3-stats {
    position: relative;
    z-index: 2;
    display: grid;
    width: calc(100% - 72px);
    grid-template-columns: repeat(4, 1fr);
    margin: -26px auto 0;
    overflow: hidden;
    border: 1px solid rgba(213,225,208,.9);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 22px 54px rgba(23, 50, 17, .1);
    backdrop-filter: blur(16px);
}
.about-v3-stats div {
    position: relative;
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 18px 24px;
}
.about-v3-stats div + div::before { position: absolute; top: 22px; bottom: 22px; left: 0; width: 1px; background: var(--about-line); content: ""; }
.about-v3-stats strong { color: var(--about-green-dark); font-size: clamp(24px, 2vw, 34px); font-weight: 950; line-height: 1; white-space: nowrap; }
.about-v3-stats span { max-width: 110px; color: var(--about-muted); font-size: 12px; font-weight: 700; line-height: 1.35; }

/* Story */
.about-v3-story { padding: 108px 0 116px; }
.about-v3-story__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(50px, 7vw, 108px); align-items: center; }
.about-v3-story__content h2,
.about-v3-heading h2,
.about-v3-docs h2,
.about-v3-cta h2 {
    margin: 18px 0 0;
    font-size: clamp(38px, 4vw, 60px);
    line-height: 1.03;
}
.about-v3-story__content > p,
.about-v3-story__cms,
.about-v3-story__cms p {
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.72;
}
.about-v3-story__content > p:first-of-type,
.about-v3-story__cms { margin-top: 30px; }
.about-v3-story__cms p { margin: 0 0 16px; }
.about-v3-story__cms p:last-child { margin-bottom: 0; }
.about-v3-story__promise { display: grid; grid-template-columns: 100px 1fr; gap: 20px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--about-line); }
.about-v3-story__promise span { color: var(--about-green-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.about-v3-story__promise strong { color: var(--about-ink); font-size: 20px; line-height: 1.42; }
.about-v3-story__media {
    position: relative;
    height: 610px;
    overflow: hidden;
    border-radius: 26px;
    background: #e5ebe1;
}
.about-v3-story__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,29,10,.66), transparent 52%); content: ""; }
.about-v3-story__media img { width: 100%; height: 100%; object-fit: cover; }
.about-v3-story__caption { position: absolute; z-index: 1; right: 34px; bottom: 31px; left: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; color: #fff; }
.about-v3-story__caption b { color: #fff; font-size: 23px; }
.about-v3-story__caption span { max-width: 330px; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.5; text-align: right; }

/* Benefits */
.about-v3-benefits { padding: 104px 0 110px; background: #f3f7f0; }
.about-v3-heading { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 70px; align-items: end; }
.about-v3-heading > p { max-width: 570px; margin: 0 0 4px auto; color: var(--about-muted); font-size: 16px; line-height: 1.65; }
.about-v3-heading--compact { grid-template-columns: 1fr; }
.about-v3-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border-top: 1px solid #cad8c4; }
.about-v3-benefits__grid article { position: relative; min-height: 285px; padding: 34px 32px 28px 0; }
.about-v3-benefits__grid article:not(:last-child) { border-right: 1px solid #cad8c4; }
.about-v3-benefits__grid article:not(:first-child) { padding-left: 32px; }
.about-v3-benefits__grid article > span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; color: var(--about-green-dark); background: #fff; font-size: 11px; font-weight: 900; box-shadow: 0 8px 22px rgba(29,75,17,.08); }
.about-v3-benefits__grid h3 { margin: 46px 0 13px; font-size: 22px; line-height: 1.15; }
.about-v3-benefits__grid p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.65; }

/* Process */
.about-v3-process { padding: 108px 0 116px; background: #fff; }
.about-v3-process__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 54px 0 0; padding: 0; list-style: none; }
.about-v3-process__list li { min-height: 230px; padding: 28px; border: 1px solid var(--about-line); border-radius: 20px; background: #fff; }
.about-v3-process__list li > span { display: block; color: var(--about-green); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.about-v3-process__list h3 { margin: 52px 0 12px; font-size: 21px; }
.about-v3-process__list p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.6; }

/* Production */
.about-v3-production { padding: 104px 0 116px; background: #eef4eb; }
.about-v3-production__grid { display: grid; height: 660px; grid-template-columns: repeat(12, 1fr); grid-template-rows: 1fr 1fr; gap: 14px; margin-top: 56px; }
.about-v3-production__item { position: relative; grid-column: span 3; overflow: hidden; border-radius: 18px; color: #fff !important; background: #d9e1d5; text-decoration: none !important; }
.about-v3-production__item--large { grid-column: span 6; grid-row: span 2; }
.about-v3-production__item:nth-child(2) { grid-column: span 6; }
.about-v3-production__item--wide { grid-column: span 3; }
.about-v3-production__item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,24,10,.62), transparent 55%); content: ""; }
.about-v3-production__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.about-v3-production__item:hover img { transform: scale(1.035); }
.about-v3-production__item span { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #fff; font-size: 17px; font-weight: 900; }

/* Documents and CTA */
.about-v3-footer { padding: 110px 0; }
.about-v3-footer__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 24px; align-items: stretch; }
.about-v3-docs { padding: clamp(38px, 5vw, 68px); border: 1px solid var(--about-line); border-radius: 26px; background: #fff; }
.about-v3-docs h2 { font-size: clamp(34px, 3.5vw, 50px); }
.about-v3-docs__links { margin-top: 37px; }
.about-v3-docs__links a { display: grid; min-height: 70px; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; border-top: 1px solid var(--about-line); color: var(--about-ink) !important; text-decoration: none !important; }
.about-v3-docs__links a:last-child { border-bottom: 1px solid var(--about-line); }
.about-v3-docs__links span { display: inline-flex; width: 35px; height: 35px; align-items: center; justify-content: center; border-radius: 50%; color: var(--about-green-dark); background: var(--about-green-soft); font-size: 9px; font-weight: 900; }
.about-v3-docs__links b { font-size: 15px; }
.about-v3-docs__links i { color: var(--about-green-dark); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.about-v3-cta { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 82px); border-radius: 26px; color: #fff; background: linear-gradient(135deg, #142d14 0%, #256d13 65%, #2fa808 130%); }
.about-v3-cta h2 { color: #fff; font-size: clamp(38px, 3.7vw, 56px); }
.about-v3-cta p { max-width: 590px; margin: 23px 0 30px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; }

@media (max-width: 1199px) {
    .about-v3-hero__card { grid-template-columns: 1fr 1fr; }
    .about-v3-hero__content { padding-inline: 44px; }
    .about-v3-stats { width: calc(100% - 44px); }
    .about-v3-story__grid { grid-template-columns: 1fr 1fr; gap: 50px; }
    .about-v3-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .about-v3-benefits__grid article:nth-child(2) { border-right: 0; }
    .about-v3-benefits__grid article:nth-child(n+3) { border-top: 1px solid #cad8c4; }
    .about-v3-process__list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .about-v3-hero { padding-top: 26px; }
    .about-v3-hero__card { grid-template-columns: 1fr; }
    .about-v3-hero__content { padding: 58px 42px; }
    .about-v3-hero__media { min-height: 520px; }
    .about-v3-stats { grid-template-columns: repeat(2, 1fr); }
    .about-v3-stats div:nth-child(3)::before { display: none; }
    .about-v3-stats div:nth-child(n+3) { border-top: 1px solid var(--about-line); }
    .about-v3-story__grid { grid-template-columns: 1fr; }
    .about-v3-story__media { height: 540px; }
    .about-v3-heading { grid-template-columns: 1fr; gap: 22px; }
    .about-v3-heading > p { margin-left: 0; }
    .about-v3-production__grid { height: auto; grid-template-columns: repeat(2, 1fr); grid-template-rows: 400px 270px; }
    .about-v3-production__item,
    .about-v3-production__item:nth-child(n),
    .about-v3-production__item--large,
    .about-v3-production__item--wide { grid-column: auto; grid-row: auto; }
    .about-v3-production__item--large { grid-column: span 2; }
    .about-v3-footer__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .about-v3-hero { padding: 16px 0 58px; }
    .about-v3-hero__card { min-height: 0; border-radius: 22px; }
    .about-v3-hero__content { padding: 42px 24px 38px; }
    .about-v3-hero h1 { margin: 20px 0 18px; font-size: clamp(39px, 11vw, 53px); }
    .about-v3-hero__content > p { font-size: 15px; line-height: 1.58; }
    .about-v3-actions { display: grid; width: 100%; grid-template-columns: 1fr; margin-top: 26px; }
    .about-v3-button { width: 100%; min-height: 50px; padding-inline: 18px; }
    .about-v3-hero__media { min-height: 380px; }
    .about-v3-hero__note { right: 16px; bottom: 16px; left: 16px; align-items: flex-start; flex-direction: column; gap: 6px; padding: 15px 16px; }
    .about-v3-hero__note strong { max-width: none; font-size: 14px; text-align: left; }
    .about-v3-stats { width: calc(100% - 20px); margin-top: -18px; border-radius: 16px; }
    .about-v3-stats div { min-height: 76px; justify-content: flex-start; padding: 14px 15px; }
    .about-v3-stats strong { font-size: 24px; }
    .about-v3-stats span { font-size: 10px; }
    .about-v3-story { padding: 80px 0 84px; }
    .about-v3-story__grid { gap: 42px; }
    .about-v3-story__content h2,
    .about-v3-heading h2,
    .about-v3-docs h2,
    .about-v3-cta h2 { font-size: clamp(34px, 9.5vw, 46px); }
    .about-v3-story__content > p,
    .about-v3-story__cms,
    .about-v3-story__cms p { font-size: 15px; }
    .about-v3-story__promise { grid-template-columns: 1fr; gap: 10px; }
    .about-v3-story__promise strong { font-size: 18px; }
    .about-v3-story__media { height: 400px; border-radius: 20px; }
    .about-v3-story__caption { right: 20px; bottom: 20px; left: 20px; align-items: flex-start; flex-direction: column; gap: 8px; }
    .about-v3-story__caption span { text-align: left; }
    .about-v3-benefits { padding: 78px 0 82px; }
    .about-v3-benefits__grid { grid-template-columns: 1fr; margin-top: 40px; }
    .about-v3-benefits__grid article,
    .about-v3-benefits__grid article:not(:first-child) { min-height: 0; padding: 26px 0; border-right: 0; border-top: 1px solid #cad8c4; }
    .about-v3-benefits__grid h3 { margin: 25px 0 10px; }
    .about-v3-process { padding: 78px 0 84px; }
    .about-v3-process__list { grid-template-columns: 1fr; margin-top: 38px; }
    .about-v3-process__list li { display: grid; min-height: 0; grid-template-columns: 44px 1fr; gap: 16px; padding: 23px; }
    .about-v3-process__list h3 { margin: 0 0 8px; }
    .about-v3-production { padding: 78px 0 84px; }
    .about-v3-production__grid { grid-template-columns: 1fr; grid-template-rows: 340px repeat(3, 230px); gap: 10px; margin-top: 40px; }
    .about-v3-production__item,
    .about-v3-production__item:nth-child(n),
    .about-v3-production__item--large,
    .about-v3-production__item--wide { grid-column: auto; }
    .about-v3-production__item { border-radius: 15px; }
    .about-v3-footer { padding: 80px 0; }
    .about-v3-docs,
    .about-v3-cta { padding: 36px 24px; border-radius: 21px; }
    .about-v3-docs__links a { grid-template-columns: 40px 1fr; }
    .about-v3-docs__links i { display: none; }
}

@media (max-width: 419px) {
    .about-v3-kicker { font-size: 9px; letter-spacing: .1em; }
    .about-v3-hero__content { padding-inline: 20px; }
    .about-v3-stats div { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
    .about-v3-stats strong { font-size: 22px; }
    .about-v3-story__media { height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
    .about-v3-button,
    .about-v3-production__item img { transition: none !important; }
}
