.cw-hofstede-about {
    --cw-hofstede-surface: color-mix(in srgb, var(--bg-elevated) 86%, var(--cw-blue) 4%);
    --cw-hofstede-warm: #ddae45;
    --cw-hofstede-critical: #d76b5d;
    padding: 22px 0 62px;
}

body.light-mode .cw-hofstede-about {
    --cw-hofstede-surface: color-mix(in srgb, var(--bg-elevated) 94%, var(--cw-blue) 4%);
    --cw-hofstede-warm: #9d6c10;
    --cw-hofstede-critical: #b84d40;
}

.cw-hofstede-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 48px;
    align-items: center;
    justify-items: center;
}

.cw-hofstede-about-hero-copy {
    max-width: 720px;
    text-align: center;
}

.cw-hofstede-about-kicker {
    margin: 0 0 8px;
    color: var(--cw-blue);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.cw-hofstede-about-kicker .fas {
    margin-right: 6px;
}

.cw-hofstede-about-hero h1,
.cw-hofstede-about-section-title h2,
.cw-hofstede-about-section-header h2,
.cw-hofstede-about-caveats h2,
.cw-hofstede-about-references h2 {
    margin: 0;
    color: var(--text-heading);
    letter-spacing: 0;
}

.cw-hofstede-about-hero h1 {
    font-size: 2.45rem;
    line-height: 1.08;
}

.cw-hofstede-about-lede {
    max-width: 690px;
    margin: 14px auto 0;
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.67;
}

.cw-hofstede-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}

.cw-hofstede-about-hero-actions .btn,
.cw-hofstede-about-map-link,
.cw-hofstede-about-closing a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.cw-hofstede-about-text-link,
.cw-hofstede-about-map-link,
.cw-hofstede-about-closing a {
    color: var(--cw-blue);
    font-size: 0.87rem;
    font-weight: 750;
    text-decoration: none;
}

.cw-hofstede-about-text-link .fas {
    margin-right: 6px;
}

.cw-hofstede-about-text-link:hover,
.cw-hofstede-about-map-link:hover,
.cw-hofstede-about-closing a:hover {
    color: var(--text-primary);
}

.cw-hofstede-about-book {
    width: min(100%, 260px);
    margin: 0 auto;
}

.cw-hofstede-about-book-art {
    position: relative;
    aspect-ratio: 0.7;
    overflow: hidden;
    background: #12363a;
    border: 1px solid color-mix(in srgb, var(--cw-blue) 55%, var(--border-strong));
    border-radius: 7px;
    box-shadow: 12px 13px 0 color-mix(in srgb, var(--cw-blue) 14%, transparent);
}

.cw-hofstede-about-book-art img,
.cw-hofstede-about-map-art img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cw-hofstede-about-book-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 22px;
    color: #efffff;
    background: #12363a;
}

.cw-hofstede-about-book-fallback::before,
.cw-hofstede-about-map-fallback::before {
    position: absolute;
    content: "";
    background: var(--cw-hofstede-warm);
}

.cw-hofstede-about-book-fallback::before {
    top: 23px;
    right: 20px;
    width: 58px;
    height: 6px;
}

.cw-hofstede-about-book-fallback .fas {
    position: absolute;
    top: 53px;
    right: 22px;
    color: #4ccfc2;
    font-size: 3.1rem;
}

.cw-hofstede-about-book-fallback span {
    margin-bottom: 8px;
    color: var(--cw-hofstede-warm);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.cw-hofstede-about-book-fallback b {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 1.55rem;
    line-height: 1.13;
}

.cw-hofstede-about-book-fallback small {
    margin-top: 13px;
    color: #c4e8e3;
    font-size: 0.67rem;
    line-height: 1.45;
}

.cw-hofstede-about-book figcaption {
    margin-top: 13px;
    color: var(--text-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.cw-hofstede-about-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    justify-content: center;
    margin-top: 25px;
}

.cw-hofstede-about-nav a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 34px;
    padding: 0 8px;
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 750;
    text-decoration: none;
    border-radius: 4px;
}

.cw-hofstede-about-nav a:hover {
    color: var(--cw-blue);
    background: color-mix(in srgb, var(--cw-blue) 8%, transparent);
}

.cw-hofstede-about-framework,
.cw-hofstede-about-dimensions,
.cw-hofstede-about-use,
.cw-hofstede-about-insights,
.cw-hofstede-about-caveats,
.cw-hofstede-about-faq,
.cw-hofstede-about-references {
    padding-top: 42px;
}

.cw-hofstede-about-framework {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    text-align: center;
}

.cw-hofstede-about-section-title {
    max-width: 680px;
    justify-self: center;
    text-align: center;
}

.cw-hofstede-about-section-title h2,
.cw-hofstede-about-section-header h2,
.cw-hofstede-about-caveats h2,
.cw-hofstede-about-references h2 {
    font-size: 1.65rem;
    line-height: 1.18;
}

.cw-hofstede-about-framework-copy p {
    max-width: 860px;
    margin: 0 auto;
    color: var(--text-secondary);
    font-size: 0.92rem;
    line-height: 1.68;
}

.cw-hofstede-about-framework-copy p + p {
    margin-top: 12px;
}

.cw-hofstede-about-authors {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: min(100%, 1040px);
    margin: 12px auto 0;
    text-align: left;
}

.cw-hofstede-about-authors > div {
    position: relative;
    min-height: 0;
    padding: 0 0 0 36px;
}

.cw-hofstede-about-authors .fas {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--cw-blue);
}

.cw-hofstede-about-authors strong,
.cw-hofstede-about-authors span {
    display: block;
}

.cw-hofstede-about-authors strong {
    color: var(--text-primary);
    font-size: 0.85rem;
}

.cw-hofstede-about-authors span {
    margin-top: 6px;
    color: var(--text-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

.cw-hofstede-about-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    text-align: center;
}

.cw-hofstede-about-section-header > p {
    max-width: 570px;
    margin: 0;
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.55;
    text-align: center;
}

.cw-hofstede-about-dimensions-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 18px;
    align-items: center;
}

.cw-hofstede-about-dimension-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.cw-hofstede-about-dimension {
    min-width: 0;
    padding: 17px;
    background: var(--cw-hofstede-surface);
    border: 0;
    border-radius: 7px;
}

.cw-hofstede-about-dimension > p {
    margin: 0;
    color: var(--cw-blue);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.cw-hofstede-about-dimension h3 {
    margin: 5px 0 12px;
    color: var(--text-primary);
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.25;
}

.cw-hofstede-about-dimension dl,
.cw-hofstede-about-dimension dl div,
.cw-hofstede-about-dimension dd {
    margin: 0;
}

.cw-hofstede-about-dimension dl {
    display: grid;
    gap: 9px;
}

.cw-hofstede-about-dimension dl div {
    padding-top: 0;
}

.cw-hofstede-about-dimension dl div + div {
    padding-top: 9px;
}

.cw-hofstede-about-dimension dt {
    margin-bottom: 3px;
    color: var(--text-secondary);
    font-size: 0.72rem;
    font-weight: 800;
}

.cw-hofstede-about-dimension dd {
    color: var(--text-muted);
    font-size: 0.74rem;
    line-height: 1.47;
}

.cw-hofstede-about-map-figure {
    align-self: center;
    margin: 0;
    text-align: center;
}

.cw-hofstede-about-map-art {
    position: relative;
    aspect-ratio: 0.95;
    overflow: hidden;
    background: #17363d;
    border: 1px solid color-mix(in srgb, var(--cw-blue) 48%, var(--border-strong));
    border-radius: 7px;
}

.cw-hofstede-about-map-fallback {
    position: absolute;
    inset: 0;
    overflow: hidden;
    color: #b9eeea;
    background: #17363d;
}

.cw-hofstede-about-map-fallback::before {
    bottom: 36px;
    left: -20px;
    width: 140%;
    height: 2px;
    background: rgba(221, 174, 69, 0.72);
    transform: rotate(-16deg);
}

.cw-hofstede-about-map-fallback > .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(117, 210, 199, 0.5);
    font-size: 10.5rem;
    transform: translate(-50%, -50%);
}

.cw-hofstede-about-map-dot {
    position: absolute;
    z-index: 1;
    padding: 4px 6px;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    background: var(--cw-hofstede-critical);
    border-radius: 3px;
}

.cw-hofstede-about-map-dot-one { top: 24%; left: 22%; }
.cw-hofstede-about-map-dot-two { top: 52%; right: 20%; background: #238ca2; }
.cw-hofstede-about-map-dot-three { bottom: 22%; left: 31%; background: #dcae48; color: #1d292b; }
.cw-hofstede-about-map-dot-four { top: 17%; right: 28%; background: #007bb5; }

.cw-hofstede-about-map-figure figcaption {
    padding: 13px 0 0;
    color: var(--text-muted);
    font-size: 0.76rem;
    line-height: 1.48;
}

.cw-hofstede-about-map-link {
    justify-content: center;
    padding: 8px 0 0;
}

.cw-hofstede-about-use-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cw-hofstede-about-use-grid article {
    position: relative;
    min-height: 204px;
    padding: 18px;
    background: var(--cw-hofstede-surface);
    border: 0;
    border-radius: 7px;
    text-align: center;
}

.cw-hofstede-about-use-grid article > .fas {
    color: var(--cw-blue);
}

.cw-hofstede-about-use-grid h3 {
    margin: 9px 0 10px;
    color: var(--text-primary);
    font-size: 1rem;
    letter-spacing: 0;
}

.cw-hofstede-about-use-grid ul,
.cw-hofstede-about-caveat-grid ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cw-hofstede-about-use-grid ul {
    text-align: left;
}

.cw-hofstede-about-use-grid li,
.cw-hofstede-about-caveat-grid li {
    position: relative;
    padding-left: 13px;
    color: var(--text-muted);
    font-size: 0.77rem;
    line-height: 1.47;
}

.cw-hofstede-about-use-grid li::before,
.cw-hofstede-about-caveat-grid li::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: var(--cw-blue);
    border-radius: 50%;
}

.cw-hofstede-about-insights {
    display: grid;
    grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.cw-hofstede-about-insights ol {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cw-hofstede-about-insights li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 7px 0;
}

.cw-hofstede-about-insights li > span {
    padding-top: 2px;
    color: var(--cw-blue);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.cw-hofstede-about-insights p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.52;
}

.cw-hofstede-about-insights strong {
    color: var(--text-primary);
}

.cw-hofstede-about-caveats {
    display: grid;
    grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
    gap: 22px 42px;
    align-items: center;
}

.cw-hofstede-about-caveats header,
.cw-hofstede-about-references > div {
    text-align: center;
}

.cw-hofstede-about-caveats header > p:not(.cw-hofstede-about-kicker),
.cw-hofstede-about-references > div > p:not(.cw-hofstede-about-kicker) {
    margin: 12px 0 0;
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.58;
}

.cw-hofstede-about-caveat-grid {
    display: grid;
    gap: 10px;
}

.cw-hofstede-about-caveat-grid > div {
    padding: 16px 18px;
    border: 0;
    border-radius: 7px;
}

.cw-hofstede-about-can {
    background: color-mix(in srgb, var(--cw-blue) 7%, var(--bg-elevated));
}

.cw-hofstede-about-cannot {
    background: color-mix(in srgb, var(--cw-hofstede-critical) 7%, var(--bg-elevated));
}

.cw-hofstede-about-caveat-grid h3 {
    margin: 0 0 10px;
    color: var(--text-primary);
    font-size: 0.9rem;
    letter-spacing: 0;
}

.cw-hofstede-about-caveat-grid h3 .fas {
    margin-right: 7px;
}

.cw-hofstede-about-can h3 .fas { color: var(--cw-blue); }
.cw-hofstede-about-cannot h3 .fas { color: var(--cw-hofstede-critical); }
.cw-hofstede-about-cannot li::before { background: var(--cw-hofstede-critical); }

.cw-hofstede-about-limitations {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 0;
}

.cw-hofstede-about-limitations p {
    margin: 12px 0 0;
    color: var(--text-muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.cw-hofstede-about-limitations strong {
    color: var(--text-secondary);
}

.cw-hofstede-about-faq-list {
    display: grid;
    gap: 6px;
    margin-top: 17px;
}

.cw-hofstede-about-faq details {
    background: var(--cw-hofstede-surface);
    border: 0;
    border-radius: 6px;
}

.cw-hofstede-about-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 50px;
    padding: 0 15px;
    color: var(--text-primary);
    font-size: 0.87rem;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.cw-hofstede-about-faq summary::-webkit-details-marker {
    display: none;
}

.cw-hofstede-about-faq summary .fas {
    flex: 0 0 auto;
    color: var(--cw-blue);
    font-size: 0.78rem;
    transition: transform var(--transition-fast);
}

.cw-hofstede-about-faq details[open] summary .fas {
    transform: rotate(45deg);
}

.cw-hofstede-about-faq details p {
    max-width: 930px;
    margin: -2px 15px 15px;
    color: var(--text-muted);
    font-size: 0.82rem;
    line-height: 1.58;
}

.cw-hofstede-about-references {
    display: grid;
    grid-template-columns: minmax(220px, 0.54fr) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.cw-hofstede-about-references ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cw-hofstede-about-references li {
    padding-bottom: 0;
    color: var(--text-muted);
    font-size: 0.79rem;
    line-height: 1.55;
}

.cw-hofstede-about-references strong {
    color: var(--text-secondary);
}

.cw-hofstede-about-closing {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    margin-top: 42px;
    padding: 17px 19px;
    background: color-mix(in srgb, var(--cw-blue) 8%, var(--bg-elevated));
    border: 1px solid color-mix(in srgb, var(--cw-blue) 34%, var(--border-strong));
    border-radius: 7px;
}

.cw-hofstede-about-closing > .fas {
    color: var(--cw-blue);
    font-size: 1.1rem;
    text-align: center;
}

.cw-hofstede-about-closing p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.5;
}

.cw-hofstede-about-closing strong {
    color: var(--text-primary);
}

@media (max-width: 980px) {
    .cw-hofstede-about-dimensions-layout {
        grid-template-columns: 1fr;
    }

    .cw-hofstede-about-map-figure {
        display: grid;
        grid-template-columns: 210px minmax(0, 1fr);
        grid-template-rows: min-content min-content;
    }

    .cw-hofstede-about-map-art {
        grid-row: 1 / span 2;
        aspect-ratio: auto;
        min-height: 150px;
    }
}

@media (max-width: 760px) {
    .cw-hofstede-about-hero,
    .cw-hofstede-about-framework,
    .cw-hofstede-about-insights,
    .cw-hofstede-about-caveats,
    .cw-hofstede-about-references {
        grid-template-columns: 1fr;
    }

    .cw-hofstede-about-hero {
        gap: 24px;
    }

    .cw-hofstede-about-book {
        width: min(100%, 220px);
        margin: 0 auto;
    }

    .cw-hofstede-about-authors,
    .cw-hofstede-about-use-grid {
        grid-template-columns: 1fr;
    }

    .cw-hofstede-about-section-header {
        display: flex;
    }

    .cw-hofstede-about-section-header > p {
        margin-top: 9px;
        text-align: center;
    }

    .cw-hofstede-about-caveat-grid {
        grid-row: 2;
    }

    .cw-hofstede-about-limitations {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .cw-hofstede-about {
        padding-top: 17px;
        padding-bottom: 48px;
    }

    .cw-hofstede-about-hero h1 {
        font-size: 2rem;
    }

    .cw-hofstede-about-framework,
    .cw-hofstede-about-dimensions,
    .cw-hofstede-about-use,
    .cw-hofstede-about-insights,
    .cw-hofstede-about-caveats,
    .cw-hofstede-about-faq,
    .cw-hofstede-about-references {
        padding-top: 34px;
    }

    .cw-hofstede-about-section-title h2,
    .cw-hofstede-about-section-header h2,
    .cw-hofstede-about-caveats h2,
    .cw-hofstede-about-references h2 {
        font-size: 1.42rem;
    }

    .cw-hofstede-about-dimension-grid {
        grid-template-columns: 1fr;
    }

    .cw-hofstede-about-map-figure {
        display: block;
    }

    .cw-hofstede-about-map-art {
        aspect-ratio: 1.25;
        min-height: 0;
    }

    .cw-hofstede-about-closing {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .cw-hofstede-about-closing a {
        grid-column: 2;
    }
}

/* Enhanced author card with photo thumbnail */
.cw-hofstede-about-authors > div.cw-author-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    background: var(--cw-hofstede-surface);
    border-radius: 8px;
    border: 0;
}

.cw-author-avatar {
    position: relative;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #12363a;
    border: 2px solid var(--cw-blue);
}

.cw-author-avatar img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.cw-author-avatar .cw-author-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--cw-blue);
    font-size: 1.25rem;
    background: #12363a;
}

.cw-author-bio {
    flex: 1;
    min-width: 0;
}

.cw-author-bio strong {
    color: var(--text-primary);
    font-size: 0.88rem;
    line-height: 1.3;
}

.cw-author-bio span {
    margin-top: 3px;
    color: var(--text-muted);
    font-size: 0.76rem;
    line-height: 1.45;
}


/* Hide broken image alt text artifacts while graceful fallbacks are visible */
.cw-hofstede-about-book-art img,
.cw-hofstede-about-map-art img,
.cw-author-avatar img {
    font-size: 0 !important;
    color: transparent !important;
}
