:root {
    --paper: #f8f6f0;
    --white: #fffefa;
    --ink: #1d292c;
    --muted: #5a6668;
    --line: #d9ded8;
    --blue: #27457e;
    --blue-deep: #1d315c;
    --blue-light: #dce5ef;
    --copper: #bc7c4b;
    --content: 760px;
    --wide: 1180px;
    --radius: 20px;
    color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; min-width: 280px; background: var(--paper); color: var(--ink); font-family: var(--gh-font-body, 'Outfit', sans-serif); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--gh-font-body, 'Outfit', sans-serif); }
h1, h2, h3, h4 { font-family: var(--gh-font-heading, 'Outfit', sans-serif); line-height: 1.11; letter-spacing: -.035em; }
h1, h2, h3, h4, p, figure { margin-top: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
::selection { background: #d4e2ed; color: var(--ink); }

.wrap { width: min(calc(100% - 48px), var(--wide)); margin-inline: auto; }
.wrap-narrow { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.wrap-media { width: min(calc(100% - 48px), 1020px); margin-inline: auto; }
.site-shell { overflow: clip; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 12px; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { width: 22px; height: 2px; background: currentColor; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 54px; padding: 12px 22px; border: 1px solid transparent; border-radius: 9px; font-size: .94rem; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); }
.button-primary:hover { background: var(--blue-deep); }
.button-light { color: var(--blue-deep); background: var(--white); }
.button-light:hover { background: var(--blue-light); }
.text-link, .story-link { display: inline-flex; align-items: center; gap: 13px; color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-color: #adbdcb; text-underline-offset: 5px; }
.text-link:hover, .story-link:hover { color: var(--blue-deep); text-decoration-color: currentColor; }

.site-header { position: relative; z-index: 10; background: #edf1ef; border-bottom: 1px solid #c7d2d1; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.site-name, .footer-name { flex: none; font-size: 1.35rem; font-weight: 700; letter-spacing: -.055em; line-height: 1; white-space: nowrap; }
.site-name-dot { color: var(--copper); }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.7vw, 38px); margin-left: auto; font-size: .9rem; font-weight: 600; }
.site-nav a { padding: 9px 0; }
.site-nav a:hover { color: var(--blue); }
.nav-contact { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--blue); border-radius: 7px; color: var(--blue); font-size: .9rem; font-weight: 600; white-space: nowrap; }
.nav-contact:hover { color: white; background: var(--blue); }

.writing-guide-intro { padding-block: clamp(46px, 6vw, 76px) 30px; }
.writing-guide-intro h1 { max-width: 950px; margin: 12px 0 19px; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 600; }
.writing-guide-intro > p:not(.eyebrow) { max-width: 750px; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.48; }
.writing-guide { padding-bottom: 72px; }
.writing-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.writing-path { display: flex; flex-direction: column; min-width: 0; padding: clamp(23px, 2.5vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.writing-path h2 { margin: 13px 0 12px; font-size: clamp(1.8rem, 2.5vw, 2.35rem); font-weight: 600; }
.writing-path > p:not(.eyebrow) { margin-bottom: 25px; color: var(--muted); font-size: .95rem; }
.writing-path ol { margin: auto 0 0; padding-left: 26px; list-style: decimal-leading-zero; }
.writing-path li { padding-left: 8px; border-top: 1px solid var(--line); }
.writing-path li::marker { color: var(--copper); font-size: .75rem; font-weight: 700; }
.writing-path li a { display: block; padding: 14px 0; font-size: .93rem; font-weight: 600; line-height: 1.4; }
.writing-path li a:hover { color: var(--blue); }
.writing-path > .story-link { margin-top: 18px; }
.writing-guide-next { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.writing-guide-next p { margin: 0; color: var(--muted); }
.writing-guide-next-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }

.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 310px); align-content: center; column-gap: clamp(28px, 5vw, 78px); padding-block: clamp(45px, 5vw, 70px) clamp(48px, 5vw, 70px); }
.home-hero > :not(.hero-portrait) { grid-column: 1; }
.hero-eyebrow { margin-bottom: 16px; }
.home-hero h1 { margin: 0 0 21px; font-size: clamp(3.6rem, 6.5vw, 6rem); font-weight: 600; line-height: .98; letter-spacing: -.075em; }
.home-hero h1 span { color: var(--blue); }
.hero-intro { max-width: 680px; margin-bottom: 12px; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.4; letter-spacing: -.025em; }
.hero-support { max-width: 650px; margin-bottom: 26px; color: var(--muted); font-size: 1rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 27px; }
.hero-portrait { grid-column: 2; grid-row: 1 / 6; align-self: center; width: 100%; aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 19px; background: var(--paper); }
.hero-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }

.editorial-section { padding-block: 42px 76px; border-top: 1px solid var(--line); }
.editorial-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.editorial-heading .eyebrow { margin-bottom: 9px; }
.editorial-heading h1, .editorial-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.6vw, 4rem); font-weight: 600; }
.editorial-heading > p { max-width: 360px; margin: 0 0 3px; color: var(--muted); font-size: .95rem; }
.editorial-signup { display: inline-block; margin-top: 8px; color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.editorial-signup:hover { color: var(--blue-deep); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lead-story { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.lead-story--text { display: flex; flex-direction: column; justify-content: end; min-height: 310px; background: #edf1ee; }
.lead-story:hover h3 { color: var(--blue); }
.lead-story-media { min-width: 0; background: #111727; }
.lead-story-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.lead-story-copy { display: flex; flex: 1; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 58px); }
.story-kicker { margin-bottom: 12px; color: var(--blue); font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lead-story h3 { max-width: 680px; margin-bottom: 14px; font-size: clamp(1.7rem, 2.65vw, 2.65rem); font-weight: 600; }
.lead-story-copy > p:not(.story-kicker) { max-width: 700px; margin-bottom: 25px; color: var(--muted); font-size: .96rem; }
.lead-story .story-link { margin-top: 4px; }
.podcast-tile { display: flex; flex-direction: column; padding: clamp(25px, 3vw, 38px); border-radius: var(--radius); background: var(--blue-deep); color: white; }
.podcast-tile .eyebrow { color: #dfc49e; }
.podcast-tile h3 { margin: 19px 0 16px; font-size: clamp(2rem, 3vw, 2.85rem); font-weight: 600; }
.podcast-tile h3 span { color: #d6ad78; }
.podcast-tile > p:not(.eyebrow) { color: #e0e6ed; }
.podcast-tile-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 14px 16px; border-radius: 8px; background: var(--white); color: var(--blue-deep); font-size: .9rem; font-weight: 700; }
.podcast-tile-link:hover { background: var(--blue-light); }
.podcast-tile-guest { margin-top: 16px; color: white; font-size: .86rem; text-decoration: underline; text-underline-offset: 4px; }
.post-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.post-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.post-list .post-card { border: 0; border-radius: 0; }
.post-card--text { background: #edf1ee; }
.post-card-media { display: block; margin-bottom: 22px; overflow: hidden; border-radius: 11px; background: var(--blue-light); }
.post-card-media img { display: block; width: 100%; height: auto; transition: transform .3s ease; }
.post-card:hover .post-card-media img { transform: scale(1.03); }
.post-card-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 12px; color: var(--muted); font-size: .76rem; font-weight: 600; }
.post-card-meta a { color: var(--blue); }
.post-card h2, .post-card h3 { margin-bottom: 11px; font-size: clamp(1.35rem, 1.8vw, 1.85rem); font-weight: 600; }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--blue); }
.post-card > p { margin-bottom: 23px; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.post-card .story-link { margin-top: auto; font-size: .88rem; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; color: var(--muted); font-size: .87rem; }
.pagination a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.selected-work { padding-block: 45px 68px; border-top: 1px solid var(--line); }
.selected-work-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.selected-work-heading .eyebrow { margin-bottom: 9px; }
.selected-work-heading h2 { max-width: 740px; margin: 0; font-size: clamp(2rem, 3.8vw, 3.35rem); font-weight: 600; }
.selected-work-heading > p { max-width: 390px; margin: 0 0 3px; color: var(--muted); font-size: .95rem; }
.selected-work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 14px; }
.selected-work-card { display: flex; flex-direction: column; min-height: 260px; padding: clamp(22px, 2.5vw, 31px); border: 1px solid var(--line); border-radius: 15px; background: #edf1ef; }
.selected-work-card:hover { border-color: var(--blue); }
.selected-work-category { margin-bottom: 25px; color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.selected-work-card h3 { margin-bottom: 12px; font-size: clamp(1.28rem, 1.8vw, 1.62rem); font-weight: 600; }
.selected-work-card > p { margin-bottom: 25px; color: var(--muted); font-size: .91rem; }
.selected-work-link { display: inline-flex; justify-content: space-between; gap: 15px; width: 100%; margin-top: auto; color: var(--blue); font-size: .87rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.topic-shelf { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 22px; padding-block: 46px 70px; border-top: 1px solid var(--line); }
.topic-shelf-heading .eyebrow { margin-bottom: 6px; }
.topic-shelf-heading h2 { margin: 0; font-size: 1.75rem; font-weight: 600; }
.topic-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.topic-links a { display: flex; align-items: center; justify-content: space-between; gap: 9px; min-height: 67px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--blue-deep); font-size: .88rem; font-weight: 700; }
.topic-links a:hover { border-color: var(--blue); }
.topic-links a span { font-size: 1.08rem; }
.topic-all { color: var(--blue); font-size: .87rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.contact-band { padding-block: clamp(45px, 5vw, 70px); background: #e9eeea; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.contact-band h2 { margin: 10px 0 14px; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 600; }
.contact-band p:not(.eyebrow) { max-width: 700px; margin: 0; color: var(--muted); }
.contact-band-detail { margin-top: 18px; }
.contact-band .button { flex: none; }
.business-referral { padding-block: 31px; text-align: center; }
.business-referral p { margin: 0; color: var(--muted); font-size: .92rem; }
.business-referral a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.archive-feed { padding-block: 65px 90px; }

.site-footer { padding-block: 58px 40px; border-top: 1px solid var(--line); background: #e7eae6; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; }
.footer-name { margin-bottom: 13px; }
.footer-inner p:not(.footer-name) { color: var(--muted); font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 13px 24px; font-size: .87rem; font-weight: 600; }
.footer-links a:hover { color: var(--blue); }
.footer-small { grid-column: 1 / -1; margin: 5px 0 0; }

.analytics-panel { position: fixed; z-index: 60; bottom: 16px; left: 50%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 24px; width: min(calc(100% - 32px), 860px); max-height: min(80vh, 680px); overflow-y: auto; padding: 24px; transform: translateX(-50%); border: 1px solid #bfcbd0; border-radius: 16px; background: var(--white); box-shadow: 0 16px 48px #17263a33; }
.analytics-panel[hidden] { display: none; }
.analytics-panel-kicker { margin-bottom: 8px; color: var(--blue); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.analytics-panel h2 { margin-bottom: 9px; font-size: 1.55rem; }
.analytics-panel-copy > p:not(.analytics-panel-kicker) { margin-bottom: 8px; color: var(--muted); font-size: .91rem; line-height: 1.48; }
.analytics-panel-copy > a { color: var(--blue); font-size: .86rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.analytics-form { display: grid; gap: 8px; }
.analytics-option { display: flex; align-items: flex-start; gap: 11px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: #f7f8f5; cursor: pointer; }
.analytics-option input { flex: none; width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--blue); }
.analytics-option span { display: grid; gap: 1px; }
.analytics-option strong { font-size: .88rem; line-height: 1.35; }
.analytics-option small { color: var(--muted); font-size: .77rem; line-height: 1.4; }
.analytics-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 13px; padding-top: 3px; }
.analytics-actions button { min-height: 39px; padding: 8px 12px; border-radius: 7px; font-size: .79rem; font-weight: 700; line-height: 1.2; }
.analytics-save { border: 1px solid var(--blue); background: var(--blue); color: white; }
.analytics-save:hover { background: var(--blue-deep); }
.analytics-reject { border: 1px solid #9eabad; background: transparent; color: var(--ink); }
.analytics-reject:hover { background: #e9eeeb; }
.analytics-dismiss { border: 0; background: transparent; color: var(--muted); }
.analytics-dismiss:hover { color: var(--blue); text-decoration: underline; }
.analytics-error { grid-column: 1 / -1; margin: 0; color: #9b3028; font-size: .82rem; }

.article { padding-block: clamp(65px, 8vw, 110px) 80px; }
.article-header { margin-bottom: 42px; }
.article-header h1 { margin: 14px 0 21px; font-size: clamp(2.7rem, 6vw, 5.4rem); font-weight: 600; line-height: 1.03; }
.article-deck { color: var(--muted); font-size: clamp(1.14rem, 2vw, 1.42rem); line-height: 1.48; }
.article-meta { display: flex; gap: 10px; color: var(--muted); font-size: .83rem; }
.article-image { margin-bottom: 55px; }
.article-image img { display: block; width: 100%; max-height: 590px; border-radius: 14px; object-fit: cover; }
.article-image figcaption { padding-top: 8px; color: var(--muted); font-size: .82rem; text-align: center; }
.article-wide .wrap-narrow { width: min(calc(100% - 48px), 940px); }
.gh-content { font-size: 1.08rem; line-height: 1.8; overflow-wrap: break-word; }
.gh-content > * { margin-bottom: 1.35em; }
.gh-content h2, .gh-content h3, .gh-content h4 { margin-top: 1.7em; margin-bottom: .55em; font-weight: 600; line-height: 1.2; scroll-margin-top: 22px; }
.gh-content h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); }
.gh-content h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
.gh-content h4 { font-size: 1.22rem; }
.gh-content p, .gh-content li { overflow-wrap: break-word; }
.gh-content a { color: var(--blue); text-decoration: underline; text-decoration-color: #8fa3be; text-underline-offset: 3px; }
.gh-content a:hover { text-decoration-color: currentColor; }
.gh-content ul, .gh-content ol { padding-left: 1.45em; }
.gh-content li { padding-left: .12em; margin-bottom: .4em; }
.gh-content blockquote { margin: 1.7em 0; padding: 3px 0 3px 24px; border-left: 3px solid var(--copper); color: #37474b; font-size: 1.25rem; line-height: 1.55; }
.gh-content img { display: block; max-width: 100%; height: auto; margin-inline: auto; }
.gh-content figure { margin-inline: 0; }
.gh-content figure img { border-radius: 8px; }
.gh-content figcaption { margin-top: 7px; color: var(--muted); font-size: .82rem; text-align: center; }
.gh-content pre { max-width: 100%; padding: 20px; overflow-x: auto; border-radius: 10px; background: #1c292c; color: #f4f7f5; font-size: .84rem; line-height: 1.5; }
.gh-content :not(pre) > code { padding: .08em .3em; border-radius: 4px; background: #e7eae6; font-size: .87em; }
.gh-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: .93rem; }
.gh-content th, .gh-content td { padding: 9px 13px; border: 1px solid var(--line); text-align: left; }
.gh-content th { background: #e9eeeb; }
.gh-content iframe { display: block; max-width: 100%; margin-inline: auto; }
.gh-content .kg-width-wide { width: min(100%, 1020px); max-width: 1020px; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-image-card img { max-width: 100%; }
.gh-content .kg-gallery-container { display: flex; flex-direction: column; gap: 6px; }
.gh-content .kg-gallery-row { display: flex; gap: 6px; }
.gh-content .kg-gallery-image { flex: 1; }
.gh-content .kg-gallery-image img { width: 100%; height: 100%; object-fit: cover; }
.gh-content .kg-bookmark-card a { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); text-decoration: none; }
.gh-content .kg-bookmark-content { flex: 1; min-width: 0; padding: 20px; }
.gh-content .kg-bookmark-title { font-weight: 700; }
.gh-content .kg-bookmark-description { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .9rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gh-content .kg-bookmark-thumbnail { flex: 0 0 28%; }
.gh-content .kg-bookmark-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.gh-content .kg-callout-card { display: flex; gap: 16px; padding: 22px; border-radius: 12px; background: #e7ece9; }
.gh-content .kg-button-card a { display: inline-flex; padding: 11px 20px; border-radius: 8px; background: var(--blue); color: white; text-decoration: none; }
.gh-content .kg-embed-card { overflow: hidden; }
.gh-content audio { max-width: 100%; }
.article-end { display: flex; flex-direction: column; gap: 22px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-end p { margin: 0; font-size: 1.05rem; }
.article-end p a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.article-tags a { padding: 5px 10px; border-radius: 5px; background: #e9eeeb; color: var(--blue); font-size: .8rem; font-weight: 600; }
.article-toc { margin-bottom: 45px; padding: 19px 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.article-toc[hidden] { display: none; }
.article-toc p { margin-bottom: 7px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-toc ol { display: flex; flex-wrap: wrap; gap: 5px 22px; margin: 0; padding-left: 1.1em; color: var(--blue); font-size: .9rem; }
.article-toc .toc-subheading { margin-left: 15px; }
.article-toc a { text-decoration: underline; text-underline-offset: 3px; }

.archive-header { padding-block: clamp(65px, 8vw, 115px) 35px; }
.archive-header h1 { margin: 10px 0 16px; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 600; }
.archive-header > p:not(.eyebrow) { color: var(--muted); font-size: 1.2rem; }
.archive-list { padding-bottom: 90px; }
.archive-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-bottom: 90px; }
.archive-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.archive-card h2 { margin: 10px 0 12px; font-size: 1.7rem; font-weight: 600; }
.archive-card h2 a:hover { color: var(--blue); }
.archive-card p:not(.eyebrow) { color: var(--muted); font-size: .92rem; }
.archive-card .story-link { font-size: .85rem; }
.author-avatar { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; }
.podcast-page-header { padding-block: clamp(65px, 8vw, 105px) 35px; }
.podcast-page-header h1 { margin: 12px 0 25px; font-size: clamp(2.9rem, 6vw, 5.4rem); font-weight: 600; }
.podcast-page-intro .spc-des { font-size: 1.2rem; }
.podcast-page-intro .spc-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 18px; }
.podcast-page-intro .spc-buttons .button { display: inline-flex; min-height: 47px; gap: 8px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--blue); font-size: .86rem; text-decoration: none; }
.podcast-page-intro .spc-buttons img { display: inline-block; width: 22px; height: 22px; object-fit: contain; }
.podcast-invitation { margin-bottom: 80px; padding: 24px 28px; border-left: 3px solid var(--copper); background: var(--white); }
.podcast-invitation p { margin-bottom: 8px; }
.podcast-episodes { padding-bottom: 90px; }
.episode-card { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 25px; padding: 24px 0; border-top: 1px solid var(--line); }
.episode-image img { width: 170px; aspect-ratio: 1; border-radius: 9px; object-fit: cover; }
.episode-card h2 { margin: 8px 0 10px; font-size: 1.7rem; font-weight: 600; }
.episode-card h2 a:hover { color: var(--blue); }
.episode-card p:not(.eyebrow) { max-width: 730px; margin-bottom: 12px; color: var(--muted); }
.error-page { min-height: 55vh; padding-block: 100px; }
.error-page h1 { margin: 10px 0 15px; font-size: clamp(2.7rem, 6vw, 5rem); }
.error-page > p:not(.eyebrow) { color: var(--muted); }

.sm-form { display: grid; gap: 10px; max-width: 600px; }
.sm-form__label { font-size: .9rem; font-weight: 600; }
.sm-form__input { width: 100%; min-height: 48px; margin-bottom: 12px; padding: 12px 14px; border: 1px solid #a8b4b5; border-radius: 8px; background: var(--white); color: var(--ink); }
.sm-form textarea { min-height: 170px; resize: vertical; }
.sm-button--color { justify-self: start; padding: 12px 24px; border: 0; border-radius: 8px; background: var(--blue); color: white; font-weight: 700; }
.sm-button--color:hover { background: var(--blue-deep); }

@media (max-width: 950px) {
    .site-nav { gap: 14px; }
    .writing-guide-grid { grid-template-columns: 1fr; }
    .home-hero { grid-template-columns: minmax(0, 1fr) 260px; }
    .editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lead-story { display: flex; flex-direction: column; }
    .lead-story-media img { height: auto; }
    .podcast-tile { grid-column: 1 / -1; }
    .selected-work-heading { align-items: start; flex-direction: column; gap: 10px; }
    .topic-shelf { grid-template-columns: 1fr; gap: 15px; }
    .topic-all { justify-self: start; }
}
@media (max-width: 720px) {
    .analytics-panel { grid-template-columns: 1fr; gap: 14px; width: min(calc(100% - 24px), 520px); max-height: 75vh; padding: 17px; }
    .analytics-panel h2 { font-size: 1.34rem; }
    .header-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 13px 20px; padding-block: 15px; }
    .site-name { grid-column: 1; grid-row: 1; }
    .nav-contact { grid-column: 2; grid-row: 1; }
    .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; gap: 10px 16px; margin-left: 0; }
    .home-hero { grid-template-columns: minmax(0, 1fr) 126px; column-gap:16px; padding-block: 42px 46px; }
    .home-hero > :not(.hero-portrait) { grid-column: 1 / -1; }
    .hero-eyebrow { grid-row: 1; margin-bottom: 16px; }
    .home-hero > h1#home-title { grid-column: 1; grid-row: 2; align-self: center; min-width: 0; margin-bottom: 0; font-size: clamp(2.4rem, 9vw, 3.15rem); }
    .hero-portrait { grid-column: 2; grid-row: 2; align-self: center; justify-self: end; width: 126px; }
    .hero-intro { grid-row: 3; margin-top: 18px; font-size: 1.2rem; }
    .hero-support { grid-row: 4; }
    .hero-actions { grid-row: 5; }
    .editorial-heading { align-items: start; flex-direction: column; gap: 10px; }
    .editorial-grid { grid-template-columns: 1fr; }
    .lead-story { grid-column: auto; }
    .podcast-tile { grid-column: auto; }
    .post-list { grid-template-columns: 1fr; }
    .topic-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-band-inner { align-items: start; flex-direction: column; gap: 24px; }
    .archive-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 460px) {
    .wrap, .wrap-narrow, .wrap-media, .article-wide .wrap-narrow { width: min(calc(100% - 32px), var(--wide)); }
    .site-name { font-size: 1.22rem; }
    .site-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; font-size: .82rem; }
    .site-nav a { min-width: 0; text-align: center; }
    .nav-contact { gap: 5px; padding: 8px 10px; font-size: .82rem; }
    .home-hero { grid-template-columns: minmax(0, 1fr) 102px; column-gap: 12px; padding-block: 27px 32px; }
    .home-hero > h1#home-title { font-size: clamp(1.85rem, 8.5vw, 2.6rem); }
    .hero-portrait { width: 102px; }
    .hero-intro { margin-top: 12px; font-size: 1.13rem; }
    .hero-support { margin-bottom: 18px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
    .editorial-section { padding-block: 34px 58px; }
    .lead-story-copy { padding: 23px; }
    .lead-story h3 { font-size: 1.7rem; }
    .podcast-tile { padding: 26px; }
    .post-card { padding: 16px; }
    .topic-links a { min-height: 60px; padding: 11px; font-size: .81rem; }
    .article-header h1 { font-size: 2.7rem; }
    .gh-content { font-size: 1.02rem; }
    .gh-content .kg-bookmark-thumbnail { display: none; }
    .archive-card-grid { grid-template-columns: 1fr; }
    .episode-card { grid-template-columns: 1fr; }
    .episode-image img { width: 100%; max-height: 250px; aspect-ratio: 16 / 9; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-small { grid-column: 1; }
}
@media (max-width: 360px) {
    .home-hero { grid-template-columns: minmax(0, 1fr) 90px; }
    .hero-portrait { width: 90px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .button, .post-card-media img { transition: none; }
}
