/*
 * Institut de l'Autonomie — page d'accueil
 * Les styles sont limités à la page créée par l'extension.
 */

body.ia-homepage-active {
    overflow-x: hidden;
}

body.ia-homepage-active #masthead,
body.ia-homepage-active #colophon,
body.ia-homepage-active .entry-header,
body.ia-homepage-active .page-header {
    display: none !important;
}

body.ia-homepage-active #inner-wrap,
body.ia-homepage-active #primary,
body.ia-homepage-active #main,
body.ia-homepage-active .content-area,
body.ia-homepage-active .content-container,
body.ia-homepage-active .site-container,
body.ia-homepage-active .site-main,
body.ia-homepage-active article.entry,
body.ia-homepage-active .entry-content-wrap,
body.ia-homepage-active .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ia-homepage {
    --ia-plum: #7d3f98;
    --ia-plum-deep: #4f2362;
    --ia-yellow: #f3c33d;
    --ia-teal: #00a9ba;
    --ia-teal-deep: #007f8d;
    --ia-ink: #24192a;
    --ia-muted: #645b68;
    --ia-paper: #ffffff;
    --ia-ivory: #f8f5f0;
    --ia-line: rgba(36, 25, 42, 0.14);

    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--ia-ink);
    background: var(--ia-paper);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.ia-homepage,
.ia-homepage *,
.ia-homepage *::before,
.ia-homepage *::after {
    box-sizing: border-box;
}

.ia-homepage h1,
.ia-homepage h2,
.ia-homepage h3,
.ia-homepage p,
.ia-homepage ul,
.ia-homepage dl,
.ia-homepage dd {
    margin-top: 0;
}

.ia-homepage h1,
.ia-homepage h2,
.ia-homepage h3 {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.ia-homepage a {
    color: inherit;
    text-decoration: none;
}

.ia-homepage a:focus-visible {
    outline: 3px solid var(--ia-yellow);
    outline-offset: 4px;
}

.ia-homepage img {
    display: block;
    max-width: 100%;
}

.ia-site-header {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0);
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    width: 100%;
    min-height: 86px;
    padding: 12px clamp(24px, 5vw, 76px);
    border-bottom: 1px solid var(--ia-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(36, 25, 42, 0.04);
    backdrop-filter: blur(14px);
}

.ia-brand {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    justify-self: start;
}

.ia-brand-mark {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex: 0 0 auto;
}

.ia-brand span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ia-brand strong {
    color: var(--ia-plum-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
}

.ia-brand small {
    margin-top: 4px;
    color: var(--ia-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ia-main-nav {
    display: flex;
    gap: clamp(18px, 2.4vw, 38px);
    align-items: center;
    justify-content: center;
}

.ia-main-nav a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
}

.ia-main-nav a::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: var(--ia-teal);
    content: "";
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.ia-main-nav a:hover::after {
    transform: scaleX(1);
}

.ia-header-cta {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-self: end;
    min-height: 44px;
    padding: 10px 18px;
    color: white !important;
    background: var(--ia-plum-deep);
    font-size: 13px;
    font-weight: 800;
    transition: background 180ms ease, transform 180ms ease;
}

.ia-header-cta:hover {
    color: white;
    background: var(--ia-plum);
    transform: translateY(-2px);
}

.ia-main {
    width: 100%;
}

.ia-hero,
.ia-section,
.ia-cta-section,
.ia-footer {
    width: 100%;
    padding-right: clamp(24px, 6.2vw, 96px);
    padding-left: clamp(24px, 6.2vw, 96px);
}

.ia-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
    min-height: 690px;
    padding-top: clamp(66px, 8vw, 118px);
    padding-bottom: clamp(66px, 8vw, 118px);
    background:
        radial-gradient(circle at 7% 16%, rgba(0, 169, 186, 0.09), transparent 24%),
        linear-gradient(135deg, #fff 0%, #fff 70%, #faf7fb 100%);
}

.ia-hero-copy {
    align-self: center;
    padding-right: clamp(24px, 5vw, 80px);
}

.ia-eyebrow {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--ia-plum);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ia-eyebrow > span {
    width: 31px;
    height: 3px;
    background: var(--ia-teal);
    flex: 0 0 auto;
}

.ia-eyebrow.ia-light {
    color: white;
}

.ia-eyebrow.ia-light > span {
    background: var(--ia-yellow);
}

.ia-hero h1 {
    max-width: 870px;
    margin-bottom: 30px;
    font-size: clamp(47px, 5.3vw, 78px);
}

.ia-hero h1 em {
    color: var(--ia-plum);
    font-weight: inherit;
}

.ia-hero-intro {
    max-width: 680px;
    margin-bottom: 34px;
    color: var(--ia-muted);
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.7;
}

.ia-hero-actions {
    display: flex;
    gap: 26px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.ia-button {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: transform 180ms ease, background 180ms ease;
}

.ia-button:hover {
    transform: translateY(-2px);
}

.ia-button-primary {
    color: white !important;
    background: var(--ia-plum-deep);
}

.ia-button-primary:hover {
    background: var(--ia-plum);
}

.ia-text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--ia-ink);
    font-size: 13px;
    font-weight: 800;
}

.ia-hero-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 760px;
    border-top: 1px solid var(--ia-line);
}

.ia-hero-proof > div {
    min-height: 92px;
    padding: 19px 15px 0;
    border-right: 1px solid var(--ia-line);
}

.ia-hero-proof > div:first-child {
    padding-left: 0;
}

.ia-hero-proof > div:last-child {
    border-right: 0;
}

.ia-hero-proof strong,
.ia-hero-proof span {
    display: block;
}

.ia-hero-proof strong {
    margin-bottom: 6px;
    color: var(--ia-plum);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.ia-hero-proof span {
    color: var(--ia-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ia-hero-visual {
    position: relative;
    align-self: stretch;
    min-height: 530px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(125, 63, 152, 0.96), rgba(79, 35, 98, 0.99));
}

.ia-hero-visual::before {
    position: absolute;
    top: -120px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(0, 169, 186, 0.24);
    content: "";
}

.ia-hero-visual::after {
    position: absolute;
    bottom: -125px;
    left: -80px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(243, 195, 61, 0.16);
    content: "";
}

.ia-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}

.ia-orbit-one {
    top: 58px;
    right: 46px;
    width: 240px;
    height: 240px;
}

.ia-orbit-two {
    right: 105px;
    bottom: 84px;
    width: 350px;
    height: 350px;
}

.ia-visual-card {
    position: absolute;
    z-index: 3;
}

.ia-card-main {
    top: 19%;
    left: 9%;
    width: min(76%, 390px);
    padding: clamp(26px, 4vw, 45px);
    background: white;
    box-shadow: 0 28px 80px rgba(26, 9, 33, 0.26);
}

.ia-card-kicker {
    display: block;
    margin-bottom: 22px;
    color: var(--ia-teal-deep);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ia-card-main > strong {
    display: block;
    margin-bottom: 18px;
    color: var(--ia-plum-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.4vw, 33px);
    font-weight: 500;
    line-height: 1.18;
}

.ia-card-main p {
    margin-bottom: 0;
    color: var(--ia-muted);
    font-size: 13px;
    line-height: 1.65;
}

.ia-card-note {
    right: 7%;
    bottom: 13%;
    display: flex;
    gap: 16px;
    align-items: center;
    width: min(66%, 310px);
    padding: 19px 21px;
    background: var(--ia-yellow);
    box-shadow: 0 20px 50px rgba(26, 9, 33, 0.22);
}

.ia-card-note > span {
    color: var(--ia-plum);
    font-size: 18px;
}

.ia-card-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
}

.ia-card-note strong {
    font-size: 13px;
}

.ia-visual-signature {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: 24px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.ia-section {
    padding-top: clamp(78px, 9vw, 135px);
    padding-bottom: clamp(78px, 9vw, 135px);
    scroll-margin-top: 88px;
}

.ia-formations {
    background: var(--ia-ivory);
}

.ia-section-heading,
.ia-quality-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(38px, 8vw, 130px);
    align-items: end;
    margin-bottom: clamp(50px, 7vw, 90px);
}

.ia-section-heading h2,
.ia-quality-heading h2 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(37px, 4.3vw, 62px);
}

.ia-section-heading > p {
    max-width: 480px;
    margin-bottom: 7px;
    color: var(--ia-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ia-formation-list {
    border-top: 1px solid var(--ia-line);
}

.ia-formation-card {
    display: grid;
    grid-template-columns: 72px minmax(260px, 1fr) minmax(280px, 0.8fr) 54px;
    gap: clamp(18px, 3vw, 48px);
    align-items: center;
    min-height: 190px;
    padding: 28px 8px;
    border-bottom: 1px solid var(--ia-line);
    transition: background 180ms ease, padding 180ms ease;
}

.ia-formation-card:hover {
    padding-right: 22px;
    padding-left: 22px;
    background: white;
}

.ia-formation-number {
    align-self: start;
    padding-top: 8px;
    color: var(--ia-teal-deep);
    font-family: monospace;
    font-size: 12px;
    font-weight: 800;
}

.ia-formation-card h3 {
    margin-bottom: 12px;
    color: var(--ia-plum-deep);
    font-size: clamp(27px, 3vw, 42px);
}

.ia-formation-card p {
    max-width: 570px;
    margin-bottom: 0;
    color: var(--ia-muted);
    font-size: 13px;
    line-height: 1.7;
}

.ia-formation-card ul {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ia-formation-card li {
    padding: 7px 10px;
    border: 1px solid var(--ia-line);
    background: rgba(255, 255, 255, 0.55);
    color: var(--ia-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ia-formation-card > a {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid var(--ia-plum);
    color: var(--ia-plum);
    font-size: 18px;
    transition: color 180ms ease, background 180ms ease;
}

.ia-formation-card > a:hover {
    color: white;
    background: var(--ia-plum);
}

.ia-quality-info {
    background: white;
}

.ia-quality-heading {
    align-items: start;
}

.ia-quality-date {
    padding: 25px 0 0 26px;
    border-left: 3px solid var(--ia-yellow);
}

.ia-quality-date > span,
.ia-quality-date > strong {
    display: block;
}

.ia-quality-date > span {
    margin-bottom: 5px;
    color: var(--ia-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ia-quality-date > strong {
    margin-bottom: 14px;
    color: var(--ia-plum);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
}

.ia-quality-date p {
    max-width: 410px;
    margin-bottom: 0;
    color: var(--ia-muted);
    font-size: 12px;
    line-height: 1.7;
}

.ia-quality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--ia-line);
    border-left: 1px solid var(--ia-line);
}

.ia-quality-grid article {
    min-height: 310px;
    padding: clamp(28px, 3.2vw, 46px);
    border-right: 1px solid var(--ia-line);
    border-bottom: 1px solid var(--ia-line);
}

.ia-quality-grid article > span:first-child {
    display: block;
    margin-bottom: 50px;
    color: var(--ia-teal-deep);
    font-family: monospace;
    font-size: 12px;
    font-weight: 800;
}

.ia-quality-grid h3 {
    margin-bottom: 18px;
    color: var(--ia-plum-deep);
    font-size: 25px;
}

.ia-quality-grid p {
    margin-bottom: 0;
    color: var(--ia-muted);
    font-size: 13px;
    line-height: 1.78;
}

.ia-quality-grid a {
    display: inline-block;
    max-width: 100%;
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--ia-teal-deep);
    color: var(--ia-teal-deep);
    font-size: 12px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ia-result-panel {
    display: grid;
    grid-template-columns: minmax(260px, 1.05fr) minmax(240px, 0.8fr) minmax(260px, 1fr);
    gap: clamp(28px, 4vw, 65px);
    margin-top: 68px;
    padding: clamp(38px, 5vw, 70px);
    color: white;
    background: var(--ia-plum-deep);
}

.ia-result-panel h3 {
    max-width: 450px;
    margin-bottom: 0;
    font-size: clamp(28px, 3vw, 41px);
}

.ia-result-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-content: start;
}

.ia-result-metrics span {
    display: flex;
    align-items: center;
    min-height: 65px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ia-result-panel > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.85;
}

.ia-quality-note {
    max-width: 1040px;
    margin: 28px 0 0 auto;
    color: var(--ia-muted);
    font-size: 11px;
    line-height: 1.75;
}

.ia-quality-note a {
    color: var(--ia-plum);
    font-weight: 800;
}

.ia-approach {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
    gap: clamp(45px, 9vw, 140px);
    color: white;
    background: var(--ia-plum-deep);
}

.ia-approach-intro {
    align-self: center;
}

.ia-approach-intro h2 {
    margin-bottom: 28px;
    font-size: clamp(39px, 4.5vw, 66px);
}

.ia-approach-intro > p:not(.ia-eyebrow) {
    max-width: 550px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.8;
}

.ia-button-light {
    color: var(--ia-plum-deep) !important;
    background: white;
}

.ia-button-light:hover {
    background: var(--ia-yellow);
}

.ia-benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ia-benefit-grid article {
    min-height: 245px;
    padding: clamp(25px, 3.2vw, 45px);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ia-benefit-mark {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 38px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: var(--ia-yellow);
    font-size: 16px;
}

.ia-benefit-grid h3 {
    margin-bottom: 13px;
    font-size: 24px;
}

.ia-benefit-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.75;
}

.ia-case-study {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(55px, 9vw, 140px);
    align-items: center;
    background: var(--ia-ivory);
}

.ia-case-visual {
    position: relative;
    min-height: 500px;
    padding: clamp(34px, 4vw, 60px);
    overflow: hidden;
    color: white;
    background:
        radial-gradient(circle at 80% 20%, rgba(243, 195, 61, 0.28), transparent 26%),
        linear-gradient(140deg, var(--ia-teal-deep), var(--ia-teal));
}

.ia-case-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ia-case-path {
    position: absolute;
    top: 43%;
    right: 11%;
    left: 11%;
    display: flex;
    align-items: center;
}

.ia-case-path span {
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: rgba(0, 127, 141, 0.32);
    font-family: monospace;
    font-size: 11px;
}

.ia-case-path i {
    height: 1px;
    background: rgba(255, 255, 255, 0.55);
    flex: 1;
}

.ia-case-result {
    position: absolute;
    right: clamp(25px, 4vw, 55px);
    bottom: clamp(28px, 4vw, 55px);
    left: clamp(25px, 4vw, 55px);
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.ia-case-result strong {
    display: block;
    max-width: 480px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.16;
}

.ia-case-result p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.ia-case-copy h2 {
    margin-bottom: 26px;
    color: var(--ia-plum-deep);
    font-size: clamp(38px, 4.2vw, 60px);
}

.ia-case-lead {
    max-width: 590px;
    margin-bottom: 44px;
    color: var(--ia-muted);
    font-size: 15px;
    line-height: 1.8;
}

.ia-case-copy dl {
    margin: 0;
    border-top: 1px solid var(--ia-line);
}

.ia-case-copy dl > div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 25px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ia-line);
}

.ia-case-copy dt {
    color: var(--ia-plum);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ia-case-copy dd {
    color: var(--ia-muted);
    font-size: 13px;
}

.ia-cta-section {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: clamp(45px, 9vw, 150px);
    align-items: center;
    padding-top: clamp(70px, 8vw, 110px);
    padding-bottom: clamp(70px, 8vw, 110px);
    color: white;
    background: var(--ia-teal-deep);
}

.ia-cta-section h2 {
    max-width: 750px;
    margin-bottom: 0;
    font-size: clamp(39px, 4.8vw, 68px);
}

.ia-cta-section > div:last-child > p {
    max-width: 480px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.8;
}

.ia-button-accent {
    color: var(--ia-plum-deep) !important;
    background: var(--ia-yellow);
}

.ia-button-accent:hover {
    background: white;
}

.ia-footer {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.5fr;
    gap: 35px;
    align-items: center;
    min-height: 190px;
    color: white;
    background: var(--ia-ink);
}

.ia-footer-brand .ia-brand-mark {
    width: 72px;
    height: 72px;
}

.ia-footer-brand strong {
    color: white;
}

.ia-footer-brand small {
    color: rgba(255, 255, 255, 0.6);
}

.ia-footer > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    line-height: 1.8;
}

.ia-footer > a:last-child {
    justify-self: end;
    color: var(--ia-yellow);
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 1120px) {
    .ia-site-header {
        grid-template-columns: 1fr auto;
    }

    .ia-main-nav {
        display: none;
    }

    .ia-hero {
        grid-template-columns: 1fr 0.88fr;
    }

    .ia-hero-proof {
        grid-template-columns: 1fr 1fr;
    }

    .ia-hero-proof > div:nth-child(2) {
        border-right: 0;
    }

    .ia-quality-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ia-result-panel {
        grid-template-columns: 1fr 1fr;
    }

    .ia-result-panel > p {
        grid-column: 1 / -1;
    }

    .ia-formation-card {
        grid-template-columns: 55px minmax(250px, 1fr) minmax(220px, 0.7fr) 48px;
    }
}

@media (max-width: 860px) {
    body.admin-bar .ia-site-header {
        top: 46px;
    }

    .ia-site-header {
        min-height: 76px;
        padding: 9px 20px;
    }

    .ia-brand-mark {
        width: 51px;
        height: 51px;
    }

    .ia-brand strong {
        font-size: 16px;
    }

    .ia-brand small {
        font-size: 8px;
    }

    .ia-header-cta {
        min-height: 40px;
        padding: 8px 13px;
        font-size: 11px;
    }

    .ia-hero {
        grid-template-columns: 1fr;
        padding-top: 64px;
    }

    .ia-hero-copy {
        padding-right: 0;
        padding-bottom: 60px;
    }

    .ia-hero-visual {
        min-height: 540px;
    }

    .ia-section-heading,
    .ia-quality-heading,
    .ia-approach,
    .ia-case-study,
    .ia-cta-section {
        grid-template-columns: 1fr;
    }

    .ia-formation-card {
        grid-template-columns: 48px 1fr 48px;
        gap: 20px;
        min-height: 0;
        padding: 30px 0;
    }

    .ia-formation-card ul {
        grid-column: 2 / 3;
    }

    .ia-formation-card > a {
        grid-column: 3 / 4;
        grid-row: 1 / 3;
    }

    .ia-quality-grid,
    .ia-result-panel {
        grid-template-columns: 1fr;
    }

    .ia-result-panel > p {
        grid-column: auto;
    }

    .ia-approach {
        gap: 65px;
    }

    .ia-case-visual {
        min-height: 470px;
    }

    .ia-footer {
        grid-template-columns: 1fr 1fr;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .ia-footer > a:last-child {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 600px) {
    .ia-site-header {
        grid-template-columns: 1fr auto;
    }

    .ia-brand span {
        display: none;
    }

    .ia-header-cta {
        gap: 7px;
    }

    .ia-hero,
    .ia-section,
    .ia-cta-section,
    .ia-footer {
        padding-right: 22px;
        padding-left: 22px;
    }

    .ia-hero {
        padding-top: 54px;
        padding-bottom: 0;
    }

    .ia-hero h1 {
        font-size: clamp(42px, 13.5vw, 58px);
    }

    .ia-hero-intro {
        font-size: 17px;
    }

    .ia-hero-actions {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 48px;
    }

    .ia-button {
        width: 100%;
    }

    .ia-text-link {
        align-self: flex-start;
    }

    .ia-hero-proof {
        grid-template-columns: 1fr 1fr;
    }

    .ia-hero-proof > div {
        min-height: 100px;
        padding: 17px 12px 0;
    }

    .ia-hero-proof > div:nth-child(odd) {
        padding-left: 0;
    }

    .ia-hero-visual {
        min-height: 505px;
        margin-right: -22px;
        margin-left: -22px;
    }

    .ia-card-main {
        top: 13%;
        left: 7%;
        width: 82%;
        padding: 29px;
    }

    .ia-card-note {
        right: 6%;
        bottom: 10%;
        width: 76%;
    }

    .ia-section-heading,
    .ia-quality-heading {
        gap: 35px;
    }

    .ia-section-heading h2,
    .ia-quality-heading h2,
    .ia-approach-intro h2,
    .ia-case-copy h2,
    .ia-cta-section h2 {
        font-size: 40px;
    }

    .ia-formation-card {
        grid-template-columns: 35px 1fr;
    }

    .ia-formation-card ul {
        grid-column: 2 / 3;
    }

    .ia-formation-card > a {
        grid-column: 2 / 3;
        grid-row: auto;
        justify-self: start;
    }

    .ia-quality-grid {
        border-left: 0;
    }

    .ia-quality-grid article {
        min-height: 0;
        padding: 32px 0;
        border-right: 0;
    }

    .ia-quality-grid article > span:first-child {
        margin-bottom: 35px;
    }

    .ia-result-panel {
        margin-right: -22px;
        margin-left: -22px;
        padding: 38px 22px;
    }

    .ia-result-metrics {
        grid-template-columns: 1fr;
    }

    .ia-approach {
        margin-right: 0;
        margin-left: 0;
    }

    .ia-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ia-benefit-grid article {
        min-height: 210px;
    }

    .ia-case-visual {
        min-height: 440px;
        margin-right: -22px;
        margin-left: -22px;
    }

    .ia-case-path {
        right: 7%;
        left: 7%;
    }

    .ia-case-path span {
        width: 47px;
        height: 47px;
    }

    .ia-case-copy dl > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .ia-footer {
        grid-template-columns: 1fr;
    }

    .ia-footer > a:last-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ia-homepage *,
    .ia-homepage *::before,
    .ia-homepage *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
