@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  --ink: #102a4c;
  /* Match the dominant backdrop RGB (135,202,252) of the supplied portrait. */
  --sky: #87cafc;
  --paper: #f5f2eb;
  --pink: #f34f83;
  --pink-ink: #a91748;
  --quiet: #455c76;
  --rule: #91a1af;
  --line: 1px solid var(--rule);
  --font-body: 'DM Sans', Arial, sans-serif;
  --font-display: Anton, Impact, 'Arial Narrow', sans-serif;
  --font-editorial: Georgia, 'Times New Roman', serif;
  --gutter: clamp(1.25rem, 4.5vw, 5rem);
  --width: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 2rem; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.55 var(--font-body); -webkit-font-smoothing: antialiased; overflow-wrap: break-word; }
body, button, input, select, textarea { font-family: var(--font-body); }
::selection { background: var(--pink); color: var(--ink); }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; vertical-align: middle; }
figure { margin: 0; }
button, input, select, textarea { font: inherit; }
button, input[type=submit] { cursor: pointer; }
button { color: inherit; }
button:disabled, input:disabled { cursor: not-allowed; opacity: .65; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .65em; font-weight: 700; line-height: 1.12; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.3em; }
blockquote { margin: 2rem 0; }
hr { margin: 2rem 0; border: 0; border-top: var(--line); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.site-footer :focus-visible, .statement :focus-visible, .feature-split :focus-visible { outline-color: var(--sky); }
[hidden], input[type=hidden] { display: none !important; }
.screen-reader-text, .honeypot { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .8rem 1.2rem; color: var(--ink); background: white; border: 2px solid var(--ink); transform: translateY(-200%); font-weight: 700; }
.skip-link:focus { transform: none; clip: auto; clip-path: none; width: auto; height: auto; overflow: visible; margin: 0; white-space: normal; }
.wrap { width: min(var(--width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding-block: clamp(3rem, 6vw, 6rem); }
.section--blue { background: var(--sky); }
.section--ink { color: var(--paper); background: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.1rem; font: 750 .73rem/1.4 var(--font-body); text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::after { content: ''; height: 1px; width: clamp(3rem, 17vw, 15rem); background: currentColor; opacity: .7; }
.display { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.8rem, 5.6vw, 5.6rem); line-height: 1.02; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.serif { font-family: var(--font-editorial); font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 48px; padding: .78rem 1.4rem; border: 1.5px solid var(--ink); border-radius: 0; color: var(--paper); background: var(--ink); font-size: .91rem; font-weight: 750; line-height: 1.4; text-decoration: none; text-align: center; transition: background .15s, color .15s; }
.button:hover, .wp-block-button__link:hover { color: var(--ink); background: var(--sky); text-decoration: none; }
.button--outline { background: transparent; color: var(--ink); }
.button--outline:hover { color: var(--paper); background: var(--ink); }
.button--pink { background: var(--pink); color: #091d35; border-color: var(--pink); }
.button--pink:hover { color: var(--ink); background: var(--paper); border-color: var(--ink); }
.button--sky { background: var(--sky); color: var(--ink); border-color: var(--sky); }
.button--sky:hover { background: var(--paper); border-color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; font-size: .9rem; text-underline-offset: .35em; }
.arrow { display: inline-block; font-weight: 400; font-size: 1.5em; line-height: 1; }
.chips { display: flex; flex-wrap: wrap; gap: .45rem; min-width: 0; max-width: 100%; }
.chip { display: inline-flex; align-items: center; min-width: 0; max-width: 100%; min-height: 30px; padding: .23rem .62rem; border: 1px solid currentColor; font-size: .72rem; line-height: 1.45; font-weight: 650; text-decoration: none; overflow-wrap: anywhere; word-break: normal; }
.chip > *, .button > *, .text-link > * { min-width: 0; overflow-wrap: anywhere; }
.button, .text-link { max-width: 100%; overflow-wrap: anywhere; }
a.chip:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.chip--filled { background: var(--sky); border-color: var(--sky); }
.marked { position: relative; display: inline-block; z-index: 0; white-space: nowrap; }
.marked::after { content: ''; position: absolute; z-index: -1; bottom: -.018em; left: -.025em; width: 103%; height: .085em; min-height: 5px; background: var(--pink); transform: rotate(-1.8deg); }

/* Masthead: strong wordmark and a generous, readable navigation. */
.site-header { position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--ink); }
.header-inner { display: flex; align-items: center; gap: 2rem; min-height: 100px; }
.brand { display: flex; flex: 0 0 auto; flex-direction: column; color: var(--ink); text-decoration: none; line-height: 1; }
.brand-name { font: 400 clamp(1.7rem, 3vw, 2.55rem)/.98 var(--font-display); letter-spacing: -.025em; }
.brand-role { margin-top: .45rem; font-size: .65rem; font-weight: 750; line-height: 1.2; }
.brand .custom-logo { width: auto; max-width: 215px; max-height: 65px; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); padding: 0; margin: 0; list-style: none; }
.primary-nav .menu > li { position: relative; margin: 0; }
.primary-nav .menu a { display: block; padding-block: .6rem; text-decoration: none; font-size: .86rem; font-weight: 750; line-height: 1.3; }
.primary-nav .menu a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--pink-ink); text-underline-offset: .4em; }
.primary-nav .sub-menu { display: none; position: absolute; z-index: 3; top: 100%; left: -.8rem; padding: .7rem 1rem; margin: 0; min-width: 230px; border: 1px solid var(--ink); background: var(--paper); list-style: none; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu .sub-menu { position: static; border: 0; padding: 0 0 0 1rem; }
.header-contact { position: relative; flex-shrink: 0; display: inline-flex; align-items: center; gap: 1rem; min-height: 46px; padding: .78rem 1.1rem; border: 0; color: #091d35; background: transparent; font-size: .85rem; font-weight: 800; text-decoration: none; isolation: isolate; }
.header-contact::before { content: ''; position: absolute; z-index: -1; inset: 0; background: var(--pink); transform: rotate(-4deg); }
.header-contact:hover::before { background: var(--sky); }
.header-contact:hover { background: transparent; }
.menu-toggle { display: none; }

/* Opening composition. Oversized type lives beside a real portrait. */
.hero { position: relative; overflow: hidden; background: var(--sky); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.2fr .9fr; gap: 1.5rem; align-items: end; min-height: 650px; }
.hero-copy { position: relative; z-index: 3; padding-block: 3rem 4rem; }
.hero-title { position: relative; width: 116%; margin: 0 0 1.6rem -.035em; font-family: var(--font-display); font-size: clamp(5rem, 10.25vw, 10.3rem); font-weight: 400; letter-spacing: -.033em; line-height: .98; text-transform: uppercase; }
.hero-title-line { display: block; }
.hero-title .marked::after { bottom: -.025em; height: .072em; }
.hero-title::before { content: ''; position: absolute; right: 4%; top: -.12em; width: .23em; height: .23em; border-top: .048em solid var(--pink); border-right: .048em solid var(--pink); }
.hero-subtitle { position: relative; max-width: 640px; margin-bottom: .6rem; font: 700 clamp(1.55rem, 2.25vw, 2.15rem)/1.12 var(--font-editorial); letter-spacing: -.045em; }
.hero-description { max-width: 33rem; font-size: 1rem; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.hero-portrait { position: relative; z-index: 2; align-self: stretch; margin: 0 -3rem 0 -4rem; display: flex; align-items: end; justify-content: center; }
.hero-photo { width: 100%; height: 630px; object-fit: contain; object-position: center bottom; }
.hero-portrait > img { width: 100%; height: 630px; object-fit: contain; object-position: center bottom; }
.hero-label { position: absolute; z-index: 4; right: -1rem; top: 29%; padding: .6rem 1rem; background: var(--pink); color: #091d35; font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 1.65rem); line-height: 1.1; text-transform: uppercase; transform: rotate(-9deg); }
.hero-architecture { position: absolute; z-index: 1; right: 0; bottom: 0; width: 45%; height: 74%; object-fit: cover; object-position: center; }
.hero-strip { position: relative; z-index: 4; padding: .83rem var(--gutter); color: var(--pink); background: var(--ink); text-align: center; font: 400 clamp(1.5rem, 2vw, 1.8rem)/1.35 var(--font-display); letter-spacing: clamp(.09em, .5vw, .22em); text-transform: uppercase; }
.hero-strip p { margin: 0; }
.hero-strip > span { display: inline-block; white-space: nowrap; }

/* Editorial index. Square photos, rules, generous newspaper-like titles. */
.section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 1rem 2rem; margin-bottom: 2rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--ink); }
.section-heading h2 { max-width: 100%; margin: 0; font: 700 clamp(2.2rem, 4.4vw, 4.25rem)/1.03 var(--font-editorial); letter-spacing: -.05em; text-wrap: balance; }
.section-heading .display { font-family: var(--font-display); font-weight: 400; letter-spacing: -.025em; }
.section-heading > .text-link { padding-bottom: .35rem; flex-shrink: 0; }
.beliefs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.55rem; }
.topic-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding-right: 1.55rem; border-right: var(--line); }
.topic-card:last-child { border-right: 0; }
.topic-number { margin-bottom: .85rem; color: var(--pink); font: 700 3.7rem/.9 var(--font-editorial); letter-spacing: -.08em; }
.topic-image { position: relative; margin: .8rem 0 1.4rem; aspect-ratio: 4 / 3; }
.topic-image img { width: 100%; height: 100%; object-fit: cover; }
.topic-image::before, .topic-image::after { content: ''; position: absolute; z-index: 1; width: 1.45rem; height: 1.45rem; pointer-events: none; }
.topic-image::before { top: -.35rem; left: -.35rem; border-top: 6px solid var(--pink); border-left: 6px solid var(--pink); }
.topic-image::after { bottom: -.35rem; right: -.35rem; border-bottom: 6px solid var(--pink); border-right: 6px solid var(--pink); }
.topic-body { display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.topic-title { margin-bottom: .6rem; font: 400 clamp(1.6rem, 2.4vw, 2.4rem)/1.05 var(--font-display); letter-spacing: -.02em; text-transform: uppercase; }
.topic-title a { text-decoration: none; }
.topic-title a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.topic-body p { margin-bottom: 1.5rem; font-size: .91rem; line-height: 1.5; }
.topic-body .text-link { margin-top: auto; }
.topic-card .topic-count { margin-top: .4rem; color: var(--quiet); font-size: .75rem; }
.statement { padding: clamp(1.8rem, 3.5vw, 3.25rem) var(--gutter); background: var(--pink); color: #091d35; text-align: center; }
.statement p, .statement .serif { margin: 0; font: 700 clamp(1.6rem, 3.5vw, 3.25rem)/1.14 var(--font-editorial); letter-spacing: -.045em; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--paper); }
.feature-split > img, .feature-split > figure { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.feature-split > figure img { width: 100%; height: 100%; object-fit: cover; }
.feature-split > div:not(.wrap), .feature-copy { align-self: center; padding: clamp(2rem, 4.4vw, 4.5rem); }
.feature-split .display { max-width: 38rem; font-size: clamp(3rem, 4.8vw, 4.7rem); margin-bottom: 1rem; }
.feature-split p { max-width: 34rem; }
.feature-split .serif { margin-block: 1.2rem; font-size: 1.6rem; font-weight: 400; }
.feature-split .button { margin-top: .65rem; }
.post-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem 2rem; }
.post-card { display: flex; flex-direction: column; min-width: 0; padding-bottom: 1.5rem; border-bottom: var(--line); }
.post-card-image { display: block; position: relative; margin: 0 0 1.15rem; overflow: hidden; aspect-ratio: 16 / 9; background: var(--sky); }
.post-card-image img { width: 100%; height: 100%; object-fit: contain; }
.post-card-image:focus-visible { outline-offset: 4px; }
.post-image-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 1.5rem; background: var(--sky); }
.post-image-fallback span { position: relative; font: 400 clamp(2.5rem, 4.5vw, 4.5rem)/1 var(--font-display); letter-spacing: -.03em; }
.post-image-fallback span::after { content: ''; position: absolute; bottom: -.13em; left: 0; width: 100%; height: .08em; background: var(--pink); transform: rotate(-3deg); }
.post-card-body { display: flex; flex-direction: column; flex: 1; align-items: flex-start; }
.post-meta, .entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .8rem; min-width: 0; max-width: 100%; font-size: .73rem; line-height: 1.5; font-weight: 600; }
.post-meta > *, .entry-meta > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.post-meta { margin-bottom: .75rem; color: var(--quiet); }
.post-meta a { color: var(--ink); font-weight: 750; }
.post-title { margin-bottom: .65rem; font: 700 clamp(1.4rem, 2.05vw, 1.9rem)/1.14 var(--font-editorial); letter-spacing: -.035em; }
.post-title a { text-decoration: none; }
.post-title a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.post-excerpt { margin-bottom: 1rem; font-size: .89rem; line-height: 1.55; }
.post-card .chips { margin-top: auto; padding-top: .5rem; }
.post-card .text-link { margin-top: 1rem; }
.post-card--featured { grid-column: span 2; }
.post-card--featured .post-title { font-size: clamp(1.8rem, 3vw, 3rem); }
.latest-actions { display: flex; justify-content: center; margin-top: clamp(2rem, 3vw, 2.5rem); }
.latest-actions .button { min-height: 48px; max-width: 100%; }

/* Interior mastheads carry the same graphic language as the home. */
.page-hero { position: relative; overflow: hidden; background: var(--sky); padding-block: clamp(2.4rem, 5vw, 4.75rem); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero .display { max-width: 1040px; font-size: clamp(3.6rem, 7.8vw, 7.75rem); }
.page-hero .serif { max-width: 800px; margin-block: 1.25rem .65rem; font-size: clamp(1.45rem, 2.55vw, 2.35rem); }
.page-hero .archive-description, .page-hero-inner > p:not(.eyebrow):not(.breadcrumbs) { max-width: 760px; font-size: 1.07rem; }
.page-hero--image { padding-block: 0; }
.page-hero--image .page-hero-inner { min-height: 420px; padding-block: clamp(2rem, 4vw, 4rem); }
.page-hero--image .page-hero-inner > :not(.page-hero-art) { position: relative; z-index: 2; max-width: 63%; }
.page-hero--image .display { font-size: clamp(3.6rem, 6.75vw, 6.75rem); }
.page-hero-art { position: absolute; top: 0; right: calc(var(--gutter) * -1); width: 42%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.page-hero > .page-hero-art { right: 0; width: 39%; }
.accent-dot { color: var(--pink-ink); }
.page-hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--sky), transparent 17%); pointer-events: none; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; font-size: .75rem; line-height: 1.6; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.archive-description { max-width: 850px; }
.archive-description p { margin-bottom: .8rem; }
.archive-description a { text-decoration: underline; }
.archive-tools { margin-bottom: 2.5rem; }
.archive-tools .search-form { max-width: 580px; margin-bottom: 1.3rem; }
.search-form { display: flex; flex-wrap: nowrap; gap: 0; align-items: stretch; }
.search-form label { flex: 1; min-width: 0; }
.search-field { width: 100%; height: 100%; min-height: 48px; border: 1px solid var(--ink); border-radius: 0; padding: .8rem 1rem; background: transparent; color: var(--ink); }
.search-form > .search-field { flex: 1 1 0%; min-width: 0; width: auto; }
.search-field::placeholder { color: var(--quiet); opacity: 1; }
.search-form .button, .search-submit { flex: 0 0 auto; border-radius: 0; min-height: 48px; padding: .8rem 1.2rem; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: .9rem; font-weight: 700; white-space: nowrap; overflow-wrap: normal; }
.search-form .button:hover, .search-submit:hover { background: var(--sky); color: var(--ink); }
.filter-nav { display: flex; flex-wrap: wrap; gap: .55rem; padding-block: 1.3rem; border-top: var(--line); border-bottom: var(--line); }
.filter-nav a, .filter-nav span { min-width: 0; max-width: 100%; padding: .55rem .88rem; border: 1px solid var(--ink); font-size: .8rem; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.filter-nav a:hover { background: var(--sky); }
.filter-nav a[aria-current], .filter-nav .is-active, .filter-nav .current { color: var(--paper); background: var(--ink); }
.entry-topics-more { margin-top: 6px; font-size: .875rem; }
.entry-topics-more summary { min-height: 44px; padding-block: 11px; cursor: pointer; text-decoration: underline; text-underline-offset: .2em; }
.entry-topics-more[open] summary { margin-bottom: 6px; }
.entry-skip { min-height: 44px; margin-top: 4px; font-size: .875rem; }
.pagination, .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 2.5rem; }
.pagination .nav-links { margin: 0; }
.page-numbers { display: inline-flex; justify-content: center; align-items: center; min-width: 44px; min-height: 44px; padding: .5rem .9rem; border: 1px solid var(--ink); font-size: .85rem; font-weight: 700; text-decoration: none; }
.page-numbers.current, a.page-numbers:hover { color: var(--paper); background: var(--ink); }
.page-numbers.dots { border-color: transparent; }
.empty-state { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--ink); background: var(--sky); }
.empty-state h2, .empty-state h3 { font: 700 clamp(1.7rem, 3vw, 2.7rem)/1.15 var(--font-editorial); letter-spacing: -.04em; }
.empty-state p { max-width: 45rem; }
.empty-state .button, .empty-state .search-form { margin-top: 1.5rem; }

/* Articles are articles: the content stays in a quiet, readable column. */
.entry-header { padding-block: clamp(2rem, 4.5vw, 4.5rem); background: var(--sky); }
.entry-title { margin: 0 0 1.6rem; max-width: 1230px; font: 400 clamp(2.7rem, 6.2vw, 6.25rem)/1.06 var(--font-display); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.entry-meta { margin: .6rem 0 1rem; font-size: .82rem; }
.entry-meta .author { font: 700 1.1rem/1.3 var(--font-editorial); }
.entry-header .chips { margin-top: 1rem; }
.entry-cover { margin: 0; background: var(--sky); }
.entry-cover.wrap { margin-inline: auto; }
.entry-cover img { width: 100%; height: auto; max-height: none; object-fit: contain; }
.entry-cover figcaption { padding: .5rem var(--gutter); background: var(--paper); color: var(--quiet); font-size: .72rem; text-align: right; }
.entry-layout { display: grid; grid-template-columns: minmax(160px, .65fr) minmax(0, 2.3fr) minmax(0, .2fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; padding-block: clamp(2.5rem, 5vw, 5rem); }
.entry-aside { padding-right: 1.5rem; border-right: var(--line); font-size: .8rem; }
.entry-aside .eyebrow { font-size: .68rem; }
.entry-aside .eyebrow::after { display: none; }
.entry-aside p { margin-bottom: 1rem; }
.entry-aside ul { margin: 1rem 0; padding: 0; list-style: none; }
.entry-aside li { margin: 0 0 .75rem; }
.entry-aside .chips { margin-block: 1rem; }
.entry-aside .chip { font-size: .68rem; }
.share-button { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 0; border: 0; background: transparent; font-size: .77rem; font-weight: 700; line-height: 1.4; text-align: left; text-decoration: underline; text-underline-offset: .25em; }
.share-status { display: block; margin-top: .5rem; font-size: .75rem; font-weight: 650; }
.entry-content { min-width: 0; font: 400 clamp(1.07rem, 1.5vw, 1.22rem)/1.72 var(--font-editorial); }
.entry-content > :first-child { margin-top: 0; }
.entry-content > p:first-child { font-size: 1.14em; line-height: 1.55; }
.entry-content > * { margin-block: 0 1.4rem; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-top: 2rem; margin-bottom: .8rem; font-family: var(--font-editorial); font-weight: 700; line-height: 1.2; letter-spacing: -.025em; }
.entry-content h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.entry-content h3 { font-size: 1.6rem; }
.entry-content h4 { font-size: 1.3rem; }
.entry-content a { text-decoration-color: var(--pink-ink); text-decoration-thickness: 1.5px; }
.entry-content a:hover { text-decoration-color: var(--ink); }
.entry-content li { margin-bottom: .6rem; }
.entry-content ul ul, .entry-content ol ol, .entry-content ol ul, .entry-content ul ol { margin-block: .5rem; }
.entry-content blockquote, .wp-block-quote { margin: 2rem 0; padding: 1.35rem 1.5rem 1.35rem 1.75rem; background: var(--sky); border-left: 6px solid var(--pink); font-size: 1.18em; line-height: 1.42; }
.entry-content blockquote p:last-of-type { margin-bottom: 0; }
.entry-content blockquote cite, .wp-block-quote cite { display: block; margin-top: .8rem; font: 500 .78rem/1.5 var(--font-body); }
.entry-content figure { max-width: 100%; }
.entry-content img { height: auto; }
.entry-content figcaption, .wp-caption-text { margin-top: .55rem; color: var(--quiet); font: 400 .76rem/1.5 var(--font-body); }
.entry-content table { width: 100%; border-collapse: collapse; font: 400 .92rem/1.5 var(--font-body); }
.entry-content th, .entry-content td { padding: .75rem; border: var(--line); text-align: left; vertical-align: top; }
.entry-content th { background: var(--sky); font-weight: 750; }
.entry-content .wp-block-table { overflow-x: auto; }
.entry-content pre { overflow-x: auto; padding: 1.25rem; background: #e9e8e3; font-size: .85rem; }
.entry-content code { font-size: .88em; }
.entry-content iframe, .entry-content video { max-width: 100%; }
.entry-content > .alignwide { width: 100%; }
.entry-content .aligncenter { margin-inline: auto; }
.entry-content .alignleft { float: left; margin: .5rem 1.5rem 1rem 0; max-width: 50%; }
.entry-content .alignright { float: right; margin: .5rem 0 1rem 1.5rem; max-width: 50%; }
.entry-content::after { content: ''; display: table; clear: both; }
.entry-content .wp-block-separator { margin-block: 2rem; }
.entry-content .wp-block-pullquote { padding: 1.5rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.entry-content .wp-block-pullquote blockquote { background: transparent; border: 0; padding: 0; margin: 0; }
.entry-content .wp-block-button__link { font-family: var(--font-body); }
.entry-content .wp-block-file { font: 600 .9rem/1.5 var(--font-body); }
.entry-content .wp-block-file__button { background: var(--ink); color: var(--paper); border-radius: 0; }
.entry-content .wp-block-embed { margin-block: 1.5rem; }
.entry-content .wp-block-image, .entry-content .wp-block-gallery { margin-block: 1.5rem; }
.entry-content .wp-block-details { border-block: var(--line); padding-block: 1rem; }
.entry-content .wp-block-details summary { cursor: pointer; font-weight: 700; }
.entry-content .wp-block-details[open] summary { margin-bottom: 1rem; }
.entry-content .wp-block-columns { gap: 2rem; }
.entry-content .wp-block-column { min-width: 0; }
.entry-content .wp-block-cover { color: white; }
.entry-content .has-ink-color { color: var(--ink); }
.entry-content .has-sky-color { color: var(--sky); }
.entry-content .has-paper-color, .entry-content .has-ivory-color { color: var(--paper); }
.entry-content .has-pink-color { color: var(--pink); }
.entry-content .has-ink-background-color { background: var(--ink); }
.entry-content .has-sky-background-color { background: var(--sky); }
.entry-content .has-paper-background-color, .entry-content .has-ivory-background-color { background: var(--paper); }
.entry-content .has-pink-background-color { background: var(--pink); }
.related-posts { margin-top: clamp(2.5rem, 5vw, 5rem); padding-top: 2rem; border-top: 1px solid var(--ink); }
.related-posts > h2 { font: 400 clamp(2.1rem, 4vw, 3.2rem)/1.1 var(--font-display); text-transform: uppercase; }
.page-content { max-width: 850px; margin-inline: auto; }
.page-content.entry-content { max-width: 850px; }
.section.wrap.entry-content { max-width: 850px; }
.page-links { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin-top: 2rem; font: 650 .85rem/1.4 var(--font-body); }
.page-links > a, .page-links > span { padding: .6rem .8rem; border: 1px solid var(--ink); }
.post-navigation { padding-top: 2rem; margin-top: 2rem; border-top: var(--line); }
.post-navigation .nav-links { justify-content: space-between; gap: 2rem; }
.post-navigation .nav-previous, .post-navigation .nav-next { flex: 1 1 220px; }
.post-navigation .nav-next { text-align: right; }

/* Personal pages and functional contact form. */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.about-grid .serif { font-size: clamp(1.65rem, 2.8vw, 2.7rem); }
.about-grid .entry-content { font-size: 1.1rem; }
.page-hero.about-masthead, .page-hero.contact-masthead { padding-block: clamp(2rem, 4vw, 3.5rem); }
.about-masthead .display, .contact-masthead .display { max-width: 100%; font-size: clamp(3.25rem, 5.5vw, 5.5rem); }
.about-masthead .serif { margin: 1rem 0 0; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 400; }
.about-page-grid { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.4fr); align-items: start; gap: clamp(2rem, 5vw, 4.5rem); max-width: 1080px; }
.about-page-portrait { position: relative; width: 100%; max-width: 300px; margin: 0; padding: 14px 8px 0; background: var(--sky); }
.about-page-portrait::after { content: ''; position: absolute; right: -6px; bottom: -6px; width: 48px; height: 48px; border-right: 7px solid var(--pink); border-bottom: 7px solid var(--pink); pointer-events: none; }
.about-page-photo { display: block; width: 100%; height: auto; }
.about-page-copy { min-width: 0; }
.about-page-copy .entry-content { font-size: 1.1rem; }
.about-page-contact { min-height: 48px; margin-top: .5rem; }
.portrait-frame { position: relative; background: var(--sky); }
.portrait-frame img { width: 100%; max-height: 640px; object-fit: cover; object-position: center top; }
.portrait-frame::after { content: ''; position: absolute; inset: .75rem -.55rem -.55rem .75rem; z-index: -1; border: 5px solid var(--pink); }
.action-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin-block: 2.5rem; }
.step { position: relative; padding: 0 2rem 0 0; border-right: var(--line); }
.step:last-child { padding-right: 0; border-right: 0; }
.step .topic-number { display: block; }
.step h3 { font: 400 clamp(1.5rem, 2.5vw, 2.25rem)/1.1 var(--font-display); text-transform: uppercase; }
.step p { font-size: .9rem; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); }
.contact-grid .display { font-size: clamp(3rem, 5.5vw, 5.6rem); }
.contact-grid .serif { max-width: 32rem; font-weight: 400; font-size: 1.4rem; line-height: 1.3; }
.contact-grid > div > img { width: 100%; max-height: 280px; margin-top: 2rem; object-fit: cover; }
.contact-page-grid { align-items: start; }
.contact-page-grid.contact-page-grid--native { grid-template-columns: minmax(0, 1fr); }
.contact-page-intro, .contact-page-panel { min-width: 0; }
.contact-page-intro > p { max-width: 36rem; font-size: 1.05rem; line-height: 1.6; }
.contact-page-intro .contact-page-lead { margin-bottom: 1.5rem; font: 400 clamp(1.35rem, 2.4vw, 1.75rem)/1.35 var(--font-editorial); letter-spacing: -.025em; }
.contact-page-panel { border-top: 4px solid var(--pink); padding-top: 1.5rem; }
.contact-page-panel > .serif { margin: 0 0 1.5rem; font-size: 2rem; font-weight: 700; }
.contact-page-panel .contact-form input:not([type=checkbox]):not([type=hidden]), .contact-page-panel .contact-form select { min-height: 48px; }
.contact-page-panel .contact-form .button { min-height: 48px; }
.contact-form { padding-top: .35rem; }
.contact-form .form-row { margin: 0 0 1.15rem; }
.contact-form label { display: block; margin-bottom: .4rem; font-size: .83rem; font-weight: 750; }
.contact-form input:not([type=checkbox]):not([type=submit]), .contact-form textarea, .contact-form select { display: block; width: 100%; padding: .75rem .85rem; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: #fff; line-height: 1.5; }
.contact-form textarea { resize: vertical; min-height: 180px; }
.contact-form input[type=checkbox] { width: 18px; height: 18px; margin: 0 .5rem 0 0; vertical-align: middle; accent-color: var(--ink); }
.contact-form .form-note, .contact-form small { display: block; color: var(--quiet); font-size: .76rem; line-height: 1.5; }
.contact-privacy, #kmr-message-help { display: block; margin-top: .5rem; color: var(--quiet); font-size: .76rem; line-height: 1.5; }
.contact-form label span { font-weight: 400; font-size: .76rem; }
.contact-form .button { margin-top: .7rem; }
.form-message { margin-bottom: 1.5rem; padding: 1rem 1.2rem; border: 1.5px solid var(--ink); background: var(--sky); font-size: .9rem; }
.form-message--error { background: #fce3eb; border-color: var(--pink-ink); }
.form-message a { font-weight: 750; }

/* Footer and native WordPress fallbacks. */
.site-footer { padding-block: 0 1.5rem; color: var(--paper); background: var(--ink); }
.footer-masthead { display: grid; grid-template-columns: 1.4fr 1fr; align-items: stretch; }
.footer-scene { position: relative; min-width: 0; min-height: 400px; margin: 0; background: var(--sky); }
.footer-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.footer-signature { align-self: center; min-width: 0; padding: clamp(2rem, 4vw, 4rem); }
.site-footer .footer-signature .brand-name { margin-bottom: 1.35rem; color: var(--sky); font-size: clamp(1.6rem, 2.1vw, 2.1rem); }
.site-footer .footer-motto { margin: 0 0 1.35rem; font: 400 clamp(3.5rem, 5.9vw, 6rem)/1.02 var(--font-display); text-transform: uppercase; letter-spacing: -.025em; }
.site-footer .footer-role { margin: 0; font-size: .85rem; line-height: 1.5; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; padding-top: 2.25rem; }
.footer-grid nav .menu, .footer-grid nav > ul { display: flex; flex-wrap: wrap; align-items: start; gap: .4rem 1.75rem; }
.footer-grid nav .menu > li, .footer-grid nav > ul > li { min-width: 0; }
.footer-grid nav a, .social-links a { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; overflow-wrap: anywhere; }
.footer-grid .social-links { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; }
.site-footer .footer-grid .eyebrow { margin-bottom: .35rem; color: var(--sky); font-size: .66rem; }
.site-footer .footer-grid .eyebrow::after { width: 4rem; }
.site-footer .brand { color: var(--paper); }
.site-footer .brand-name { font-size: 2.15rem; }
.site-footer .brand-role { font-weight: 500; font-size: .75rem; }
.site-footer .menu, .site-footer nav > ul, .footer-links, .social-links { margin: 0; padding: 0; list-style: none; }
.site-footer .menu li, .site-footer nav > ul li, .footer-links li, .social-links li { margin-bottom: .55rem; }
.site-footer .menu a, .site-footer nav > ul a, .footer-links a, .social-links a { font-size: .83rem; text-decoration: none; }
.site-footer .menu a:hover, .site-footer nav > ul a:hover, .footer-links a:hover, .social-links a:hover { text-decoration: underline; text-decoration-color: var(--sky); }
.site-footer h2, .site-footer h3 { margin-bottom: 1rem; color: var(--sky); font: 750 .7rem/1.3 var(--font-body); letter-spacing: .1em; text-transform: uppercase; }
.site-footer p { max-width: 34rem; font-size: .8rem; }
.site-footer .brand-name { display: inline-block; margin-bottom: .8rem; text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem 2rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #63768d; font-size: .7rem; }
.footer-bottom p { margin: 0; font-size: inherit; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 1rem; padding: 0; list-style: none; font-size: .8rem; }
.sticky { position: relative; }
.bypostauthor { border-left-color: var(--pink); }
.wp-caption { max-width: 100%; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.gallery-item { margin: 0; }
.gallery-caption { margin-top: .5rem; font-size: .8rem; }
.comment-list { padding: 0; list-style: none; }
.comment-list .comment { padding-block: 1.5rem; border-top: var(--line); }
.comment-list .children { padding-left: 1.5rem; list-style: none; }
.comment-author { display: flex; align-items: center; gap: .5rem; font-size: .9rem; }
.comment-author .avatar { width: 36px; height: 36px; }
.comment-metadata, .reply { font-size: .75rem; }
.comment-form label { display: block; margin-bottom: .3rem; }
.comment-form input:not([type=checkbox]):not([type=submit]), .comment-form textarea { width: 100%; padding: .7rem; border: 1px solid var(--ink); border-radius: 0; background: white; }
.comment-form input[type=submit] { padding: .8rem 1.2rem; border: 0; background: var(--ink); color: var(--paper); }
.comment-form-cookies-consent label { display: inline; font-size: .85rem; }
.error404 .page-hero .display { font-size: clamp(5rem, 15vw, 12rem); }

@media (min-width: 1600px) {
  .hero-inner { min-height: 700px; }
  .hero-photo, .hero-portrait > img { height: 700px; }
}
@media (max-width: 1150px) {
  .header-inner { gap: 1.2rem; min-height: 90px; }
  .primary-nav .menu { gap: 1rem; }
  .primary-nav .menu a { font-size: .78rem; }
  .header-contact { padding: .72rem .8rem; font-size: .78rem; gap: .6rem; }
  .hero-inner { min-height: 590px; }
  .hero-photo, .hero-portrait > img { height: 570px; }
  .hero-portrait { margin-right: -2rem; margin-left: -4rem; }
  .hero-copy { padding-block: 2.5rem 3rem; }
  .hero-label { right: 1rem; }
  .hero-actions { gap: .6rem; }
  .hero-actions .button { padding: .72rem .9rem; font-size: .8rem; gap: .6rem; }
  .beliefs-grid { gap: 1.2rem; }
  .topic-card { padding-right: 1.2rem; }
  .topic-title { font-size: 1.8rem; }
  .entry-layout { grid-template-columns: 160px minmax(0, 1fr); }
}
@media (max-width: 940px) {
  .header-inner { flex-wrap: wrap; padding-block: 1rem; min-height: 88px; }
  .brand-name { font-size: 2.05rem; }
  .brand-role { font-size: .61rem; }
  .header-contact { align-self: flex-start; margin: .7rem 0 .35rem; }
  .primary-nav { flex: 1 0 100%; order: 5; width: 100%; margin: 0; }
  .primary-nav .menu { flex-wrap: wrap; gap: .35rem 1.5rem; padding-top: .65rem; border-top: var(--line); }
  .primary-nav .menu a { font-size: .87rem; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding: .5rem .7rem; margin-left: auto; border: 1px solid var(--ink); background: transparent; font-size: .8rem; font-weight: 750; }
  .js .primary-nav { display: none; }
  .js .site-header.nav-open .primary-nav { display: block; }
  .primary-nav .sub-menu { position: static; min-width: 0; border: 0; padding: .2rem 0 .2rem 1rem; background: transparent; }
  .primary-nav .menu > li:has(.sub-menu) { flex: 1 0 100%; }
  .primary-nav .sub-menu { display: block; }
  /* A composed opening on narrow windows: headline and bust share one row. */
  .hero-inner { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 0 .5rem; align-items: start; padding-block: 1.2rem 1.4rem; }
  .hero-copy { display: contents; }
  .hero .eyebrow { grid-column: 1 / -1; grid-row: 1; margin: 0 0 .65rem; font-size: .65rem; }
  .hero .eyebrow::after { width: 4rem; }
  .hero-title { grid-column: 1; grid-row: 2; align-self: center; width: 100%; margin: 0; font-size: clamp(2.5rem, 14.4vw, 6rem); line-height: 1.02; }
  .hero-title-line { white-space: nowrap; }
  .hero-title::before { right: 4%; top: -.32em; width: .2em; height: .2em; }
  .hero-portrait { grid-column: 2; grid-row: 2; position: relative; align-self: end; min-width: 0; width: 100%; height: clamp(172px, 49vw, 260px); margin: 0; overflow: hidden; }
  .hero-photo, .hero-portrait > img { position: absolute; top: -6px; left: 50%; width: 200%; max-width: 390px; height: auto; object-fit: initial; object-position: initial; transform: translateX(-50%); }
  .hero-label { top: auto; right: .25rem; bottom: .8rem; padding: .35rem .55rem; font-size: clamp(.82rem, 2.9vw, 1.15rem); transform: rotate(-6deg); }
  .hero-subtitle { grid-column: 1 / -1; grid-row: 3; max-width: 100%; margin: .9rem 0 .55rem; font-size: clamp(1.3rem, 3.8vw, 1.85rem); line-height: 1.16; }
  .hero-description { grid-column: 1 / -1; grid-row: 4; max-width: 44rem; margin: 0; font-size: .95rem; line-height: 1.45; }
  .hero-actions { grid-column: 1 / -1; grid-row: 5; display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin: .9rem 0 0; }
  .hero-actions .button { min-height: 46px; padding: .65rem .55rem; gap: .4rem; justify-content: space-between; font-size: .8rem; }
  .hero-strip { padding: .65rem .8rem; color: #ff84ad; font-size: clamp(1rem, 2.2vw, 1.25rem); line-height: 1.35; letter-spacing: .035em; }
  .beliefs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  .topic-card { padding-right: 2rem; }
  .topic-card:nth-child(2n) { padding-right: 0; border-right: 0; }
  .topic-title { font-size: 2.2rem; }
  .topic-image { aspect-ratio: 1.7; }
  .feature-split { grid-template-columns: .85fr 1.15fr; }
  .feature-split > img, .feature-split > figure { min-height: 350px; }
  .feature-split .display { font-size: 3rem; }
  .post-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .post-list > .post-card:last-child:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .post-list > .post-card:last-child:nth-child(3) .post-card-image { margin: 0; }
  .post-title { font-size: 1.65rem; }
  .page-hero--image .page-hero-inner > :not(.page-hero-art) { max-width: 64%; }
  .page-hero--image .display { font-size: 4rem; }
  .page-hero--image .page-hero-inner { min-height: 350px; }
  .action-steps { gap: 1.5rem; }
  .step { padding-right: 1.5rem; }
  .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 2rem; }
}
@media (max-width: 680px) {
  :root { --gutter: 1.25rem; }
  .section { padding-block: 2.75rem; }
  .header-inner { gap: .75rem; min-height: 70px; padding-block: .65rem; }
  .brand-name { font-size: 1.8rem; }
  .brand-role { font-size: .57rem; margin-top: .33rem; }
  .brand { min-height: 44px; justify-content: center; }
  .header-contact { min-height: 44px; padding: .6rem .65rem; font-size: .71rem; gap: .4rem; }
  .js .menu-toggle { min-height: 44px; padding: .45rem .55rem; font-size: .72rem; }
  .menu-toggle svg { width: 16px; height: 16px; }
  .primary-nav .menu { display: grid; grid-template-columns: 1fr 1fr; padding-block: .6rem .1rem; gap: .15rem 1rem; }
  .primary-nav .menu > li { min-width: 0; }
  .primary-nav .menu a { display: flex; align-items: center; min-height: 44px; padding-block: .7rem; }
  .chip, .filter-nav a, .filter-nav span, .text-link, .share-button { min-height: 44px; }
  .hero-architecture { width: 100%; height: 340px; }
  .eyebrow { font-size: .66rem; gap: .75rem; }
  .section-heading { align-items: start; gap: .9rem; margin-bottom: 1.5rem; }
  .section-heading h2 { font-size: 2.3rem; line-height: 1.07; }
  .section-heading > .text-link { font-size: .83rem; }
  .beliefs-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .topic-card { padding: 0 0 1.5rem; border-right: 0; border-bottom: var(--line); }
  .topic-card:last-child { padding-bottom: 0; border-bottom: 0; }
  .topic-number { font-size: 3.15rem; margin-bottom: .65rem; }
  .topic-title { font-size: 2.25rem; line-height: 1.1; }
  .topic-image { aspect-ratio: 1.8; margin-bottom: 1rem; }
  .topic-image::before, .topic-image::after { width: 1rem; height: 1rem; border-width: 4px; }
  .topic-body p { font-size: 1rem; line-height: 1.5; margin-bottom: 1rem; }
  .topic-body .text-link { font-size: 1rem; gap: .5rem; }
  .statement { padding: 1.5rem 1.25rem; }
  .statement p, .statement .serif { font-size: 1.9rem; }
  .feature-split { display: flex; flex-direction: column; }
  .feature-split > img, .feature-split > figure { height: 270px; min-height: 0; }
  .feature-split > div:not(.wrap), .feature-copy { padding: 2.1rem 1.25rem 2.5rem; }
  .feature-split .display { font-size: clamp(2.65rem, 8.5vw, 3.8rem); }
  .feature-split .serif { font-size: 1.45rem; }
  .post-list { grid-template-columns: 1fr; gap: 2rem; }
  .post-card--featured { grid-column: auto; }
  .post-list > .post-card:last-child:nth-child(3) { display: flex; gap: 0; }
  .post-list > .post-card:last-child:nth-child(3) .post-card-image { margin-bottom: 1.15rem; }
  .post-title, .post-card--featured .post-title { font-size: 1.9rem; }
  .post-excerpt { font-size: .92rem; }
  .page-hero { padding-block: 2.25rem; }
  .page-hero .display, .page-hero--image .display { font-size: clamp(3rem, 10.2vw, 4.9rem); line-height: 1.06; }
  .page-hero .serif { font-size: 1.6rem; }
  .page-hero .archive-description, .page-hero-inner > p:not(.eyebrow):not(.breadcrumbs) { font-size: .96rem; }
  .page-hero--image { padding-block: 0; }
  .page-hero--image .page-hero-inner { min-height: 0; padding-block: 2rem 0; }
  .page-hero--image .page-hero-inner > :not(.page-hero-art) { max-width: 100%; }
  .page-hero-art { position: relative; display: block; inset: auto; width: calc(100% + var(--gutter) * 2); height: 230px; margin: 1.7rem calc(var(--gutter) * -1) 0; object-fit: cover; }
  .page-hero-art::after { display: none; }
  .page-hero > .page-hero-art { width: 100%; margin: 1.7rem 0 0; }
  .breadcrumbs { font-size: .7rem; margin-bottom: 1.1rem; }
  .filter-nav { gap: .45rem; padding-block: 1rem; }
  .filter-nav a, .filter-nav span { padding: .5rem .7rem; font-size: .73rem; }
  .archive-tools { margin-bottom: 1.75rem; }
  .search-form .button, .search-submit { padding-inline: .8rem; font-size: .8rem; }
  .search-field { padding-inline: .8rem; font-size: 16px; }
  .contact-form input:not([type=checkbox]):not([type=submit]), .contact-form textarea, .contact-form select, .comment-form input:not([type=checkbox]):not([type=submit]), .comment-form textarea { font-size: 16px; }
  .entry-header { padding-block: 2rem; }
  .entry-title { font-size: clamp(2.4rem, 8.5vw, 3.8rem); line-height: 1.1; margin-bottom: 1.25rem; }
  .entry-meta { font-size: .73rem; }
  .entry-layout { display: flex; flex-direction: column; gap: 1.5rem; }
  .entry-aside { order: 2; width: 100%; padding: 1.5rem 0 0; border-right: 0; border-top: var(--line); }
  .entry-content { width: 100%; font-size: 1.1rem; line-height: 1.7; }
  .entry-content > p:first-child { font-size: 1.1em; }
  .entry-content blockquote { padding: 1.1rem 1rem; font-size: 1.15em; }
  .entry-content .alignleft, .entry-content .alignright { float: none; max-width: 100%; margin: 1.5rem auto; }
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) { flex-direction: column; }
  .entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column { flex-basis: 100% !important; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .portrait-frame { max-width: 410px; margin-inline: auto; }
  .portrait-frame img { max-height: 500px; }
  .about-grid .serif { font-size: 1.8rem; }
  .action-steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .step { padding: 0 0 1.5rem; border-right: 0; border-bottom: var(--line); }
  .step:last-child { padding-bottom: 0; border-bottom: 0; }
  .step .topic-number { display: inline-block; width: 70px; vertical-align: top; margin: 0 .5rem 0 0; }
  .step h3 { display: inline-block; max-width: calc(100% - 95px); padding-top: .3rem; font-size: 2rem; }
  .step p { margin: .5rem 0 0; }
  .contact-grid .display { font-size: 3.4rem; }
  .contact-grid .serif { font-size: 1.35rem; }
  .footer-masthead { grid-template-columns: 1fr; }
  .footer-scene { min-height: 0; height: 240px; }
  .footer-scene img { object-position: 66% center; }
  .footer-signature { padding: 1.8rem var(--gutter) 2rem; }
  .site-footer .footer-signature .brand-name { margin-bottom: 1rem; font-size: 1.8rem; }
  .site-footer .footer-motto { font-size: clamp(3.4rem, 11vw, 4.5rem); margin-bottom: 1.25rem; }
  .site-footer .footer-role { font-size: .85rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.2rem; padding-top: 1.25rem; border-top: 1px solid #63768d; }
  .footer-grid nav .menu, .footer-grid nav > ul { gap: .25rem 1.25rem; }
  .footer-grid .social-links { gap: .25rem 1.4rem; }
  .site-footer { padding-top: 0; }
  .footer-bottom { margin-top: 2rem; }
}
@media (max-width: 390px) {
  .search-form { flex-direction: column; gap: .6rem; }
  .search-form > .search-field, .search-form > label:not(.screen-reader-text), .search-form .button, .search-submit { width: 100%; flex-basis: auto; }
  .search-form .button, .search-submit { min-height: 48px; }
  .brand-name { font-size: 1.55rem; }
  .brand-role { max-width: 150px; font-size: .51rem; }
  .header-inner { gap: .5rem; }
  .header-contact { font-size: .66rem; padding: .5rem; }
  .header-contact .arrow { display: none; }
  .js .menu-toggle { padding: .4rem; font-size: .7rem; }
  .section-heading h2 { font-size: 2.05rem; }
  .entry-title { font-size: 2.45rem; }
}
@media (max-width: 360px) {
  .hero-actions .button { justify-content: center; white-space: nowrap; }
  .hero-actions .button > [aria-hidden] { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media print {
  :root { --gutter: 0px; }
  body { background: white; color: black; font: 11pt/1.5 Georgia, serif; }
  .site-header, .site-footer, .hero-actions, .archive-tools, .entry-aside, .share-button, .related-posts, .contact-form, .pagination, .post-navigation, .skip-link { display: none !important; }
  .wrap { width: 100%; }
  .section, .entry-header, .page-hero { padding-block: 1rem; background: white; }
  .entry-layout { display: block; }
  .entry-title, .page-hero .display { color: black; font: 700 28pt/1.12 Georgia, serif; text-transform: none; }
  .entry-content { font-size: 11pt; }
  .entry-content a { color: black; }
  .entry-content a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 8pt; overflow-wrap: anywhere; }
  h1, h2, h3, img, blockquote { break-inside: avoid; }
  h1, h2, h3 { break-after: avoid; }
  p { orphans: 3; widows: 3; }
}

/* Compact editorial article header: image beside the title, never a second hero. */
.entry-heading-copy { min-width: 0; }
.entry-heading--illustrated { display: grid; grid-template-columns: minmax(0, 1fr) 132px; gap: 1.25rem; align-items: start; }
.entry-heading-visual { margin: .25rem 0 0; position: relative; }
.entry-heading-visual img { display: block; width: 100%; height: auto; border-bottom: 4px solid var(--pink); }
.entry-heading-visual figcaption { font-size: .7rem; line-height: 1.4; margin-top: .5rem; }
@media (min-width: 700px) {
  .entry-heading--illustrated { grid-template-columns: minmax(0, 1fr) minmax(180px, 25%); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
  .entry-heading .entry-title { font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
}
@media (max-width: 699px) {
  .entry-heading--illustrated { grid-template-columns: 1fr; gap: 1rem; }
  .entry-heading .entry-title { font-size: clamp(2.15rem, 8vw, 3.2rem); }
  .entry-heading-visual { width: 132px; justify-self: end; }
}
@media (min-width: 1100px) { .beliefs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
