html {
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body.bizdec-about {
    --bizdec-primary: #063f5b;
    --bizdec-text: #063f5b;
    --bizdec-accent: #efb526;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    color: var(--bizdec-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

.bizdec-about-skip-link {
    position: fixed;
    z-index: 99999;
    top: 8px;
    left: 8px;
    transform: translateY(-150%);
    padding: 10px 14px;
    border-radius: 4px;
    background: #ffffff;
    color: #111111 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.bizdec-about-skip-link:focus {
    transform: translateY(0);
}

.bizdec-about-shell {
    width: 100%;
    min-height: 100dvh;
    background: #ffffff;
}

.bizdec-about-stage {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    align-items: stretch;
    width: 100%;
    min-height: calc(100dvh - 54px);
    overflow: hidden;
    background: #ffffff;
}

/*
 * The left artwork scales with the total About page height. Its right edge is
 * protected, so when the page grows taller the crop naturally happens on the
 * left side, preserving the blue arc that meets the copy column.
 */
.bizdec-about-visual {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
}

.bizdec-about-visual img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: right top;
    user-select: none;
}

.bizdec-about-panel {
    min-width: 0;
    display: grid;
    grid-template-rows: 112px auto;
    align-content: start;
    background: #ffffff;
}

.bizdec-about-navigation {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    padding: 0 clamp(42px, 5vw, 96px) 0 clamp(28px, 3vw, 58px);
    font-size: clamp(14px, 1.03vw, 17px);
    font-weight: 400;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.bizdec-about-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bizdec-about-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bizdec-about-menu a {
    position: relative;
    display: inline-flex;
    color: var(--bizdec-text);
    text-decoration: none;
    text-underline-offset: 5px;
    transition: opacity 160ms ease, transform 160ms ease;
}

.bizdec-about-menu a::after {
    content: ".";
}

.bizdec-about-menu a:hover,
.bizdec-about-menu a:focus-visible {
    opacity: 0.68;
    transform: translateY(-1px);
    text-decoration: underline;
}

.bizdec-about-home-item a {
    font-weight: 700;
}

.bizdec-about-content {
    min-width: 0;
    display: block;
    padding: clamp(28px, 3.7vh, 42px) clamp(58px, 6.3vw, 118px) clamp(64px, 7vh, 94px) clamp(50px, 4.7vw, 88px);
}

.bizdec-about-copy {
    width: min(100%, 870px);
}

.bizdec-about-copy h1 {
    margin: 0 0 16px;
    color: var(--bizdec-text);
    font: 700 clamp(38px, min(4vw, 7vh), 67px)/1.02 Arial, Helvetica, sans-serif;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.bizdec-about-copy h1 a {
    color: inherit;
    text-decoration: none;
}

.bizdec-about-copy h1 a:hover,
.bizdec-about-copy h1 a:focus-visible {
    opacity: 0.76;
    outline: none;
}

.bizdec-about-copy h1 span {
    font-weight: 400;
}

.bizdec-about-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 clamp(24px, 3.2vh, 34px);
}

.bizdec-about-subnav-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(6, 63, 91, 0.36);
    background: #ffffff;
    color: var(--bizdec-text);
    font: 700 clamp(10.5px, 0.72vw, 12.5px)/1 Arial, Helvetica, sans-serif;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.bizdec-about-subnav a.bizdec-about-subnav-item:hover,
.bizdec-about-subnav a.bizdec-about-subnav-item:focus-visible {
    border-color: var(--bizdec-primary);
    background: var(--bizdec-primary);
    color: #ffffff;
    outline: none;
}

.bizdec-about-subnav-item.is-disabled {
    cursor: default;
}

.bizdec-about-copy p {
    max-width: 860px;
    margin: 0 0 clamp(13px, 1.9vh, 19px);
    color: var(--bizdec-text);
    font: 400 clamp(12.5px, min(0.92vw, 1.85vh), 15.5px)/1.42 Arial, Helvetica, sans-serif;
    letter-spacing: -0.012em;
}

.bizdec-about-copy .bizdec-about-kicker,
.bizdec-about-copy .bizdec-about-signature {
    font-weight: 700;
}

.bizdec-about-copy .bizdec-about-kicker {
    margin-bottom: clamp(16px, 2.4vh, 23px);
}

.bizdec-about-principles {
    margin-top: clamp(30px, 4vh, 44px);
    padding-top: clamp(24px, 3vh, 34px);
    border-top: 1px solid rgba(6, 63, 91, 0.28);
}

.bizdec-about-statement + .bizdec-about-statement {
    margin-top: 24px;
}

.bizdec-about-principles h2 {
    margin: 0 0 8px;
    color: var(--bizdec-text);
    font: 700 clamp(12.5px, min(0.92vw, 1.85vh), 15.5px)/1.42 Arial, Helvetica, sans-serif;
    letter-spacing: -0.025em;
}

.bizdec-about-statement p {
    margin-bottom: 0;
}

.bizdec-about-values {
    margin-top: clamp(30px, 4vh, 42px);
}

.bizdec-about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    margin-top: 14px;
}

.bizdec-about-value {
    min-width: 0;
    padding-top: 10px;
    border-top: 3px solid var(--bizdec-accent);
}

.bizdec-about-value h3 {
    margin: 0 0 8px;
    color: var(--bizdec-text);
    font: italic 700 clamp(12.5px, min(0.92vw, 1.85vh), 15.5px)/1.42 Arial, Helvetica, sans-serif;
}

.bizdec-about-value p {
    margin-bottom: 0;
    font-size: clamp(12.5px, min(0.92vw, 1.85vh), 15.5px);
    line-height: 1.42;
}

.bizdec-about-copy .bizdec-about-signature {
    margin-top: clamp(32px, 4.2vh, 48px);
    margin-bottom: clamp(20px, 2.8vh, 30px);
}

.bizdec-about-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 13px 8px 11px;
    border: 1.5px solid var(--bizdec-primary);
    border-radius: 0;
    background: #ffffff;
    color: var(--bizdec-primary);
    font-size: clamp(11px, 0.75vw, 13px);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.bizdec-about-download svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bizdec-about-download:hover,
.bizdec-about-download:focus-visible {
    background: var(--bizdec-primary);
    color: #ffffff;
    transform: translateY(-1px);
    outline: none;
}

.bizdec-about-logos {
    display: block;
    width: clamp(160px, 11.5vw, 205px);
    height: auto;
    margin: clamp(28px, 4vh, 44px) 0 0 auto;
    object-fit: contain;
}

/* Shared footer language with the coded homepage. */
.bizdec-footer {
    min-height: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, auto);
    align-items: center;
    gap: 24px;
    padding: 13px clamp(32px, 4.2vw, 58px);
    background: var(--bizdec-primary);
    color: #ffffff;
    font: 400 clamp(9px, 0.75vw, 11px)/1.35 Arial, Helvetica, sans-serif;
    letter-spacing: -0.01em;
}

.bizdec-footer-contact {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bizdec-footer-contact a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.bizdec-footer-contact a:hover,
.bizdec-footer-contact a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bizdec-footer-divider {
    opacity: 0.72;
}

.bizdec-footer-copy {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .bizdec-about-stage {
        grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    }

    .bizdec-about-navigation {
        padding-right: 38px;
        font-size: 14px;
    }

    .bizdec-about-menu {
        gap: 0.9rem;
    }

    .bizdec-about-content {
        padding-right: 46px;
        padding-left: 44px;
    }

    .bizdec-about-copy h1 {
        font-size: clamp(38px, 4.35vw, 58px);
    }

    .bizdec-about-values-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 900px) {
    .bizdec-about-stage {
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: visible;
    }

    .bizdec-about-visual {
        width: 100%;
        height: min(92vw, 760px);
        flex: 0 0 auto;
    }

    .bizdec-about-visual img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .bizdec-about-panel {
        display: block;
    }

    .bizdec-about-navigation {
        justify-content: center;
        padding: 28px 22px 12px;
        font-size: 14px;
        white-space: normal;
    }

    .bizdec-about-menu {
        justify-content: center;
        gap: 0.85rem 1rem;
    }

    .bizdec-about-content {
        display: block;
        padding: 54px 42px 64px;
    }

    .bizdec-about-copy {
        width: min(100%, 720px);
        margin: 0 auto;
    }

    .bizdec-about-copy h1 {
        white-space: normal;
        font-size: 46px;
    }

    .bizdec-about-copy p {
        font-size: 14px;
        line-height: 1.5;
    }

    .bizdec-about-subnav {
        margin-bottom: 30px;
    }

    .bizdec-about-values-grid {
        grid-template-columns: 1fr;
    }

    .bizdec-about-value h3,
    .bizdec-about-value p {
        font-size: 14px;
    }

    .bizdec-about-logos {
        width: 180px;
        margin-top: 44px;
    }

    .bizdec-footer {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px 24px;
        text-align: center;
    }

    .bizdec-footer-contact {
        justify-content: center;
        flex-wrap: wrap;
    }

    .bizdec-footer-copy {
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 560px) {
    .bizdec-about-visual {
        height: 105vw;
        max-height: 590px;
    }

    .bizdec-about-navigation {
        padding-top: 24px;
        font-size: 13px;
    }

    .bizdec-about-content {
        padding: 40px 22px 52px;
    }

    .bizdec-about-copy h1 {
        margin-bottom: 14px;
        font-size: 37px;
        line-height: 1.05;
    }

    .bizdec-about-subnav {
        gap: 6px;
        margin-bottom: 27px;
    }

    .bizdec-about-subnav-item {
        min-height: 29px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .bizdec-about-copy .bizdec-about-kicker {
        margin-bottom: 20px;
    }

    .bizdec-about-copy p {
        margin-bottom: 17px;
        font-size: 13.5px;
    }

    .bizdec-about-principles {
        margin-top: 28px;
    }

    .bizdec-about-principles h2 {
        font-size: 13.5px;
    }

    .bizdec-about-value h3,
    .bizdec-about-value p {
        font-size: 13.5px;
    }

    .bizdec-about-copy .bizdec-about-signature {
        margin-bottom: 27px;
    }

    .bizdec-about-download {
        min-height: 38px;
        font-size: 12px;
    }

    .bizdec-about-logos {
        width: 155px;
        margin-top: 36px;
    }

    .bizdec-footer-contact {
        display: block;
    }

    .bizdec-footer-contact > * {
        display: block;
        margin: 3px 0;
    }

    .bizdec-footer-divider {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bizdec-about-menu a,
    .bizdec-about-subnav-item,
    .bizdec-about-download {
        transition: none;
    }
}


/* v1.12.3 — canonical editorial body-size token. */
.bizdec-about-copy p,
.bizdec-about-principles h2,
.bizdec-about-value h3,
.bizdec-about-value p {
    font-size: var(--bizdec-body-font-size);
    line-height: var(--bizdec-body-line-height);
}
