/* Brand layer: Imprimante Portable */
:root {
    --ip-ink: #081B2D;
    --ip-blue: #0E3557;
    --ip-cyan: #1DA7A8;
    --ip-amber: #F29D38;
    --ip-paper: #F8FBFF;
    --ip-line: #DDEAF5;
    --ip-muted: #5E7185;
    --ip-radius: 28px;
    --ip-shadow: 0 28px 80px rgba(8, 27, 45, 0.14);
}

body {
    background:
        radial-gradient(circle at 12% 8%, rgba(29, 167, 168, .10), transparent 30rem),
        linear-gradient(180deg, #F8FBFF 0%, #F3F7FB 44%, #FFFFFF 100%);
}

.site-header {
    background: rgba(248, 251, 255, .88);
    border-bottom: 1px solid rgba(14, 53, 87, .08);
    backdrop-filter: blur(18px);
}

.header-split-container {
    min-height: 88px;
    border-bottom: 0;
}

.logo-split img {
    max-height: 54px;
    width: auto;
}

.nav-split a {
    color: var(--ip-ink);
    font-size: .76rem;
    letter-spacing: .12em;
}

.nav-split a:hover,
.btn-search-toggle:hover {
    color: var(--ip-cyan);
}

.nav-split a::after {
    height: 2px;
    background: linear-gradient(90deg, var(--ip-cyan), var(--ip-amber));
}

.btn-search-toggle {
    color: var(--ip-ink);
    border: 1px solid rgba(14, 53, 87, .12);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 10px 24px rgba(8, 27, 45, .06);
}

.hero-section {
    isolation: isolate;
}

.pb-type-hero .hero-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 30%, rgba(29, 167, 168, .38), transparent 24rem),
        linear-gradient(135deg, var(--ip-ink), var(--ip-blue)) !important;
}

.pb-type-hero .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
    z-index: 0;
}

.pb-type-hero .hero-section::after {
    content: "";
    position: absolute;
    right: clamp(1rem, 8vw, 9rem);
    bottom: -4rem;
    width: min(42vw, 520px);
    height: min(38vw, 430px);
    background:
        linear-gradient(#F8FBFF, #DDEAF5) 58% 10% / 46% 62% no-repeat,
        linear-gradient(135deg, #061625, #0E3557) 50% 72% / 92% 36% no-repeat;
    border-radius: 30px;
    box-shadow: 0 42px 80px rgba(0, 0, 0, .28);
    transform: rotate(-4deg);
    opacity: .92;
    z-index: 0;
}

.pb-type-hero .hero-content-cont,
.pb-type-hero .hero-content-wrapper {
    position: relative;
    z-index: 2;
}

.pb-type-hero h1 {
    font-size: clamp(2.7rem, 6vw, 6.7rem);
    letter-spacing: -.055em;
    max-width: 900px;
}

.pb-type-hero .hero-subtitle {
    max-width: 680px;
    color: rgba(248, 251, 255, .84);
    font-size: clamp(1rem, 1.35vw, 1.24rem);
}

.hero-buttons .btn {
    border-radius: 999px;
    padding: .92rem 1.45rem;
    font-weight: 800;
}

.hero-buttons .btn-primary {
    background: var(--ip-amber);
    color: var(--ip-ink);
    box-shadow: 0 14px 34px rgba(242, 157, 56, .32);
}

.hero-buttons .btn-outline-white {
    border-color: rgba(248, 251, 255, .44);
    color: var(--ip-paper);
}

.pb-type-hero .hero-buttons .btn-primary:hover,
.pb-type-hero .hero-buttons .btn-primary:focus-visible {
    background: var(--ip-paper);
    border-color: var(--ip-paper);
    color: var(--ip-ink) !important;
    box-shadow: 0 18px 38px rgba(248, 251, 255, .22);
}

.pb-type-hero .hero-buttons .btn-outline-white:hover,
.pb-type-hero .hero-buttons .btn-outline-white:focus-visible {
    background: var(--ip-amber);
    border-color: var(--ip-amber);
    color: var(--ip-ink) !important;
    box-shadow: 0 18px 38px rgba(242, 157, 56, .30);
}

.featured-cat-mini-grid {
    gap: 18px;
}

.featured-cat-mini {
    border: 1px solid rgba(14, 53, 87, .10);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(248, 251, 255, .76));
    box-shadow: 0 20px 52px rgba(8, 27, 45, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.featured-cat-mini:hover {
    transform: translateY(-7px);
    border-color: rgba(29, 167, 168, .32);
    box-shadow: var(--ip-shadow);
}

.featured-cat-mini .card-title {
    color: var(--ip-ink);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.section-text-content h3 {
    color: var(--ip-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2vw, 2rem);
    margin-bottom: .6rem;
}

.section-text-content .product-feed-card-title,
.section-text-content .product-feed-card-simple-title {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.28;
}

.section-text-content p {
    color: var(--ip-muted);
}

.ip-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.ip-trust-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: .62rem 1rem;
    border: 1px solid rgba(14, 53, 87, .10);
    border-radius: 999px;
    background: #fff;
    color: var(--ip-ink);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(8, 27, 45, .05);
}

.ip-trust-strip span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: .6rem;
    border-radius: 50%;
    background: var(--ip-cyan);
    box-shadow: 0 0 0 5px rgba(29, 167, 168, .12);
}

.ip-brand-showcase {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: start;
}

.ip-brand-intro p {
    margin: 0 0 1.35rem;
    max-width: 520px;
    color: var(--ip-muted);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.72;
}

.ip-brand-intro a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .78rem 1.2rem;
    border-radius: 999px;
    background: var(--ip-ink);
    color: #fff !important;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(8, 27, 45, .16);
}

.ip-brand-intro a:hover,
.ip-brand-intro a:focus-visible {
    background: var(--ip-cyan);
    color: #fff !important;
}

.ip-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(14, 53, 87, .12);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 62px rgba(8, 27, 45, .08);
}

.ip-brand-grid a {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(1.15rem, 2.4vw, 1.85rem);
    border-right: 1px solid rgba(14, 53, 87, .10);
    border-bottom: 1px solid rgba(14, 53, 87, .10);
    color: var(--ip-ink);
    text-decoration: none;
    transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.ip-brand-grid a:nth-child(3n) {
    border-right: 0;
}

.ip-brand-grid a:nth-last-child(-n+3) {
    border-bottom: 0;
}

.ip-brand-grid a:hover,
.ip-brand-grid a:focus-visible {
    background: linear-gradient(135deg, #fff, rgba(29, 167, 168, .08));
    box-shadow: inset 0 0 0 2px rgba(29, 167, 168, .22);
}

.ip-brand-grid span {
    color: var(--ip-cyan);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ip-brand-grid strong {
    display: block;
    color: var(--ip-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.18rem, 1.7vw, 1.62rem);
    line-height: 1.08;
}

.ip-brand-grid em {
    color: color-mix(in srgb, var(--ip-muted) 86%, #000 14%);
    font-style: normal;
    line-height: 1.5;
}

.ip-home-hero-commerce .hero-section {
    border-bottom: 1px solid rgba(8, 27, 45, .12);
}

.ip-home-hero-commerce .hero-content-wrapper::before {
    content: "guide d'achat nomade";
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(248, 251, 255, .12);
    color: #fff;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ip-home-hero-commerce .hero-section::after {
    right: clamp(1rem, 7vw, 8rem);
    bottom: -2.4rem;
}

.ip-decision-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1180px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(14, 53, 87, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(8, 27, 45, .07);
}

.ip-decision-strip a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 12px;
    align-items: center;
    min-height: 84px;
    padding: 18px 20px;
    border-right: 1px solid rgba(14, 53, 87, .10);
    color: var(--ip-ink);
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.ip-decision-strip a:last-child {
    border-right: 0;
}

.ip-decision-strip a:hover,
.ip-decision-strip a:focus-visible {
    background: var(--ip-ink);
    color: #fff;
}

.ip-decision-strip span {
    grid-row: span 2;
    color: var(--ip-cyan);
    font-weight: 950;
}

.ip-decision-strip a:hover span,
.ip-decision-strip a:focus-visible span {
    color: var(--ip-amber);
}

.ip-decision-strip strong {
    display: block;
    font-size: .98rem;
    line-height: 1.2;
}

.ip-decision-strip em {
    color: inherit;
    opacity: .68;
    font-style: normal;
    font-size: .84rem;
}

.ip-brand-showcase--commerce {
    grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
}

.ip-brand-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
}

.ip-brand-feature {
    position: relative;
    display: flex;
    min-height: 258px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(22px, 2.7vw, 34px);
    border-radius: 24px;
    color: var(--ip-ink);
    text-decoration: none;
    box-shadow: 0 22px 58px rgba(8, 27, 45, .09);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ip-brand-feature::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 18px;
    pointer-events: none;
}

.ip-brand-feature:hover,
.ip-brand-feature:focus-visible {
    color: var(--ip-ink);
    transform: translateY(-5px);
    box-shadow: 0 30px 72px rgba(8, 27, 45, .14);
}

.ip-brand-feature span {
    position: relative;
    display: grid;
    width: min(100%, 210px);
    aspect-ratio: 1 / .72;
    place-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .84);
    color: var(--ip-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.2vw, 2.35rem);
    font-weight: 950;
    line-height: .95;
    text-align: center;
}

.ip-brand-feature strong,
.ip-brand-feature em {
    position: relative;
    display: block;
}

.ip-brand-feature strong {
    max-width: 20ch;
    margin-top: clamp(26px, 4vw, 48px);
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 1.8vw, 1.75rem);
    line-height: 1.06;
}

.ip-brand-feature em {
    max-width: 30ch;
    margin-top: 10px;
    color: rgba(8, 27, 45, .72);
    font-style: normal;
    line-height: 1.5;
}

.ip-brand-feature--canon {
    background: #c7d8e6;
}

.ip-brand-feature--hp {
    background: #e5b474;
}

.ip-brand-feature--brother {
    background: #a9c4bf;
}

.ip-brand-mini-grid {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.ip-brand-mini-grid a {
    display: flex;
    min-height: 88px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(14, 53, 87, .10);
    border-radius: 18px;
    background: #F8FBFF;
    color: var(--ip-ink);
    text-decoration: none;
}

.ip-brand-mini-grid a:hover,
.ip-brand-mini-grid a:focus-visible {
    background: var(--ip-ink);
    color: #fff;
}

.ip-brand-mini-grid span {
    color: var(--ip-cyan);
    font-weight: 950;
}

.ip-brand-mini-grid a:hover span,
.ip-brand-mini-grid a:focus-visible span {
    color: var(--ip-amber);
}

.ip-brand-mini-grid strong {
    font-size: .92rem;
    line-height: 1.25;
}

.ip-editorial-products {
    display: grid;
    grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: center;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.ip-editorial-products__copy span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--ip-cyan);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ip-editorial-products__copy h3 {
    position: relative;
    max-width: 26ch;
    margin: 0 0 24px;
    padding-bottom: 16px;
    color: var(--ip-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.25vw, 2.15rem);
    line-height: 1.1;
}

.ip-editorial-products__copy h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(58px, 6vw, 86px);
    height: 3px;
    border-radius: 999px;
    background: var(--ip-amber);
}

.ip-editorial-products__copy p {
    max-width: 610px;
    margin: 0 0 18px;
    color: color-mix(in srgb, var(--ip-muted) 88%, #000 12%);
    font-size: clamp(1rem, 1.22vw, 1.12rem);
    line-height: 1.78;
}

.ip-editorial-products__copy a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    margin-top: 12px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--ip-ink);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
}

.ip-editorial-products__copy a:hover,
.ip-editorial-products__copy a:focus-visible {
    background: var(--ip-cyan);
}

.ip-editorial-products__rail {
    display: grid;
    grid-template-columns: 2.15fr .95fr .95fr;
    gap: clamp(16px, 2vw, 28px);
    min-height: 470px;
}

.ip-editorial-products__rail a {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 24px 64px rgba(8, 27, 45, .10);
}

.ip-editorial-products__rail a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 27, 45, 0) 35%, rgba(8, 27, 45, .86) 100%);
}

.ip-editorial-products__rail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .24s ease;
}

.ip-editorial-products__rail a:hover img,
.ip-editorial-products__rail a:focus-visible img {
    transform: scale(1.04);
}

.ip-editorial-products__rail strong,
.ip-editorial-products__rail em {
    position: relative;
    z-index: 1;
    display: block;
}

.ip-editorial-products__rail strong {
    max-width: 18ch;
    font-family: var(--font-heading);
    font-size: clamp(1.08rem, 1.55vw, 1.5rem);
    line-height: 1.08;
}

.ip-editorial-products__rail em {
    margin-top: 7px;
    color: rgba(255, 255, 255, .8);
    font-style: normal;
    font-weight: 800;
}

.ip-choice-panel {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.ip-choice-intro {
    position: sticky;
    top: 110px;
}

.ip-choice-intro p {
    margin: 0 0 24px;
    color: color-mix(in srgb, var(--ip-muted) 88%, #000 12%);
    font-size: clamp(1.02rem, 1.3vw, 1.18rem);
    line-height: 1.72;
}

.ip-choice-intro a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--ip-ink);
    color: #fff !important;
    font-weight: 900;
    text-decoration: none;
}

.ip-choice-intro a:hover,
.ip-choice-intro a:focus-visible {
    background: var(--ip-cyan);
}

.ip-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(14, 53, 87, .12);
    border-radius: 24px;
    background: #fff;
}

.ip-path-grid a {
    min-height: 176px;
    padding: clamp(22px, 3vw, 34px);
    border-right: 1px solid rgba(14, 53, 87, .12);
    border-bottom: 1px solid rgba(14, 53, 87, .12);
    color: var(--ip-ink);
    background: #fff;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.ip-path-grid a:nth-child(2n) {
    border-right: 0;
}

.ip-path-grid a:nth-last-child(-n+2) {
    border-bottom: 0;
}

.ip-path-grid a:hover,
.ip-path-grid a:focus-visible {
    background: var(--ip-ink);
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(242, 157, 56, .32);
}

.ip-path-grid span {
    display: block;
    margin-bottom: 18px;
    color: var(--ip-cyan);
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ip-path-grid a:hover span,
.ip-path-grid a:focus-visible span {
    color: var(--ip-amber);
}

.ip-path-grid strong {
    display: block;
    max-width: 18ch;
    font-family: var(--font-heading);
    font-size: clamp(1.18rem, 1.65vw, 1.55rem);
    line-height: 1.14;
}

.ip-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(24px, 5vw, 72px);
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 85% 20%, rgba(242, 157, 56, .24), transparent 20rem),
        linear-gradient(135deg, var(--ip-ink), var(--ip-blue));
    color: #fff;
    box-shadow: var(--ip-shadow);
}

.ip-final-cta span {
    display: block;
    margin-bottom: 10px;
    color: var(--ip-amber);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ip-final-cta strong {
    display: block;
    max-width: 780px;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.45vw, 2.35rem);
    line-height: 1.12;
}

.ip-final-cta p {
    max-width: 650px;
    margin: 18px 0 0;
    color: rgba(248, 251, 255, .78);
    line-height: 1.65;
}

.ip-final-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--ip-amber);
    color: var(--ip-ink) !important;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.ip-final-cta a:hover,
.ip-final-cta a:focus-visible {
    background: #fff;
}

.ip-products-section-priority .block-product-feed,
.pb-block.ip-products-section-priority {
    border-top: 0;
}

.ip-products-section-priority .product-feed-card {
    box-shadow: 0 20px 56px rgba(8, 27, 45, .09) !important;
}

.section-header h2 {
    color: var(--ip-ink);
    font-size: clamp(1.65rem, 2.25vw, 2.35rem);
    line-height: 1.14;
    letter-spacing: 0;
}

.section-header.underline-left h2::after,
.section-header.underline-center h2::after {
    width: clamp(64px, 7vw, 96px) !important;
    height: 3px !important;
}

.ip-method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 22px;
}

.ip-method-grid > div {
    padding: clamp(1.35rem, 3vw, 2.1rem);
    border-left: 3px solid var(--ip-cyan);
    border-radius: 0 24px 24px 0;
    background: linear-gradient(135deg, #FFFFFF, #F8FBFF);
}

.ip-method-grid span {
    display: block;
    margin-bottom: 1.2rem;
    color: var(--ip-amber);
    font-size: .86rem;
    font-weight: 900;
    letter-spacing: .22em;
}

.ip-editorial-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--ip-radius);
    background:
        radial-gradient(circle at 82% 20%, rgba(242, 157, 56, .22), transparent 18rem),
        linear-gradient(135deg, var(--ip-ink), var(--ip-blue));
    color: #fff;
    box-shadow: var(--ip-shadow);
}

.ip-editorial-callout p {
    margin: 0;
    max-width: 840px;
    color: rgba(248, 251, 255, .84);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.65;
}

.ip-inline-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .8rem 1.25rem;
    border-radius: 999px;
    background: var(--color-button-bg, var(--ip-amber));
    color: var(--color-button-text, var(--ip-ink)) !important;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
    border: 1px solid color-mix(in srgb, var(--color-button-bg, var(--ip-amber)) 72%, #000 28%);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--color-button-bg, var(--ip-amber)) 24%, transparent);
    transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ip-inline-cta:hover,
.ip-inline-cta:focus-visible {
    background: var(--color-button-hover-bg, var(--ip-ink));
    color: var(--color-button-hover-text, #fff) !important;
    border-color: var(--color-button-hover-bg, var(--ip-ink));
    transform: translateY(-2px);
    box-shadow: 0 18px 38px color-mix(in srgb, var(--color-button-hover-bg, var(--ip-ink)) 24%, transparent);
}

.ip-inline-cta:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--color-button-hover-bg, var(--ip-ink)) 28%, #fff 72%);
    outline-offset: 3px;
}

.ip-editorial-callout .ip-inline-cta:hover,
.ip-editorial-callout .ip-inline-cta:focus-visible {
    background: var(--color-button-on-dark-hover-bg, #fff);
    color: var(--color-button-on-dark-hover-text, var(--ip-ink)) !important;
    border-color: var(--color-button-on-dark-hover-bg, #fff);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .22);
}

.ip-editorial-callout .ip-inline-cta:focus-visible {
    outline-color: color-mix(in srgb, var(--color-button-on-dark-hover-bg, #fff) 72%, transparent);
}

.site-footer {
    background:
        radial-gradient(circle at 80% 10%, rgba(29, 167, 168, .22), transparent 22rem),
        linear-gradient(135deg, #061625, #081B2D) !important;
    border-top: 0;
}

.site-footer .footer-col:first-child img {
    width: min(220px, 100%);
    max-width: 220px !important;
    margin-bottom: 1.25rem !important;
}

.site-footer .footer-col h3,
.site-footer a {
    color: #F8FBFF;
}

.site-footer .footer-col p,
.site-footer li,
.site-footer .footer-bottom {
    color: rgba(248, 251, 255, .72);
}

.site-footer a:hover {
    color: var(--ip-amber);
}

.footer-bottom {
    border-top-color: rgba(248, 251, 255, .12);
}

@media (prefers-reduced-motion: no-preference) {
    .pb-type-hero .hero-content-wrapper {
        animation: ipHeroEnter .74s cubic-bezier(.16, 1, .3, 1) both;
    }

    .pb-type-hero .hero-section::after {
        animation: ipPrinterFloat 7s ease-in-out infinite;
    }

    .featured-cat-mini {
        animation: ipSoftReveal .7s cubic-bezier(.16, 1, .3, 1) both;
    }
}

@keyframes ipHeroEnter {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ipPrinterFloat {
    0%, 100% {
        transform: rotate(-4deg) translateY(0);
    }
    50% {
        transform: rotate(-2deg) translateY(-12px);
    }
}

@keyframes ipSoftReveal {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 900px) {
    .pb-type-hero .hero-section::after {
        width: 260px;
        height: 210px;
        opacity: .36;
        right: -4rem;
    }

    .logo-split img {
        max-height: 46px;
    }

    .ip-editorial-callout {
        grid-template-columns: 1fr;
    }

    .ip-brand-showcase,
    .ip-brand-showcase--commerce,
    .ip-brand-grid,
    .ip-editorial-products,
    .ip-choice-panel,
    .ip-final-cta {
        grid-template-columns: 1fr;
    }

    .ip-choice-intro {
        position: static;
    }

    .ip-brand-feature-grid {
        grid-template-columns: 1fr;
    }

    .ip-brand-mini-grid {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .ip-editorial-products__rail {
        min-height: 420px;
    }

    .ip-brand-grid a,
    .ip-brand-grid a:nth-child(3n),
    .ip-brand-grid a:nth-last-child(-n+3) {
        border-right: 0;
        border-bottom: 1px solid rgba(14, 53, 87, .10);
    }

    .ip-brand-grid a:last-child {
        border-bottom: 0;
    }
}

.ip-method-grid h3 {
    margin: 0 0 .65rem;
    color: var(--ip-ink);
    font-family: var(--font-heading);
    font-size: clamp(1.18rem, 1.55vw, 1.55rem);
    line-height: 1.16;
}

@media (max-width: 760px) {
    .ip-decision-strip,
    .ip-path-grid {
        grid-template-columns: 1fr;
    }

    .ip-decision-strip a,
    .ip-decision-strip a:last-child,
    .ip-path-grid a,
    .ip-path-grid a:nth-child(2n),
    .ip-path-grid a:nth-last-child(-n+2) {
        border-right: 0;
        border-bottom: 1px solid rgba(14, 53, 87, .10);
    }

    .ip-decision-strip a:last-child,
    .ip-path-grid a:last-child {
        border-bottom: 0;
    }

    .ip-brand-feature {
        min-height: 220px;
    }

    .ip-brand-feature span {
        width: min(100%, 180px);
    }

    .ip-brand-feature strong {
        margin-top: 28px;
    }

    .ip-editorial-products__copy h3 {
        max-width: 24ch;
        font-size: clamp(1.34rem, 6vw, 1.72rem) !important;
        line-height: 1.1;
    }

    .section-header h2 {
        font-size: clamp(1.52rem, 7.2vw, 2.05rem);
        line-height: 1.14;
    }

    .ip-editorial-products__rail {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ip-editorial-products__rail a {
        min-height: 250px;
    }

    .ip-final-cta a {
        width: 100%;
    }
}
