/* Kiên Live: editorial layout and core block refinements */
:root { --kien-ink:#161a24; --kien-muted:#626979; --kien-line:#dce0e7; --kien-cobalt:#2455d6; --kien-paper:#fff; --kien-ivory:#f7f6f1; --kien-font-sans:Inter, "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --kien-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-wrap: break-word; font-family: var(--kien-font-sans); font-optical-sizing: auto; }
h1, h2, h3, h4, h5, h6, button, input, textarea, select { font-family: var(--kien-font-sans); }
a { text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--kien-cobalt); text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--kien-cobalt); outline-offset: 3px; }
.wp-site-blocks { min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }
.home-main { margin-top: 0 !important; }

.site-header { position: relative; z-index: 20; background: rgba(247,246,241,.94); border-bottom: 1px solid var(--kien-line); }
.site-header__inner { min-height: 76px; gap: 1.25rem; }
.site-brand { gap: .7rem; min-width: max-content; }
.site-brand .wp-block-site-title { margin: 0; font-size: 1.06rem; font-weight: 760; letter-spacing: -.04em; }
.site-brand .wp-block-site-title a { color: var(--kien-ink); text-decoration: none; }
.site-tagline { color: var(--kien-muted); margin: 0; padding-left: .7rem; border-left: 1px solid var(--kien-line); white-space: nowrap; }
.site-navigation { margin-left: auto; }
.site-navigation .wp-block-navigation-item__content { color: var(--kien-ink); font-size: .88rem; font-weight: 600; text-decoration: none; }
.site-navigation .wp-block-navigation-item__content:hover { color: var(--kien-cobalt); }
.header-search { width: 2.25rem; min-width: 2.25rem; }
.header-search .wp-block-search__inside-wrapper { border: 0; }
.header-search .wp-block-search__input { display: none; }
.header-search .wp-block-search__button { margin: 0; padding: .4rem; color: var(--kien-ink); background: transparent; border: 0; }

.home-hero { padding: clamp(4rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem); }
.home-hero > * { max-width: 900px; }
.eyebrow { margin: 0; color: var(--kien-cobalt); font-size: .72rem !important; font-weight: 700; letter-spacing: .1em; line-height: 1.4; }
.home-hero h1 { margin: .65rem 0 1.25rem; max-width: 900px; }
.hero-copy { max-width: 670px; color: var(--kien-muted); line-height: 1.5; }
.home-hero .wp-block-buttons { margin-top: 2rem; }
.home-profile { gap: clamp(1.5rem, 4vw, 4rem); max-width: 920px; margin-bottom: clamp(4rem, 8vw, 7rem); padding: 1.25rem; background: var(--kien-paper); border: 1px solid var(--kien-line); border-radius: 10px; }
.home-profile__portrait { width: min(190px, 42vw); flex: 0 0 min(190px, 42vw); margin: 0; }
.home-profile__portrait img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 7px; }
.home-profile__copy { max-width: 550px; }
.home-profile__copy h2 { margin: .5rem 0 .75rem; }
.home-profile__copy p:not(.eyebrow) { color: var(--kien-muted); }
.wp-block-button__link { transition: transform .16s ease, background-color .16s ease, color .16s ease; text-decoration: none; }
.wp-block-button__link:hover { color: var(--kien-paper); background: #163a9b; transform: translateY(-1px); }
.is-style-outline .wp-block-button__link:hover { color: var(--kien-paper); background: var(--kien-cobalt); }

.editorial-section { padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--kien-line); }
.section-heading { gap: 2rem; margin-bottom: 2.4rem; }
.section-heading .eyebrow { margin-bottom: .55rem; }
.section-heading h2 { margin: 0; }
.section-link { margin: 0; white-space: nowrap; font-size: .9rem; font-weight: 650; }
.post-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.2rem; margin: 0; }
.post-card { height: 100%; padding: 0 0 1.2rem; background: var(--kien-paper); border: 1px solid var(--kien-line); border-radius: 9px; overflow: hidden; }
.post-card > *:not(.wp-block-post-featured-image) { margin-right: 1.25rem; margin-left: 1.25rem; }
.post-card .wp-block-post-featured-image { overflow: hidden; margin: 0 0 1.2rem; }
.post-card .wp-block-post-featured-image img { display: block; width: 100%; transition: transform .35s ease; }
.post-card:hover .wp-block-post-featured-image img { transform: scale(1.035); }
.post-card__terms { margin-top: 0; color: var(--kien-cobalt); font-weight: 700; letter-spacing: .025em; }
.post-card__terms a { text-decoration: none; }
.post-card .wp-block-post-title { margin-top: .6rem; margin-bottom: .6rem; font-size: clamp(1.2rem, 1.7vw, 1.55rem); }
.post-card .wp-block-post-title a { color: var(--kien-ink); text-decoration: none; }
.post-card .wp-block-post-title a:hover { color: var(--kien-cobalt); }
.post-card .wp-block-post-excerpt { color: var(--kien-muted); line-height: 1.58; }
.post-card .wp-block-post-date { color: var(--kien-muted); font-family: ui-monospace, monospace; }
.wp-block-query-pagination { margin-top: 3rem; gap: .8rem; }
.wp-block-query-pagination a, .wp-block-query-pagination span { padding: .45rem .7rem; border: 1px solid var(--kien-line); border-radius: 999px; text-decoration: none; }

.focus-band { margin-top: 0; padding: clamp(3rem, 7vw, 6rem); border-radius: 10px; overflow: hidden; }
.focus-band .eyebrow { color: #b8caff; }
.focus-band h3 { margin: .7rem 0; }
.focus-band p:not(.eyebrow) { color: #d7dcea; }
.focus-band__items { margin-top: 2rem; gap: 1.25rem; }
.focus-band__items > .wp-block-column { padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.23); }
.offerings { border-top: 0; }
.offerings__grid { gap: 1.2rem; }
.offer-card { height: 100%; min-height: 310px; padding: clamp(1.6rem, 4vw, 3rem); border-radius: 9px; }
.offer-card h3 { margin: .6rem 0 1rem; }
.offer-card > p:last-child { margin-top: 2rem; font-weight: 700; }
.contact-banner { margin-bottom: clamp(4rem, 8vw, 7rem); padding: clamp(2.5rem, 6vw, 5rem); border-radius: 10px; }
.contact-banner .eyebrow { color: #c8d6ff; }
.contact-banner h2 { max-width: 750px; margin: .6rem 0 1rem; }
.contact-banner p:not(.eyebrow) { max-width: 650px; color: #e5ebff; }
.contact-banner .is-style-outline .wp-block-button__link { color: var(--kien-paper); border-color: var(--kien-paper); }
.contact-banner .is-style-outline .wp-block-button__link:hover { color: var(--kien-cobalt); background: var(--kien-paper); }

.archive-main, .page-main { padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: clamp(5rem, 9vw, 8rem); }
.archive-main .post-grid { margin-top: 2.5rem; }
.page-intro { padding-bottom: 2.5rem; border-bottom: 1px solid var(--kien-line); }
.page-intro h1 { max-width: 850px; margin: .55rem 0 0; }
.page-intro .wp-block-post-excerpt { max-width: 700px; color: var(--kien-muted); }
.about-banner { margin-top: 2.5rem; margin-bottom: clamp(3rem, 7vw, 6rem); overflow: hidden; border-radius: 10px; }
.about-banner img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.ecosystem { margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--kien-line); }
.ecosystem > .eyebrow { margin-bottom: .5rem; }
.ecosystem h2 { margin-top: 0; }
.ecosystem__logos { gap: 1.2rem; margin-top: 2rem; }
.ecosystem > p:not(.eyebrow) { max-width: 760px; color: var(--kien-muted); }
.ecosystem__logos > .wp-block-column { display: flex; }
.ecosystem__logos .brand-card { width: 100%; }
.brand-card--solution { background: #fff; }
.brand-card { height: 100%; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--kien-paper); border: 1px solid var(--kien-line); border-radius: 9px; }
.brand-card__logo { display: flex; align-items: center; height: 86px; margin: 0 0 1.5rem; }
.brand-card__logo img { width: 100%; max-width: 280px; max-height: 86px; object-fit: contain; object-position: left center; }
.brand-card__logo--trandao img { max-width: 320px; }
.brand-card p { margin-bottom: 0; color: var(--kien-muted); }
.page-header, .article-header { margin: 0 auto; max-width: 720px; padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: 2.5rem; }
.page-header h1, .article-header h1 { margin: .55rem 0 0; }
.article-header .wp-block-post-excerpt { color: var(--kien-muted); line-height: 1.5; }
.article-meta { gap: .6rem 1rem; color: var(--kien-muted); }
.article-meta > * + *::before { color: var(--kien-line); content: "•"; margin-right: 1rem; }
.single-main > .wp-block-post-featured-image { margin-bottom: 3rem; overflow: hidden; border-radius: 9px; }
.single-main > .wp-block-post-content { font-size: 1.08rem; line-height: 1.8; }
.single-main > .wp-block-post-content > :is(h2,h3,h4) { margin-top: 2.4em; }
.single-main > .wp-block-post-content > h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.single-main > .wp-block-post-content > :is(ul,ol) { padding-left: 1.25rem; }
.single-main > .wp-block-post-content > figure { margin-top: 2.2rem; margin-bottom: 2.2rem; }
.article-footer { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--kien-line); color: var(--kien-muted); }
.related-posts { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--kien-line); }

.review-disclosure, .callout-note { margin: 2rem 0; padding: 1.15rem 1.25rem; border-radius: 8px; }
.review-scorecard, .workflow-map { gap: 0; margin: 2rem 0; border: 1px solid var(--kien-line); border-radius: 9px; overflow: hidden; }
.review-scorecard > .wp-block-column, .workflow-map > .wp-block-column { padding: 1.25rem; }
.review-scorecard > .wp-block-column + .wp-block-column, .workflow-map > .wp-block-column + .wp-block-column { border-left: 1px solid var(--kien-line); }
.review-scorecard h3 { color: var(--kien-cobalt); letter-spacing: .08em; }
.step-card { margin: 1.25rem 0; padding: 1.35rem; border: 1px solid var(--kien-line); border-radius: 9px; }
.step-card h3 { margin: .45rem 0; }
.catalog-card { margin: 1.25rem 0; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--kien-line); border-radius: 9px; background: var(--kien-ivory); }
.catalog-card h3 { margin: .6rem 0; }
.catalog-card .wp-block-buttons { margin-top: 1.5rem; }

.not-found { display: grid; min-height: 65vh; place-items: center; padding: 5rem 0; }
.not-found__card { max-width: 680px; padding: clamp(2rem, 6vw, 5rem); background: var(--kien-paper); border: 1px solid var(--kien-line); border-radius: 10px; }
.not-found__card h1 { margin: .5rem 0 1rem; }
.not-found__card > .wp-block-search { max-width: 460px; margin-top: 2rem; }

.site-footer { margin-top: auto; padding-top: 4rem; padding-bottom: 2rem; color: var(--kien-paper); background: var(--kien-ink); }
.site-footer__grid { gap: 3rem; }
.site-footer__intro { max-width: 410px; }
.site-footer .wp-block-site-title { margin: 0; font-weight: 700; }
.site-footer .wp-block-site-title a { color: var(--kien-paper); text-decoration: none; }
.site-footer p { color: #bbc3d4; }
.site-footer__links { max-width: 280px; }
.site-footer__links h3 { letter-spacing: .08em; text-transform: uppercase; }
.site-footer__bottom { gap: 1rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.2); }
.site-footer__bottom p { margin: 0; }

@media (max-width: 840px) {
  .site-header__inner { min-height: 68px; }
  .site-tagline, .header-search { display: none; }
  .site-navigation { margin-left: auto; }
  .post-grid .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .focus-band, .contact-banner { border-radius: 0; margin-right: calc(var(--wp--preset--spacing--40) * -1); margin-left: calc(var(--wp--preset--spacing--40) * -1); }
}
@media (max-width: 600px) {
  .site-header__inner { gap: .7rem; }
  .site-navigation .wp-block-navigation__responsive-container-open { padding: .35rem; }
  .post-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-link { margin-top: 1rem; }
  .focus-band__items, .offerings__grid { gap: 1rem; }
  .home-profile { align-items: flex-start; }
  .home-profile__portrait { width: 112px; flex-basis: 112px; }
  .review-scorecard, .workflow-map { display: block; }
  .review-scorecard > .wp-block-column + .wp-block-column, .workflow-map > .wp-block-column + .wp-block-column { border-top: 1px solid var(--kien-line); border-left: 0; }
  .article-meta > * + *::before { margin-right: .6rem; }
}

/* Builder's Digital Lab redesign */
body { background: #f7f7f4; color: #111111; }
.site-header { background: rgba(247,247,244,.96); border-bottom: 1px solid #e5e5e0; }
.site-header__inner { min-height: 78px; gap: 1rem; }
.site-brand .wp-block-site-title { letter-spacing: -.055em; text-transform: uppercase; }
.site-brand__name { color: #111; font-size: 1.06rem; font-weight: 760; letter-spacing: -.055em; text-decoration: none; text-transform: uppercase; }
.site-brand__name:hover { color: var(--kien-cobalt); }
.site-brand__mark { display: block; flex: 0 0 2.35rem; width: 2.35rem; height: 2.35rem; overflow: hidden; border: 1px solid #111; border-radius: 50%; background: #111; transition: border-color .2s ease, transform .2s ease; }
.site-brand__mark:hover { border-color: var(--kien-cobalt); transform: translateY(-2px); }
.site-brand__mark img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transform: scale(1.2); transform-origin: 50% 28%; }
.site-tagline { border-color: #e5e5e0; font-size: .7rem !important; letter-spacing: .05em; text-transform: uppercase; }
.site-navigation .wp-block-navigation-item__content { font-size: .78rem; letter-spacing: .03em; text-transform: uppercase; }
.header-cta { margin-left: .35rem; }
.header-cta .wp-block-button__link { padding: .6rem .8rem; border-radius: 3px; font-size: .72rem; letter-spacing: .02em; text-transform: uppercase; }
.search-trigger { display: inline-flex; align-items: center; gap: .25rem; min-width: 2.8rem; padding: .35rem .45rem; border: 1px solid #d6d9df; border-radius: 3px; color: #111; background: transparent; cursor: pointer; font: inherit; }
.search-trigger:hover { border-color: var(--kien-cobalt); color: var(--kien-cobalt); }
.search-trigger span:first-child { font-size: 1.15rem; line-height: 1; }
.search-trigger__hint { color: #626979; font-family: ui-monospace, monospace; font-size: .62rem; }

.lab-hero { min-height: 680px; padding: clamp(4rem, 9vw, 8rem) 0 clamp(5rem, 10vw, 9rem); gap: clamp(2rem, 7vw, 8rem); }
.lab-hero__copy { flex: 1 1 48%; min-width: min(100%, 470px); }
.lab-kicker, .section-label, .tool-status, .course-format { color: #2457ff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem !important; font-weight: 700; letter-spacing: .11em; line-height: 1.4; }
.lab-hero h1 { max-width: 620px; margin: .6rem 0 1.5rem; color: #111; font-size: clamp(3.6rem, 8.4vw, 7rem); line-height: .9; letter-spacing: -.075em; }
.lab-hero__lede { max-width: 560px; color: #666; line-height: 1.52; }
.lab-hero__actions { margin-top: 2.1rem; }
.lab-hero__actions .wp-block-button__link { border-radius: 3px; }
.lab-hero__visual { position: relative; flex: 1 1 36%; min-width: min(100%, 330px); max-width: 460px; min-height: 470px; background: #111; overflow: hidden; }
.lab-hero__visual::before { position: absolute; z-index: 1; inset: 1.35rem; border: 1px solid rgba(255,255,255,.34); content: ""; pointer-events: none; }
.lab-hero__visual::after { position: absolute; z-index: 1; top: 50%; right: 1.35rem; left: 1.35rem; border-top: 1px solid rgba(255,255,255,.2); content: ""; }
.lab-hero__portrait { position: absolute; inset: 0; margin: 0; opacity: .88; }
.lab-hero__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: grayscale(.15) contrast(1.08); }
.lab-hero__index { position: absolute; z-index: 2; right: 2.1rem; bottom: 2.1rem; left: 2.1rem; padding: .85rem; color: #fff; background: rgba(17,17,17,.75); }
.lab-index__label { margin: 0 0 .7rem; color: #aabfff; font-size: .62rem !important; letter-spacing: .12em; }
.lab-index__line { display: flex; justify-content: space-between; gap: .75rem; margin: .3rem 0 0; color: #fff; font-size: .63rem !important; }
.lab-index__line span { color: #999; }
.lab-section { padding: clamp(4.5rem, 7vw, 7rem) 0; border-top: 1px solid #e5e5e0; }
.section-heading { gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2, .systems-band h2, .notes-band h2, .about-strip h2, .keep-exploring h2 { margin: .4rem 0 0; color: #111; letter-spacing: -.05em; }
.section-link { color: #111; font-size: .84rem; font-weight: 700; }
.section-link a, .row-arrow { text-decoration: none; }
.section-link a:hover, .row-arrow:hover { text-decoration: underline; text-underline-offset: .2em; }
.project-list, .article-list, .tool-list, .log-list, .course-list { border-top: 1px solid #111; }
.project-row, .article-row, .tool-row, .log-row, .course-row { gap: 1.5rem; min-height: 132px; padding: 1.35rem 0; border-bottom: 1px solid #e5e5e0; }
.project-row__main, .article-row__main, .tool-row > div:first-child, .log-row__main, .course-row > div:first-child { flex: 1 1 58%; }
.project-row .wp-block-post-title, .article-row .wp-block-post-title, .tool-row .wp-block-post-title, .log-row .wp-block-post-title, .course-row .wp-block-post-title { margin: .35rem 0; }
.project-row .wp-block-post-title a, .article-row .wp-block-post-title a, .tool-row .wp-block-post-title a, .log-row .wp-block-post-title a, .course-row .wp-block-post-title a { color: #111; text-decoration: none; }
.project-row .wp-block-post-title a:hover, .article-row .wp-block-post-title a:hover, .tool-row .wp-block-post-title a:hover, .log-row .wp-block-post-title a:hover, .course-row .wp-block-post-title a:hover { color: var(--kien-cobalt); }
.project-row .wp-block-post-excerpt, .article-row .wp-block-post-excerpt, .tool-row .wp-block-post-excerpt, .log-row .wp-block-post-excerpt, .course-row .wp-block-post-excerpt { max-width: 620px; margin: 0; color: #666; line-height: 1.5; }
.project-row__meta, .article-row__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .7rem 1rem; min-width: 220px; color: #666; font-family: ui-monospace, monospace; font-size: .68rem; text-transform: uppercase; }
.catalog-row { gap: 1.5rem; min-height: 132px; padding: 1.35rem 0; border-top: 1px solid #e5e5e0; }
.catalog-row:first-child { border-top-color: #111; }
.project-row__meta .wp-block-post-terms, .project-row__meta .wp-block-post-terms a { color: #2457ff; text-decoration: none; }
.article-row__meta { flex-direction: column; align-items: flex-end; min-width: 90px; }
.article-row__meta .wp-block-post-date { color: #666; }
.tool-status, .course-format { margin: 0; color: #2457ff; }
.row-arrow { flex: 0 0 auto; color: #111; font-size: .78rem; font-weight: 700; }
.empty-query { padding: 1.5rem 0; color: #666; }
.empty-query p { margin: 0 0 .45rem; }
.empty-query a { font-weight: 700; }
.systems-band { gap: 2rem; margin-top: 0; padding: clamp(3rem, 6vw, 5rem) 0; border-top: 1px solid #111; border-bottom: 1px solid #111; }
.systems-band > div { max-width: 640px; }
.systems-band p:not(.section-label), .notes-band p:not(.section-label) { max-width: 560px; color: #666; }
.notes-band { gap: 2rem; margin-top: clamp(4.5rem, 7vw, 7rem); padding: clamp(3rem, 5vw, 4.5rem); background: #111; color: #fff; }
.notes-band h2 { max-width: 660px; color: #fff; }
.notes-band .section-label { color: #aabfff; }
.notes-band p:not(.section-label) { color: #d3d3d0; }
.notes-band .section-link a { display: inline-flex; align-items: center; min-height: 2.8rem; padding: .7rem 1rem; color: #fff; border: 1px solid rgba(255,255,255,.58); text-decoration: none; white-space: nowrap; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.notes-band .section-link a:hover { color: #111; background: #fff; border-color: #fff; }
.about-strip { gap: clamp(2rem, 6vw, 5rem); margin-top: clamp(4.5rem, 7vw, 7rem); padding: 0 0 clamp(4.5rem, 7vw, 7rem); border-bottom: 1px solid #e5e5e0; }
.about-strip__portrait { flex: 0 0 160px; width: 160px; margin: 0; }
.about-strip__portrait img { display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.about-strip__copy { max-width: 640px; }
.about-strip__copy > p:not(.section-label):not(.section-link) { color: #666; font-size: 1.1rem; }
.keep-exploring { padding: clamp(4.5rem, 7vw, 7rem) 0; }
.explore-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; border-top: 1px solid #111; }
.explore-links a { position: relative; display: flex; flex-direction: column; gap: .25rem; min-height: 150px; padding: 1.25rem 1rem 1.25rem 0; border-bottom: 1px solid #e5e5e0; color: #111; text-decoration: none; }
.explore-links a + a { padding-left: 1.25rem; border-left: 1px solid #e5e5e0; }
.explore-links span { font-size: 1.4rem; font-weight: 700; letter-spacing: -.03em; }
.explore-links small { color: #666; }
.explore-links b { position: absolute; right: 1rem; bottom: 1.25rem; font-size: 1.25rem; font-weight: 400; transition: transform .16s ease; }
.explore-links a:hover b { transform: translateX(4px); }

.kien-search { width: min(680px, calc(100% - 2rem)); padding: 0; border: 0; background: transparent; }
.kien-search::backdrop { background: rgba(17,17,17,.48); }
.kien-search__panel { padding: 1.2rem; background: #f7f7f4; border: 1px solid #111; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.kien-search__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.kien-search__header p { margin: 0; color: #111; font: 700 .72rem/1.4 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.kien-search__close { padding: .35rem .5rem; border: 1px solid #d6d9df; border-radius: 3px; color: #666; background: transparent; cursor: pointer; font: .75rem ui-monospace, monospace; }
.kien-search__form { display: flex; gap: .5rem; }
.kien-search__form input { flex: 1; min-width: 0; padding: .85rem; border: 1px solid #111; border-radius: 3px; color: #111; background: #fff; font: inherit; }
.kien-search__form button { padding: .85rem 1rem; border: 1px solid #111; border-radius: 3px; color: #fff; background: #111; cursor: pointer; font-family: inherit; font-size: .8rem; font-weight: 700; }
.kien-search__hint { margin: .8rem 0 0; color: #666; font-size: .8rem; }
.article-toc { margin: 2rem 0 3rem; padding: 1rem 1.2rem; border-top: 1px solid #111; border-bottom: 1px solid #e5e5e0; }
.article-toc p { margin: 0 0 .55rem; font: 700 .72rem ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.article-toc ol { margin: 0; padding-left: 1.1rem; }
.article-toc li { margin: .25rem 0; font-size: .9rem; }
.article-toc .toc-level-3 { padding-left: 1rem; list-style-type: circle; }
.reading-progress { position: fixed; z-index: 30; top: 0; left: 0; width: var(--reading-progress, 0%); height: 3px; background: #2457ff; }
.article-reading-shell { max-width: 740px; }
.article-reading-shell > .wp-block-post-content { font-size: 1.08rem; line-height: 1.82; }
.article-reading-shell > .wp-block-post-content > :is(h2,h3,h4) { scroll-margin-top: 5rem; }
.article-updated { margin-top: .8rem; color: #666; font-size: .78rem; }
.related-strip { gap: 2rem; margin-top: clamp(4rem, 8vw, 7rem); padding: 2.5rem 0; border-top: 1px solid #111; border-bottom: 1px solid #e5e5e0; }
.related-strip h2 { margin: .4rem 0 0; }
.related-strip__links { display: flex; flex-direction: column; gap: .55rem; min-width: 230px; }
.related-strip__links a { color: #111; font-weight: 700; text-decoration: none; }
.related-strip__links a:hover { color: #2457ff; }
.article-notes { margin-top: 0; }

/* Article ending: one clear, useful next action. */
.article-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4.25rem);
  color: #fff;
  background: #111;
  border-top: 3px solid var(--kien-cobalt);
}
.article-cta > * { margin: 0 !important; }
.article-cta .section-label { margin: 0 0 .65rem; color: #aabfff; }
.article-cta h2 { margin: .2rem 0 .75rem; color: #fff; letter-spacing: -.04em; }
.article-cta p:not(.section-label) { max-width: 570px; margin: 0; color: #d3d3d0; line-height: 1.6; }
.article-cta .section-link a { display: inline-flex; align-items: center; min-height: 2.8rem; padding: .7rem 1rem; color: #fff; border: 1px solid rgba(255,255,255,.58); text-decoration: none; white-space: nowrap; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.article-cta .section-link a:hover { color: #111; background: #fff; border-color: #fff; }

/* News hub and taxonomy archives. */
.news-archive .page-intro h1 { max-width: 860px; margin: .55rem 0 .75rem; }
.news-archive__intro > p:last-child { max-width: 680px; margin: 0; color: #666; font-size: 1.08rem; line-height: 1.6; }
.news-filter-bar { margin-top: clamp(2rem, 4vw, 3.25rem); padding: 1rem 0 1.25rem; border-bottom: 1px solid #111; }
.news-filter-bar__head { gap: 1rem; margin-bottom: .9rem; }
.news-filter-bar__head > * { margin: 0; }
.news-filter-bar__categories .wp-block-categories-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.news-filter-bar__categories.wp-block-categories-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.news-filter-bar__categories .cat-item { margin: 0; }
.news-filter-bar__categories a { display: inline-flex; align-items: center; min-height: 2rem; padding: .35rem .75rem; color: #111; background: #fff; border: 1px solid #dfe2e8; border-radius: 999px; font-size: .8rem; text-decoration: none; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.news-filter-bar__categories .current-cat a { color: #fff; background: var(--kien-cobalt); border-color: var(--kien-cobalt); }
.news-filter-bar__categories a:hover { color: #2457ff; background: #f0f3ff; border-color: #2457ff; }
.news-featured { margin-top: clamp(3.5rem, 7vw, 6rem); }
.news-featured > .section-label { margin-bottom: 1rem; }
.news-featured__query .wp-block-post-template { margin: 0; }
.news-featured__item { display: grid !important; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: clamp(1.5rem, 4vw, 4rem); padding: 1.5rem 0 3rem; border-bottom: 1px solid #111; }
.news-featured__item > .wp-block-post-featured-image { width: 100%; min-height: 260px; margin: 0; overflow: hidden; background: #e9ebf1; }
.news-featured__item > .wp-block-post-featured-image img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .45s ease; }
.news-featured__item:hover > .wp-block-post-featured-image img { transform: scale(1.025); }
.news-featured__copy { align-self: center; max-width: 560px; }
.news-featured__copy > * { margin-right: 0 !important; margin-left: 0 !important; }
.news-featured__copy .wp-block-post-title { margin: .45rem 0 .85rem; letter-spacing: -.045em; }
.news-featured__copy .wp-block-post-title a { color: #111; text-decoration: none; }
.news-featured__copy .wp-block-post-title a:hover { color: var(--kien-cobalt); }
.news-featured__copy .wp-block-post-excerpt { margin: 0; color: #666; line-height: 1.6; }
.news-featured__copy .wp-block-read-more { display: inline-block; margin-top: 1.35rem; color: #111; font-size: .84rem; font-weight: 700; text-decoration: none; }
.news-featured__copy .wp-block-read-more:hover { color: var(--kien-cobalt); }
.news-list { margin-top: clamp(3.75rem, 7vw, 6rem); padding-bottom: clamp(3rem, 7vw, 6rem); }
.news-list__heading { align-items: flex-end; gap: 2rem; margin-bottom: 1.6rem; padding-bottom: 1.25rem; border-bottom: 1px solid #111; }
.news-list__heading > * { margin: 0; }
.news-list__heading h2 { margin: .4rem 0 0; letter-spacing: -.045em; }
.news-list__hint { max-width: 320px; color: #666; font-size: .9rem; line-height: 1.5; }
.news-list__query .wp-block-post-template { margin: 0; }
.news-list__item { display: grid !important; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: 1.45rem 0; border-bottom: 1px solid #e5e5e0; border-left: 2px solid transparent; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.news-list__item > * { margin-top: 0 !important; margin-bottom: 0 !important; }
.news-list__item:hover { transform: translateX(4px); background: #fff; border-left-color: var(--kien-cobalt); }
.news-list__main .wp-block-post-terms { margin: 0; color: var(--kien-cobalt); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.news-list__main .wp-block-post-terms a { color: inherit; text-decoration: none; }
.news-list__main .wp-block-post-title { margin: .35rem 0 .45rem; }
.news-list__main .wp-block-post-title a { color: #111; text-decoration: none; }
.news-list__main .wp-block-post-title a:hover { color: var(--kien-cobalt); }
.news-list__main .wp-block-post-excerpt { max-width: 660px; margin: 0; color: #666; line-height: 1.5; }
.news-list__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .7rem 1rem; min-width: 120px; color: #666; font-family: ui-monospace, monospace; font-size: .7rem; }
.news-list__meta > span { color: #111; font-weight: 700; }
.catalog-archive__intro { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.catalog-list { border-top: 1px solid #111; }
.catalog-row { gap: 1.5rem; min-height: 132px; padding: 1.35rem 0; border-bottom: 1px solid #e5e5e0; border-left: 2px solid transparent; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.catalog-row:hover { transform: translateX(4px); background: #fff; border-left-color: var(--kien-cobalt); }
.catalog-row__main { flex: 1 1 58%; }
.catalog-row__main .wp-block-post-title { margin: .35rem 0 .45rem; }
.catalog-row__main .wp-block-post-title a { color: #111; text-decoration: none; }
.catalog-row__main .wp-block-post-title a:hover { color: var(--kien-cobalt); }
.catalog-row__main .wp-block-post-excerpt { max-width: 650px; margin: 0; color: #666; line-height: 1.5; }
.catalog-row__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .7rem 1rem; min-width: 220px; color: #666; font-family: ui-monospace, monospace; font-size: .68rem; text-transform: uppercase; }
.catalog-row__meta .wp-block-post-terms a { color: var(--kien-cobalt); text-decoration: none; }

@media (max-width: 1000px) {
  .header-cta { display: none; }
  .lab-hero { gap: 3rem; }
  .lab-hero__visual { max-width: none; min-height: 480px; }
}
@media (max-width: 900px) {
  .site-navigation .wp-block-navigation__responsive-container-open { display: flex !important; }
  .site-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open { display: flex !important; }
}
@media (max-width: 700px) {
  .site-header__inner { min-height: 68px; }
  .site-tagline, .header-cta { display: none; }
  .site-navigation { margin-left: auto; }
  .lab-hero { display: block; min-height: auto; padding-top: 4rem; }
  .lab-hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .lab-hero__visual { margin-top: 3rem; min-height: 400px; }
  .section-heading { display: block; }
  .section-heading .section-link { margin-top: 1rem; }
  .project-row, .article-row, .tool-row, .log-row, .course-row { align-items: flex-start; }
  .project-row__meta, .article-row__meta { justify-content: flex-start; align-items: flex-start; min-width: 100%; }
  .article-row__meta { flex-direction: row; }
  .explore-links { grid-template-columns: 1fr; }
  .explore-links a, .explore-links a + a { padding: 1rem 0; border-left: 0; }
  .explore-links a + a { border-top: 1px solid #e5e5e0; }
  .systems-band, .notes-band { display: block; }
  .systems-band .section-link, .notes-band .section-link { margin-top: 1.5rem; }
  .article-cta { grid-template-columns: 1fr; gap: 1.5rem; }
  .article-cta .section-link { margin-top: .25rem !important; }
  .news-featured__item { grid-template-columns: 1fr; }
  .news-featured__item > .wp-block-post-featured-image,
  .news-featured__item > .wp-block-post-featured-image img { min-height: 220px; }
  .news-list__heading { display: block; }
  .news-list__hint { margin-top: .85rem; }
  .news-list__item { grid-template-columns: 1fr; gap: .8rem; }
  .news-list__meta,
  .catalog-row__meta { justify-content: flex-start; min-width: 100%; }
  .catalog-row { align-items: flex-start; }
}

/* Final polish: measured hierarchy, tactile states, and responsive finish */
:root {
  --kien-ink: #111111;
  --kien-muted: #666666;
  --kien-line: #e5e5e0;
  --kien-cobalt: #2457ff;
  --kien-paper: #ffffff;
  --kien-ivory: #f7f7f4;
}

body {
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 100;
}

.site-navigation .wp-block-navigation-item__content {
  position: relative;
  padding: .25rem 0;
  transition: color .2s ease;
}

.site-navigation .wp-block-navigation__container {
  gap: clamp(.75rem, 2vw, 1.45rem);
}

.site-navigation .wp-block-navigation-item__content::after {
  position: absolute;
  right: 100%;
  bottom: -.25rem;
  left: 0;
  height: 2px;
  background: var(--kien-cobalt);
  content: "";
  transition: right .2s ease;
}

.site-navigation .wp-block-navigation-item__content:hover::after,
.site-navigation .wp-block-navigation-item__content[aria-current="page"]::after {
  right: 0;
}

.search-trigger,
.header-cta .wp-block-button__link {
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.search-trigger:hover,
.header-cta .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.lab-hero {
  min-height: min(70vh, 680px);
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
}

.lab-hero__copy {
  align-self: center;
}

.lab-hero h1 {
  font-weight: 760;
}

.lab-hero__lede {
  font-size: clamp(1.15rem, 1.65vw, 1.45rem) !important;
}

.lab-hero__visual {
  box-shadow: 16px 16px 0 var(--kien-line);
  transition: transform .35s ease, box-shadow .35s ease;
}

.lab-hero__visual:hover {
  transform: translate(-4px, -4px);
  box-shadow: 20px 20px 0 var(--kien-cobalt);
}

.lab-hero__portrait img {
  object-position: 74% center;
  transition: transform .6s ease, filter .35s ease;
}

.lab-hero__visual:hover .lab-hero__portrait img {
  transform: scale(1.025);
  filter: grayscale(0) contrast(1.08);
}

.lab-hero__actions .wp-block-button__link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
}

.section-heading h2,
.systems-band h2,
.notes-band h2,
.about-strip h2,
.keep-exploring h2 {
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  line-height: .98;
}

.section-heading {
  align-items: flex-end;
}

.project-row,
.article-row,
.tool-row,
.log-row,
.course-row {
  position: relative;
  border-left: 2px solid transparent;
  padding-right: 0;
  padding-left: 0;
  transition: background-color .2s ease, border-color .2s ease;
}

.project-row:hover,
.article-row:hover,
.tool-row:hover,
.log-row:hover,
.course-row:hover {
  border-left-color: var(--kien-cobalt);
  padding-right: 1rem;
  padding-left: 1rem;
  background: #ffffff;
}

.project-row .wp-block-post-title a,
.article-row .wp-block-post-title a,
.tool-row .wp-block-post-title a,
.log-row .wp-block-post-title a,
.course-row .wp-block-post-title a {
  transition: color .2s ease;
}

.project-row__meta .wp-block-post-terms a,
.article-row__meta,
.log-row > .wp-block-post-terms {
  transition: color .2s ease;
}

.systems-band {
  position: relative;
  background: #ffffff;
}

.systems-band::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5.5rem;
  height: 3px;
  background: var(--kien-cobalt);
  content: "";
}

.notes-band {
  position: relative;
  overflow: hidden;
}

.notes-band::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 4px;
  background: var(--kien-cobalt);
  content: "";
}

.about-strip__portrait {
  box-shadow: 12px 12px 0 var(--kien-line);
  transition: box-shadow .25s ease, transform .25s ease;
}

.about-strip__portrait:hover {
  transform: translate(-3px, -3px);
  box-shadow: 15px 15px 0 var(--kien-cobalt);
}

.explore-links a { transition: background-color .2s ease, color .2s ease; }

.explore-links a:hover {
  color: var(--kien-cobalt);
  background: #ffffff;
}

.explore-links a:hover small {
  color: var(--kien-ink);
}

.site-footer {
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.site-footer .wp-block-navigation-item__content {
  color: #ffffff;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.site-footer .wp-block-navigation-item__content:hover {
  color: #aabfff;
  transform: translateX(3px);
}

.page-intro h1,
.article-header h1 {
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.single-main > .wp-block-post-featured-image {
  box-shadow: 12px 12px 0 var(--kien-line);
}

.kien-search[open] .kien-search__panel {
  animation: kien-dialog-in .2s ease both;
}

@keyframes kien-dialog-in {
  from { opacity: 0; transform: translateY(8px) scale(.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 700px) {
  .lab-hero { min-height: auto; }
  .lab-hero__visual { box-shadow: 10px 10px 0 var(--kien-line); }
  .lab-hero__visual:hover { transform: translate(-2px, -2px); box-shadow: 12px 12px 0 var(--kien-cobalt); }
  .project-row:hover,
  .article-row:hover,
  .tool-row:hover,
  .log-row:hover,
  .course-row:hover { padding-right: .75rem; padding-left: .75rem; }
  .notes-band { box-shadow: 7px 7px 0 var(--kien-line); }
  .about-strip__portrait { box-shadow: 8px 8px 0 var(--kien-line); }
}

@media (max-width: 1100px) {
  .site-tagline,
  .wp-block-buttons.header-cta { display: none; }
  .site-navigation { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Immersive hero and ecosystem storytelling */
.lab-hero--immersive {
  position: relative;
  display: flex;
  min-height: clamp(620px, 78vh, 820px);
  align-items: center;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.5rem, 6vw, 6rem);
  background: #111;
  isolation: isolate;
}

.lab-hero--immersive::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(8, 10, 15, .24);
  content: "";
  pointer-events: none;
}

.lab-hero__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
}

.lab-hero__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lab-hero--immersive .lab-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0;
  color: #fff;
}

.lab-hero--immersive .lab-kicker { color: #aabfff; }
.lab-hero--immersive h1 { max-width: 680px; color: #fff; font-size: clamp(3rem, 7vw, 6.6rem); }
.lab-hero--immersive .lab-hero__lede { max-width: 600px; color: #edf0f6; }
.lab-hero--immersive .lab-hero__actions { margin-top: 2.2rem; }
.lab-hero--immersive .lab-hero__actions .is-style-outline .wp-block-button__link { color: #fff; border-color: rgba(255,255,255,.75); background: transparent; }
.lab-hero--immersive .lab-hero__actions .is-style-outline .wp-block-button__link:hover { color: #111; border-color: #fff; background: #fff; }

.about-intro {
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid var(--kien-line);
}

.about-intro__portrait {
  flex: 0 0 clamp(180px, 23vw, 280px);
  width: clamp(180px, 23vw, 280px);
  margin: 0;
  box-shadow: 14px 14px 0 var(--kien-line);
}

.about-intro__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 22%;
}

.about-intro__copy { flex: 1 1 420px; max-width: 680px; }
.about-intro__copy h2 { max-width: 650px; font-size: clamp(2.2rem, 4.5vw, 4.2rem) !important; line-height: .98; }
.about-intro__copy > p:not(.section-label):not(.section-link) { max-width: 620px; color: var(--kien-muted); font-size: 1.1rem; }
.about-intro__note { font-size: .96rem !important; }

.ecosystem-preview {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--kien-line);
}

.ecosystem-preview__intro { align-items: flex-end; gap: 2rem; }
.ecosystem-preview__intro h2 { max-width: 680px; font-size: clamp(2.2rem, 4.5vw, 4rem) !important; }
.wp-block-group.ecosystem-preview__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem; margin-top: 2.5rem; }
.ecosystem-preview__company,
.ecosystem-preview__solutions { min-height: 310px; padding: clamp(1.5rem, 4vw, 3rem); }
.ecosystem-preview__company { border: 1px solid var(--kien-line); background: #fff; }
.ecosystem-preview__solutions { color: #fff; background: #111; }
.ecosystem-preview__logo { display: flex; align-items: center; height: 80px; margin: 0 0 2rem; }
.ecosystem-preview__logo img { width: 100%; max-width: 270px; max-height: 80px; object-fit: contain; object-position: left center; }
.ecosystem-preview__company h3,
.ecosystem-preview__solutions h3 { margin: .45rem 0 .55rem; font-size: clamp(1.45rem, 2.6vw, 2.2rem); letter-spacing: -.04em; }
.ecosystem-preview__company p:not(.section-label),
.ecosystem-preview__solutions p:not(.section-label) { max-width: 430px; color: var(--kien-muted); }
.ecosystem-preview__solutions .section-label { color: #aabfff; }
.ecosystem-preview__solutions p:not(.section-label) { color: #d3d3d0; }
.ecosystem-preview__solution-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-top: 4.7rem; }
.ecosystem-preview__solution-list > div { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); }

@media (max-width: 700px) {
  .lab-hero--immersive { min-height: 680px; padding: 4rem 1.25rem; }
  .lab-hero__background img { object-position: 64% center; }
  .lab-hero--immersive h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .about-intro { align-items: flex-start; }
  .about-intro__portrait { flex-basis: 140px; width: 140px; box-shadow: 8px 8px 0 var(--kien-line); }
  .ecosystem-preview__grid { grid-template-columns: 1fr; }
  .ecosystem-preview__solution-list { margin-top: 3rem; }
}

/* Final polish: keep the hero copy in clear negative space and give each path room to breathe. */
.lab-hero--immersive .lab-hero__copy { width: min(100%, 960px); max-width: none; margin-right: auto; margin-left: auto; }
.lab-hero--immersive .lab-hero__copy > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { margin-right: 0 !important; margin-left: 0 !important; }
.lab-hero--immersive h1 { max-width: 760px; font-size: clamp(2.9rem, 5.7vw, 5rem) !important; font-weight: 600 !important; }
.wp-block-group.lab-hero--immersive > .wp-block-image.lab-hero__background { width: 100% !important; max-width: none !important; margin: 0 !important; }
.lab-hero__background img { object-position: 20% center; }
.lab-hero--immersive::after { background: linear-gradient(90deg, rgba(7, 10, 17, .82) 0%, rgba(7, 10, 17, .58) 43%, rgba(7, 10, 17, .12) 78%, rgba(7, 10, 17, .2) 100%); }

.about-intro__copy .section-link { margin-top: 1.6rem; }

.ecosystem-preview__solution-list { grid-template-columns: 1fr; gap: 0; margin-top: 3.5rem; }
.ecosystem-preview__solution-list > div { display: grid; grid-template-columns: minmax(110px, .55fr) minmax(0, 1fr); gap: 1.5rem; align-items: start; padding: 1rem 0; }
.ecosystem-preview__solution-list h3 { margin: 0; }
.ecosystem-preview__solution-list p { margin: 0; }

.wp-block-group.systems-band.systems-band--resources {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: #111;
  overflow: hidden;
}

.systems-band--resources::after { top: 0; width: 6rem; background: var(--kien-cobalt); }
.systems-band__copy { padding: clamp(2.75rem, 5vw, 5rem); }
.systems-band__copy h2 { color: #fff; }
.systems-band__copy p:not(.section-label) { color: #d3d3d0; }
.systems-band__copy .section-link { margin-top: 2rem; }
.systems-band__copy .section-link a { color: #fff; }
.systems-band__list { display: grid; grid-template-columns: 1fr; border-left: 1px solid rgba(255, 255, 255, .18); }
.systems-band__item { display: grid; grid-template-columns: 2rem minmax(0, 1fr) auto; gap: 1rem; align-items: start; padding: 1.35rem 1.5rem; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .18); transition: background-color .2s ease; }
.systems-band__item:last-child { border-bottom: 0; }
.systems-band__item span { color: #aabfff; font: 700 .7rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.systems-band__item strong { font-size: 1.1rem; line-height: 1.2; }
.systems-band__item small { display: block; grid-column: 2; color: #bfc2c9; line-height: 1.55; }
.systems-band__item b { grid-column: 3; grid-row: 1 / span 2; font-size: 1.25rem; font-weight: 400; line-height: 1.2; }
.systems-band__item:hover { color: #fff; background: #1d1d1f; }

@media (max-width: 700px) {
  .lab-hero--immersive .lab-hero__copy { width: 100%; max-width: none; }
  .lab-hero--immersive h1 { max-width: 100%; font-size: clamp(2.8rem, 13vw, 4.4rem) !important; }
  .wp-block-group.systems-band.systems-band--resources { grid-template-columns: 1fr; }
  .systems-band__copy { padding: 2.75rem 1.5rem; }
  .systems-band__list { border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .systems-band__item { padding-right: 1.25rem; padding-left: 1.25rem; }
  .ecosystem-preview__grid { grid-template-columns: 1fr; }
  .ecosystem-preview__solution-list > div { grid-template-columns: 1fr; gap: .35rem; }
}

/* Wide hero: the image is a viewport-level canvas while the copy stays readable. */
.wp-block-group.lab-hero--immersive.alignfull {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* The ecosystem is intentionally quiet: show the two supplied marks and let them carry the story. */
.wp-block-group.ecosystem-preview__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ecosystem-preview__brand-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--kien-line);
  background: #fff;
}
.ecosystem-preview__brand-card .section-label { margin: 0; }
.ecosystem-preview__brand-card .ecosystem-preview__logo { width: 100%; height: auto; margin: auto 0 0; }
.ecosystem-preview__brand-card .ecosystem-preview__logo img { display: block; width: min(100%, 330px); max-width: 100%; max-height: 100px; object-fit: contain; object-position: left center; }
.ecosystem-preview__brand-card--athsent .ecosystem-preview__logo img { width: min(100%, 360px); }
.ecosystem-preview__focus-line { margin: 1.25rem 0 0; color: var(--kien-muted); letter-spacing: .06em; }
.ecosystem-preview__focus-line span { margin-right: .9rem; color: var(--kien-cobalt); }

/* About ecosystem rows keep each mark, name and one-line description aligned. */
.ecosystem__list { margin-top: 2rem; border-top: 1px solid var(--kien-line); }
.wp-block-group.ecosystem__row { display: grid !important; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; padding: 1.35rem 0; border-bottom: 1px solid var(--kien-line); }
.ecosystem__row > .brand-card__logo,
.ecosystem__row > .ecosystem__wordmark { width: 100%; height: 72px; margin: 0; }
.ecosystem__row > .brand-card__logo img { display: block; width: min(100%, 300px); height: 100%; max-width: 100%; max-height: 72px; object-fit: contain; object-position: left center; }
.ecosystem__row > .brand-card__logo--athsent img { width: min(100%, 330px); }
.ecosystem__row-copy { display: grid; grid-template-columns: minmax(110px, .35fr) minmax(0, 1fr); column-gap: 1.5rem; align-items: baseline; }
.ecosystem__row-copy .eyebrow { grid-row: 1; margin: 0; }
.ecosystem__row-copy h3 { grid-column: 2; margin: 0; font-size: clamp(1.25rem, 2.2vw, 1.7rem); letter-spacing: -.045em; }
.ecosystem__row-copy > p:last-child { grid-column: 2; max-width: 520px; margin: .35rem 0 0; color: var(--kien-muted); font-size: .95rem; }
.ecosystem__wordmark { display: flex; align-items: center; color: var(--kien-ink); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 760; letter-spacing: -.08em; }

/* The hero now carries one clear message; spacing does the work previously done by the index panel. */
.lab-hero--immersive .lab-kicker { margin: 0 0 1.25rem; }
.lab-hero--immersive h1 { margin-top: 0; margin-bottom: 1.8rem; }
.lab-hero--immersive .lab-hero__lede { margin-top: 0; }
.lab-hero--immersive .lab-hero__actions { margin-top: 2.65rem; }
.lab-hero--immersive { min-height: calc(100svh - 78px); }
.lab-hero--immersive .lab-hero__actions .wp-block-button__link { font-weight: 600; }

/* Content is the product: give the reading library its own clear editorial rhythm. */
.content-library {
  display: grid !important;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-top: 1px solid var(--kien-line);
  border-bottom: 1px solid var(--kien-line);
}
.content-library__intro h2 { max-width: 420px; margin: .4rem 0 1rem; font-size: clamp(2rem, 4vw, 3.3rem) !important; line-height: .98; letter-spacing: -.05em; }
.content-library__intro > p:not(.section-label) { max-width: 430px; color: var(--kien-muted); }
.content-library__links { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; margin-top: 1.75rem; }
.content-library__links a { color: var(--kien-cobalt); font-size: .9rem; font-weight: 700; text-decoration: none; }
.content-library__links a:hover { text-decoration: underline; }
.article-list--library { margin-top: 0; }

@media (max-width: 700px) {
  .content-library { display: block !important; }
  .content-library__intro { margin-bottom: 2.5rem; }
}

.about-contact {
  gap: 2rem;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: clamp(2.5rem, 5vw, 4rem);
  color: #fff;
  background: #111;
}
.about-contact > div { max-width: 640px; }
.about-contact h2 { margin: .35rem 0 .8rem; color: #fff; letter-spacing: -.04em; }
.about-contact p:not(.section-label):not(.section-link) { max-width: 560px; margin: 0; color: #d3d3d0; line-height: 1.6; }
.about-contact .section-label { color: #aabfff; }
.about-contact .section-link { margin: 0; }
.about-contact .section-link a { display: inline-flex; align-items: center; min-height: 2.8rem; padding: .7rem 1rem; color: #fff; border: 1px solid rgba(255,255,255,.58); text-decoration: none; white-space: nowrap; }
.about-contact .section-link a:hover { color: #111; background: #fff; border-color: #fff; }

/* Blog hub: a compact editorial masthead followed by one clear lead story. */
.news-archive__masthead { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.news-archive__masthead-copy h1 { max-width: 760px; margin: .45rem 0 .85rem; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .92; letter-spacing: -.07em; }
.news-archive__masthead-copy > p:last-child { max-width: 640px; margin: 0; color: var(--kien-muted); font-size: 1.08rem; line-height: 1.6; }
.news-archive__masthead-note { padding-left: 1.25rem; border-left: 1px solid var(--kien-line); }
.news-archive__masthead-note p:last-child { max-width: 270px; margin: .55rem 0 0; color: var(--kien-muted); font-size: .9rem; line-height: 1.55; }
.news-featured__item { position: relative; padding: clamp(2rem, 5vw, 4.5rem); border: 0; color: #fff; background: #111; }
.news-featured__item::before { position: absolute; top: 0; left: 0; width: 6rem; height: 4px; background: var(--kien-cobalt); content: ""; }
.news-featured__item > .wp-block-post-featured-image { min-height: 280px; background: #1d1d1f; }
.news-featured__item > .wp-block-post-featured-image img { min-height: 280px; }
.news-featured__item > .wp-block-post-featured-image:empty { display: none; }
.news-featured__item:not(:has(> .wp-block-post-featured-image img)) { display: block !important; }
.news-featured__copy { max-width: 600px; }
.news-featured__copy .wp-block-post-terms { color: #aabfff; }
.news-featured__copy .wp-block-post-title a { color: #fff; }
.news-featured__copy .wp-block-post-title a:hover { color: #aabfff; }
.news-featured__copy .wp-block-post-excerpt { color: #d3d3d0; }
.news-featured__copy .wp-block-read-more { color: #fff; }
.news-featured__copy .wp-block-read-more:hover { color: #aabfff; }

@media (max-width: 700px) {
  .news-archive__masthead { display: block; }
  .news-archive__masthead-note { margin-top: 1.75rem; padding-top: 1rem; padding-left: 0; border-top: 1px solid var(--kien-line); border-left: 0; }
  .news-featured__item { padding: 2rem 1.25rem; }
}

/* Blog hub: lead with stories, then split the reading list from its categories. */
.blog-main { padding-bottom: clamp(5rem, 9vw, 8rem); }
.blog-hero { margin-top: 0; padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(2.5rem, 5vw, 4.5rem); color: #fff; background: #111; }
.blog-hero__intro { align-items: flex-end; gap: 2rem; padding-bottom: clamp(2rem, 4vw, 3.5rem); }
.blog-hero__title { max-width: 760px; }
.blog-hero__title .section-label { color: #aabfff; }
.blog-hero__title h1 { margin: .45rem 0 .85rem; color: #fff; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .9; letter-spacing: -.07em; }
.blog-hero__title > p:last-child { max-width: 620px; margin: 0; color: #d3d3d0; font-size: 1.05rem; line-height: 1.6; }
.blog-hero__hint { margin: 0; padding-left: 1.2rem; color: #aabfff; border-left: 1px solid rgba(255,255,255,.28); font-family: var(--kien-font-mono); font-size: .7rem; letter-spacing: .08em; line-height: 1.5; }
.blog-hero__hint span { color: #d3d3d0; font-family: var(--kien-font-sans); font-size: .82rem; letter-spacing: 0; }
.blog-hero__query { width: 100%; max-width: var(--wp--style--global--wide-size) !important; }
.blog-hero__query .wp-block-post-template { display: grid !important; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); gap: 1px; margin: 0; padding: 0; overflow-x: auto; overflow-y: hidden; list-style: none; scroll-snap-type: x mandatory; scrollbar-color: #506bd4 #24252b; }
.blog-hero__query .wp-block-post-template > li { min-width: 0; margin: 0 !important; scroll-snap-align: start; }
.blog-hero__slide { display: flex !important; flex-direction: column; align-items: stretch; min-height: 360px; padding: 1.25rem; color: #fff; background: #1b1c22; border: 1px solid rgba(255,255,255,.12); }
.blog-hero__slide > .wp-block-post-featured-image { height: 150px; min-height: 0; margin: 0 0 1.2rem; overflow: hidden; background: #262a36; }
.blog-hero__slide:not(:has(.wp-block-post-featured-image img)) > .wp-block-post-featured-image { display: none; }
.blog-hero__slide > .wp-block-post-featured-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-hero__slide:hover > .wp-block-post-featured-image img { transform: scale(1.035); }
.blog-hero__slide-copy { display: flex !important; flex: 1; flex-direction: column; max-width: none; padding: 0 !important; }
.blog-hero__slide-copy > * { margin-right: 0 !important; margin-left: 0 !important; }
.blog-hero__slide-copy .wp-block-post-terms { margin: 0; color: #aabfff; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.blog-hero__slide-copy .wp-block-post-terms a { color: inherit; text-decoration: none; }
.blog-hero__slide-copy .wp-block-post-title { margin: .55rem 0 .75rem; letter-spacing: -.045em; }
.blog-hero__slide-copy .wp-block-post-title a { color: #fff; text-decoration: none; }
.blog-hero__slide-copy .wp-block-post-title a:hover { color: #aabfff; }
.blog-hero__slide-copy .wp-block-post-excerpt { margin: 0; color: #d3d3d0; line-height: 1.55; }
.blog-hero__slide-copy .wp-block-read-more { display: inline-block; margin-top: auto; padding-top: 1.4rem; color: #fff; font-size: .84rem; font-weight: 700; text-decoration: none; }
.blog-hero__slide-copy .wp-block-read-more:hover { color: #aabfff; }
.blog-body { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(220px, .34fr); gap: clamp(2.5rem, 7vw, 7rem); margin-top: clamp(4rem, 8vw, 7rem); }
.blog-body__articles { min-width: 0; }
.blog-body__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 1.6rem; padding-bottom: 1.25rem; border-bottom: 1px solid #111; }
.blog-body__heading > * { margin: 0; }
.blog-body__heading h2 { margin: .4rem 0 0; letter-spacing: -.045em; }
.blog-body__heading > p { max-width: 270px; color: var(--kien-muted); font-size: .9rem; line-height: 1.5; }
.blog-body__query .wp-block-post-template { margin: 0; }
.blog-body__sidebar { align-self: start; min-width: 0; padding-left: 1.5rem; border-left: 1px solid var(--kien-line); }
.blog-body__sidebar h2 { margin: .45rem 0 1.3rem; letter-spacing: -.04em; }
.blog-body__categories.wp-block-categories-list { margin: 0; padding: 0; border-top: 1px solid var(--kien-line); list-style: none; }
.blog-body__categories .cat-item { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin: 0; color: var(--kien-muted); font-family: var(--kien-font-mono); font-size: .7rem; border-bottom: 1px solid var(--kien-line); }
.blog-body__categories a { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: .6rem; padding: .8rem 0; color: var(--kien-ink); font-family: var(--kien-font-sans); font-size: .9rem; font-weight: 650; text-decoration: none; }
.blog-body__categories a:hover { color: var(--kien-cobalt); }
.blog-body__categories .cat-item > .count,
.blog-body__categories .cat-item > :not(a) { color: var(--kien-muted); font-family: var(--kien-font-mono); font-size: .7rem; }
.blog-body__categories .wp-block-categories__post-count { color: var(--kien-muted); font-family: var(--kien-font-mono); font-size: .7rem; font-weight: 400; }
.blog-body__resource { margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--kien-line); }
.blog-body__resource p:not(.section-label):not(.section-link) { margin: .5rem 0 1rem; color: var(--kien-muted); font-size: .9rem; line-height: 1.55; }

@media (max-width: 900px) {
  .blog-hero__intro { display: block !important; }
  .blog-hero__hint { display: inline-block; margin-top: 1.5rem; }
  .blog-hero__query .wp-block-post-template { grid-auto-columns: minmax(78vw, 1fr); }
  .blog-body { display: block !important; }
  .blog-body__sidebar { margin-top: 3.5rem; padding-top: 2rem; padding-left: 0; border-top: 1px solid var(--kien-line); border-left: 0; }
}

@media (max-width: 600px) {
  .blog-hero { padding-top: 3rem; }
  .blog-hero__title h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .blog-hero__title > p:last-child { font-size: .98rem; }
  .blog-hero__slide { min-height: 330px; }
  .blog-body__heading { display: block; }
  .blog-body__heading > p { margin-top: .85rem; }
}

/* Footer hierarchy: brand, navigation and ecosystem remain distinct without the old empty span. */
.site-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(140px, .65fr) minmax(190px, .85fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.site-footer__intro,
.site-footer__nav,
.site-footer__businesses { max-width: none; margin: 0; }
.site-footer__eyebrow { margin: 0 0 1rem; color: #aabfff !important; font-size: .7rem !important; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__brand { gap: .75rem; margin: 0; }
.site-footer__avatar { flex: 0 0 3.25rem; width: 3.25rem; height: 3.25rem; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.site-footer__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.site-footer__intro .wp-block-site-title { font-size: clamp(1.6rem, 2.5vw, 2.3rem); letter-spacing: -.045em; }
.site-footer__intro > p:not(.site-footer__eyebrow) { max-width: 290px; margin-top: .7rem; margin-right: 0 !important; margin-left: 0 !important; }
.site-footer__nav h3,
.site-footer__businesses h3 { margin: 0 0 1rem; color: #fff; font-size: .72rem !important; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__nav .wp-block-navigation { display: block; }
.site-footer__nav .wp-block-navigation-item { margin: 0 0 .55rem; }
.site-footer__businesses p { margin: 0; }
.site-footer__businesses a { color: #fff; text-decoration-color: rgba(255,255,255,.35); }
.site-footer__businesses a:hover { color: #aabfff; }
.site-footer__bottom { margin-top: clamp(3rem, 6vw, 5rem); }
.site-footer__bottom p:last-child { color: #7f8798; }

@media (max-width: 700px) {
  .wp-block-group.lab-hero--immersive.alignfull { margin-right: -1.25rem; margin-left: -1.25rem; }
  .lab-hero--immersive { min-height: calc(100svh - 68px); }
  .wp-block-group.ecosystem-preview__grid { grid-template-columns: 1fr; }
  .ecosystem-preview__brand-card { min-height: 210px; }
  .wp-block-group.ecosystem__row { grid-template-columns: 1fr; gap: .9rem; align-items: start; padding: 1.5rem 0; }
  .ecosystem__row > .brand-card__logo,
  .ecosystem__row > .ecosystem__wordmark { height: 58px; }
  .ecosystem__row > .brand-card__logo img { max-height: 58px; }
  .ecosystem__row-copy { display: block; }
  .ecosystem__row-copy h3 { margin-top: .25rem; }
  .ecosystem__row-copy > p:last-child { margin-top: .35rem; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .site-footer__bottom { display: block; }
  .site-footer__bottom p + p { margin-top: .45rem; }
}

/* Final blog hero: one full-width editorial banner per recent post. */
.blog-page-title { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.blog-hero { padding: clamp(1.25rem, 3vw, 2.75rem) 0 0; color: var(--kien-ink); background: transparent; }
.blog-hero__query { width: 100%; max-width: var(--wp--style--global--wide-size) !important; margin: 0 auto !important; }
.blog-hero__query .wp-block-post-template { display: grid !important; grid-auto-flow: column; grid-auto-columns: 100%; gap: 1rem; margin: 0; padding: 0 0 .75rem; overflow-x: auto; overflow-y: hidden; list-style: none; scroll-snap-type: x mandatory; scrollbar-color: var(--kien-cobalt) var(--kien-line); }
.blog-hero__query .wp-block-post-template > li { min-width: 0; margin: 0 !important; scroll-snap-align: start; }
.blog-hero__slide { position: relative; display: block !important; min-height: clamp(320px, 36vw, 500px); padding: clamp(2rem, 6vw, 5.5rem); overflow: hidden; color: var(--kien-ink); background: var(--kien-paper); border: 1px solid var(--kien-line); border-top: 4px solid var(--kien-cobalt); }
.blog-hero__slide-copy { position: relative; z-index: 1; display: flex; flex-direction: column; max-width: 720px; min-height: 100%; }
.blog-hero__slide-copy > * { margin-right: 0 !important; margin-left: 0 !important; }
.blog-hero__slide-copy .wp-block-post-terms { margin: 0; color: var(--kien-cobalt); font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.blog-hero__slide-copy .wp-block-post-terms a { color: inherit; text-decoration: none; }
.blog-hero__slide-copy .wp-block-post-title { margin: .65rem 0 1rem; max-width: 760px; letter-spacing: -.06em; }
.blog-hero__slide-copy .wp-block-post-title a { color: var(--kien-ink); text-decoration: none; }
.blog-hero__slide-copy .wp-block-post-title a:hover { color: var(--kien-cobalt); }
.blog-hero__slide-copy .wp-block-post-excerpt { max-width: 650px; margin: 0; color: var(--kien-muted); line-height: 1.65; }
.blog-hero__slide-meta { display: flex; align-items: center; gap: 1rem; margin-top: auto; padding-top: clamp(2rem, 5vw, 4rem); }
.blog-hero__slide-meta .wp-block-post-date { margin: 0; color: var(--kien-muted); font-family: var(--kien-font-mono); font-size: .75rem; }
.blog-hero__slide-meta .wp-block-read-more { color: var(--kien-ink); font-size: .86rem; font-weight: 750; text-decoration: none; }
.blog-hero__slide-meta .wp-block-read-more:hover { color: var(--kien-cobalt); }
.blog-hero__query > .empty-query { padding: 2rem 0; }

@media (max-width: 900px) {
  .blog-hero { padding-top: 2rem; }
  .blog-hero__query .wp-block-post-template { grid-auto-columns: 100%; }
  .blog-hero__slide { min-height: 360px; padding: 2rem 1.25rem; }
  .blog-hero__slide-copy .wp-block-post-title { font-size: clamp(2rem, 7vw, 3.5rem) !important; }
}

/* Shared page rhythm: every archive, catalog and detail page opens with a calm hero. */
.page-main,
.archive-main,
.single-main { padding-inline: clamp(1rem, 3vw, 2.5rem); }

.page-intro,
.page-header,
.article-header {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto clamp(2.75rem, 6vw, 5.5rem);
  padding: clamp(2rem, 5vw, 4.75rem) clamp(1.25rem, 4vw, 4.5rem);
  background: var(--kien-paper);
  border: 1px solid var(--kien-line);
  box-shadow: inset 0 3px 0 var(--kien-cobalt);
  border-radius: 10px;
}

.page-intro h1,
.page-header h1,
.article-header h1 { margin-top: .65rem; }

.page-intro > :last-child,
.page-header > :last-child,
.article-header > :last-child { margin-bottom: 0; }

.article-header { max-width: min(960px, 100%); }
.article-header .wp-block-post-excerpt { max-width: 700px; }
.news-archive__intro,
.catalog-archive__intro { margin-bottom: clamp(2.5rem, 5vw, 4.25rem); }

.single-main > .wp-block-post-featured-image { margin-top: clamp(-2rem, -3vw, -1rem); }
.article-reading-shell > .wp-block-post-content > :where(p, ul, ol, figure, table, pre, blockquote) { margin-block: 1.35em; }

/* Keep every action easy to find and easy to tap. */
.wp-block-button__link,
.section-link a {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: .65rem .9rem;
  border-radius: 4px;
}

.section-link a { border: 1px solid transparent; }
.section-link a:hover { border-color: var(--kien-line); background: var(--kien-paper); }

.wp-block-read-more {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: .4rem 0;
  font-weight: 700;
  text-decoration: none;
}

.article-row__meta .wp-block-read-more,
.news-list__meta .wp-block-read-more { min-height: 0; padding: 0; color: var(--kien-ink); font-family: var(--kien-font-sans); font-size: .78rem; text-transform: none; }
.news-list__meta .wp-block-read-more:hover { color: var(--kien-cobalt); }

/* Rows breathe on both sides so borders and hover states never hug the text. */
.article-row,
.news-list__item,
.catalog-row,
.project-row,
.tool-row,
.course-row,
.log-row { padding-right: clamp(.35rem, 1.2vw, 1rem); padding-left: clamp(.35rem, 1.2vw, 1rem); }

.article-row__meta,
.news-list__meta,
.project-row__meta,
.catalog-row__meta { gap: .75rem 1.15rem; }

@media (max-width: 700px) {
  .page-main,
  .archive-main,
  .single-main { padding-inline: 1rem; }
  .page-intro,
  .page-header,
  .article-header { padding: 2rem 1.25rem; border-radius: 7px; }
  .single-main > .wp-block-post-featured-image { margin-top: 0; }
  .article-row,
  .news-list__item,
  .catalog-row,
  .project-row,
  .tool-row,
  .course-row,
  .log-row { padding-right: .65rem; padding-left: .65rem; }
}

/* Short posts: a quiet, text-first editorial list inspired by the reference. */
.ideas-section--editorial {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem);
  color: #f5f5f2;
  background: #1d1d20;
}
.ideas-section--editorial .section-heading { margin-bottom: clamp(2.2rem, 4vw, 3.5rem); }
.ideas-section--editorial .section-label { color: #aeb7c7; }
.ideas-section--editorial .section-heading h2 { color: #f5f5f2; }
.ideas-section--editorial .section-link a { color: #f5f5f2; }
.ideas-section--editorial .section-link a:hover { color: #f5f5f2; background: transparent; border-color: rgba(255,255,255,.35); }
.ideas-section--editorial .article-list { border-top: 1px solid rgba(255,255,255,.28); }
.ideas-section--editorial .article-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  min-height: 0;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  border-left: 0;
  transition: none;
}
.ideas-section--editorial .article-row:hover { transform: none; background: transparent; border-left-color: transparent; }
.ideas-section--editorial .article-row__main { display: block !important; min-width: 0; }
.ideas-section--editorial .article-row__main .wp-block-post-terms { margin: 0 0 .7rem; color: #aeb7c7; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.ideas-section--editorial .article-row__main .wp-block-post-terms a { color: inherit; }
.ideas-section--editorial .article-row .wp-block-post-title { margin: 0 0 .65rem; letter-spacing: -.045em; }
.ideas-section--editorial .article-row .wp-block-post-title a { color: #f5f5f2; }
.ideas-section--editorial .article-row .wp-block-post-title a:hover { color: #f5f5f2; }
.ideas-section--editorial .article-row .wp-block-post-excerpt { max-width: 780px; margin: 0; color: #b8b8bd; line-height: 1.6; }
.ideas-section--editorial .article-row__meta { display: flex; flex-direction: column; align-items: flex-end; gap: .6rem; min-width: 132px; color: #a7a7ad; text-align: right; }
.ideas-section--editorial .article-row__meta .wp-block-post-date { color: inherit; }
.ideas-section--editorial .article-row__meta .wp-block-read-more { color: #f5f5f2; }
.ideas-section--editorial .article-row__meta .wp-block-read-more:hover { color: #f5f5f2; }
.ideas-section--editorial .home-pagination { margin-top: 1.5rem; }
.ideas-section--editorial .home-pagination a,
.ideas-section--editorial .home-pagination span { color: #f5f5f2; border-color: rgba(255,255,255,.24); }
.ideas-section--editorial .home-pagination a:hover { color: #f5f5f2; background: #2a2a2e; border-color: rgba(255,255,255,.5); }

.content-library__paths { display: grid; gap: 0; margin-top: 2rem; border-top: 1px solid var(--kien-line); }
.content-library__paths a { display: grid; grid-template-columns: minmax(120px, .45fr) minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 1.1rem 0; color: var(--kien-ink); border-bottom: 1px solid var(--kien-line); text-decoration: none; }
.content-library__paths strong { font-size: 1rem; }
.content-library__paths span { color: var(--kien-muted); font-size: .9rem; }
.content-library__paths b { font-size: 1.1rem; font-weight: 500; }
.content-library__paths a:hover { color: var(--kien-ink); background: transparent; }

/* Current direction: light editorial reading, wide but contained hero, and quieter controls. */
.wp-block-group.lab-hero--immersive.alignwide {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-left: auto;
}

.ideas-section--editorial.ideas-section--light {
  color: var(--kien-ink);
  background: #fff;
}
.ideas-section--editorial.ideas-section--light .section-label { color: var(--kien-cobalt); }
.ideas-section--editorial.ideas-section--light .section-heading h2 { color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .section-link a { color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .article-list { border-top-color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .article-row { border-bottom-color: var(--kien-line); }
.ideas-section--editorial.ideas-section--light .article-row__main .wp-block-post-terms,
.ideas-section--editorial.ideas-section--light .article-row__main .wp-block-post-terms a { color: var(--kien-cobalt); }
.ideas-section--editorial.ideas-section--light .article-row__main .wp-block-post-terms a { text-decoration: none; }
.ideas-section--editorial.ideas-section--light .article-row .wp-block-post-title a { color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .article-row .wp-block-post-title a:hover { color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .article-row .wp-block-post-excerpt,
.ideas-section--editorial.ideas-section--light .article-row__meta { color: var(--kien-muted); }
.ideas-section--editorial.ideas-section--light .article-row__meta .wp-block-read-more { color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .article-row__meta .wp-block-read-more:hover { color: var(--kien-ink); }
.ideas-section--editorial.ideas-section--light .article-row:hover { background: transparent; border-left-color: transparent; }

.content-library.alignfull {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
  padding-left: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
  border-top: 0;
  border-bottom: 0;
  background: #edf1f5;
}
.content-library__intro h2 { color: var(--kien-ink); }
.content-library__intro > p:not(.section-label) { max-width: 460px; }

.about-intro--feature {
  display: grid !important;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  color: #fff;
  background: #161a24;
  border-bottom: 0;
  box-shadow: 12px 12px 0 #dce0e7;
}
.about-intro--feature .about-intro__portrait {
  width: min(100%, 300px);
  margin: 0;
  box-shadow: 10px 10px 0 rgba(255,255,255,.16);
}
.about-intro--feature .about-intro__copy { max-width: 720px; }
.about-intro--feature .about-intro__copy .section-label { color: #aabfff; }
.about-intro--feature .about-intro__copy h2 { color: #fff; }
.about-intro--feature .about-intro__copy > p:not(.section-label):not(.section-link) { color: #d3d3d0; }
.about-intro--feature .about-intro__note { color: #aeb7c7 !important; }
.about-intro--feature .about-intro__copy .section-link a { color: #fff; }

.notes-band--compact {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-top: clamp(3.5rem, 6vw, 5rem);
  padding: clamp(1.8rem, 4vw, 3.25rem);
  border-top: 3px solid var(--kien-cobalt);
}
.notes-band--compact h2 { max-width: 560px; }
.notes-band--compact p:not(.section-label) { max-width: 480px; }
.article-cta.notes-band--compact { margin-top: clamp(3.5rem, 6vw, 5rem); }
.article-cta__links { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.article-cta__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: .65rem .9rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.article-cta__links a:hover { color: #111; background: #fff; border-color: #fff; }

.search-trigger {
  min-width: 7.5rem;
  justify-content: center;
  gap: .45rem;
  min-height: 2.5rem;
  padding: .45rem .7rem;
  border-color: #cfd4dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17,17,17,.04);
}
.search-trigger__icon { font-size: 1.05rem !important; }
.search-trigger__label { font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.search-trigger__hint { padding: .12rem .28rem; border: 1px solid #d6d9df; border-radius: 4px; background: #f7f7f4; }
.search-trigger:hover { color: #111; border-color: #111; background: #fff; }
.search-trigger:focus-visible { border-color: var(--kien-cobalt); }
.kien-search { margin: 7vh auto 0; }
.kien-search__panel { padding: clamp(1.3rem, 3vw, 2rem); border-radius: 16px; box-shadow: 0 24px 80px rgba(17,17,17,.2); }
.kien-search__header { margin-bottom: 1.2rem; }
.kien-search__close { border-radius: 999px; }
.kien-search__form { gap: .7rem; }
.kien-search__form input { min-height: 3.15rem; border-radius: 10px; }
.kien-search__form button { min-height: 3.15rem; border-radius: 10px; }

.site-footer {
  position: relative;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--kien-ink);
  background: #fff;
  border-top: 1px solid var(--kien-line);
}
.site-footer__dotfield {
  position: relative;
  height: clamp(130px, 17vw, 230px);
  margin: 0 auto clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--kien-ink);
  border-bottom: 1px solid var(--kien-line);
  cursor: crosshair;
}
.site-footer__dotcanvas { display: block; width: 100%; height: 100%; }
.site-footer__dotfallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111;
  font-size: clamp(3rem, 13vw, 11rem);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .8;
}
.site-footer__dotfield.is-ready .site-footer__dotfallback { opacity: 0; }
.site-footer .wp-block-site-title a { color: var(--kien-ink); }
.site-footer p { color: var(--kien-muted); }
.site-footer__eyebrow { color: var(--kien-ink) !important; }
.site-footer__avatar { border-color: var(--kien-ink); }
.site-footer__nav h3,
.site-footer__businesses h3 { color: var(--kien-ink); }
.site-footer .wp-block-navigation-item__content { color: var(--kien-ink); }
.site-footer__businesses a { color: var(--kien-ink); text-decoration-color: var(--kien-line); }
.site-footer__bottom { border-top-color: var(--kien-line); }
.site-footer__bottom p:last-child { color: var(--kien-muted); }

@media (max-width: 700px) {
  .content-library.alignfull { padding-right: 1.25rem; padding-left: 1.25rem; }
  .about-intro--feature { grid-template-columns: 1fr; gap: 2rem; padding: 1.5rem; box-shadow: 8px 8px 0 #dce0e7; }
  .about-intro--feature .about-intro__portrait { width: min(200px, 65vw); }
  .notes-band--compact { display: block !important; }
  .notes-band--compact .section-link { margin-top: 1.3rem; }
  .search-trigger { min-width: 2.6rem; padding-inline: .55rem; }
  .search-trigger__label { display: none; }
  .kien-search__form { flex-direction: column; }
  .kien-search__form button { width: 100%; }
  .article-cta__links { margin-top: 1.2rem; }
}

/* Blog hero: one connected editorial surface instead of an isolated sliding card. */
.blog-hero {
  margin-top: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem);
  color: #fff;
  background: #161a24;
}
.blog-hero__intro {
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.blog-hero__intro .section-label { color: #aabfff; }
.blog-hero__intro h2 { margin: .5rem 0 0; color: #fff; font-size: clamp(2.2rem, 5vw, 4.6rem) !important; line-height: .95; letter-spacing: -.065em; }
.blog-hero__intro > p { max-width: 300px; margin: 0; color: #b8bfce; font-size: .95rem; line-height: 1.55; }
.blog-hero__query .wp-block-post-template {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: rgba(255,255,255,.18);
  list-style: none;
}
.blog-hero__query .wp-block-post-template > li { min-width: 0; margin: 0 !important; }
.blog-hero__query .wp-block-post-template > li:first-child { grid-row: 1 / span 2; }
.blog-hero__slide {
  display: block !important;
  min-height: 0;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  overflow: hidden;
  color: #fff;
  background: #202532;
  border: 0;
}
.blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide { min-height: clamp(390px, 43vw, 540px); background: #1c222e; }
.blog-hero__slide-copy { max-width: 760px; min-height: 100%; }
.blog-hero__slide-copy .wp-block-post-terms { color: #aabfff; }
.blog-hero__slide-copy .wp-block-post-title { margin: .65rem 0 .85rem; letter-spacing: -.05em; }
.blog-hero__query .wp-block-post-template > li:first-child .wp-block-post-title { font-size: clamp(2.25rem, 4.7vw, 5rem) !important; line-height: .95; }
.blog-hero__query .wp-block-post-template > li:not(:first-child) .wp-block-post-title { font-size: clamp(1.35rem, 2.2vw, 2rem) !important; line-height: 1.04; }
.blog-hero__slide-copy .wp-block-post-title a,
.blog-hero__slide-copy .wp-block-post-title a:hover { color: #fff; }
.blog-hero__slide-copy .wp-block-post-excerpt { color: #c5cbd6; }
.blog-hero__slide-meta .wp-block-post-date { color: #98a1b2; }
.blog-hero__slide-meta .wp-block-read-more,
.blog-hero__slide-meta .wp-block-read-more:hover { color: #fff; }
.blog-hero__query > .empty-query { padding: 2rem; color: #d7dce6; }

@media (max-width: 780px) {
  .blog-hero__intro { display: block !important; }
  .blog-hero__intro > p { margin-top: 1rem; }
  .blog-hero__query .wp-block-post-template { grid-template-columns: 1fr; grid-template-rows: none; }
  .blog-hero__query .wp-block-post-template > li:first-child { grid-row: auto; }
  .blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide { min-height: 390px; }
  .blog-hero__query .wp-block-post-template > li:not(:first-child) .blog-hero__slide { min-height: 260px; }
}

/* Single article hero: align it to the site grid and let the header lead into the reading flow. */
.article-header--editorial {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--kien-ink);
  border-bottom: 1px solid var(--kien-line);
  border-radius: 0;
  box-shadow: none;
}
.article-header--editorial .post-card__terms,
.article-header--editorial .post-card__terms a {
  color: var(--kien-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.article-header--editorial h1 {
  max-width: 940px;
  margin: .75rem 0 1.2rem;
  font-size: clamp(3rem, 7vw, 6.4rem) !important;
  line-height: .92;
  letter-spacing: -.07em;
}
.article-header--editorial .wp-block-post-excerpt {
  max-width: 720px;
  margin: 0;
  color: var(--kien-muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.5;
}
.article-header--editorial .article-meta {
  gap: .6rem 1rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: var(--kien-muted);
  font-family: var(--kien-font-mono);
  font-size: .72rem;
}
.article-header--editorial .article-meta > * + *::before { color: var(--kien-line); }

@media (max-width: 700px) {
  .article-header--editorial { padding: 2.5rem 1.25rem; }
  .article-header--editorial h1 { font-size: clamp(2.7rem, 13vw, 4.4rem) !important; }
}

/* Interaction states stay monochrome; cobalt remains reserved for labels and focus. */
body a:hover { color: inherit; text-decoration-thickness: 1px; }
body .site-navigation .wp-block-navigation-item__content:hover,
body .site-brand__name:hover,
body .search-trigger:hover,
body .site-footer__businesses a:hover,
body .related-strip__links a:hover,
body .content-library__links a:hover,
body .explore-links a:hover,
body .section-link a:hover { color: inherit; }
body .site-navigation .wp-block-navigation-item__content:hover::after { background: currentColor; }
body .news-filter-bar__categories a:hover { color: #111; background: #fff; border-color: #111; }
body .blog-body__categories a:hover { color: inherit; }
body .project-row .wp-block-post-title a:hover,
body .article-row .wp-block-post-title a:hover,
body .tool-row .wp-block-post-title a:hover,
body .log-row .wp-block-post-title a:hover,
body .course-row .wp-block-post-title a:hover,
body .catalog-row__main .wp-block-post-title a:hover,
body .news-list__main .wp-block-post-title a:hover,
body .news-featured__copy .wp-block-post-title a:hover,
body .post-card .wp-block-post-title a:hover { color: inherit; }
body .wp-block-read-more:hover,
body .news-featured__copy .wp-block-read-more:hover,
body .blog-hero__slide-copy .wp-block-read-more:hover,
body .blog-hero__slide-meta .wp-block-read-more:hover,
body .article-row__meta .wp-block-read-more:hover,
body .news-list__meta .wp-block-read-more:hover { color: inherit; }
body .wp-block-button__link:hover { color: #fff; background: #1d1d20; border-color: #1d1d20; transform: none; }
body .is-style-outline .wp-block-button__link:hover { color: #1d1d20; background: #fff; border-color: #1d1d20; }
body .site-brand__mark:hover { border-color: #111; transform: none; }
body .lab-hero__visual:hover { transform: none; box-shadow: 12px 12px 0 var(--kien-line); }
body .lab-hero__visual:hover .lab-hero__portrait img { transform: none; }
body .about-strip__portrait:hover { transform: none; box-shadow: 12px 12px 0 var(--kien-line); }
body .news-list__item:hover,
body .catalog-row:hover,
body .project-row:hover,
body .tool-row:hover,
body .log-row:hover,
body .course-row:hover,
body .article-row:hover { transform: none; background: transparent; border-left-color: transparent; }

@media (max-width: 700px) {
  .ideas-section--editorial { padding-right: 1.25rem; padding-left: 1.25rem; }
  .ideas-section--editorial .article-row { grid-template-columns: 1fr; gap: 1rem; }
  .ideas-section--editorial .article-row__meta { flex-direction: row; align-items: center; justify-content: space-between; min-width: 0; text-align: left; }
  .content-library__paths a { grid-template-columns: 1fr auto; gap: .3rem .8rem; }
  .content-library__paths span { grid-column: 1; }
  .content-library__paths b { grid-column: 2; grid-row: 1 / span 2; }
}

/* Monochrome system: neutral surfaces, no decorative color blocks, and a direct transition from header to page banner. */
:root {
  --kien-ink: #111111;
  --kien-muted: #666666;
  --kien-line: #dededb;
  --kien-cobalt: #111111;
  --kien-paper: #ffffff;
  --kien-ivory: #f7f7f4;
}

body { background: var(--kien-ivory); color: var(--kien-ink); }
a:hover { color: inherit; }
:focus-visible { outline-color: var(--kien-ink); }

/* Remove the default WordPress gap so each page banner starts directly below the header. */
.blog-main,
.page-main,
.archive-main,
.single-main { margin-top: 0 !important; margin-block-start: 0 !important; padding-top: 0 !important; }
.blog-hero { margin-top: 0 !important; margin-block-start: 0 !important; padding-top: clamp(1.25rem, 3vw, 2.75rem) !important; }

/* Keep the home hero full bleed while its copy remains on the site grid. */
.wp-block-group.lab-hero--immersive.alignwide {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.lab-hero--immersive .lab-hero__background img { filter: grayscale(1) contrast(1.06); }
.lab-hero--immersive::after { background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.62) 44%, rgba(0,0,0,.16) 82%, rgba(0,0,0,.3) 100%); }
.lab-hero--immersive .lab-kicker { color: #d5d5d5 !important; }

/* Neutralize legacy cobalt accents and pastel panels across archives, catalogs and detail pages. */
.section-label,
.eyebrow,
.lab-kicker,
.tool-status,
.course-format,
.post-card__terms,
.taxonomy-category,
.project-row__meta .wp-block-post-terms,
.project-row__meta .wp-block-post-terms a,
.article-row__main .wp-block-post-terms,
.article-row__main .wp-block-post-terms a,
.news-list__main .wp-block-post-terms,
.catalog-row__meta .wp-block-post-terms a { color: var(--kien-ink) !important; }
.content-library.alignfull { background: #f1f1ef; }
.about-intro--feature { background: #111; box-shadow: 12px 12px 0 #d8d8d5; }
.about-intro--feature .about-intro__copy .section-label,
.notes-band .section-label,
.about-contact .section-label,
.systems-band--resources .section-label { color: #d5d5d5 !important; }
.about-intro--feature .about-intro__portrait { box-shadow: 10px 10px 0 rgba(255,255,255,.14); }
.systems-band--resources::after,
.news-featured__item::before { background: #111; }
.reading-progress { background: #111; }
.page-intro,
.page-header,
.article-header { box-shadow: inset 0 3px 0 var(--kien-ink); }
.notes-band--compact { border-top-color: var(--kien-ink); }
.catalog-card { background: #f1f1ef; }
.news-filter-bar__categories .current-cat a { background: #111; border-color: #111; }
.news-filter-bar__categories a:hover { color: #111; background: #fff; border-color: #111; }

/* Dark sections stay black and white rather than blue-gray. */
.blog-hero,
.about-contact,
.systems-band--resources,
.notes-band { background: #111; }
.blog-hero { margin-top: -10px !important; margin-block-start: -10px !important; }
.blog-hero__intro,
.blog-hero__query { padding-right: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2)); padding-left: max(1.25rem, calc((100vw - var(--wp--style--global--wide-size)) / 2)); }
.blog-hero__intro .section-label,
.blog-hero__slide-copy .wp-block-post-terms,
.blog-hero__slide-copy .wp-block-read-more,
.blog-hero__slide-meta .wp-block-read-more { color: #f2f2f2 !important; }
.blog-hero__intro h1 { margin: .5rem 0 0; color: #fff; font-size: clamp(2.2rem, 5vw, 4.6rem) !important; line-height: .95; letter-spacing: -.065em; }
.blog-hero__intro > p,
.blog-hero__slide-copy .wp-block-post-excerpt,
.blog-hero__slide-meta .wp-block-post-date { color: #c4c4c4; }
.blog-hero__query .wp-block-post-template { background: rgba(255,255,255,.24); scrollbar-color: #777 #222; }
.blog-hero__slide,
.blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide { background: #191919; }
.blog-hero__slide-copy .wp-block-post-title a,
.blog-hero__slide-copy .wp-block-post-title a:hover { color: #fff; }
.ideas-section--editorial .section-label { color: #d0d0d0; }

/* The KIENLIVE dotfield is now a quiet footer background, never a separate band above the footer content. */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 430px;
  padding-top: clamp(3rem, 6vw, 5rem);
  background: #fff;
}
.site-footer__dotfield {
  position: absolute;
  z-index: -1;
  inset: 0;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
  opacity: .22;
  pointer-events: none;
}
.site-footer__dotcanvas { opacity: .7; }
.site-footer__dotfallback { color: #111; }
.site-footer__grid,
.site-footer__bottom { position: relative; z-index: 1; }
.site-footer__bottom { margin-top: clamp(4rem, 8vw, 7rem); }

@media (max-width: 700px) {
  .wp-block-group.lab-hero--immersive.alignwide { margin-right: -1.25rem; margin-left: -1.25rem; }
  .site-footer { min-height: 620px; }
  .site-footer__dotfield { opacity: .16; }
}

/* Final surface pass: keep all light sections on the same paper tone and let content, not panels, create hierarchy. */
body,
.site-header,
.ideas-section--editorial.ideas-section--light,
.content-library.alignfull,
.page-intro,
.page-header,
.article-header,
.site-footer { background: var(--kien-ivory); }
.site-footer { color: var(--kien-ink); }
.site-footer p { color: var(--kien-muted); }
.site-footer a,
.site-footer .wp-block-site-title a,
.site-footer .wp-block-navigation-item__content { color: var(--kien-ink); }
.site-footer h3,
.site-footer__eyebrow,
.site-footer__bottom p { color: var(--kien-ink); }
.site-footer__bottom { border-top-color: var(--kien-line); }
.content-library.alignfull { background: var(--kien-ivory); }
.page-intro,
.page-header {
  border: 0;
  border-top: 1px solid var(--kien-ink);
  border-bottom: 1px solid var(--kien-line);
  border-radius: 0;
  box-shadow: none;
}
.article-header:not(.article-header--editorial) { box-shadow: none; }

/* Remove the root padding from the immersive hero so no white strip remains at either edge. */
.wp-block-group.lab-hero--immersive.alignwide {
  width: calc(100% + 2.5rem) !important;
  max-width: none !important;
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.home-main > .lab-hero--immersive { width: calc(100% + 2.5rem) !important; max-width: none !important; margin-right: -1.25rem !important; margin-left: -1.25rem !important; }

/* The blog lead is one monochrome surface with three equal editorial columns. */
.blog-hero__query .wp-block-post-template {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-flow: row;
  gap: 0;
  background: transparent;
}
.blog-hero__query .wp-block-post-template > li:first-child { grid-row: auto; }
.blog-hero__slide,
.blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide {
  min-height: clamp(360px, 38vw, 500px);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.2);
}
.blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide { border-left: 0; }
.blog-hero__query .wp-block-post-template > li:not(:first-child) .blog-hero__slide { border-top: 0; }
.blog-hero__query .wp-block-post-template > li:first-child .wp-block-post-title,
.blog-hero__query .wp-block-post-template > li:not(:first-child) .wp-block-post-title {
  font-size: clamp(1.55rem, 2.5vw, 3.2rem) !important;
  line-height: 1;
}
.blog-hero__query .wp-block-post-template > li:not(:first-child) .wp-block-post-title { font-size: clamp(1.35rem, 1.9vw, 2.1rem) !important; }

/* Editorial page heroes share the article rhythm: one quiet surface, a strong title and no boxed color block. */
.page-intro--editorial {
  padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(2.25rem, 5vw, 4rem);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--kien-ink);
  border-bottom: 1px solid var(--kien-line);
  border-radius: 0;
  box-shadow: none;
}
.page-intro--editorial h1 {
  max-width: 940px;
  margin: .75rem 0 1.2rem;
  font-size: clamp(3rem, 7vw, 6.4rem) !important;
  line-height: .92;
  letter-spacing: -.07em;
}
.page-intro--editorial > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--kien-muted); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; }

/* A compact personal banner gives the contact page a clear identity before the CTA. */
.contact-identity-banner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--kien-ink);
  border-bottom: 1px solid var(--kien-line);
}
.contact-identity-banner h2 { max-width: 720px; margin: .55rem 0 .8rem; font-size: clamp(2rem, 4.5vw, 4.2rem) !important; line-height: .98; letter-spacing: -.06em; }
.contact-identity-banner p:not(.section-label):not(.section-link) { max-width: 560px; margin: 0; color: var(--kien-muted); }
.contact-identity-banner .section-link { margin: 0; }
.contact-identity-banner .section-link a { color: var(--kien-ink); border: 1px solid var(--kien-ink); text-decoration: none; }
.contact-identity-banner .section-link a:hover { color: var(--kien-ivory); background: var(--kien-ink); border-color: var(--kien-ink); }
.about-contact__links { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.about-contact__links .section-link { margin: 0; }

@media (max-width: 780px) {
  .wp-block-group.lab-hero--immersive.alignwide { width: calc(100% + 2.5rem) !important; margin-right: -1.25rem !important; margin-left: -1.25rem !important; }
  .blog-hero__query .wp-block-post-template { grid-template-columns: 1fr; }
  .blog-hero__slide,
  .blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide { min-height: 320px; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .blog-hero__query .wp-block-post-template > li:first-child .blog-hero__slide { border-top: 0; }
  .contact-identity-banner { display: block !important; }
  .contact-identity-banner .section-link { margin-top: 1.3rem; }
  .about-contact__links { margin-top: 1.2rem; }
}

/* Responsive portfolio pass: the layout keeps its editorial rhythm while giving
   tablet and phone screens more room to breathe. */
.about-portfolio {
  margin-top: clamp(4rem, 8vw, 8rem);
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
.about-portfolio__intro {
  max-width: 760px;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--kien-line);
}
.about-portfolio__intro h2 {
  max-width: 760px;
  margin: .65rem 0 1rem;
  font-size: clamp(2.35rem, 5vw, 4.6rem) !important;
  line-height: .98;
  letter-spacing: -.065em;
}
.about-portfolio__intro p:last-child { max-width: 620px; margin: 0; color: var(--kien-muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.55; }
.about-portfolio__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  border-bottom: 1px solid var(--kien-line);
}
.about-project {
  min-height: 245px;
  padding: clamp(1.35rem, 3vw, 2.3rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.6rem, 3vw, 2.8rem);
  border-bottom: 1px solid var(--kien-line);
}
.about-project:nth-child(odd) { border-right: 1px solid var(--kien-line); }
.about-project:nth-last-child(-n + 2) { border-bottom: 0; }
.about-project__number { margin: 0 0 2.25rem; color: var(--kien-muted); font: 500 .75rem/1 var(--wp--preset--font-family--mono, ui-monospace, monospace); letter-spacing: .12em; }
.about-project h3 { margin: 0 0 .7rem; font-size: clamp(1.5rem, 2.4vw, 2.25rem); line-height: 1; letter-spacing: -.045em; }
.about-project > p:not(.about-project__number):not(.about-project__link) { max-width: 34rem; margin: 0; color: var(--kien-muted); line-height: 1.55; }
.about-project__link { margin: 1.45rem 0 0; font-weight: 600; }
.about-project__link a { color: var(--kien-ink); text-decoration: none; }
.about-project__link a:hover { text-decoration: underline; text-underline-offset: .2em; }
.about-method {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  border-bottom: 1px solid var(--kien-line);
}
.about-method__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 3rem);
  margin-top: 1.6rem;
}
.about-method__steps > div { display: grid; gap: .6rem; align-content: start; }
.about-method__steps span { color: var(--kien-muted); font: 500 .75rem/1 var(--wp--preset--font-family--mono, ui-monospace, monospace); letter-spacing: .12em; }
.about-method__steps strong { font-size: clamp(1.1rem, 1.8vw, 1.35rem); letter-spacing: -.025em; }
.about-method__steps p { margin: 0; color: var(--kien-muted); line-height: 1.5; }
.about-project-banner { margin: clamp(2.5rem, 6vw, 5rem) 0 0; }
.about-project-banner img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; filter: grayscale(1) contrast(1.04); }
.about-project-banner figcaption { margin-top: .65rem; color: var(--kien-muted); font: 500 .72rem/1.4 var(--wp--preset--font-family--mono, ui-monospace, monospace); letter-spacing: .08em; text-transform: uppercase; }
.about-contact__email { margin-top: .9rem !important; }
.about-contact__email a,
.article-cta__email a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; text-underline-offset: .2em; }
.article-cta__email { margin: .9rem 0 0 !important; }

/* Header/search and density at tablet widths. */
@media (max-width: 1100px) {
  .search-trigger { display: none !important; }
  .site-header__inner { min-height: 68px; }
  .site-navigation .wp-block-navigation__container { gap: clamp(.65rem, 2vw, 1.25rem); }
  .site-footer__grid { gap: 2.5rem; }

  /* WordPress' default overlay keeps the menu content aligned to the old
     desktop edge. Rebuild the open state as a full-screen, scrollable panel
     so every item remains visible on short tablet and phone viewports. */
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed !important;
    z-index: 1000 !important;
    inset: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: clamp(5rem, 12vw, 7rem) clamp(1.25rem, 5vw, 3rem) 2rem !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: var(--kien-ivory) !important;
  }
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
  }
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: 100% !important;
  }
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: block !important;
    padding: .85rem 0 !important;
    color: var(--kien-ink) !important;
    font-size: clamp(1.45rem, 5vw, 2.2rem) !important;
    line-height: 1.15 !important;
    text-align: left !important;
  }
  .site-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after { display: none !important; }
  .site-navigation .wp-block-navigation__responsive-container-close {
    position: fixed !important;
    top: 1rem !important;
    right: clamp(1.25rem, 5vw, 3rem) !important;
    z-index: 1001 !important;
    display: flex !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    color: var(--kien-ink) !important;
    background: transparent !important;
    border: 1px solid var(--kien-line) !important;
    border-radius: 999px !important;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .site-header__inner,
  .site-footer__grid,
  .site-footer__bottom { padding-inline: clamp(1.5rem, 4vw, 3rem); }
  .lab-hero--immersive { min-height: min(720px, calc(100svh - 68px)); }
  .lab-hero--immersive .lab-hero__copy { width: min(760px, 82vw); padding: 4.5rem clamp(1.5rem, 5vw, 4rem); }
  .lab-hero--immersive h1 { font-size: clamp(3.6rem, 7.5vw, 6rem) !important; }
  .lab-hero--immersive .lab-hero__lede { max-width: 34rem; font-size: clamp(1.1rem, 2.2vw, 1.45rem) !important; }
  .section-heading { gap: 2rem; }
  .content-library { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); padding-inline: clamp(1.5rem, 4vw, 3rem); }
  .about-intro--feature { grid-template-columns: 150px minmax(0, 1fr); gap: 1.75rem; padding: 2rem; align-items: start; box-shadow: 8px 8px 0 #d8d8d5; }
  .about-intro--feature .about-intro__portrait { width: 150px; max-width: 150px; box-shadow: 7px 7px 0 rgba(255,255,255,.14); }
  .about-intro--feature .about-intro__copy h2 { max-width: 520px; margin: .4rem 0 .85rem; font-size: clamp(2.25rem, 5vw, 3.35rem) !important; }
  .about-intro--feature .about-intro__copy > p:not(.section-label):not(.section-link) { max-width: 520px; font-size: .98rem; line-height: 1.5; }
  .about-intro--feature .about-intro__note { font-size: .86rem !important; }
  .about-intro--feature .about-intro__copy .section-link { margin-top: 1rem; }
  .about-method__steps { gap: 1.5rem; }
  .site-footer__grid { grid-template-columns: minmax(0, 1.2fr) minmax(130px, .8fr); }
  .site-footer__businesses { grid-column: 2; }
}

@media (max-width: 700px) {
  .site-header__inner { min-height: 64px; padding-block: .7rem; }
  .site-brand { gap: .65rem; min-width: 0; }
  .site-brand__mark { width: 2.15rem; height: 2.15rem; }
  .site-brand__name { font-size: 1rem; }
  .site-tagline { display: none !important; }
  .site-navigation { margin-left: auto; }
  .lab-hero--immersive { min-height: calc(100svh - 64px); }
  .lab-hero--immersive .lab-hero__copy { width: 100%; padding: 3.5rem 1.25rem 4rem; }
  .lab-hero--immersive h1 { font-size: clamp(2.7rem, 13vw, 4.4rem) !important; line-height: .92; }
  .lab-hero--immersive .lab-hero__lede { max-width: 31rem; font-size: 1.05rem !important; line-height: 1.45; }
  .lab-hero__actions { display: grid !important; grid-template-columns: 1fr; gap: .65rem; align-items: stretch; }
  .lab-hero__actions .wp-block-button,
  .lab-hero__actions .wp-block-button__link { width: 100%; }
  .lab-hero__actions .wp-block-button__link { justify-content: center; }
  .section-heading { display: block !important; }
  .section-heading .section-link { margin-top: 1rem; }
  .ideas-section--editorial { padding-block: 3.5rem; }
  .ideas-section--editorial .article-row { display: block !important; padding-block: 1.5rem; }
  .ideas-section--editorial .article-row__meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
  .content-library { display: block !important; padding: 3.25rem 1.25rem; }
  .content-library__intro { max-width: none; }
  .content-library__paths { margin-top: 2.5rem; }
  .content-library__paths a { grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; padding-block: 1rem; }
  .content-library__paths a span { grid-column: 1 / -1; grid-row: 2; }
  .about-intro--feature { display: block !important; padding: 1.25rem; box-shadow: 6px 6px 0 #d8d8d5; }
  .about-intro--feature .about-intro__portrait { width: min(38vw, 140px); margin-bottom: 1.35rem; box-shadow: 6px 6px 0 rgba(255,255,255,.14); }
  .about-intro--feature .about-intro__copy h2 { margin: .35rem 0 .75rem; font-size: clamp(2rem, 9vw, 2.8rem) !important; }
  .about-intro--feature .about-intro__copy > p:not(.section-label):not(.section-link) { font-size: .98rem; line-height: 1.5; }
  .about-intro--feature .about-intro__note { font-size: .84rem !important; }
  .page-intro--editorial { padding-block: 2.5rem 2.25rem; }
  .page-intro--editorial h1 { font-size: clamp(2.7rem, 13vw, 4.5rem) !important; }
  .page-intro--editorial > p:last-child { font-size: 1.08rem; }
  .blog-hero__intro h1 { font-size: clamp(2.7rem, 13vw, 4.5rem) !important; }
  .blog-hero__slide { min-height: 300px; padding: 1.5rem 1.25rem; }
  .blog-hero__query .wp-block-post-template > li:first-child .wp-block-post-title,
  .blog-hero__query .wp-block-post-template > li:not(:first-child) .wp-block-post-title { font-size: clamp(1.65rem, 8vw, 2.55rem) !important; }
  .article-header--editorial { padding-block: 2.5rem 2rem; }
  .article-header--editorial h1 { font-size: clamp(2.55rem, 11vw, 4.5rem) !important; }
  .article-header--editorial .wp-block-post-excerpt { font-size: 1.1rem !important; }
  .article-meta { gap: .55rem 1rem; }
  .article-reading-shell { padding-inline: 1.25rem; }
  .about-portfolio { margin-block: 4rem 5rem; }
  .about-portfolio__intro h2 { font-size: clamp(2.25rem, 10vw, 3.5rem) !important; }
  .about-portfolio__grid { grid-template-columns: 1fr; }
  .about-project,
  .about-project:nth-last-child(-n + 2) { min-height: 0; padding: 1.5rem 0 1.75rem; border-right: 0; border-bottom: 1px solid var(--kien-line); }
  .about-project:last-child { border-bottom: 0; }
  .about-project__number { margin-bottom: 1.35rem; }
  .about-method__steps { grid-template-columns: 1fr; gap: 1.75rem; }
  .about-project-banner { margin-top: 2.75rem; }
  .about-project-banner img { aspect-ratio: 1.45 / 1; }
  .contact-identity-banner h2 { font-size: clamp(2.1rem, 9vw, 3.2rem) !important; }
  .about-contact { padding-block: 3rem; }
  .about-contact__links { display: grid; grid-template-columns: 1fr; gap: .6rem; }
  .about-contact__links .section-link a,
  .article-cta__links a { display: block; }
  .article-cta__links { display: grid; grid-template-columns: 1fr; gap: .65rem; width: 100%; }
  .site-footer { min-height: 650px; padding-top: 3rem; }
  .site-footer__grid { display: grid !important; grid-template-columns: 1fr; gap: 2.5rem; padding-inline: 1.25rem; }
  .site-footer__businesses { grid-column: auto; }
  .site-footer__bottom { display: block !important; margin-top: 3.5rem; padding-inline: 1.25rem; }
  .site-footer__bottom > * + * { margin-top: .65rem; }
}

/* About-page contact CTA follows the same compact action band as the homepage. */
.about-contact {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(3.5rem, 6vw, 5rem);
  padding: clamp(1.8rem, 4vw, 3.25rem);
  background: #111;
}
.about-contact > div:first-child { max-width: 620px; }
.about-contact h2 { max-width: 560px; margin: .2rem 0 .75rem; font-size: clamp(2rem, 4vw, 3.35rem) !important; line-height: .98; }
.about-contact__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; align-items: center; margin: 0; }
.about-contact__links .section-link { margin: 0; }
.about-contact__links .section-link a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: .65rem .9rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.about-contact__links .section-link a:hover { color: #111; background: #fff; border-color: #fff; }

@media (max-width: 700px) {
  .about-contact { display: block !important; padding: 2rem 1.25rem; }
  .about-contact__links { display: grid; grid-template-columns: 1fr; gap: .6rem; width: 100%; margin-top: 1.2rem; }
  .about-contact__links .section-link a { display: flex; justify-content: space-between; width: 100%; }
}
