.cblog {
    --cblog-ink: #15171b;
    --cblog-body: #555c65;
    --cblog-muted: #858b93;
    --cblog-line: #deddd9;
    --cblog-paper: #ffffff;
    --cblog-band: #f4f3ef;
    --cblog-dark: #18191d;
    --cblog-orange: #e8451a;
    --cblog-orange-dark: #c93b15;
    --cblog-teal: #0f766e;
    color: var(--cblog-ink);
    background: var(--cblog-paper);
    word-break: keep-all;
    overflow-wrap: normal;
}

.cblog *,
.cblog *::before,
.cblog *::after { box-sizing: border-box; }
.cblog [hidden] { display: none !important; }
.cblog a { color: inherit; text-decoration: none; }
.cblog img { max-width: 100%; }
.cblog a:focus-visible,
.cblog button:focus-visible,
.cblog input:focus-visible,
.cblog summary:focus-visible { outline: 3px solid rgba(232, 69, 26, .32); outline-offset: 3px; }
.cblog-container { width: min(100% - 48px, 1240px); margin-inline: auto; }
.cblog-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.cblog-channel { padding-top: 64px; background: var(--cblog-paper); }
.cblog-channel__masthead { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cblog-channel__brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 600; letter-spacing: .045em; }
.cblog-channel__brand b { color: var(--cblog-orange); font-weight: 700; }
.cblog-channel__signal { width: 10px; height: 10px; background: var(--cblog-orange); border-radius: 2px; box-shadow: 16px 0 0 #f4b29f; }
.cblog-channel__masthead > p { color: var(--cblog-muted); font-size: 13px; }
.cblog-channel__rail { border-block: 1px solid var(--cblog-line); background: #fbfbfa; }
.cblog-channel__nav { min-height: 52px; display: flex; align-items: stretch; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.cblog-channel__nav::-webkit-scrollbar { display: none; }
.cblog-channel__nav a { position: relative; min-height: 52px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #5f656d; font-size: 14px; font-weight: 600; }
.cblog-channel__nav a::after { content: ''; position: absolute; left: 17px; right: 17px; bottom: -1px; height: 2px; background: transparent; }
.cblog-channel__nav a:hover,
.cblog-channel__nav a.is-current { color: var(--cblog-ink); }
.cblog-channel__nav a.is-current::after { background: var(--cblog-orange); }

.cblog-eyebrow,
.cblog-kicker { margin: 0 0 14px; color: var(--cblog-orange); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.cblog-kicker--light { color: #f19174; }
.cblog-hero { padding: 82px 0 88px; border-bottom: 1px solid var(--cblog-line); }
.cblog-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: 72px; align-items: center; }
.cblog-hero__copy h1 { margin: 0; max-width: 650px; color: var(--cblog-ink); font-size: clamp(39px, 4.15vw, 62px); line-height: 1.13; letter-spacing: -.052em; font-weight: 700; }
.cblog-hero__copy h1 em { color: var(--cblog-orange); font-style: normal; font-weight: inherit; }
.cblog-hero__lead { max-width: 610px; margin: 26px 0 0; color: var(--cblog-body); font-size: 16px; line-height: 1.78; }
.cblog-search { max-width: 590px; min-height: 58px; margin-top: 32px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 7px 7px 7px 19px; border: 1px solid #c9c8c3; background: #fff; box-shadow: 0 16px 34px -28px rgba(21, 23, 27, .45); }
.cblog-search > i { color: var(--cblog-orange); font-size: 18px; }
.cblog-search input { min-width: 0; height: 42px; border: 0; outline: 0; background: transparent; color: var(--cblog-ink); font: inherit; font-size: 14px; }
.cblog-search input::placeholder { color: #9a9da2; }
.cblog-search button { min-width: 76px; min-height: 44px; padding: 0 17px; border: 0; background: var(--cblog-dark); color: #fff; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.cblog-search button:hover { background: var(--cblog-orange); }
.cblog-hero__quick { margin-top: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; color: var(--cblog-muted); font-size: 12px; }
.cblog-hero__quick > span { color: var(--cblog-ink); font-weight: 700; }
.cblog-hero__quick a { border-bottom: 1px solid #bfc0bc; }
.cblog-hero__quick a:hover { color: var(--cblog-orange); border-color: var(--cblog-orange); }
.cblog-hero__visual { position: relative; margin: 0; min-width: 0; overflow: hidden; background: var(--cblog-dark); border: 1px solid #2c2e33; box-shadow: 0 32px 70px -40px rgba(21, 23, 27, .75); }
.cblog-hero__visual > img { width: 100%; height: auto; aspect-ratio: 1200 / 751; display: block; object-fit: cover; }
.cblog-hero__visual figcaption { min-height: 88px; padding: 17px 20px; display: grid; gap: 6px; align-content: center; border-top: 1px solid rgba(255, 255, 255, .11); color: #fff; }
.cblog-hero__visual figcaption span { color: #f19174; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.cblog-hero__visual figcaption a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; font-size: 14px; font-weight: 600; line-height: 1.45; }
.cblog-hero__visual figcaption a:hover { color: #f6ab93; }

.cblog-tasks,
.cblog-featured,
.cblog-videos,
.cblog-index,
.cblog-related { padding: 92px 0; }
.cblog-tasks { background: var(--cblog-band); }
.cblog-section-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.cblog-section-head--line { padding-bottom: 22px; border-bottom: 1px solid var(--cblog-line); }
.cblog-section-head h2 { margin: 0; font-size: clamp(27px, 3vw, 38px); line-height: 1.25; letter-spacing: -.035em; font-weight: 700; }
.cblog-section-head > p { max-width: 430px; margin: 0; color: var(--cblog-body); font-size: 14px; line-height: 1.7; }
.cblog-section-head > p strong { color: var(--cblog-orange); font-size: 20px; margin-right: 3px; }
.cblog-task-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--cblog-line); border-left: 1px solid var(--cblog-line); background: var(--cblog-paper); }
.cblog-task { min-height: 112px; padding: 24px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 16px; border-right: 1px solid var(--cblog-line); border-bottom: 1px solid var(--cblog-line); }
.cblog-task > i:first-child { width: 42px; height: 42px; display: grid; place-items: center; background: #e6f1ef; color: var(--cblog-teal); font-size: 18px; }
.cblog-task > i:last-child { color: #a5a6a3; transition: transform .18s, color .18s; }
.cblog-task span { display: grid; gap: 6px; }
.cblog-task b { font-size: 15px; font-weight: 700; }
.cblog-task small { color: var(--cblog-muted); font-size: 12px; line-height: 1.4; }
.cblog-task:hover { background: #fffaf8; }
.cblog-task:hover > i:last-child { color: var(--cblog-orange); transform: translateX(4px); }

.cblog-featured__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); gap: 56px; }
.cblog-lead-story { min-width: 0; }
.cblog-lead-story__cover { display: block; margin-bottom: 28px; overflow: hidden; background: var(--cblog-band); }
.cblog-lead-story__cover img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: cover; transition: transform .3s ease; }
.cblog-lead-story__cover:hover img { transform: scale(1.02); }
.cblog-post-meta { margin: 0 0 14px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; color: var(--cblog-muted); font-size: 12px; }
.cblog-post-meta span { color: var(--cblog-orange); font-weight: 700; }
.cblog-post-meta b { font-size: 10px; letter-spacing: .1em; font-weight: 700; }
.cblog-lead-story h3 { margin: 0; max-width: 740px; font-size: clamp(24px, 2.7vw, 36px); line-height: 1.32; letter-spacing: -.032em; font-weight: 700; }
.cblog-lead-story h3 a:hover { color: var(--cblog-orange); }
.cblog-lead-story > div > p:not(.cblog-post-meta) { max-width: 740px; margin: 16px 0 24px; color: var(--cblog-body); font-size: 14px; line-height: 1.75; }
.cblog-button { min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 700; }
.cblog-button--dark { background: var(--cblog-dark); color: #fff !important; }
.cblog-button--dark:hover { background: var(--cblog-orange); }
.cblog-button--light { background: #fff; color: var(--cblog-dark) !important; }
.cblog-button--light:hover { background: #f4d4c9; }
.cblog-recent-list { border-top: 1px solid var(--cblog-line); }
.cblog-recent-item { position: relative; min-height: 126px; padding: 22px 46px 22px 0; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--cblog-line); }
.cblog-recent-item > p { margin: 0 0 9px; display: flex; gap: 12px; color: var(--cblog-muted); font-size: 11px; }
.cblog-recent-item > p span { color: var(--cblog-teal); font-weight: 700; }
.cblog-recent-item h3 { margin: 0; font-size: 16px; line-height: 1.48; font-weight: 700; }
.cblog-recent-item h3 a:hover { color: var(--cblog-orange); }
.cblog-recent-item > a { position: absolute; right: 0; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--cblog-line); }
.cblog-recent-item > a:hover { border-color: var(--cblog-orange); color: var(--cblog-orange); }

.cblog-path { padding: 86px 0; background: var(--cblog-dark); color: #fff; }
.cblog-path__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr); gap: 82px; align-items: center; }
.cblog-path__intro h2 { margin: 0; font-size: clamp(29px, 3.1vw, 43px); line-height: 1.3; letter-spacing: -.04em; font-weight: 700; }
.cblog-path__intro > p:not(.cblog-kicker) { max-width: 520px; margin: 21px 0 28px; color: #b9bcc2; font-size: 14px; line-height: 1.75; }
.cblog-path__steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid #42444b; border-left: 1px solid #42444b; }
.cblog-path__steps li { min-height: 142px; padding: 25px; display: grid; grid-template-columns: auto 1fr; gap: 18px; border-right: 1px solid #42444b; border-bottom: 1px solid #42444b; }
.cblog-path__steps li > span { color: #f19174; font: 600 11px/1.4 Inter, sans-serif; }
.cblog-path__steps b { display: block; margin-bottom: 9px; font-size: 17px; font-weight: 700; }
.cblog-path__steps p { margin: 0; color: #aeb1b8; font-size: 12px; line-height: 1.55; }

.cblog-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cblog-video-grid a { min-height: 160px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--cblog-line); background: #fafaf9; }
.cblog-video-grid a span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--cblog-orange); color: #fff; }
.cblog-video-grid a b { font-size: 16px; line-height: 1.5; font-weight: 700; }
.cblog-video-grid a:hover { border-color: var(--cblog-orange); }
.cblog-index { background: var(--cblog-band); }
.cblog-filters { margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.cblog-filters a { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid #cbc9c3; background: #fff; color: var(--cblog-body); font-size: 13px; font-weight: 600; }
.cblog-filters a:hover,
.cblog-filters a.is-current { border-color: var(--cblog-dark); background: var(--cblog-dark); color: #fff; }
.cblog-post-list { border-top: 1px solid var(--cblog-line); }
.cblog-post-row { padding: 26px 0; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; border-bottom: 1px solid var(--cblog-line); }
.cblog-post-row__cover { position: relative; overflow: hidden; background: #e8e7e3; }
.cblog-post-row__cover img { width: 100%; height: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; transition: transform .25s ease; }
.cblog-post-row__cover:hover img { transform: scale(1.03); }
.cblog-post-row__play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 28px; background: rgba(21, 23, 27, .28); }
.cblog-post-row__body { min-width: 0; display: grid; align-content: center; }
.cblog-post-row__meta { margin-bottom: 8px; display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--cblog-muted); font-size: 11px; }
.cblog-post-row__meta span:first-child { color: var(--cblog-teal); font-weight: 700; }
.cblog-post-row h3 { margin: 0; font-size: 20px; line-height: 1.42; letter-spacing: -.022em; font-weight: 700; }
.cblog-post-row h3 a:hover { color: var(--cblog-orange); }
.cblog-post-row__body > p { max-width: 780px; margin: 9px 0 10px; color: var(--cblog-body); font-size: 13px; line-height: 1.65; }
.cblog-text-link { display: inline-flex; align-items: center; gap: 7px; width: fit-content; color: var(--cblog-orange) !important; font-size: 12px; font-weight: 700; }
.cblog-text-link:hover { color: var(--cblog-orange-dark) !important; }
.cblog-empty { padding: 72px 24px; text-align: center; border-bottom: 1px solid var(--cblog-line); }
.cblog-empty > i { color: var(--cblog-orange); font-size: 28px; }
.cblog-empty h3 { margin: 13px 0 7px; font-size: 20px; }
.cblog-empty p { margin: 0 0 22px; color: var(--cblog-body); font-size: 13px; }

.cblog-article-hero { padding: 78px 0 34px; }
.cblog-article-head { width: min(100% - 48px, 940px); margin-inline: auto; }
.cblog-back-link { min-height: 44px; margin-bottom: 26px; display: inline-flex; align-items: center; gap: 9px; color: var(--cblog-body) !important; font-size: 13px; font-weight: 600; }
.cblog-back-link:hover { color: var(--cblog-orange) !important; }
.cblog-article-head h1 { margin: 0; max-width: 900px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.19; letter-spacing: -.047em; font-weight: 700; }
.cblog-article-hero__lead { max-width: 820px; margin: 24px 0 0; color: var(--cblog-body); font-size: 17px; line-height: 1.76; }
.cblog-article-media { width: min(100% - 48px, 1120px); margin: 34px auto 0; }
.cblog-article-cover { overflow: hidden; background: var(--cblog-band); }
.cblog-article-cover img { width: 100%; height: auto; aspect-ratio: 16 / 9; display: block; object-fit: cover; }
.cblog-article-video { position: relative; padding-top: 56.25%; overflow: hidden; background: var(--cblog-dark); }
.cblog-article-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cblog-article-layout { width: min(100% - 48px, 1280px); margin: 76px auto 0; padding-bottom: 96px; display: grid; grid-template-columns: 190px minmax(0, 720px) 250px; justify-content: center; align-items: start; gap: 48px; }
.cblog-toc { position: sticky; top: 126px; padding-top: 3px; }
.cblog-toc > p { margin: 0 0 15px; padding-bottom: 13px; border-bottom: 2px solid var(--cblog-dark); color: var(--cblog-ink); font-size: 12px; font-weight: 700; }
.cblog-toc nav { display: grid; gap: 3px; }
.cblog-toc nav a { padding: 7px 0; color: var(--cblog-muted); font-size: 12px; line-height: 1.45; }
.cblog-toc nav a.is-sub { padding-left: 13px; font-size: 11px; }
.cblog-toc nav a:hover { color: var(--cblog-orange); }
.cblog-mobile-toc { display: none; }
.cblog-prose { color: #424951; font-size: 16px; line-height: 1.88; }
.cblog-prose > :first-child { margin-top: 0; }
.cblog-prose h2 { scroll-margin-top: 130px; margin: 56px 0 18px; color: var(--cblog-ink); font-size: 27px; line-height: 1.35; letter-spacing: -.028em; font-weight: 700; }
.cblog-prose h3 { scroll-margin-top: 130px; margin: 34px 0 13px; color: var(--cblog-ink); font-size: 20px; line-height: 1.45; font-weight: 700; }
.cblog-prose p { margin: 0 0 22px; }
.cblog-prose ul,
.cblog-prose ol { margin: 0 0 24px; padding-left: 24px; }
.cblog-prose li { margin: 8px 0; padding-left: 3px; }
.cblog-prose a { color: var(--cblog-orange); font-weight: 600; border-bottom: 1px solid #efb7a6; }
.cblog-prose a:hover { border-color: var(--cblog-orange); }
.cblog-prose strong { color: var(--cblog-ink); font-weight: 700; }
.cblog-prose blockquote { margin: 28px 0; padding: 20px 22px; border-left: 3px solid var(--cblog-orange); background: var(--cblog-band); color: var(--cblog-body); }
.cblog-prose .tip { margin: 28px 0; padding: 20px 22px; border: 1px solid #c9dcd9; background: #edf5f3; color: #395a56; font-size: 14px; line-height: 1.72; }
.cblog-article-aside { position: sticky; top: 126px; display: grid; gap: 16px; }
.cblog-related-tool { padding: 24px; border-top: 3px solid var(--cblog-orange); background: var(--cblog-dark); color: #fff; }
.cblog-related-tool > p { margin: 0 0 13px; color: #f19174; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.cblog-related-tool h2 { margin: 0; font-size: 19px; line-height: 1.43; letter-spacing: -.02em; font-weight: 700; }
.cblog-related-tool > span { margin: 13px 0 19px; display: block; color: #b8bbc1; font-size: 12px; line-height: 1.65; }
.cblog-related-tool a { min-height: 44px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; background: #fff; color: var(--cblog-dark); font-size: 12px; font-weight: 700; }
.cblog-related-tool a:hover { background: #f4d4c9; }
.cblog-article-note { padding: 18px; display: grid; grid-template-columns: auto 1fr; gap: 12px; border: 1px solid var(--cblog-line); background: #fafaf9; }
.cblog-article-note > i { color: var(--cblog-teal); }
.cblog-article-note p { margin: 0; display: grid; gap: 6px; }
.cblog-article-note b { font-size: 12px; font-weight: 700; }
.cblog-article-note span { color: var(--cblog-muted); font-size: 11px; line-height: 1.55; }
.cblog-related { border-top: 1px solid var(--cblog-line); background: var(--cblog-band); }
.cblog-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--cblog-line); border-left: 1px solid var(--cblog-line); }
.cblog-related__grid article { position: relative; min-height: 190px; padding: 26px 58px 26px 26px; border-right: 1px solid var(--cblog-line); border-bottom: 1px solid var(--cblog-line); background: #fff; }
.cblog-related__grid article > p { margin: 0 0 19px; display: flex; gap: 12px; color: var(--cblog-muted); font-size: 11px; }
.cblog-related__grid article > p span { color: var(--cblog-teal); font-weight: 700; }
.cblog-related__grid h3 { margin: 0; font-size: 17px; line-height: 1.5; font-weight: 700; }
.cblog-related__grid h3 a:hover { color: var(--cblog-orange); }
.cblog-related__grid article > a { position: absolute; right: 20px; bottom: 22px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--cblog-line); }
.cblog-related__grid article > a:hover { border-color: var(--cblog-orange); color: var(--cblog-orange); }

@media (max-width: 992px) {
    .cblog-hero__grid { grid-template-columns: 1fr; gap: 46px; }
    .cblog-hero__copy { max-width: 760px; }
    .cblog-hero__visual { max-width: 780px; }
    .cblog-task-grid { grid-template-columns: repeat(2, 1fr); }
    .cblog-featured__grid { grid-template-columns: 1fr; gap: 42px; }
    .cblog-path__grid { grid-template-columns: 1fr; gap: 46px; }
    .cblog-path__intro { max-width: 720px; }
    .cblog-video-grid { grid-template-columns: 1fr 1fr; }
    .cblog-article-layout { width: min(100% - 48px, 780px); grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .cblog-toc { display: none; }
    .cblog-mobile-toc { display: block; margin-bottom: 38px; border: 1px solid var(--cblog-line); background: #fafaf9; }
    .cblog-mobile-toc summary { min-height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
    .cblog-mobile-toc summary::-webkit-details-marker { display: none; }
    .cblog-mobile-toc[open] summary i { transform: rotate(180deg); }
    .cblog-mobile-toc nav { padding: 5px 17px 16px; display: grid; border-top: 1px solid var(--cblog-line); }
    .cblog-mobile-toc nav a { padding: 8px 0; color: var(--cblog-body); font-size: 12px; line-height: 1.45; }
    .cblog-mobile-toc nav a.is-sub { padding-left: 14px; color: var(--cblog-muted); }
    .cblog-article-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .cblog-container,
    .cblog-article-head,
    .cblog-article-media,
    .cblog-article-layout { width: min(100% - 36px, 100%); }
    .cblog-channel__masthead { min-height: 76px; }
    .cblog-channel__masthead > p { display: none; }
    .cblog-channel__nav { width: 100%; padding-inline: 10px; }
    .cblog-channel__nav a { padding-inline: 12px; }
    .cblog-hero { padding: 58px 0 64px; }
    .cblog-hero__copy h1 { font-size: clamp(36px, 10vw, 52px); }
    .cblog-tasks,
    .cblog-featured,
    .cblog-videos,
    .cblog-index,
    .cblog-related { padding: 68px 0; }
    .cblog-section-head { align-items: start; flex-direction: column; gap: 16px; }
    .cblog-task-grid { grid-template-columns: 1fr; }
    .cblog-path { padding: 68px 0; }
    .cblog-path__steps { grid-template-columns: 1fr 1fr; }
    .cblog-post-row { grid-template-columns: 176px minmax(0, 1fr); gap: 20px; }
    .cblog-post-row__body > p { display: none; }
    .cblog-article-hero { padding: 58px 0 28px; }
    .cblog-article-head h1 { font-size: clamp(32px, 8.5vw, 46px); }
    .cblog-article-hero__lead { font-size: 15px; }
    .cblog-article-layout { margin-top: 54px; padding-bottom: 70px; }
    .cblog-related__grid { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .cblog-container,
    .cblog-article-head,
    .cblog-article-media,
    .cblog-article-layout { width: min(100% - 28px, 100%); }
    .cblog-channel__brand { font-size: 16px; }
    .cblog-channel__nav a { min-height: 48px; padding-inline: 10px; font-size: 13px; }
    .cblog-hero { padding: 48px 0 54px; }
    .cblog-hero__copy h1 { font-size: clamp(34px, 10.6vw, 44px); line-height: 1.17; }
    .cblog-hero__lead { margin-top: 20px; font-size: 14px; }
    .cblog-search { min-height: 56px; padding-left: 15px; gap: 8px; }
    .cblog-search input { font-size: 13px; }
    .cblog-search button { min-width: 62px; padding-inline: 12px; }
    .cblog-hero__visual figcaption { min-height: 96px; padding: 16px; }
    .cblog-section-head h2 { font-size: 28px; }
    .cblog-task { min-height: 100px; padding: 19px 16px; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 12px; }
    .cblog-lead-story h3 { font-size: 25px; }
    .cblog-path__intro h2 { font-size: 30px; }
    .cblog-path__steps { grid-template-columns: 1fr; }
    .cblog-path__steps li { min-height: 112px; }
    .cblog-video-grid { grid-template-columns: 1fr; }
    .cblog-post-row { padding: 22px 0; grid-template-columns: 112px minmax(0, 1fr); gap: 15px; }
    .cblog-post-row__cover { align-self: start; }
    .cblog-post-row h3 { font-size: 16px; line-height: 1.45; }
    .cblog-post-row__meta { margin-bottom: 6px; gap: 7px; }
    .cblog-post-row__body > .cblog-text-link { margin-top: 8px; }
    .cblog-article-head h1 { font-size: 32px; line-height: 1.24; }
    .cblog-post-meta b { width: 100%; }
    .cblog-article-media { margin-top: 24px; }
    .cblog-article-layout { margin-top: 40px; }
    .cblog-prose { font-size: 15px; line-height: 1.84; }
    .cblog-prose h2 { margin-top: 46px; font-size: 23px; }
    .cblog-prose h3 { font-size: 18px; }
    .cblog-article-aside { grid-template-columns: 1fr; }
    .cblog-related__grid article { min-height: 160px; }
}

@media (prefers-reduced-motion: reduce) {
    .cblog *,
    .cblog *::before,
    .cblog *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* ─────────────────────────────────────────────────────────────
   본사이트로 돌아가는 문 (2026-08-29)
   블로그는 상단 GNB 없이 «독립 사이트»로 새 창에 뜬다 → 여기가 유일한 귀로다.
   ⛔ 위 <p> 태그라인은 ≤992px 에서 숨겨지므로 이 링크는 그 규칙을 타면 안 된다.
   ───────────────────────────────────────────────────────────── */
.cblog-channel__home {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid var(--cblog-line);
    border-radius: 999px;
    color: var(--cblog-ink);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: border-color .15s, color .15s, background-color .15s;
}
.cblog-channel__home:hover {
    border-color: var(--cblog-orange);
    color: var(--cblog-orange);
    background-color: #fff;
}
.cblog-channel__home i { font-size: 15px; }

@media (max-width: 992px) {
    .cblog-channel__home { min-height: 34px; padding: 0 12px; font-size: 12px; }
}
@media (max-width: 576px) {
    .cblog-channel__home span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
    .cblog-channel__home { padding: 0 11px; }
}

/* 표지 없는 글 = 글자만 있는 줄 (2026-08-29)
   어드민 게시판 글은 표지를 안 넣는 경우가 많다. 공용 기본 이미지를 반복해 까는 대신
   사진 칸 자체를 없앤다. ⛔반응형 규칙(.cblog-post-row 1클래스)보다 «2클래스» 라 순서와 무관하게 이긴다. */
.cblog-post-row.is-textonly { grid-template-columns: minmax(0, 1fr); }

/* ─────────────────────────────────────────────────────────────
   본문 안 «관리자가 쓴 마크업» 대응 (2026-08-29)
   블로그 본문 원본이 어드민 게시판으로 넓어지면서 코드블록·표·미디어가 들어온다.
   ⛔ 여기가 없으면 <pre> 한 줄이 페이지 전체를 가로로 밀어 «모바일 가로 스크롤»이 생긴다
      (실측: 상세 375px 에서 scrollWidth 381). 넓은 것은 «자기 칸 안에서» 스크롤시킨다.
   ───────────────────────────────────────────────────────────── */
.cblog-prose pre {
    max-width: 100%;
    margin: 26px 0;
    padding: 18px 20px;
    overflow-x: auto;
    border: 1px solid var(--cblog-line);
    background: var(--cblog-band);
    color: #2f353d;
    font-size: 13px;
    line-height: 1.7;
    white-space: pre;
    word-break: normal;
    overflow-wrap: normal;
    -webkit-overflow-scrolling: touch;
}
.cblog-prose pre code {
    padding: 0;
    border: 0;
    background: none;
    font-size: inherit;
    color: inherit;
}
.cblog-prose code {
    padding: 2px 6px;
    border: 1px solid #e4e2dd;
    border-radius: 3px;
    background: #f7f6f3;
    color: #2f353d;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
    font-size: .92em;
    word-break: break-all;
    overflow-wrap: anywhere;
}
.cblog-prose table {
    display: block;
    max-width: 100%;
    margin: 26px 0;
    overflow-x: auto;
    border-collapse: collapse;
    font-size: 14px;
}
.cblog-prose th,
.cblog-prose td { padding: 10px 14px; border: 1px solid var(--cblog-line); text-align: left; }
.cblog-prose th { background: var(--cblog-band); color: var(--cblog-ink); font-weight: 700; }
.cblog-prose img,
.cblog-prose video,
.cblog-prose iframe { max-width: 100%; height: auto; }
.cblog-prose iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.cblog-prose figure { margin: 26px 0; }
.cblog-prose hr { margin: 34px 0; border: 0; border-top: 1px solid var(--cblog-line); }

@media (max-width: 576px) {
    .cblog-prose pre { padding: 14px 15px; font-size: 12px; }
}

/* ─────────────────────────────────────────────────────────────
   독립 블로그 상단 간격·구간 리듬 보완 (2026-08-29)
   기존 GNB 가 사라진 뒤 남은 예약 여백을 없애고, 흰색 편집 화면 사이에
   청록·웜톤 밴드를 분리해 이미지가 많은 콘텐츠의 흐름을 또렷하게 만든다.
   ───────────────────────────────────────────────────────────── */
.cblog {
    --cblog-mint-band: #edf5f3;
    --cblog-warm-band: #f7f1eb;
}
.cblog-channel { padding-top: 0; }
.cblog-channel__masthead { min-height: 84px; }
.cblog-channel__rail {
    border-block-color: #cfdfdb;
    background: var(--cblog-mint-band);
}
.cblog-channel__nav a.is-current { color: var(--cblog-teal); }
.cblog-tasks {
    border-bottom: 1px solid #cfdfdb;
    background: var(--cblog-mint-band);
    box-shadow: inset 0 4px 0 var(--cblog-teal);
}
.cblog-task-grid {
    border-color: #c9dcd8;
    box-shadow: 0 24px 54px -48px rgba(15, 118, 110, .55);
}
.cblog-task {
    border-right-color: #c9dcd8;
    border-bottom-color: #c9dcd8;
}
.cblog-task:nth-child(3n + 2) > i:first-child {
    background: #fff0ea;
    color: var(--cblog-orange);
}
.cblog-featured .cblog-section-head--line,
.cblog-index .cblog-section-head--line {
    padding-top: 24px;
    border-top: 4px solid var(--cblog-orange);
}
.cblog-index {
    background: var(--cblog-warm-band);
}
.cblog-index .cblog-section-head--line { border-top-color: var(--cblog-teal); }
.cblog-index .cblog-post-list,
.cblog-index .cblog-post-row { border-color: #ddd2c6; }
.cblog-index .cblog-filters a.is-current {
    border-color: var(--cblog-teal);
    background: var(--cblog-teal);
}

@media (min-width: 769px) {
    .cblog-hero { padding: 72px 0 82px; }
}

@media (max-width: 768px) {
    .cblog-channel__masthead { min-height: 72px; }
    .cblog-featured .cblog-section-head--line,
    .cblog-index .cblog-section-head--line { padding-top: 18px; }
}
