/* About Page - Native Gutenberg Rebuild */
body.page-id-9.mcd-ares-site {
    background:
        radial-gradient(1400px 700px at -10% -20%, rgba(217, 73, 72, 0.14), transparent 58%),
        radial-gradient(1000px 700px at 115% -5%, rgba(1, 22, 39, 0.2), transparent 60%),
        linear-gradient(130deg, rgba(1, 22, 39, 0.045) 1px, transparent 1px),
        linear-gradient(40deg, rgba(1, 22, 39, 0.045) 1px, transparent 1px),
        var(--mcd-ares-light);
    background-size: auto, auto, 36px 36px, 36px 36px, auto;
}

@media (min-width: 922px) {
    body.page-id-9.mcd-ares-site .site-content > .ast-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

body.page-id-9.mcd-ares-site .entry-content > .wp-block-group.ares-inner-shell.ares-page-about-native,
body.page-id-9.mcd-ares-site .ares-inner-shell.ares-page-about-native {
    --ares-about-navy: #011627;
    --ares-about-red: #d94948;
    --ares-about-red-deep: #b53030;
    --ares-about-light: #f9f8f8;
    --ares-about-white: #ffffff;
    --ares-about-ink-strong: #10263a;
    --ares-about-ink-soft: #4a5d6f;
    --ares-about-line: rgba(1, 22, 39, 0.14);
    --ares-about-shadow-soft: 0 14px 28px rgba(1, 22, 39, 0.11);
    --ares-about-shadow-strong: 0 26px 46px rgba(1, 22, 39, 0.22);
    --ares-about-focus: #2f9fff;
    --ares-about-watermark-url: url("/wp-content/themes/astra-child-ares/assets/AC-symbol-dark-bg-transparent.png");
    width: min(1320px, 94vw) !important;
    max-width: min(1320px, 94vw) !important;
    margin: 0 auto !important;
    padding: clamp(24px, 3vw, 42px) 0 clamp(30px, 4vw, 52px) !important;
    display: grid;
    gap: 28px;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 16px;
    color: var(--ares-about-navy);
    line-height: 1.5;
}

body.page-id-9.mcd-ares-site .ares-inner-shell.ares-page-about-native {
    --wp--style--root--padding-left: 0px;
    --wp--style--root--padding-right: 0px;
}

body.page-id-9.mcd-ares-site .ares-inner-shell.ares-page-about-native > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native a:focus-visible,
body.page-id-9.mcd-ares-site .ares-page-about-native button:focus-visible {
    outline: 2px solid var(--ares-about-focus);
    outline-offset: 2px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .wp-block-group {
    margin-block-start: 0;
    margin-block-end: 0;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .reveal {
    animation: ares-about-enter 620ms ease both;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .reveal:nth-of-type(2) {
    animation-delay: 90ms;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .reveal:nth-of-type(3) {
    animation-delay: 150ms;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .reveal:nth-of-type(4) {
    animation-delay: 220ms;
}

@keyframes ares-about-enter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ares-about-line);
    background: var(--ares-about-white);
    box-shadow: var(--ares-about-shadow-strong);
    isolation: isolate;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--ares-about-red), #f49897 30%, var(--ares-about-red) 70%, #f49897);
    background-size: 220% 100%;
    animation: ares-about-rail 7s linear infinite;
}

@keyframes ares-about-rail {
    to {
        background-position: 220% 0;
    }
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.07fr) minmax(320px, 0.93fr);
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    gap: 0;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-grid > .wp-block-column {
    margin: 0 !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-left {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 3vw, 44px);
    display: grid;
    align-content: center;
    gap: 16px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    bottom: 0;
    width: 230px;
    background: linear-gradient(110deg, rgba(217, 73, 72, 0.2), transparent 70%);
    transform: skewX(-16deg);
    pointer-events: none;
    z-index: 0;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-left > * {
    position: relative;
    z-index: 1;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-eyebrow {
    margin: 0;
    color: var(--ares-about-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-title {
    margin: 0;
    max-width: 12ch;
    color: #041c30;
    font-size: clamp(40px, 5.8vw, 82px);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-family: "Barlow Condensed", "Montserrat", "Segoe UI", sans-serif;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-copy {
    margin: 0;
    max-width: 64ch;
    color: var(--ares-about-ink-strong);
    font-size: clamp(15px, 1.28vw, 19px);
    line-height: 1.62;
    font-weight: 500;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish {
    margin: 12px 0 0;
    width: min(430px, 100%);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish svg {
    display: block;
    width: 100%;
    height: auto;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish .line {
    stroke: rgba(1, 22, 39, 0.26);
    stroke-width: 2;
    stroke-linecap: round;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish .accent {
    stroke: var(--ares-about-red);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish .badge {
    fill: #fff;
    stroke: rgba(1, 22, 39, 0.28);
    stroke-width: 1.5;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish .core {
    fill: #05213a;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-flourish .star {
    fill: #fff;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-right {
    position: relative;
    color: #fff;
    padding: clamp(22px, 2.5vw, 34px);
    background:
        linear-gradient(138deg, rgba(1, 22, 39, 0.95), rgba(7, 37, 60, 0.88)),
        url("https://aresbuild.com/wp-content/uploads/2026/01/DSC09803-HDR.jpg") center / cover no-repeat;
    display: grid;
    align-content: end;
    justify-items: end;
    text-align: right;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-right::before {
    content: "";
    position: absolute;
    right: clamp(10px, 2vw, 22px);
    bottom: clamp(14px, 2.4vw, 28px);
    width: clamp(190px, 50%, 280px);
    height: clamp(230px, 70%, 340px);
    background: var(--ares-about-watermark-url) center right / contain no-repeat;
    opacity: 0.22;
    filter: brightness(1.08) saturate(0.88);
    z-index: 0;
    pointer-events: none;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 22, 39, 0.08), rgba(1, 22, 39, 0.32) 56%, rgba(1, 22, 39, 0.58));
    opacity: 0.62;
    z-index: 0;
    pointer-events: none;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-corner {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 10ch;
    color: #fff !important;
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 0.84;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    font-family: "Barlow Condensed", "Montserrat", "Segoe UI", sans-serif;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-section {
    border: 1px solid var(--ares-about-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
    box-shadow: var(--ares-about-shadow-soft);
    padding: clamp(20px, 2.8vw, 34px);
}

/* Mock parity: first About section is the who-block shell itself (no outer card chrome). */
body.page-id-9.mcd-ares-site .ares-page-about-native > .ares-about-section:nth-child(2) {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

body.page-id-9.mcd-ares-site .ares-page-about-native > .ares-about-section:nth-child(2) > .ares-about-who {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-who > .ares-about-team-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-who {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ares-about-line);
    box-shadow: var(--ares-about-shadow-soft);
    padding: clamp(16px, 2.3vw, 28px);
    display: grid;
    gap: 16px;
    background:
        radial-gradient(520px 220px at 100% 0%, rgba(217, 73, 72, 0.16), transparent 74%),
        linear-gradient(165deg, #ffffff, #edf4fa);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-who::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--ares-about-red), #f2a4a3 38%, var(--ares-about-red));
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-who-header {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    max-width: 88ch;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-who-title {
    margin: 0;
    color: #05213a;
    font-size: clamp(40px, 4vw, 66px);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Barlow Condensed", "Montserrat", "Segoe UI", sans-serif;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-who-copy {
    margin: 0;
    color: var(--ares-about-ink-soft);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.58;
    font-weight: 500;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-team-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card {
    position: relative;
    min-height: 286px;
    padding: 16px 14px 14px;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto auto auto minmax(86px, 1fr);
    row-gap: 8px;
    align-content: stretch;
    border: 1px solid rgba(1, 22, 39, 0.2);
    background: linear-gradient(180deg, rgba(1, 22, 39, 0.02), transparent 36%), #fff;
    transform: translateY(0);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--ares-about-red), #f2acaa);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card:hover {
    transform: translateY(-3px);
    border-color: rgba(1, 22, 39, 0.3);
    box-shadow: 0 16px 30px rgba(1, 22, 39, 0.14);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-label {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 800;
    color: var(--ares-about-red);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-name-row {
    margin: 0;
    min-height: 56px;
    gap: 12px;
    align-items: center;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon {
    margin: 0;
    width: 78px;
    height: 78px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #11324d;
    background: #eef4fa;
    border: 1px solid rgba(1, 22, 39, 0.2);
    flex-shrink: 0;
    overflow: hidden;
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background-color 260ms ease;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    transition: transform 260ms ease, filter 260ms ease;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card:hover .ares-about-card-icon {
    transform: translateY(-2px) scale(1.06);
    border-color: rgba(1, 22, 39, 0.4);
    background: #f5f9ff;
    box-shadow: 0 14px 24px rgba(1, 22, 39, 0.22);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card:hover .ares-about-card-icon img {
    transform: scale(1.1);
    filter: drop-shadow(0 5px 8px rgba(1, 22, 39, 0.2));
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-trident img {
    transform: scale(1.34);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-compass img {
    transform: scale(0.9) translateY(1px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-shield-check img {
    transform: scale(1.03);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-anchor img {
    transform: scale(1.27) translateY(2px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-crossed-tools img {
    transform: scale(1.34) translateY(1px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-hardhat img {
    transform: scale(1) translateY(1px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-clipboard img {
    transform: scale(1.04);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-route img {
    transform: scale(0.96);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-dean-bootmark img {
    transform: scale(1.02);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon.icon-medic img {
    transform: scale(1.16) translateY(1px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-name {
    margin: 0;
    color: #08263f;
    font-size: clamp(24px, 1.9vw, 33px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Barlow Condensed", "Montserrat", "Segoe UI", sans-serif;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-role {
    margin: 0;
    min-height: 30px;
    color: #9b2a2a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-moment {
    margin: 0;
    color: #244158;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-chips {
    display: none !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-chips li {
    padding: 5px 8px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 800;
    border: 1px solid rgba(1, 22, 39, 0.18);
    background: #f3f7fb;
    color: #0e2b44;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-section-head {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-section-title {
    margin: 0;
    color: #05213a;
    font-size: clamp(31px, 3.2vw, 50px);
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Barlow Condensed", "Montserrat", "Segoe UI", sans-serif;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-section-copy {
    margin: 0;
    max-width: 78ch;
    color: var(--ares-about-ink-soft);
    font-size: clamp(15px, 1.12vw, 18px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-process-card {
    border: 1px solid rgba(1, 22, 39, 0.14);
    background: linear-gradient(160deg, #fff, #f3f7fb);
    padding: 14px;
    display: grid;
    gap: 7px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-process-title {
    margin: 0;
    color: var(--ares-about-red);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-process-copy {
    margin: 0;
    color: var(--ares-about-ink-strong);
    font-size: 14px;
    line-height: 1.58;
    font-weight: 500;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta {
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(1, 22, 39, 0.16);
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(1, 22, 39, 0.92), rgba(4, 43, 74, 0.88)),
        radial-gradient(480px 200px at 92% 8%, rgba(217, 73, 72, 0.4), transparent 62%);
    color: #fff;
    box-shadow: var(--ares-about-shadow-strong);
    padding: clamp(18px, 2.4vw, 28px);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta::before {
    content: "";
    position: absolute;
    right: clamp(-20px, -1.2vw, 8px);
    top: 50%;
    width: clamp(180px, 28vw, 320px);
    height: clamp(180px, 28vw, 320px);
    transform: translateY(-50%);
    background: var(--ares-about-watermark-url) center / contain no-repeat;
    opacity: 0.16;
    filter: saturate(0.85) brightness(1.2);
    pointer-events: none;
    z-index: 0;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta > * {
    position: relative;
    z-index: 1;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta-grid {
    margin: 0;
    align-items: center;
    gap: 14px;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta-grid > .wp-block-column {
    margin: 0 !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta-title {
    margin: 0;
    color: #ffffff !important;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Barlow Condensed", "Montserrat", "Segoe UI", sans-serif;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta h1,
body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta h2,
body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta h3,
body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta .wp-block-heading {
    color: #ffffff !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta-copy {
    margin: 8px 0 0;
    color: #f2f7fb;
    font-size: 14px;
    max-width: 72ch;
    line-height: 1.65;
    font-weight: 500;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta p,
body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta li {
    color: rgba(242, 247, 251, 0.98) !important;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta a:not(.wp-block-button__link) {
    color: #ffffff !important;
    text-decoration-color: rgba(255, 255, 255, 0.66);
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta-button-col {
    display: grid;
    align-items: center;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-cta-btn .wp-block-button__link {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(165deg, var(--ares-about-red), var(--ares-about-red-deep));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 12px 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 14px 24px rgba(217, 73, 72, 0.28);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-cta-btn .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(217, 73, 72, 0.34);
}

@media (max-width: 1120px) {
    body.page-id-9.mcd-ares-site .entry-content > .wp-block-group.ares-inner-shell.ares-page-about-native,
    body.page-id-9.mcd-ares-site .ares-inner-shell.ares-page-about-native {
        width: min(1200px, 94vw) !important;
        max-width: min(1200px, 94vw) !important;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-grid {
        grid-template-columns: 1fr;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-title {
        max-width: 13ch;
        font-size: clamp(36px, 7.2vw, 64px);
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-team-grid,
    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    body.page-id-9.mcd-ares-site .entry-content > .wp-block-group.ares-inner-shell.ares-page-about-native,
    body.page-id-9.mcd-ares-site .ares-inner-shell.ares-page-about-native {
        padding-bottom: 28px !important;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-team-grid,
    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-process-grid,
    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-bottom-cta-grid {
        grid-template-columns: 1fr;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon {
        width: 68px;
        height: 68px;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon img {
        width: 52px;
        height: 52px;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-title {
        font-size: clamp(32px, 11vw, 48px);
        line-height: 0.95;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-left {
        padding: clamp(16px, 5vw, 24px);
        gap: 12px;
    }

    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-hero-corner {
        font-size: clamp(34px, 9vw, 48px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-id-9.mcd-ares-site .ares-page-about-native .reveal,
    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card,
    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon,
    body.page-id-9.mcd-ares-site .ares-page-about-native .ares-about-card-icon img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}







