/* Standalone Zuhause magazine area v0.11.0 */

body.gcahs-zuhause-active {
    --gcz-purple: #14745a;
    --gcz-purple-light: #46b893;
    --gcz-purple-dark: #0b4938;
    --gcz-bg: #0d0b14;
    --gcz-surface: #171421;
    --gcz-surface-raised: #201b2d;
    --gcz-line: #302943;
    --gcz-muted: #aaa4b8;
    margin: 0 !important;
    overflow-x: hidden;
    background: var(--gcz-bg) !important;
    color: #fff;
}

.gcz-site-shell,
.gcz-site-shell * {
    box-sizing: border-box;
}

.gcz-site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 86% 11%, rgba(20, 116, 90, .14), transparent 25%),
        var(--gcz-bg);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.gcz-site-shell img {
    max-width: 100%;
    height: auto;
}

.gcz-site-shell a,
.gcz-site-shell a:visited {
    color: inherit;
    text-decoration: none;
}

.gcz-page-width {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.gcz-utility-bar {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: #08070d;
}

.gcz-utility-inner {
    display: flex;
    min-height: 38px;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    color: #918b9e;
    font-size: 10px;
    font-weight: 700;
}

.gcz-utility-inner nav {
    display: flex;
    gap: 22px;
    align-items: center;
}

.gcz-utility-inner nav a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.gcz-utility-inner nav a > span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border: 1px solid #43404a;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    font-weight: 900;
}

.gcz-utility-inner nav a:last-child > span {
    border-color: #ff5b21;
    background: #ff5b21;
}

.gcz-utility-inner nav a:nth-child(2) > span {
    border-color: #ff5b21;
    background: #ff5b21;
}

.gcz-utility-inner nav a:nth-child(3) > span {
    border-color: #6e4bff;
    background: #6e4bff;
}

.gcz-utility-inner nav a:hover,
.gcz-utility-inner nav a:focus-visible {
    color: #fff;
}

.gcz-brand-header {
    border-bottom: 1px solid var(--gcz-line);
    background:
        linear-gradient(110deg, rgba(20, 116, 90, .12), transparent 45%),
        #100e18;
}

.gcz-brand-inner {
    display: grid;
    min-height: 132px;
    grid-template-columns: minmax(260px, auto) 1fr auto;
    gap: 38px;
    align-items: center;
}

.gcz-brand {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
}

.gcz-brand__zuhause-logo {
    display: block;
    width: min(350px, 40vw) !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    object-position: left center;
}

.gcz-brand-inner > p {
    margin: 0;
    color: #a7a1b2;
    font-size: 14px;
    font-weight: 600;
}

.gcz-search {
    display: flex;
    width: 210px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #383145;
    border-radius: 8px;
    background: #17131f;
}

.gcz-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 13px;
    background: transparent;
    color: #fff;
    font-size: 12px;
}

.gcz-search button {
    display: grid;
    width: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 0;
    border-left: 1px solid #383145;
    background: transparent;
    color: var(--gcz-purple-light);
    cursor: pointer;
}

.gcz-search svg,
.gcz-meta svg,
.gcz-text-link svg,
.gcz-rubric-card svg,
.gcz-latest-arrow svg,
.gcz-compact-feed svg,
.gcz-deals svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.gcz-topic-nav {
    border-bottom: 1px solid var(--gcz-line);
    background: #12101a;
}

.gcz-topic-nav-inner {
    display: flex;
    min-height: 52px;
    overflow-x: auto;
    scrollbar-width: none;
    align-items: stretch;
}

.gcz-topic-nav-inner::-webkit-scrollbar {
    display: none;
}

.gcz-topic-link {
    display: inline-flex;
    min-width: max-content;
    padding: 0 18px;
    align-items: center;
    border-bottom: 3px solid transparent;
    color: #b9b3c3 !important;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .02em;
}

.gcz-topic-link:hover,
.gcz-topic-link:focus-visible,
.gcz-topic-link.is-active {
    border-bottom-color: var(--gcz-purple);
    background: rgba(20, 116, 90, .1);
    color: #fff !important;
}

.gcz-main {
    padding: 0 0 76px;
}

.gcz-edition-line {
    display: flex;
    min-height: 55px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gcz-line);
    color: #827c91;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gcz-edition-line span:first-child {
    color: var(--gcz-purple-light);
}

.gcz-top-grid {
    display: grid;
    margin-top: 28px;
    grid-template-columns: minmax(0, 1.68fr) minmax(290px, .82fr);
    gap: 22px;
}

.gcz-lead-story,
.gcz-important-panel,
.gcz-empty-hero {
    overflow: hidden;
    border: 1px solid var(--gcz-line);
    border-radius: 14px;
    background: var(--gcz-surface);
}

.gcz-lead-image {
    position: relative;
    display: block;
    height: 390px;
    overflow: hidden;
    background: #151122;
}

.gcz-lead-image:not(.gcz-lead-image--empty)::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 10, 14, .70) 0%, rgba(8, 10, 14, .42) 23%, rgba(8, 10, 14, .16) 43%, transparent 62%),
        linear-gradient(0deg, rgba(8, 10, 14, .34) 0%, transparent 27%);
}

.gcz-lead-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gcz-lead-image:hover > img {
    transform: scale(1.02);
}

.gcz-lead-image--empty {
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(20, 116, 90, .34), transparent 55%),
        radial-gradient(circle at 80% 20%, rgba(70, 184, 147, .16), transparent 30%),
        #151122;
}

.gcz-lead-image--empty > img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.gcz-live-badge {
    position: absolute;
    z-index: 2;
    bottom: 17px;
    left: 17px;
    padding: 8px 11px;
    border-radius: 5px;
    background: var(--gcz-purple);
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.gcz-lead-copy {
    padding: 28px 30px 30px;
}

.gcz-story-category {
    display: inline-flex;
    width: max-content;
    margin-bottom: 11px;
    color: var(--gcz-purple-light);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
    line-height: 1.2;
    text-transform: uppercase;
}

.gcz-lead-copy h1,
.gcz-important-panel h2,
.gcz-important-panel h3,
.gcz-spotlight h3,
.gcz-section-heading h2,
.gcz-latest h3,
.gcz-compact-feed h3,
.gcz-deals h2,
.gcz-deals h3,
.gcz-promise h2,
.gcz-empty-hero h1 {
    color: #fff !important;
    font-weight: 900 !important;
    letter-spacing: -.03em !important;
}

.gcz-lead-copy h1 {
    margin: 0 !important;
    font-size: clamp(30px, 4.2vw, 52px) !important;
    line-height: 1.02 !important;
}

.gcz-lead-copy h1 a:hover,
.gcz-lead-copy h1 a:focus-visible,
.gcz-important-panel h3 a:hover,
.gcz-important-panel h3 a:focus-visible,
.gcz-spotlight h3 a:hover,
.gcz-latest h3 a:hover,
.gcz-compact-feed h3 a:hover,
.gcz-deals h3 a:hover {
    color: var(--gcz-purple-light) !important;
}

.gcz-lead-copy > p {
    max-width: 770px;
    margin: 16px 0 0 !important;
    color: #b9b4c2 !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
}

.gcz-story-footer {
    display: flex;
    margin-top: 23px;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.gcz-meta {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #858092;
    font-size: 10px;
    font-weight: 700;
}

.gcz-meta svg {
    width: 14px;
    height: 14px;
}

.gcz-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--gcz-purple-light) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcz-important-panel {
    padding: 25px 25px 18px;
    border-top: 5px solid var(--gcz-purple);
}

.gcz-important-panel > header {
    padding-bottom: 19px;
    border-bottom: 1px solid var(--gcz-line);
}

.gcz-important-panel > header span,
.gcz-section-heading > span,
.gcz-deals__head > span,
.gcz-promise > span,
.gcz-empty-hero span {
    display: block;
    margin-bottom: 7px;
    color: var(--gcz-purple-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.gcz-important-panel h2 {
    margin: 0 !important;
    font-size: 26px !important;
    line-height: 1 !important;
}

.gcz-important-panel article {
    display: grid;
    padding: 20px 0;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    border-bottom: 1px solid var(--gcz-line);
}

.gcz-important-panel article:last-child {
    border-bottom: 0;
}

.gcz-story-number {
    color: #5c5668;
    font-size: 12px;
    font-weight: 900;
}

.gcz-important-label {
    color: var(--gcz-purple-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcz-important-panel h3 {
    margin: 7px 0 9px !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
}

.gcz-important-panel small {
    color: #7f7989;
    font-size: 9px;
    font-weight: 700;
}

.gcz-empty-hero {
    display: flex;
    min-height: 370px;
    margin-top: 28px;
    padding: 55px;
    gap: 45px;
    align-items: center;
    border-top: 6px solid var(--gcz-purple);
    background:
        radial-gradient(circle at 20% 50%, rgba(20, 116, 90, .34), transparent 25%),
        var(--gcz-surface);
}

.gcz-empty-hero > img {
    width: 130px;
    flex: 0 0 130px;
}

.gcz-empty-hero h1 {
    margin: 0 !important;
    font-size: clamp(35px, 5vw, 62px) !important;
    line-height: 1 !important;
}

.gcz-empty-hero p {
    max-width: 690px;
    margin: 17px 0 0 !important;
    color: #b9b4c2 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.gcz-spotlight,
.gcz-rubrics,
.gcz-compact-feed,
.gcz-latest {
    margin-top: 62px;
}

.gcz-section-heading {
    display: flex;
    margin-bottom: 20px;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid var(--gcz-line);
    padding-bottom: 14px;
}

.gcz-section-heading > span {
    margin: 0 20px 4px 0;
    color: #8b8498;
}

.gcz-section-heading h2 {
    margin: 0 !important;
    font-size: clamp(25px, 3.2vw, 38px) !important;
    line-height: 1 !important;
}

.gcz-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.gcz-spotlight-grid article {
    min-width: 0;
}

.gcz-card-image {
    display: block;
    height: 164px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 9px;
    background: var(--gcz-surface);
}

.gcz-card-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcz-card-image--empty {
    display: grid;
    place-items: center;
    border: 1px solid var(--gcz-line);
    background: linear-gradient(135deg, rgba(20, 116, 90, .26), transparent), var(--gcz-surface);
}

.gcz-card-image--empty > img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.gcz-spotlight h3 {
    margin: 0 0 12px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
}

.gcz-rubric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.gcz-rubric-card {
    position: relative;
    display: flex;
    min-height: 235px;
    overflow: hidden;
    border: 1px solid var(--gcz-line);
    border-radius: 12px;
    padding: 25px;
    flex-direction: column;
    background:
        linear-gradient(150deg, rgba(20, 116, 90, .09), transparent 55%),
        var(--gcz-surface);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.gcz-rubric-card:hover,
.gcz-rubric-card:focus-visible {
    border-color: var(--gcz-purple);
    background: var(--gcz-surface-raised);
    transform: translateY(-3px);
}

.gcz-rubric-card__icon {
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 10px;
    background: var(--gcz-purple);
    color: #fff;
}

.gcz-rubric-card__icon svg {
    width: 22px;
    height: 22px;
}

.gcz-rubric-card > strong {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.gcz-rubric-card > span:not(.gcz-rubric-card__icon) {
    margin-top: 9px;
    color: #9f99aa;
    font-size: 12px;
    line-height: 1.45;
}

.gcz-rubric-card small {
    margin-top: auto;
    padding-top: 18px;
    color: var(--gcz-purple-light);
    font-size: 9px;
    font-weight: 800;
}

.gcz-rubric-card > i {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: var(--gcz-purple-light);
    font-style: normal;
}

.gcz-compact-feed__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--gcz-line);
    border-radius: 12px;
    background: var(--gcz-line);
}

.gcz-compact-feed article {
    display: grid;
    min-height: 140px;
    padding: 22px;
    grid-template-columns: 1fr auto;
    gap: 9px 15px;
    background: var(--gcz-surface);
}

.gcz-compact-feed article > span {
    grid-column: 1 / -1;
    color: var(--gcz-purple-light);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gcz-compact-feed h3 {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
}

.gcz-compact-feed article > a {
    align-self: end;
    color: var(--gcz-purple-light);
}

.gcz-latest-list {
    overflow: hidden;
    border: 1px solid var(--gcz-line);
    border-radius: 12px;
    background: var(--gcz-surface);
}

.gcz-latest-list > article {
    display: grid;
    min-height: 116px;
    padding: 22px 25px;
    grid-template-columns: 120px minmax(0, 1fr) 35px;
    gap: 22px;
    align-items: center;
    border-bottom: 1px solid var(--gcz-line);
}

.gcz-latest-list > article:last-child {
    border-bottom: 0;
}

.gcz-latest-date {
    display: flex;
    flex-direction: column;
    color: #d2ced8;
    font-size: 11px;
    font-weight: 800;
}

.gcz-latest-date small {
    margin-top: 6px;
    color: #787281;
    font-size: 9px;
}

.gcz-latest h3 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
}

.gcz-latest-arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #454050;
    border-radius: 50%;
    color: var(--gcz-purple-light) !important;
}

.gcz-latest-arrow:hover,
.gcz-latest-arrow:focus-visible {
    border-color: var(--gcz-purple);
    background: var(--gcz-purple);
    color: #fff !important;
}

.gcz-latest-empty {
    padding: 32px;
    color: #9f99aa;
}

.gcz-pagination {
    display: flex;
    margin-top: 20px;
    gap: 16px;
    align-items: center;
    justify-content: center;
    color: #8e8898;
    font-size: 10px;
    font-weight: 800;
}

.gcz-pagination a {
    padding: 10px 14px;
    border: 1px solid var(--gcz-line);
    border-radius: 6px;
    color: #fff !important;
}

.gcz-deals {
    display: grid;
    margin-top: 62px;
    overflow: hidden;
    grid-template-columns: .85fr 1.65fr;
    border: 1px solid #473a78;
    border-radius: 14px;
    background: #130f20;
}

.gcz-deals__head {
    padding: 34px;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .15), transparent 34%),
        var(--gcz-purple);
}

.gcz-deals__head > span {
    color: rgba(255, 255, 255, .8);
}

.gcz-deals h2 {
    margin: 0 !important;
    font-size: 34px !important;
    line-height: 1 !important;
}

.gcz-deals__head p {
    margin: 15px 0 0 !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.gcz-deals__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcz-deals__grid article {
    display: flex;
    min-width: 0;
    padding: 28px 24px;
    flex-direction: column;
    border-left: 1px solid var(--gcz-line);
}

.gcz-deals__grid article > span {
    color: var(--gcz-purple-light);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}

.gcz-deals h3 {
    margin: 10px 0 12px !important;
    font-size: 16px !important;
    line-height: 1.28 !important;
}

.gcz-deals__grid small {
    color: #817b8b;
    font-size: 9px;
}

.gcz-deals__grid article > a:last-child {
    display: inline-flex;
    margin-top: auto;
    padding-top: 24px;
    gap: 7px;
    align-items: center;
    color: var(--gcz-purple-light) !important;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gcz-promise {
    margin-top: 54px;
    border-left: 4px solid var(--gcz-purple);
    padding: 24px 28px;
    background: rgba(20, 116, 90, .08);
}

.gcz-promise h2 {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
}

.gcz-promise p {
    max-width: 850px;
    margin: 11px 0 0 !important;
    color: #aaa4b4 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.gcz-footer {
    border-top: 1px solid var(--gcz-line);
    background: #08070d;
}

.gcz-footer-inner {
    display: flex;
    min-height: 130px;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.gcz-footer-brand {
    display: flex;
    align-items: center;
}

.gcz-footer-brand img {
    display: block;
    width: 150px;
    height: auto;
}

.gcz-footer-inner nav {
    display: flex;
    gap: 22px;
    color: #8c8794;
    font-size: 10px;
    font-weight: 700;
}

.gcz-footer-inner nav a:hover,
.gcz-footer-inner nav a:focus-visible {
    color: #fff;
}

/* Zuhause single: light reading surface inside the evergreen portal shell. */
.gcz-article-main {
    padding: 0 0 72px;
}

.gcz-article-context {
    display: flex;
    min-height: 58px;
    gap: 12px;
    align-items: center;
    color: #8e8899;
    font-size: 10px;
    font-weight: 800;
}

.gcz-article-context a:last-child {
    color: var(--gcz-purple-light) !important;
}

.gcz-article-card {
    overflow: hidden;
    border: 1px solid #302a3f;
    border-top: 5px solid var(--gcz-purple);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
}

.gcz-article-content {
    color: #191820;
}

.gcz-article-content > :not(.gcahs-header):not(.gcahs-image-credit):not(.gcz-transparency-report):not(.gcahs-network) {
    max-width: 790px;
    margin-right: auto;
    margin-left: auto;
}

.gcz-article-content > p,
.gcz-article-content > ul,
.gcz-article-content > ol,
.gcz-article-content > h2,
.gcz-article-content > h3,
.gcz-article-content > h4,
.gcz-article-content > blockquote,
.gcz-article-content > table,
.gcz-article-content > figure {
    padding-right: 30px;
    padding-left: 30px;
}

/* Match Gutenberg button groups to the inset and vertical rhythm of the
 * surrounding Zuhause article blocks. */
.gcz-article-content > .wp-block-buttons {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 32px;
    margin-bottom: 48px;
}

/* Deal buttons in existing articles are Divi sections rather than Gutenberg
 * blocks. Neutralize their saved negative margins and 80-percent row width so
 * they follow the same inset and spacing as the Zuhause article text. */
body.gcahs-zuhause-active.single-post .gcz-article-content > .sektion_apple_deals {
    padding: 0 30px !important;
    margin-top: 10px !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    margin-left: auto !important;
}

body.gcahs-zuhause-active.single-post .gcz-article-content > .sektion_apple_deals > .et_pb_row {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.gcahs-zuhause-active.single-post .gcz-article-content > .sektion_apple_deals .et_pb_button_module_wrapper {
    margin: 0 !important;
}

.gcz-article-content > p {
    color: #26242c !important;
    font-size: 17px !important;
    line-height: 1.78 !important;
}

.gcz-article-content > h2,
.gcz-article-content > h3 {
    color: #17151d !important;
}

.gcz-article-content > .gcahs-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* The area-specific house signet stays deliberately quieter than the article
 * title and avoids repeating the full gadgetChecks roof brand in the hero. */
body.gcahs-zuhause-active.single-post .gcz-article-content .gcahs-series-visual--zuhause .gcahs-series-visual__img {
    opacity: .88 !important;
    transform: scale(.68) !important;
    transform-origin: center !important;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .13)) !important;
}

body.gcahs-zuhause-active.single-post .gcz-article-content > .gcahs-transparency-moved {
    margin-top: 24px !important;
}

.gcz-transparency-report {
    max-width: 790px;
    margin: 52px auto 42px;
    border: 1px solid #ddd8e8;
    border-top: 5px solid var(--gcz-purple);
    border-radius: 11px;
    background: #f7f5fb;
    color: #24212b;
}

.gcz-transparency-report > header {
    padding: 23px 27px 18px;
    border-bottom: 1px solid #ded9e8;
}

.gcz-transparency-report > header span {
    color: #6945fa;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.gcz-transparency-report h2 {
    margin: 5px 0 0 !important;
    color: #1c1922 !important;
    font-size: 23px !important;
    font-weight: 900 !important;
    letter-spacing: -.025em !important;
}

.gcz-transparency-report__legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border-bottom: 1px solid #ded9e8;
    background: #ded9e8;
}

.gcz-transparency-report__legend > span {
    display: flex;
    min-height: 58px;
    padding: 13px 17px;
    gap: 8px;
    align-items: center;
    background: #fff;
    color: #5a5662;
    font-size: 11px;
    font-weight: 680;
    line-height: 1.35;
}

.gcz-transparency-report__legend b {
    color: var(--gcz-purple);
    font-size: 16px;
    line-height: 1;
}

.gcz-transparency-report__copy {
    display: grid;
    padding: 24px 27px 27px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 25px;
}

.gcz-transparency-report p {
    margin: 0 !important;
    color: #5a5662 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

.gcz-transparency-report strong {
    color: #23202a;
}

.gcz-comments {
    margin-top: 35px;
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    color: #1b1921;
}

@media (max-width: 1040px) {
    .gcz-brand-inner {
        grid-template-columns: auto 1fr;
    }

    .gcz-brand-inner > p {
        text-align: right;
    }

    .gcz-search {
        display: none;
    }

    .gcz-top-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
    }

    .gcz-lead-image {
        height: 330px;
    }

    .gcz-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 17px;
    }

    .gcz-rubric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gcz-deals {
        grid-template-columns: 1fr;
    }

    .gcz-deals__grid article:first-child {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .gcz-page-width {
        width: min(100% - 30px, 1180px);
    }

    .gcz-utility-inner {
        min-height: 43px;
    }

    .gcz-utility-inner > span {
        display: none;
    }

    .gcz-utility-inner nav {
        width: 100%;
        justify-content: space-between;
    }

    .gcz-brand-inner {
        min-height: 110px;
    }

    body.gcahs-zuhause-active.single-post .gcz-article-content > .gcahs-transparency-moved {
        margin-top: 18px !important;
    }

    .gcz-brand__zuhause-logo {
        width: min(270px, 72vw) !important;
    }

    .gcz-brand-inner > p {
        display: none;
    }

    .gcz-topic-nav-inner {
        width: 100%;
        padding-left: 15px;
    }

    .gcz-topic-link {
        padding: 0 14px;
    }

    .gcz-edition-line {
        min-height: 49px;
    }

    .gcz-edition-line span:last-child {
        display: none;
    }

    .gcz-top-grid {
        grid-template-columns: 1fr;
    }

    .gcz-lead-image {
        height: min(58vw, 355px);
    }

    .gcz-lead-copy {
        padding: 24px 22px 26px;
    }

    .gcz-story-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .gcz-important-panel {
        padding: 24px 22px 14px;
    }

    .gcz-empty-hero {
        min-height: 360px;
        padding: 38px 28px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gcz-empty-hero > img {
        width: 90px;
        flex-basis: 90px;
    }

    .gcz-spotlight,
    .gcz-rubrics,
    .gcz-compact-feed,
    .gcz-latest {
        margin-top: 48px;
    }

    .gcz-section-heading {
        display: block;
    }

    .gcz-section-heading > span {
        margin-bottom: 8px;
    }

    .gcz-rubric-grid,
    .gcz-compact-feed__grid {
        grid-template-columns: 1fr;
    }

    .gcz-rubric-card {
        min-height: 205px;
    }

    .gcz-latest-list > article {
        grid-template-columns: 1fr 35px;
        gap: 12px 18px;
    }

    .gcz-latest-date {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 10px;
    }

    .gcz-latest-date small {
        margin: 0;
    }

    .gcz-deals__grid {
        grid-template-columns: 1fr;
    }

    .gcz-deals__grid article {
        min-height: 170px;
        border-top: 1px solid var(--gcz-line);
        border-left: 0;
    }

    .gcz-footer-inner {
        padding: 28px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .gcz-footer-inner nav {
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .gcz-transparency-report {
        margin-right: 18px;
        margin-left: 18px;
    }

    .gcz-transparency-report__legend,
    .gcz-transparency-report__copy {
        grid-template-columns: 1fr;
    }

    .gcz-transparency-report__legend > span {
        min-height: 0;
        padding: 12px 16px;
    }
}

/* Zuhause deliberately uses a warm, airy catalogue rhythm instead of the
 * dark Gaming newsdesk. The supplied white logo remains on a calm evergreen
 * brand field while editorial content opens onto a light reading surface. */
body.gcahs-zuhause-active {
    --gcz-bg: #f3f0e8;
    --gcz-surface: #ffffff;
    --gcz-surface-raised: #f8fbf9;
    --gcz-line: #d9e0dc;
    --gcz-muted: #65736d;
    background: #0c382e !important;
    color: #17211d;
}

body.gcahs-zuhause-active:not(.gcahs-zuhause-article-active) .gcz-site-shell {
    background:
        radial-gradient(circle at 92% 7%, rgba(20, 116, 90, .12), transparent 23%),
        linear-gradient(180deg, #f7f4ed 0%, #eef4f0 100%);
    color: #17211d;
}

.gcz-brand-header {
    border-bottom-color: rgba(255, 255, 255, .1);
    background:
        linear-gradient(110deg, rgba(70, 184, 147, .12), transparent 46%),
        #0c382e;
}

.gcz-brand__zuhause-logo {
    display: block;
    width: min(390px, 43vw) !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
    object-position: left center;
}

.gcz-brand-inner > p {
    color: #d4e5de;
}

.gcz-topic-nav {
    border-bottom-color: #dfe5e1;
    background: rgba(255, 255, 255, .96);
}

.gcz-topic-link {
    color: #4a5953 !important;
}

.gcz-topic-link:hover,
.gcz-topic-link:focus-visible,
.gcz-topic-link.is-active {
    background: rgba(20, 116, 90, .08);
    color: #0c382e !important;
}

.gcz-main {
    color: #17211d;
}

.gcz-edition-line {
    border-color: #d5ddd8;
    color: #718078;
}

.gcz-edition-line span:first-child,
.gcz-story-category,
.gcz-important-label,
.gcz-section-heading > span {
    color: #14745a;
}

.gcz-top-grid {
    grid-template-columns: minmax(0, 1.68fr) minmax(290px, .82fr);
    gap: 22px;
}

.gcz-lead-story {
    display: block;
    border-color: #d5ddd8;
    background: #fff;
    box-shadow: 0 18px 55px rgba(34, 62, 51, .1);
}

.gcz-lead-image {
    height: 390px;
    min-height: 0;
}

.gcz-lead-image:not(.gcz-lead-image--empty) > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gcz-lead-media,
.gcz-lead-media > picture {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gcz-lead-media img,
.gcz-lead-media picture > img {
    position: absolute !important;
    display: block !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
}

.gcz-lead-image:hover .gcz-lead-media img {
    transform: scale(1.02);
}

.gcz-lead-copy {
    display: block;
    padding: 28px 30px 30px;
}

.gcz-lead-copy h1,
.gcz-spotlight h3,
.gcz-section-heading h2,
.gcz-latest h3,
.gcz-compact-feed h3,
.gcz-empty-hero h1 {
    color: #17211d !important;
}

.gcz-lead-copy h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(30px, 2.65vw, 42px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.025em !important;
    text-transform: none !important;
    text-wrap: wrap;
}

.gcz-site-shell .gcz-lead-copy h1 > a {
    font: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: none !important;
    text-wrap: inherit !important;
}

.gcz-lead-copy > p {
    color: #596760 !important;
}

.gcz-important-panel {
    display: block;
    padding: 25px 25px 18px;
    border-color: #164f3f;
    border-top-color: #46b893;
    background: #0f4034;
    color: #fff;
}

.gcz-important-panel > header {
    padding-bottom: 19px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.gcz-important-panel h2,
.gcz-important-panel h3 {
    color: #fff !important;
}

.gcz-important-panel > div {
    display: block;
}

.gcz-important-panel article {
    display: grid;
    padding: 20px 0;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.gcz-important-panel article:last-child {
    border-right: 0;
    border-bottom: 0;
}

.gcz-spotlight-grid article,
.gcz-rubric-card,
.gcz-latest-list,
.gcz-compact-feed__grid {
    border-color: #d5ddd8;
    background: #fff;
}

.gcz-spotlight-grid article {
    overflow: hidden;
    border: 1px solid #d5ddd8;
    border-radius: 12px;
    padding: 0 18px 18px;
}

.gcz-card-image {
    margin-right: -18px;
    margin-left: -18px;
    border-radius: 0;
}

.gcz-rubric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcz-rubric-card {
    min-height: 200px;
    background:
        radial-gradient(circle at 95% 8%, rgba(70, 184, 147, .18), transparent 34%),
        #fff;
    box-shadow: 0 9px 24px rgba(34, 62, 51, .06);
}

.gcz-rubric-card > strong,
.gcz-rubric-card > span:not(.gcz-rubric-card__icon) {
    color: #17211d;
}

.gcz-latest-list article {
    border-color: #e0e5e2;
}

.gcz-latest-date,
.gcz-meta,
.gcz-latest-date small,
.gcz-latest-empty {
    color: #697770;
}

.gcz-deals {
    background: #0f4034;
}

.gcz-footer {
    background: #092d25;
}

body.gcahs-zuhause-article-active .gcz-site-shell {
    background: #0c382e;
}

body.gcahs-zuhause-article-active .gcz-article-main {
    background: #0c382e;
}

body.gcahs-zuhause-article-active .gcz-article-card,
body.gcahs-zuhause-article-active .gcz-article-content {
    background: #fff;
}

body.gcahs-zuhause-article-active .gcz-article-context,
body.gcahs-zuhause-article-active .gcz-article-context a {
    color: #d3e8df !important;
}

@media (max-width: 980px) {
    .gcz-top-grid {
        grid-template-columns: 1fr;
    }

    .gcz-lead-story {
        grid-template-columns: 1fr;
    }

    .gcz-lead-image {
        height: min(58vw, 390px);
        min-height: 0;
    }

    .gcz-important-panel {
        grid-template-columns: 1fr;
    }

    .gcz-important-panel > header {
        padding-bottom: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }
}

@media (max-width: 767px) {
    .gcz-brand__zuhause-logo {
        width: min(310px, 74vw) !important;
    }

    .gcz-important-panel > div,
    .gcz-rubric-grid {
        grid-template-columns: 1fr;
    }

    .gcz-important-panel article {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }

    .gcz-important-panel article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 520px) {
    .gcz-utility-inner nav a {
        font-size: 9px;
    }

    .gcz-brand__zuhause-logo {
        width: min(270px, 72vw) !important;
    }

    .gcz-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .gcz-card-image {
        height: 54vw;
    }

    .gcz-rubric-grid {
        grid-template-columns: 1fr;
    }

    .gcz-article-content > p,
    .gcz-article-content > ul,
    .gcz-article-content > ol,
    .gcz-article-content > h2,
    .gcz-article-content > h3,
    .gcz-article-content > h4,
    .gcz-article-content > blockquote,
    .gcz-article-content > table,
    .gcz-article-content > figure {
        padding-right: 20px;
        padding-left: 20px;
    }

    .gcz-article-content > .wp-block-buttons {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 28px;
        margin-bottom: 40px;
    }

    body.gcahs-zuhause-active.single-post .gcz-article-content > .sektion_apple_deals {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-top: 5px !important;
        margin-bottom: 28px !important;
    }

    .gcz-article-content > p {
        font-size: 16px !important;
    }
}
