body.wwc-standalone-home {
    margin: 0;
    background: linear-gradient(180deg, #f7f1e8 0%, #fffaf2 46%, #f3eee6 100%);
    color: #1b1b1b;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.wwc-standalone-home a {
    text-underline-offset: 3px;
}

body.wwc-standalone-home .wwc-shell {
    padding-top: 22px;
}

body.wwc-standalone-home #wpadminbar ~ .wwc-shell,
body.admin-bar.wwc-standalone-home .wwc-shell {
    margin-top: 0;
}

.wwc-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 18px 56px;
    color: #1b1b1b;
    box-sizing: border-box;
}

.wwc-shell * {
    box-sizing: border-box;
}

.wwc-shell a {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.wwc-channel-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 16%, rgba(255,211,91,.23), transparent 32%),
        radial-gradient(circle at 12% 82%, rgba(190,31,31,.34), transparent 33%),
        linear-gradient(132deg, #0d0f14 0%, #171717 45%, #5e1212 100%);
    color: #fff;
    padding: 26px;
    margin-bottom: 22px;
    box-shadow: 0 24px 54px rgba(0,0,0,.18);
}

.wwc-hero-glow {
    position: absolute;
    inset: auto -80px -120px auto;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(255,209,92,.15);
    filter: blur(14px);
    z-index: -1;
}

.wwc-brand-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 24px;
}

.wwc-katy-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    max-width: 280px;
    text-decoration: none !important;
}

.wwc-katy-logo img {
    display: block;
    max-height: 60px;
    max-width: 280px;
    width: auto;
}

.wwc-katy-logo-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1;
    color: #fff;
    border: 2px solid rgba(255,255,255,.82);
    padding: 10px 13px;
    text-transform: uppercase;
}

.wwc-katy-logo-text strong {
    color: #ffd15c;
}

.wwc-brand-divider {
    display: block;
    width: 1px;
    height: 38px;
    background: rgba(255,255,255,.28);
}

.wwc-channel-badge,
.wwc-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #ffe7aa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 11px;
}

.wwc-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 24px;
    align-items: stretch;
}

.wwc-hero-copy h1 {
    margin: 15px 0 10px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 6vw, 76px);
    line-height: .92;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.wwc-tagline {
    margin: 0 0 10px;
    color: #ffd15c;
    font-weight: 900;
    font-size: clamp(18px, 2.25vw, 28px);
    line-height: 1.15;
}

.wwc-intro {
    max-width: 740px;
    color: rgba(255,255,255,.90);
    font-size: 18px;
    line-height: 1.62;
    margin: 0;
}

.wwc-hero-actions,
.wwc-card-actions,
.wwc-resource-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wwc-hero-actions {
    margin-top: 22px;
}

.wwc-button,
.wwc-submit-button,
.wwc-read-more,
.wwc-card-actions a,
.wwc-resource-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #b71c1c;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 850;
    padding: 12px 18px;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

.wwc-button:hover,
.wwc-submit-button:hover,
.wwc-read-more:hover,
.wwc-card-actions a:hover,
.wwc-resource-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 24px rgba(0,0,0,.18);
}

.wwc-button-secondary {
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.25);
}

.wwc-button-gold {
    background: #ffd15c;
    color: #181818 !important;
}

.wwc-identity-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.wwc-identity-strip span {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    padding: 7px 10px;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    font-weight: 750;
}

.wwc-hero-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wwc-profile-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(7px);
}

.wwc-profile-image,
.wwc-profile-fallback {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,.36);
    background: #fff;
    color: #7b1717;
}

.wwc-profile-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 900;
    font-size: 32px;
}

.wwc-profile-card strong {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 19px;
}

.wwc-profile-card p {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    line-height: 1.48;
}

.wwc-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.wwc-quick-grid a {
    display: block;
    min-height: 86px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    background: rgba(255,255,255,.075);
    padding: 13px;
    color: #fff !important;
    text-decoration: none !important;
}

.wwc-quick-grid a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.12);
}

.wwc-quick-grid span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .05em;
}

.wwc-quick-grid strong {
    display: block;
    color: #ffd15c;
    margin-top: 8px;
    font-size: 20px;
}

.wwc-click-deck {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 26px;
}

.wwc-click-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 150px;
    border: 1px solid #e7e0d6;
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #fff8ee 100%);
    padding: 18px;
    color: #171717 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.07);
}

.wwc-click-card::after {
    content: "→";
    position: absolute;
    right: 16px;
    bottom: 10px;
    color: #b71c1c;
    font-size: 28px;
    font-weight: 900;
}

.wwc-click-card:hover {
    transform: translateY(-3px);
    border-color: #d8b75c;
    box-shadow: 0 22px 42px rgba(0,0,0,.11);
}

.wwc-click-card span {
    display: inline-flex;
    border-radius: 999px;
    background: #191919;
    color: #ffd15c;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.wwc-click-card strong {
    display: block;
    margin: 14px 0 7px;
    font-size: 22px;
    line-height: 1.05;
    font-family: Georgia, 'Times New Roman', serif;
}

.wwc-click-card em {
    display: block;
    max-width: 92%;
    color: #585858;
    font-style: normal;
    line-height: 1.45;
    font-size: 14px;
}

.wwc-marketing-slot {
    position: relative;
    margin: 18px 0 26px;
    border: 1px solid #e7d9bf;
    border-radius: 22px;
    background:
        linear-gradient(90deg, rgba(183,28,28,.06), rgba(255,209,92,.12)),
        #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.065);
    overflow: hidden;
}

.wwc-marketing-inner {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px;
    text-decoration: none !important;
    color: #171717 !important;
}

.wwc-marketing-slot img {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 18px;
    background: #f5f5f5;
}

.wwc-marketing-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 18px;
    background: #191919;
    color: #ffd15c;
    font-weight: 950;
    letter-spacing: .05em;
}

.wwc-marketing-label {
    display: inline-flex;
    margin: 14px 20px 0;
    border-radius: 999px;
    background: #b71c1c;
    color: #fff;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.wwc-marketing-copy strong {
    display: block;
    color: #161616;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.05;
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: 6px;
}

.wwc-marketing-copy em {
    display: block;
    color: #545454;
    font-style: normal;
    line-height: 1.45;
    font-size: 15px;
}

.wwc-marketing-copy b {
    display: inline-flex;
    width: fit-content;
    margin-top: 12px;
    border-radius: 999px;
    background: #171717;
    color: #fff;
    padding: 10px 13px;
    font-size: 13px;
    line-height: 1;
}

.wwc-marketing-inner:hover {
    transform: translateY(-1px);
}

.wwc-marketing-hero {
    margin: 0;
    border-color: rgba(255,255,255,.15);
    background: rgba(255,255,255,.08);
    box-shadow: none;
}

.wwc-marketing-hero .wwc-marketing-inner {
    grid-template-columns: 54px minmax(0, 1fr);
    color: #fff !important;
    padding: 14px;
}

.wwc-marketing-hero .wwc-marketing-mark,
.wwc-marketing-hero img {
    width: 54px;
    height: 54px;
    border-radius: 15px;
}

.wwc-marketing-hero .wwc-marketing-copy strong,
.wwc-marketing-hero .wwc-marketing-copy em {
    color: #fff;
}

.wwc-marketing-hero .wwc-marketing-copy b {
    background: #ffd15c;
    color: #171717;
}

.wwc-marketing-hero .wwc-marketing-label {
    background: rgba(255,255,255,.13);
    color: #ffe8ad;
}

.wwc-marketing-sidebar,
.wwc-marketing-compact {
    margin-top: 0;
}

.wwc-marketing-sidebar .wwc-marketing-inner,
.wwc-marketing-compact .wwc-marketing-inner {
    grid-template-columns: 64px minmax(0, 1fr);
}

.wwc-marketing-sidebar .wwc-marketing-mark,
.wwc-marketing-sidebar img,
.wwc-marketing-compact .wwc-marketing-mark,
.wwc-marketing-compact img {
    width: 64px;
    height: 64px;
    border-radius: 16px;
}

.wwc-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    align-items: start;
}

.wwc-section-heading {
    margin: 0 0 18px;
}

.wwc-section-heading .wwc-eyebrow,
.wwc-sponsor-pitch .wwc-eyebrow {
    color: #8b1515;
    background: #fff1df;
}

.wwc-section-heading h2 {
    margin: 11px 0 8px;
    font-size: clamp(28px, 3.3vw, 42px);
    line-height: 1.05;
    font-family: Georgia, 'Times New Roman', serif;
    text-wrap: balance;
}

.wwc-section-heading p {
    margin: 0;
    color: #5b5b5b;
    font-size: 17px;
    line-height: 1.55;
}

.wwc-topic-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 22px;
}

.wwc-topic-strip article {
    border: 1px solid #e8e2d7;
    border-radius: 18px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

.wwc-topic-strip h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.1;
}

.wwc-topic-strip p {
    margin: 0;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1.4;
}

.wwc-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wwc-grid-break {
    grid-column: 1 / -1;
}

.wwc-card {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,.07);
}

.wwc-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(0,0,0,.11);
}

.wwc-card a {
    color: inherit;
}

.wwc-card-media {
    position: relative;
    display: block;
    min-height: 235px;
    background: #171717;
    text-decoration: none !important;
    overflow: hidden;
}

.wwc-card-image {
    display: block;
    width: 100%;
    height: 245px;
    object-fit: cover;
    transform: scale(1.001);
}

.wwc-card:hover .wwc-card-image {
    transform: scale(1.04);
}

.wwc-card-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 245px;
    color: #fff;
    background:
        radial-gradient(circle at 70% 20%, rgba(255,209,92,.25), transparent 30%),
        linear-gradient(135deg, #181818, #731414);
    font-family: Georgia, 'Times New Roman', serif;
}

.wwc-card-placeholder span {
    font-size: 17px;
}

.wwc-card-placeholder strong {
    font-size: 38px;
    line-height: 1;
}

.wwc-card-overlay-cta {
    position: absolute;
    left: 14px;
    bottom: 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.93);
    color: #151515;
    padding: 9px 12px;
    font-weight: 900;
    font-size: 13px;
}

.wwc-video-badge,
.wwc-podcast-badge {
    position: absolute;
    top: 14px;
    border-radius: 999px;
    padding: 7px 9px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.wwc-video-badge {
    right: 14px;
    background: #b71c1c;
    color: #fff;
}

.wwc-podcast-badge {
    right: 82px;
    background: #ffd15c;
    color: #171717;
}

.wwc-card-body {
    padding: 18px;
}

.wwc-card-meta,
.wwc-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #777;
    font-size: 13px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .045em;
}

.wwc-card-meta span {
    color: #9b1717;
}

.wwc-card h3 {
    margin: 11px 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    line-height: 1.08;
}

.wwc-card h3 a {
    text-decoration: none !important;
}

.wwc-card h3 a:hover {
    color: #b71c1c;
}

.wwc-card p {
    margin: 0 0 15px;
    color: #565656;
    line-height: 1.55;
}

.wwc-card-actions a:not(.wwc-read-more) {
    background: #f4efe7;
    color: #1a1a1a !important;
    box-shadow: none;
    padding: 10px 13px;
}

.wwc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 24px;
}

.wwc-box,
.wwc-sponsor-slot {
    border: 1px solid #e8e8e8;
    border-radius: 22px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.wwc-box h3 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    line-height: 1.1;
}

.wwc-box p {
    color: #585858;
    line-height: 1.55;
}

.wwc-link-list,
.wwc-timeline-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wwc-link-list li + li {
    border-top: 1px solid #eee;
}

.wwc-link-list a {
    display: block;
    padding: 11px 0;
    color: #b71c1c !important;
    text-decoration: none !important;
    font-weight: 800;
}

.wwc-link-list a:hover {
    padding-left: 4px;
}

.wwc-timeline-list li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 0;
    border-top: 1px solid #eee;
}

.wwc-timeline-list li:first-child {
    border-top: 0;
}

.wwc-timeline-list span {
    font-weight: 950;
    color: #b71c1c;
}

.wwc-timeline-list p {
    margin: 0;
    font-size: 14px;
    color: #4f4f4f;
}

.wwc-sponsor-slot {
    padding: 0;
    overflow: hidden;
}

.wwc-sponsor-label {
    display: inline-flex;
    margin: 13px 14px 0;
    border-radius: 999px;
    background: #191919;
    color: #ffd15c;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.wwc-sponsor-inner {
    display: grid;
    gap: 10px;
    padding: 14px;
    color: #161616 !important;
    text-decoration: none !important;
}

.wwc-sponsor-inner img {
    display: block;
    width: 100%;
    border-radius: 14px;
}

.wwc-sponsor-inner strong {
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', serif;
}

.wwc-article {
    border: 1px solid #e8e8e8;
    border-radius: 26px;
    background: #fff;
    padding: clamp(22px, 4vw, 42px);
    box-shadow: 0 14px 34px rgba(0,0,0,.07);
}

.wwc-featured-image {
    margin: 22px 0;
}

.wwc-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.wwc-content {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
}

.wwc-content h2,
.wwc-content h3 {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.12;
}

.wwc-content a {
    color: #b71c1c;
    font-weight: 750;
}

.wwc-video-wrap {
    margin: 22px 0;
    border-radius: 22px;
    overflow: hidden;
    background: #111;
}

.wwc-video-wrap iframe,
.wwc-video-wrap video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.wwc-video-link {
    display: block;
    padding: 18px;
    color: #fff !important;
}

.wwc-resource-links {
    margin: 20px 0;
}

.wwc-single-click-panel .wwc-click-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
}

.wwc-article-footer {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.wwc-pagination {
    margin-top: 26px;
}

.wwc-empty,
.wwc-submit-notice,
.wwc-submit-error,
.wwc-submit-success {
    border: 1px solid #e8e8e8;
    border-left: 5px solid #b71c1c;
    border-radius: 16px;
    background: #fff;
    padding: 16px 18px;
    color: #333;
}

.wwc-submit-success {
    border-left-color: #168a42;
}

.wwc-submit-shell .wwc-channel-hero {
    margin-bottom: 20px;
}

.wwc-submit-form {
    display: grid;
    gap: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

.wwc-form-header h2 {
    margin: 10px 0 5px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 34px;
}

.wwc-submit-form label {
    display: grid;
    gap: 7px;
    font-weight: 800;
}

.wwc-submit-form input,
.wwc-submit-form textarea,
.wwc-submit-form select {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 11px 12px;
    font: inherit;
}

.wwc-upload-note {
    margin: 0;
    color: #666;
    font-size: 14px;
}

@media (max-width: 980px) {
    .wwc-hero-layout,
    .wwc-content-grid {
        grid-template-columns: 1fr;
    }

    .wwc-sidebar {
        position: static;
    }

    .wwc-click-deck,
    .wwc-topic-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .wwc-shell {
        padding: 18px 12px 40px;
    }

    .wwc-channel-hero {
        border-radius: 22px;
        padding: 20px;
    }

    .wwc-brand-divider {
        display: none;
    }

    .wwc-hero-copy h1 {
        font-size: clamp(34px, 12vw, 54px);
    }

    .wwc-profile-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .wwc-profile-image,
    .wwc-profile-fallback {
        width: 76px;
        height: 76px;
    }

    .wwc-quick-grid,
    .wwc-click-deck,
    .wwc-topic-strip,
    .wwc-card-grid,
    .wwc-single-click-panel .wwc-click-deck {
        grid-template-columns: 1fr;
    }

    .wwc-marketing-inner,
    .wwc-marketing-sidebar .wwc-marketing-inner,
    .wwc-marketing-compact .wwc-marketing-inner {
        grid-template-columns: 1fr;
    }

    .wwc-marketing-mark,
    .wwc-marketing-slot img,
    .wwc-marketing-sidebar .wwc-marketing-mark,
    .wwc-marketing-sidebar img,
    .wwc-marketing-compact .wwc-marketing-mark,
    .wwc-marketing-compact img {
        width: 100%;
        height: 120px;
    }
}
