:root { --page: #eceeef; --paper: #fff; --ink: #232c34; --muted: #56616b; --line: #c5cbd0; --soft: #f3f5f6; --chrome: #e1e5e8; --link: #245785; --dark: #3b4a59; --focus: #155f9b; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--page); color: var(--ink); font: 15px/1.5 Arial, Helvetica, sans-serif; }
a { color: var(--link); text-underline-offset: 3px; }
a:hover { color: #163e64; }
button, input, select { font: inherit; }
button, .button { cursor: pointer; border: 1px solid #89949d; border-radius: 2px; background: var(--soft); color: var(--ink); padding: 8px 12px; min-height: 42px; }
button:hover, .button:hover { background: var(--chrome); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
::selection { background: #ccdeed; color: var(--ink); }
input { caret-color: var(--focus); }
input, select { border: 1px solid #89949d; border-radius: 0; padding: 9px 10px; min-height: 42px; color: var(--ink); background: var(--paper); max-width: 100%; }
input::placeholder { color: var(--muted); }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 30px; line-height: 1.15; margin-bottom: 10px; }
h2 { font-size: 21px; line-height: 1.25; }
h3 { font-size: 17px; line-height: 1.35; }
p + p { margin-top: 12px; }
small, .small { font-size: 13px; }
.muted { color: var(--muted); }
.skip { position: absolute; left: 12px; top: -100px; padding: 10px; background: white; z-index: 10; }
.skip:focus { top: 8px; }
.review-bar { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 9px max(18px, calc((100vw - 1220px) / 2)); background: #d9dde0; font-size: 13px; }
.site-shell { max-width: 1220px; margin: 0 auto 32px; background: var(--paper); border: 1px solid var(--line); border-top: 0; }
.masthead { min-height: 86px; background: var(--dark); color: white; display: flex; align-items: center; padding: 18px 22px; gap: 30px; }
.wordmark { font-size: 27px; font-weight: bold; line-height: 1.1; color: white; text-decoration: none; }
.wordmark:hover { color: white; text-decoration: underline; }
.wordmark span { display: block; font-size: 12px; font-weight: normal; margin-top: 6px; }
.masthead p { font-size: 14px; color: #e1e5e8; }
.masthead nav { display: flex; flex-wrap: wrap; gap: 24px; margin-left: auto; }
.masthead nav a { color: white; padding: 8px 0; text-decoration: none; }
.masthead nav a[aria-current] { text-decoration: underline; text-decoration-thickness: 2px; }
.review-note { background: var(--soft); border-bottom: 1px solid var(--line); color: var(--muted); padding: 10px 22px; font-size: 12px; }
main { min-height: 65vh; padding: 22px; }
main:focus { outline: none; }
.profile-grid { display: grid; grid-template-columns: 204px minmax(0, 1fr) 250px; gap: 20px; align-items: start; }
.module { border: 1px solid var(--line); margin-bottom: 18px; }
.module > h2 { font-size: 15px; padding: 7px 10px; background: var(--chrome); border-bottom: 1px solid var(--line); }
.module-body { padding: 12px; }
.module-body p { font-size: 13px; }
.module ul { margin: 0; padding: 0; list-style: none; }
.module li + li { margin-top: 12px; }
.module li a { display: inline-block; padding: 4px 0; }
.portrait { aspect-ratio: 1; display: grid; place-content: center; text-align: center; background: var(--soft); border: 1px dashed #96a0a9; margin-bottom: 12px; color: var(--muted); }
.portrait strong { font-size: 48px; color: #707c86; line-height: 1.1; }
.portrait span { font-size: 12px; margin-top: 10px; }
.profile-intro { margin-bottom: 22px; }
.profile-intro .muted { margin-top: 8px; font-size: 13px; }
.profile-left > p { margin-bottom: 18px; font-size: 13px; }
.tabs { display: flex; flex-wrap: wrap; border-bottom: 1px solid #89949d; margin: 18px 0; }
.tabs a { padding: 8px 12px; background: var(--soft); border: 1px solid var(--line); border-bottom: 0; text-decoration: none; margin-right: 3px; }
.tabs a.active { background: var(--dark); color: white; }
.status-box { border: 1px solid var(--line); padding: 12px; background: var(--soft); margin-bottom: 22px; }
.status-box strong { display: block; font-size: 13px; margin-bottom: 5px; }
.section-heading { display: flex; align-items: baseline; gap: 12px; justify-content: space-between; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.section-heading a { font-size: 13px; }
.feed-entry { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.avatar { width: 36px; height: 36px; background: var(--chrome); display: grid; place-items: center; color: var(--dark); font-size: 13px; font-weight: bold; }
.entry-meta { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.feed-entry h3 { margin-bottom: 8px; }
.feed-entry h3 a, .archive-row h3 a { text-decoration: none; }
.feed-entry h3 a:hover, .archive-row h3 a:hover { text-decoration: underline; }
.feed-entry p { font-size: 14px; }
.entry-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; font-size: 13px; }
.media-slot { min-height: 140px; border: 1px dashed #96a0a9; background: var(--soft); display: grid; place-content: center; text-align: center; padding: 18px; color: var(--muted); margin: 14px 0; font-size: 13px; }
.media-slot.large { min-height: 260px; }
.media-slot strong { display: block; color: var(--ink); margin-bottom: 5px; }
.photo-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 8px; margin: 12px 0; }
.photo-strip .media-slot { min-height: 105px; padding: 8px; margin: 0; font-size: 12px; }
.module li a.shelf-link { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.shelf-link .stamp { flex: 0 0 35px; height: 35px; background: var(--chrome); display: grid; place-items: center; color: var(--ink); font-size: 12px; }
.shelf-link span:last-child { text-decoration: underline; }
.note { padding: 12px 0 0; font-size: 12px; color: var(--muted); }
.page-intro { margin-bottom: 25px; max-width: 75ch; }
.page-intro p { color: var(--muted); }
.archive-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); column-gap: 30px; }
.archive-grid > .search-form, .archive-grid > .archive-results { grid-column: 2; }
.archive-grid > .filter-panel { grid-column: 1; grid-row: 1 / span 2; }
.filter-panel { align-self: start; border: 1px solid var(--line); padding: 14px; background: var(--soft); }
.filter-panel h2 { font-size: 16px; margin-bottom: 14px; }
.filter-panel label { display: block; font-size: 13px; margin-top: 12px; }
.filter-panel select { display: block; width: 100%; margin-top: 5px; }
.filter-panel a { display: inline-block; margin-top: 18px; font-size: 13px; }
.filter-panel button { width: 100%; margin-top: 18px; }
.search-form { display: flex; gap: 8px; margin-bottom: 18px; }
.search-form input { flex: 1; min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.results-header { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 12px; font-size: 13px; }
.results-header p { color: var(--muted); }
.year-group { border-top: 1px solid var(--line); margin-top: 12px; }
.year-group > h2 { background: var(--soft); padding: 8px 10px; font-size: 16px; }
.archive-row { padding: 18px 10px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 93px minmax(0, 1fr); gap: 18px; }
.date-label { font-size: 12px; color: var(--muted); }
.archive-row p { margin-top: 6px; font-size: 14px; max-width: 70ch; }
.tagline { font-size: 12px; color: var(--muted); margin-top: 9px; }
.notice { padding: 18px; background: var(--soft); border: 1px solid var(--line); }
.notice h2 { margin-bottom: 8px; }
.notice p { max-width: 70ch; }
.notice a, .notice button { display: inline-block; margin-top: 12px; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 35px; margin-top: 22px; }
.story { max-width: 75ch; }
.story h1 { font-size: 32px; margin: 14px 0; }
.story h2 { margin: 28px 0 12px; }
.story .lede { font-size: 18px; line-height: 1.6; }
.story .date-label { font-size: 13px; }
.story-copy { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 4px; }
.story ul { padding-left: 20px; }
.story li + li { margin-top: 8px; }
.source-list { padding: 0; list-style: none; }
.source-list li { border-bottom: 1px solid var(--line); padding: 9px 0; }
.source-list a { overflow-wrap: anywhere; }
.source-list small { display: block; margin-top: 5px; }
.desk-grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 28px; }
.desk-group { margin-bottom: 32px; }
.desk-group h2 { margin-bottom: 15px; }
.source-row { padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 16px; }
.source-row h3 { font-size: 15px; }
.source-row p { font-size: 13px; margin-top: 5px; }
.source-row a { overflow-wrap: anywhere; }
.pill { display: inline-block; font-size: 11px; padding: 2px 5px; border: 1px solid var(--line); color: var(--muted); margin-top: 6px; }
.workflow { padding-left: 20px; font-size: 14px; }
.workflow li { padding-bottom: 15px; }
.workflow strong { display: block; }
details { border-bottom: 1px solid var(--line); padding: 12px 0; }
summary { cursor: pointer; min-height: 28px; color: var(--link); }
details p { margin-top: 10px; font-size: 13px; color: var(--muted); }
.loading { padding: 40px 0; }
footer { border-top: 1px solid var(--line); padding: 16px 22px; display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
@media (max-width: 1050px) { .profile-grid { grid-template-columns: 180px minmax(0, 1fr); } .profile-right { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .masthead p { display: none; } }
@media (max-width: 700px) {
  .review-bar { padding: 8px 14px; font-size: 11px; gap: 10px; }
  .review-bar a { flex-shrink: 0; }
  .site-shell { border: 0; margin-bottom: 0; }
  .masthead { flex-wrap: wrap; padding: 18px 16px 12px; gap: 16px; }
  .wordmark { font-size: 26px; }
  .masthead nav { width: 100%; margin: 0; gap: 22px; font-size: 14px; }
  .masthead nav a { padding: 5px 0; }
  .review-note { padding: 10px 16px; }
  main { padding: 18px 16px; }
  h1 { font-size: 27px; }
  .profile-grid, .archive-grid, .story-grid, .desk-grid { display: flex; flex-direction: column; gap: 20px; }
  .profile-left { width: 100%; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 0 14px; align-items: center; }
  .portrait { margin: 0; }
  .portrait strong { font-size: 28px; }
  .portrait span { font-size: 10px; margin-top: 3px; }
  .profile-left > p { margin: 0; }
  .profile-left .module { display: none; }
  .profile-center, .profile-right, .archive-results, .story, .story-aside, .desk-grid > * { width: 100%; min-width: 0; }
  .profile-right { display: block; }
  .profile-intro { margin-bottom: 16px; }
  .tabs { margin: 14px 0; }
  .tabs a { padding: 8px 10px; font-size: 13px; }
  .feed-entry { grid-template-columns: 28px minmax(0, 1fr); gap: 9px; padding: 18px 0; }
  .avatar { width: 28px; height: 28px; font-size: 10px; }
  .filter-panel { width: 100%; }
  .filter-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
  .filter-panel h2 { margin-bottom: 0; }
  .filter-panel button { width: auto; margin-right: 12px; }
  .archive-row { grid-template-columns: 1fr; gap: 6px; padding: 17px 2px; }
  .story h1 { font-size: 28px; }
  .story .lede { font-size: 17px; }
  .media-slot.large { min-height: 200px; }
  .source-row { grid-template-columns: 1fr; gap: 6px; }
  .photo-strip .media-slot { min-height: 88px; }
  footer { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }

/* Facebook-era visual build. Existing archive/search structure is retained. */
:root { --page: #edf0f4; --paper: #fff; --ink: #182438; --muted: #53647d; --line: #c8d6e7; --soft: #f2f5f9; --chrome: #e3eaf3; --link: #244a87; --dark: #3b5998; --focus: #1b58a0; }
html { scrollbar-color: #adbdd3 #edf0f4; }
body { font: 14px/1.42 Arial, Helvetica, sans-serif; }
a { text-decoration: none; }
a:hover { color: #153a73; text-decoration: underline; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
h1 { font-size: 36px; letter-spacing: -.025em; line-height: 1.15; margin-bottom: 4px; color: #101d37; }
h2 { font-size: 20px; }
h3 { font-size: 17px; line-height: 1.3; }
small, .small { font-size: 12px; }
button, .button { border: 1px solid #a3b2c9; border-radius: 2px; background: linear-gradient(#fff, #e0e6ee); color: var(--link); padding: 6px 12px; min-height: 32px; font-weight: 700; box-shadow: inset 0 1px 0 #fff; }
button:hover, .button:hover { background: #e0e8f4; }
button:active, .button:active { box-shadow: inset 0 1px 3px #acb9cc; }
button:disabled { cursor: default; color: #62748d; background: #edf1f6; }
input, select { border-color: #9bacbf; padding: 7px 9px; min-height: 36px; }
input[type="search"] { -webkit-appearance: none; appearance: none; } /* iOS otherwise rounds search fields and ignores the square border */
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input::placeholder { color: #64738a; }
::selection { background: #c4d8f3; color: #142b50; }
.site-shell { width: calc(100% - 36px); max-width: 1194px; margin: 0 auto; overflow-wrap: break-word; }
.masthead { min-height: 66px; background: linear-gradient(#426dad, #335a98); display: grid; grid-template-columns: 274px minmax(200px,442px) 1fr; padding: 10px 23px; gap: 18px; border-bottom: 1px solid #294c83; }
.wordmark { font-size: 34px; letter-spacing: -.04em; font-weight: 800; line-height: 1; white-space: nowrap; text-shadow: 0 1px 1px #274b7d; }
.wordmark:hover { text-decoration: none; }
.masthead-search { display: flex; background: #fff; border: 1px solid #234879; box-shadow: 0 1px 0 #7998c4; }
.masthead-search input { width: 100%; min-width: 0; border: 0; min-height: 31px; padding: 5px 8px; font-size: 14px; }
.masthead-search button { border: 0; border-left: 1px solid #c7d3e5; border-radius: 0; min-height: 31px; padding: 3px 8px; font-size: 11px; }
.masthead nav { justify-content: flex-end; align-items: center; flex-wrap: nowrap; gap: 23px; white-space: nowrap; margin: 0; }
.masthead nav a, .masthead nav button { color: white; font-size: 15px; font-weight: 400; padding: 8px 0; min-height: 32px; }
.masthead nav button { background: none; border: 0; box-shadow: none; }
.masthead nav a[aria-current] { font-weight: 700; text-decoration: none; }
.masthead nav button:hover { text-decoration: underline; }
.masthead :focus-visible { outline-color: #fff; }
main { min-height: 83vh; padding: 12px 10px 22px; }
.profile-grid { grid-template-columns: 250px minmax(0,1fr) 332px; gap: 12px; }
.profile-left, .profile-center, .profile-right { min-width: 0; }
.profile-left { border-right: 1px solid var(--line); padding-right: 8px; align-self: stretch; }
.profile-right { border-left: 1px solid var(--line); padding-left: 4px; align-self: stretch; }
.module { margin-bottom: 12px; background: #fff; }
.module > h2, .module-heading { font-size: 16px; line-height: 1.25; padding: 5px 10px; background: linear-gradient(#eaf0f7, #dce5f0); border-bottom: 1px solid var(--line); color: #16356a; }
.module-body { padding: 10px; }
.module li + li { margin-top: 10px; }
.module li a { padding: 4px 0; }
.portrait, .profile-portrait { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid #b8c7db; background: #eef2f7; display: block; }
.portrait { padding: 6px; margin-bottom: 10px; background: #fff; }
.portrait .profile-portrait { border: 0; }
.profile-actions { display: grid; gap: 7px; margin: 10px 0 12px; }
.profile-actions button:first-child, .button-primary { color: #fff; border-color: #2c5089; background: linear-gradient(#426dad, #3665a9); box-shadow: inset 0 1px 0 #83a7d7; text-shadow: 0 1px 1px #315689; font-size: 16px; }
.profile-actions button:first-child:hover, .button-primary:hover { background: #345f9f; }
.profile-actions button { width: 100%; }
.profile-actions a { padding: 4px 0; }
.profile-facts { font-size: 13px; color: var(--muted); padding: 8px 2px; }
.profile-facts { margin: 0 0 8px; padding: 0; }
.profile-facts dd { margin: 0; }
.profile-portrait { padding: 7px; box-shadow: none; border-radius: 0; }
.profile-portrait img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.profile-name { margin: 7px 0 8px; }
.entry-author span { font-weight: 400; color: var(--muted); }
.feed-entry.no-avatar { grid-template-columns: 1fr; }
.status-copy span { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; }
.profile-facts strong { color: var(--ink); }
.profile-facts dl, .profile-facts dd { margin: 0; }
.profile-facts dt { font-weight: 700; color: var(--ink); margin-top: 7px; }
.profile-left > p { font-size: 13px; margin-bottom: 10px; }
.currently-building a, .profile-links a { display: flex; align-items: center; gap: 11px; }
.currently-building img { width: 46px; height: 46px; object-fit: cover; flex-shrink: 0; }
.currently-building strong, .profile-links strong { display: block; }
.currently-building small, .profile-links small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; font-weight: 400; }
.archive-years { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; }
.archive-years a { padding: 3px 0; margin: -3px 0; }
.profile-intro { margin: 2px 6px 12px; }
.profile-intro > p { color: #4d5e78; font-size: 17px; line-height: 1.38; }
.profile-intro .muted { margin-top: 2px; font-size: 14px; }
.tabs, .profile-tabs { display: flex; flex-wrap: nowrap; border-bottom: 1px solid #adbed7; margin: 13px 0; gap: 2px; }
.tabs a, .profile-tabs a { padding: 8px 13px; margin: 0; background: linear-gradient(#e8eef6,#dce5f1); border: 1px solid #d0dced; border-bottom: 0; text-decoration: none; font-size: 14px; text-align: center; flex: 1; }
.tabs a:hover, .profile-tabs a:hover { background: #d0ddef; }
.tabs a.active, .profile-tabs a.active, .profile-tabs a[aria-current] { background: linear-gradient(#426dad,#355f9e); color: white; border-color: #7497c7; font-weight: 700; box-shadow: inset 0 1px 0 #7298cd; }
.status-box { padding: 10px; background: #eaf0f7; margin: 12px 0; }
.status-box > strong { display: block; font-size: 13px; color: #24477b; margin-bottom: 7px; }
.status-copy { background: #fff; border: 1px solid #a6b7d1; padding: 9px; font-size: 14px; }
.status-copy p { font-size: 14px; }
.status-avatar { display: none; }
.status-box .small, .status-box small { color: var(--muted); }
.section-heading { padding: 0 2px 8px; }
.section-heading h2 { font-size: 15px; }
.section-heading a { font-size: 12px; }
.feed-entry { grid-template-columns: 44px minmax(0,1fr); gap: 12px; padding: 17px 3px 18px; }
.avatar { width: 44px; height: 44px; object-fit: cover; border: 1px solid #b7c9df; background: #e9edf3; display: block; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.entry-meta { align-items: baseline; gap: 5px 8px; font-size: 11px; }
.entry-author { font-size: 13px; color: var(--link); font-weight: 700; }
.feed-entry h3 { margin-bottom: 7px; color: #152540; }
.feed-entry h3 a { color: inherit; }
.entry-links { gap: 11px; margin-top: 9px; font-size: 12px; }
.entry-links a { text-decoration: underline; padding: 5px 0; margin: -5px 0; } /* larger tap area without changing the row height */
.entry-content { min-width: 0; }
.entry-photo-grid, .photo-strip, .photos-view-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin: 11px 0; }
.photo-button { display: block; width: 100%; border: 1px solid #c1cede; background: #edf1f6; padding: 0; border-radius: 0; box-shadow: none; overflow: hidden; }
.photo-button img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; transition: filter 160ms ease-out; } /* height:auto keeps the intrinsic width/height attributes from overriding the crop */
.photo-button:hover img { filter: brightness(1.06); }
.photo-missing { display: grid; place-items: center; width: 100%; aspect-ratio: 1; padding: 6px; background: #edf1f6; color: var(--muted); font-size: 11px; text-align: center; } /* keeps a failed photo's box and grid position */
.entry-photo-grid .photo-button img, .entry-photo-grid .photo-missing { aspect-ratio: 1 / 1.08; }
.photo-caption, figcaption { color: var(--muted); font-size: 11px; margin-top: 6px; }
.feed-image, .story-image { width: 100%; height: auto; margin: 12px 0 5px; border: 1px solid var(--line); }
.media-slot { min-height: 0; padding: 10px 0; color: var(--muted); font-size: 12px; background: none; border: 0; text-align: left; display: block; }
.top-eight-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px 8px; }
.top-eight-item { min-width: 0; text-align: center; font-size: 11px; line-height: 1.25; overflow-wrap: normal; hyphens: auto; } /* whole-word labels; hyphenate only when a word cannot fit a tile */
.top-eight-item img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; margin-bottom: 6px; border: 1px solid #c4d3e6; }
.top-eight-item span { display: block; }
.top-eight-item:hover img { border-color: #426bb0; }
.top-eight-item img[data-asset="sociallyin-logo"], .top-eight-item img[data-asset="sociallyin-icon"], .top-eight-item img[data-asset="seriously-social"] { object-fit: contain; background: #fff; padding: 3px; }
.entry-photo-grid:has(> :only-child) { grid-template-columns: minmax(0,1fr); }
.entry-photo-grid:has(> :only-child) img, .entry-photo-grid:has(> :only-child) .photo-missing { aspect-ratio: 16 / 9; max-height: 260px; }
.photo-button[data-photo="seriously-social"] img { object-fit: contain; background: #fff; }
.profile-right .module-body > p:first-child { margin-bottom: 9px; color: var(--muted); }
.profile-links img { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; }
.module .profile-links a, .profile-links a { display: flex; padding: 3px 0; font-size: 14px; font-weight: 700; }
.profile-links .social-icon { width: 39px; height: 39px; padding: 3px; }
.preview-footer, .note { font-size: 11px; }
.page-intro { margin: 14px 12px 22px; }
.archive-grid { padding: 8px 12px; }
.results-header h2 { font-size: 17px; }
.year-group > h2 { background: var(--chrome); color: #1a3c73; }
.story-grid { margin: 15px 12px; }
.story { min-width: 0; }
.desk-grid { margin: 12px; }
footer { margin: 0 10px; padding: 12px 10px; font-size: 11px; }
footer a { text-decoration: underline; } /* links inside muted footer text need more than color to stand out */
.local-preview-note { font-size: 10px; text-align: center; color: var(--muted); padding: 7px 12px; background: #f3f6fa; border-top: 1px solid #e0e7f0; }
dialog { padding: 0; border: 1px solid #284b80; border-radius: 4px; background: #f1f4f9; color: var(--ink); max-width: min(92vw,850px); max-height: 90dvh; box-shadow: 0 10px 45px #0d214e66; }
dialog::backdrop { background: #0d214db3; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 12px; color: #fff; background: linear-gradient(#507bb9,#345a95); }
.dialog-heading h2 { font-size: 15px; }
.dialog-close { font-size: 12px; min-height: 29px; min-width: 32px; padding: 4px 9px; }
.photo-dialog { overflow: auto; overscroll-behavior: contain; }
.photo-dialog-image { width: 100%; height: auto; max-height: 69dvh; object-fit: contain; background: #17243a; }
.photo-dialog figcaption, .photo-dialog > p { margin: 0; padding: 10px 14px; }
.profile-view { padding: 6px 3px; }
.profile-view > h2 { font-size: 20px; margin: 14px 0 10px; }
.projects-view { padding: 6px 3px 20px; }
.projects-view > h2 { margin-bottom: 4px; }
.projects-intro { max-width: 50ch; margin: 0 0 16px; color: var(--muted); }
.projects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.project-card { min-width: 0; background: #fff; }
.project-card-sociallyin { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(148px, .78fr) minmax(0, 1.22fr); align-items: stretch; }
.project-image, .project-art { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #f1f4f8; }
.project-image { height: auto; }
.project-card-sociallyin .project-image { height: 100%; min-height: 158px; object-fit: contain; background: #f8fbff; padding: 28px; }
.project-card-noggin .project-image { object-fit: cover; object-position: center; background: #061a83; }
.project-card-confetti .project-image { object-fit: contain; padding: 18px; background: linear-gradient(145deg, #fff 0%, #f9fbff 58%, #f6edf7 100%); }
.project-card-agent-sherlock .project-image { object-position: center 41%; background: #f6edda; }
.project-card-agent-athena .project-image { object-fit: cover; object-position: center 38%; background: #19162f; }
.project-copy { padding: 13px 14px 14px; }
.project-copy h3 { margin: 0 0 6px; font-size: 16px; line-height: 1.2; color: #152540; }
.project-copy p { margin: 0; color: #42536c; font-size: 13px; line-height: 1.45; }
.project-link { display: inline-block; margin-top: 11px; font-size: 12px; font-weight: 700; }
.side-projects { margin-top: 20px; }
.side-projects > h3 { margin: 0 0 8px; padding: 6px 9px; border: 1px solid var(--line); background: linear-gradient(#edf3fa, #e3eaf3); color: var(--link); font-size: 14px; }
.projects-grid-side { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.projects-grid-side .project-copy { padding: 10px 11px 12px; }
.projects-grid-side .project-copy h3 { font-size: 14px; }
.projects-grid-side .project-copy p { font-size: 12px; }
.project-art { position: relative; overflow: hidden; }
.project-art-minion { background: linear-gradient(145deg, #fff2ac 0%, #ffd533 47%, #f1ab18 100%); }
.minion-eye { position: absolute; z-index: 1; top: 23%; width: 28%; aspect-ratio: 1; border: 7px solid #78828a; border-radius: 50%; background: #f9fbfb; box-shadow: inset 0 0 0 7px #17212b; }
.minion-eye::after { content: ''; position: absolute; width: 33%; aspect-ratio: 1; border-radius: 50%; background: #17212b; left: 34%; top: 34%; }.minion-eye-one { left: 19%; }.minion-eye-two { right: 19%; }
.minion-strap { position: absolute; z-index: 0; bottom: -20%; width: 33%; height: 62%; background: #2374bd; border: 4px solid #16558f; }.minion-strap-one { left: 16%; transform: rotate(-21deg); }.minion-strap-two { right: 16%; transform: rotate(21deg); }
.minion-pocket { position: absolute; z-index: 1; width: 28%; height: 22%; bottom: 5%; left: 36%; border: 3px solid #16558f; background: #2d85ca; }.minion-spark { position: absolute; width: 9px; height: 28px; background: #fff7cf; transform: rotate(45deg); }.minion-spark-one { right: 12%; top: 13%; }.minion-spark-two { left: 13%; top: 49%; transform: rotate(-45deg); }
@media (max-width:620px) {
  .projects-grid, .projects-grid-side { grid-template-columns: minmax(0, 1fr); }
  .project-card-sociallyin { grid-column: auto; display: block; }
  .project-card-sociallyin .project-image { min-height: 0; height: auto; aspect-ratio: 16 / 8; }
  .projects-grid-side .project-copy { padding: 13px 14px 14px; }
  .projects-grid-side .project-copy h3 { font-size: 16px; }
  .projects-grid-side .project-copy p { font-size: 13px; }
}
@media (max-width:1120px) and (min-width:901px) {
  .site-shell { width: calc(100% - 20px); }
  .profile-grid { grid-template-columns: 210px minmax(0,1fr) 270px; }
  .profile-right { grid-column: auto; display: block; }
  .masthead { grid-template-columns: 238px minmax(180px,1fr) auto; padding-inline: 16px; gap: 12px; }
  .wordmark { font-size: 31px; }
  .masthead nav { gap: 16px; }
  .tabs a, .profile-tabs a { padding-inline: 7px; }
  .top-eight-grid { gap: 10px 5px; }
}
@media (max-width:900px) {
  .site-shell { width: calc(100% - 20px); }
  .profile-grid { grid-template-columns: 190px minmax(0,1fr); gap: 14px; }
  .profile-right { grid-column: 1/-1; border: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 14px; }
  .masthead { grid-template-columns: 225px 1fr; padding: 12px 16px 8px; gap: 12px 16px; }
  .wordmark { font-size: 31px; }
  .masthead nav { grid-column: 1/-1; justify-content: flex-start; gap: 26px; }
  .masthead nav a, .masthead nav button { padding: 3px 0; }
  .profile-intro > p { font-size: 16px; }
  .im-window { margin: 0; }
}
@media (max-width:700px) and (min-width:621px) {
  .profile-grid { display: grid; }
  .profile-left { display: block; }
  .profile-left .module { display: block; }
  .profile-right { display: grid; }
}
@media (max-width:620px) {
  .site-shell { width: 100%; }
  .masthead { grid-template-columns: 1fr; padding: 15px 14px 7px; gap: 11px; }
  .wordmark { font-size: 32px; }
  .masthead-search { grid-row: 3; margin: 1px 0 6px; }
  .masthead-search input { min-height: 37px; font-size: 16px; } /* 16px stops iOS Safari zooming into the field */
  .masthead-search button { padding-inline: 12px; }
  .masthead nav { grid-row: 2; gap: 26px; }
  .masthead nav a, .masthead nav button { font-size: 14px; min-height: 40px; }
  .search-form input, .filter-panel select { font-size: 16px; }
  .profile-actions a { padding: 8px 0; }
  main { padding: 12px 10px 20px; }
  h1 { font-size: 29px; }
  .profile-grid { display: flex; flex-direction: column; gap: 15px; }
  .profile-left { width: 100%; border: 0; padding: 0; display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 0 12px; align-items: start; }
  .profile-left > .portrait, .profile-left > .profile-portrait { grid-row: 1/span 2; margin: 0; }
  .profile-actions { margin: 0; }
  .profile-actions button { min-height: 38px; }
  .profile-actions button:first-child { font-size: 14px; }
  .profile-facts { padding: 5px 0; font-size: 12px; }
  .profile-left > .module, .profile-left > .archive-years { display: none; }
  .profile-right { display: block; }
  .profile-intro { margin: 0 2px 10px; }
  .profile-intro > p { font-size: 15px; }
  .profile-intro .muted { font-size: 12px; }
  .tabs, .profile-tabs { margin: 12px 0; gap: 1px; }
  .tabs a, .profile-tabs a { padding: 9px 5px; font-size: 12px; }
  .feed-entry { grid-template-columns: 33px minmax(0,1fr); gap: 9px; padding: 16px 0; }
  .avatar { width: 33px; height: 33px; }
  .feed-entry h3 { font-size: 16px; }
  .feed-entry p { font-size: 13px; }
  .entry-meta { font-size: 10px; }
  .entry-photo-grid { gap: 4px; }
  .top-eight-grid { gap: 12px; }
  .top-eight-item { font-size: 12px; }
  .im-window { margin: 15px 0; }
  .page-intro, .story-grid, .desk-grid { margin: 8px 2px 16px; }
  .archive-grid { padding: 0; }
  .results-header { flex-wrap: wrap; gap: 5px; }
  .search-form { width: 100%; }
  footer { padding: 12px 0; }
  .dialog-close { min-height: 40px; min-width: 40px; }
}
@media (prefers-reduced-motion:reduce) { *, *::before, *::after { transition: none !important; } }

/* A familiar sign-on ritual, followed by a real HubSpot message composer. */
.im-window { --im-chrome: #ece9d8; --im-ink: #26251f; --im-muted: #59594e; --im-blue: #164fa9; margin: 20px 0; padding: 3px; border: 1px solid #244db1; border-radius: 5px 5px 2px 2px; background: var(--im-chrome); color: var(--im-ink); box-shadow: inset 1px 1px #fff, inset -1px -1px #a7a7a1, 0 4px 10px #253b5a26; font-family: Tahoma, Arial, sans-serif; overflow: hidden; }
.im-titlebar { display: flex; align-items: center; justify-content: space-between; gap: 5px; min-height: 33px; padding: 3px 4px 4px 6px; background: linear-gradient(#5899f7 0, #1268e7 12%, #0855dc 45%, #0643bb 92%, #0039a6); color: #fff; border-radius: 3px 3px 0 0; box-shadow: inset 0 1px #b1d5ff; font-weight: 700; }
.im-titlebar > span { display: flex; align-items: center; gap: 5px; min-width: 0; font-size: 11px; line-height: 1.25; text-shadow: 1px 1px #123f92; }
.aim-icon { fill: #ffdb32; width: 20px; height: 23px; flex: 0 0 auto; }
.im-titlebar button { display: grid; place-items: center; width: 28px; min-height: 28px; padding: 0; border: 1px solid #e3f1ff; border-radius: 3px; background: linear-gradient(135deg, #83b7f4, #3077d7 52%, #1256c1); box-shadow: inset 1px 1px #c6e2ff, inset -1px -1px #164ba6; color: #fff; font-size: 20px; line-height: 1; flex-shrink: 0; }
.im-titlebar button:hover { background: linear-gradient(135deg, #a7d2ff, #438cf0 52%, #1b67d7); }
.im-window-actions { display: flex; gap: 3px; flex: 0 0 auto; }
.im-control-icon { display: block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.im-titlebar [data-close-dialog] { background: linear-gradient(135deg, #f6ae90, #dc6945 43%, #c53716); box-shadow: inset 1px 1px #ffd5bd, inset -1px -1px #9e2b12; }
.im-titlebar [data-close-dialog]:hover { background: linear-gradient(135deg, #ffcfb9, #f88258 43%, #df4c22); }
.im-titlebar [aria-pressed="true"] { box-shadow: inset 1px 1px #164ba6, inset -1px -1px #c6e2ff; }
.im-window :focus-visible { outline: 3px solid #165eb6; outline-offset: 2px; }
.im-titlebar :focus-visible { outline-color: #ffe470; outline-offset: 1px; }
.im-window [hidden] { display: none !important; }
.im-menubar { display: flex; gap: 2px; padding: 2px 4px; border-bottom: 1px solid #b5b3a8; }
.im-menubar button { background: transparent; color: var(--im-ink); box-shadow: none; border: 1px solid transparent; border-radius: 0; min-height: 34px; padding: 4px 9px; font: 12px Tahoma, Arial, sans-serif; }
.im-menubar button[aria-pressed="true"] { border-color: #aaa #fff #fff #aaa; background: #dedbcc; }
.im-menubar button:hover { background: #f7f5ec; }
.im-recipient { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 7px 7px 0; padding: 5px 7px; background: #fff; border: 1px solid #92938f; box-shadow: inset 1px 1px #deded8; font-size: 12px; overflow-wrap: anywhere; }
.im-recipient span { color: var(--im-muted); }
.im-body { margin: 7px; padding: 12px; border: 1px solid #92938f; border-right-color: #fff; border-bottom-color: #fff; box-shadow: inset 1px 1px #d5d5cf; background: #fff; color: var(--im-ink); min-height: 108px; font: 13px/1.5 Arial, sans-serif; overflow-wrap: anywhere; }
.im-body p { margin: 0 0 8px; }
.im-body p:last-child { margin-bottom: 0; }
.im-body .im-screenname { color: var(--im-blue); font-weight: 700; margin-bottom: 4px; font-size: 13px; }
.im-buddies { list-style: none; margin: 0 7px 8px; padding: 2px 9px; border: 1px solid #92938f; background: #fff; }
.im-buddies li { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #deded8; }
.im-buddies li:last-child { border-bottom: 0; }
.im-buddies a { font-size: 13px; font-weight: 700; padding: 8px 0; text-decoration: underline; }
.im-buddies span { color: var(--im-muted); font-size: 11px; }
.im-statusbar { margin: 3px 3px 0; padding: 5px 6px; font: 11px/1.45 Tahoma, Arial, sans-serif; color: var(--im-muted); border: 1px solid #b4b4a6; border-right-color: #fff; border-bottom-color: #fff; overflow-wrap: anywhere; }
.im-modal { margin: 0; border: 0; border-radius: 4px 4px 0 0; padding: 3px; box-shadow: inset 1px 1px #8abafa, inset -1px -1px #003ca8; }
.contact-dialog { width: 500px; max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); padding: 0; border: 2px solid #0043ae; border-radius: 7px 7px 3px 3px; background: #ece9d8; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 15px 45px #122b5359, 0 2px 5px #07142c55; scrollbar-color: #b6c8de #ece9d8; }
.contact-dialog::backdrop { background: #142c4f75; }
.contact-dialog[data-contact-stage="details"], .contact-dialog[data-contact-stage="entering"] { width: 370px; }
.contact-dialog[data-contact-stage="chat"] { width: 500px; }
.contact-dialog.im-maximized { width: min(760px, calc(100vw - 24px)); }
.contact-dialog .im-titlebar > span { font-size: 14px; }
.contact-dialog [data-contact-title] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact-dialog .im-titlebar button { width: 30px; min-height: 30px; }
.im-window fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.im-sign-on { padding: 13px 15px 7px; }
.im-signon-art { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 224px; padding: 18px 12px 17px; background: #101095; border: 1px solid #a7a6a3; box-shadow: inset 1px 1px #06055a, 1px 1px #fff; color: #fff; text-align: center; }
.im-signon-runner { display: flex; align-items: center; justify-content: center; width: 128px; height: 136px; margin-bottom: 6px; }
.im-signon-runner .aim-icon { width: 116px; height: 130px; fill: #ffdb32; filter: drop-shadow(3px 4px 0 #040339); }
.im-signon-brand { display: grid; gap: 1px; }
.im-signon-brand strong { color: #fff; font: 700 27px/1.15 Arial, sans-serif; letter-spacing: -.7px; }
.im-signon-brand span { color: #fff; font: italic 17px/1.3 Arial, sans-serif; }
.im-signon-copy { margin: 12px 0 11px; padding-top: 10px; border-top: 1px solid #afaea2; box-shadow: inset 0 1px #fff; color: #49493f; font: 12px/1.5 Tahoma, Arial, sans-serif; }
.im-contact-fields { display: grid; gap: 10px; padding: 0; }
.im-name-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-items: start; }
.im-field { display: grid; align-content: start; gap: 4px; min-width: 0; }
.im-field label { color: #26251f; font: 700 14px/1.4 Tahoma, Arial, sans-serif; }
.im-field label span { font-size: 11px; font-weight: 400; color: var(--im-muted); }
.im-field input { width: 100%; min-width: 0; min-height: 40px; padding: 7px 8px; border: 1px solid #85857d; border-right-color: #c4c4ba; border-bottom-color: #c4c4ba; border-radius: 0; background: #fff; color: var(--im-ink); box-shadow: inset 1px 1px #c9c9c0, 1px 1px #fff; font: 15px/1.4 Arial, sans-serif; }
.im-field input::placeholder { color: #727268; }
.im-field-error { display: block; color: #912725; font: 12px/1.4 Arial, sans-serif; }
.im-field-error:not(:empty) { padding-top: 2px; }
.im-window [aria-invalid="true"] { border-color: #a22725; }
.im-signon-actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 13px; }
.im-signon-actions > span { color: var(--im-muted); font: 12px/1.5 Tahoma, Arial, sans-serif; }
.im-signon-note { margin: 9px 0 0; }
.im-sign-on-button { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 126px; min-height: 48px; padding: 7px 15px; border: 1px solid #97988b; border-radius: 2px; background: linear-gradient(#fffef7, #e5e2d3); box-shadow: inset 1px 1px #fff, inset -1px -1px #c5c4b7; color: #1c2d17; font: 700 15px Tahoma, Arial, sans-serif; }
.im-sign-on-button .aim-icon { width: 25px; height: 29px; fill: #86c46e; }
.im-sign-on-button:hover { background: #fffef7; border-color: #5a6c8b; }
.im-signon-footer { margin: 11px 0 0; color: #626157; text-align: center; font: 11px/1.4 Tahoma, Arial, sans-serif; }
.im-signing { display: grid; place-items: center; gap: 13px; min-height: 125px; padding: 24px 0 12px; color: #41483d; font: 12px/1.5 Tahoma, Arial, sans-serif; text-align: center; }
.im-connect-track { position: relative; width: 160px; height: 43px; border-bottom: 1px dotted #b2b0a2; }
.im-connect-track .aim-icon { position: absolute; left: 0; bottom: 2px; width: 30px; height: 34px; fill: #86c46e; animation: im-signing-run .6s ease-out both; }
.im-transcript { min-height: 160px; max-height: 230px; margin: 6px 7px 0; padding: 9px 9px 12px; overflow: auto; overscroll-behavior: contain; border: 1px solid #85857d; border-right-color: #fff; border-bottom-color: #fff; box-shadow: inset 1px 1px #c9c9c0; background: #fff; color: #171717; font: 14px/1.5 Georgia, 'Times New Roman', serif; overflow-wrap: anywhere; scrollbar-color: #b6c8de #f5f5f0; }
.im-chat-line { margin: 0 0 9px; }
.im-chat-line:last-child { margin-bottom: 0; }
.im-chat-line strong { font-weight: 700; }
.im-speaker-visitor { color: #b91719; }
.im-speaker-auto { color: #153fae; }
.im-chat-text, .im-echo-text { white-space: pre-wrap; overflow-wrap: anywhere; }
.im-chat-note { margin: 4px 0 9px; color: #65655d; font: 12px/1.5 Arial, sans-serif; }
.im-typing { display: flex; align-items: center; gap: 4px; color: #595d68; font: 12px/1.5 Arial, sans-serif; }
.im-typing span { width: 4px; height: 4px; background: #64799c; border-radius: 50%; animation: im-typing-dot 1s ease-in-out infinite; }
.im-typing span:nth-of-type(2) { animation-delay: .15s; }
.im-typing span:nth-of-type(3) { animation-delay: .3s; }
.im-echo-row { animation: im-echo-arrive .2s ease-out both; }
.im-formatbar { display: flex; align-items: center; gap: 7px; min-height: 29px; margin: 0 7px; padding: 4px 8px; border: 1px solid #fff; border-top: 0; border-right-color: #aaa99e; border-bottom-color: #aaa99e; color: #606058; font: 11px Tahoma, Arial, sans-serif; }
.im-format-icon { color: #244ca1; font: 700 14px Georgia, 'Times New Roman', serif; text-decoration: underline; text-decoration-color: #c2232a; text-decoration-thickness: 2px; text-underline-offset: 2px; }
.im-compose-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 5px 7px 0; padding: 5px 3px; font-size: 12px; }
.im-compose-heading label { font-weight: 700; }
.im-compose-heading span { font-size: 11px; color: var(--im-muted); font-variant-numeric: tabular-nums; }
.im-compose { margin: 0 7px; }
.im-compose textarea { display: block; resize: vertical; width: 100%; min-height: 98px; max-height: 30dvh; padding: 8px 9px; border: 1px solid #85857d; border-right-color: #fff; border-bottom-color: #fff; border-radius: 0; box-shadow: inset 1px 1px #c9c9c0; background: #fff; color: var(--im-ink); font: 14px/1.5 Arial, sans-serif; caret-color: var(--im-blue); }
.im-compose textarea::placeholder { color: #62625c; }
.im-window ::selection { background: #cbdcf7; color: #142c55; }
.im-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.im-send-row { display: flex; gap: 9px; align-items: center; padding: 8px 7px; }
.im-buddy-photo { height: 44px; width: 44px; flex: 0 0 auto; object-fit: cover; padding: 2px; background: #fff; border: 1px solid #4c62ab; }
.im-send-row p { margin: 0; font-size: 11px; line-height: 1.5; color: var(--im-muted); }
.im-send-row .im-send { display: flex; align-items: center; justify-content: center; gap: 7px; margin-left: auto; min-width: 88px; min-height: 44px; padding: 7px 12px; background: linear-gradient(#fffef8, #deddd0); border: 1px solid #fff; border-right-color: #88887e; border-bottom-color: #88887e; box-shadow: inset -1px -1px #c5c4b7; border-radius: 0; color: #173c80; font: bold 13px Tahoma, Arial, sans-serif; }
.im-send-row .im-send:hover { background: #fffef8; }
.im-send svg, .im-confirmation-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; }
.im-toolbar-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 44px; padding: 6px 8px; border: 1px solid transparent; border-radius: 0; background: transparent; color: #434238; font: 12px/1.3 Tahoma, Arial, sans-serif; }
.im-toolbar-button:hover { border-color: #fff #aaa99e #aaa99e #fff; background: #f6f4e9; }
.im-toolbar-button svg { width: 20px; height: 20px; fill: #ffdf3c; stroke: #393728; stroke-width: 1.5; stroke-linecap: round; }
.im-window fieldset:disabled .im-send, .im-window button:disabled { color: #616256; background: #deddd3; cursor: wait; }
.im-window fieldset:disabled input, .im-window fieldset:disabled textarea { opacity: .75; }
.im-form-feedback { margin: 8px 8px 0; padding: 8px; background: #fff; border: 1px solid #94948d; font: 13px/1.4 Arial, sans-serif; overflow-wrap: anywhere; }
.im-form-feedback[role="alert"] { color: #842322; border-color: #a95753; }
@keyframes im-signing-run { from { transform: translateX(0) rotate(-8deg); } to { transform: translateX(130px) rotate(0); } }
@keyframes im-typing-dot { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-3px); opacity: 1; } }
@keyframes im-echo-arrive { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 620px) {
  .contact-dialog { max-width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .contact-dialog.im-maximized { width: calc(100vw - 16px); }
  .contact-dialog .im-titlebar { min-height: 46px; padding: 3px; }
  .contact-dialog .im-titlebar button { min-height: 40px; width: 40px; }
  .contact-dialog .im-titlebar > span { font-size: 13px; gap: 4px; }
  .contact-dialog .im-titlebar > span > .aim-icon { width: 17px; height: 21px; }
  .im-sign-on { padding: 12px 12px 7px; }
  .im-signon-art { min-height: 204px; padding-block: 15px; }
  .im-signon-runner { height: 116px; }
  .im-signon-runner .aim-icon { width: 99px; height: 111px; }
  .im-signon-brand strong { font-size: 25px; }
  .im-signon-brand span { font-size: 16px; }
  .im-field input, .im-compose textarea { font-size: 16px; }
  .im-field input { min-height: 44px; }
  .im-menubar button { min-height: 40px; }
  .im-transcript { min-height: 140px; max-height: 220px; }
  .im-compose textarea { min-height: 100px; }
  .im-send-row { gap: 5px; }
  .im-send-row .im-send { min-width: 77px; padding-inline: 8px; gap: 5px; }
  .im-toolbar-button { padding-inline: 6px; }
  .im-statusbar { font-size: 11px; }
}
@media (max-width: 350px) {
  .im-sign-on { padding-inline: 9px; }
  .im-name-fields { gap: 8px; }
  .im-field label { font-size: 13px; }
  .im-field input { padding-inline: 6px; }
  .im-signon-brand strong { font-size: 24px; }
  .im-send-row .im-buddy-photo { width: 38px; height: 38px; }
  .im-toolbar-button { font-size: 11px; padding-inline: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .im-window *, .im-window *::before, .im-window *::after { animation: none !important; transition: none !important; }
  .im-connect-track .aim-icon { left: 65px; }
}
.currently-building .module-body > img { width: 145px; max-width: 100%; height: auto; margin: 6px 0 10px; }
.video-figure { margin: 14px 0 22px; }
.video-figure video { display: block; width: 100%; max-height: 540px; aspect-ratio: 9 / 16; object-fit: contain; background: #111a28; border: 1px solid var(--line); }
.video-figure figcaption { font-size: 12px; color: var(--ink); margin-top: 7px; }
.profile-view > h3 { margin: 22px 0 10px; }
.photos-view-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.photos-view-grid figure { margin: 0 0 10px; min-width: 0; }
.photos-view-grid .photo-button img, .photos-view-grid .photo-missing { aspect-ratio: 4 / 5; }
.photos-view-grid figcaption { font-size: 12px; }
.story-copy { font-size: 16px; line-height: 1.7; }
.story-copy p { margin: 18px 0; }
.story-attribution { margin: 22px 0; font-size: 12px; color: var(--muted); }
.source-notes { margin-top: 24px; font-size: 12px; color: var(--muted); }
.source-notes summary { cursor: pointer; }
::selection { background: #cbdcf6; color: #182438; }
input { caret-color: #244a87; }
@media (max-width:620px) {
  .profile-tabs a { padding: 10px 4px; font-size: 12px; }
  .im-titlebar button { min-height: 36px; width: 36px; }
  .im-buddies a { padding: 11px 0; }
  .video-figure video { max-height: 480px; }
}
.audio-figure { margin: 16px 0; }
.audio-figure audio { width: 100%; }
.audio-figure figcaption { font-size: 12px; color: var(--ink); }
.external-video { margin: 16px 0 20px; }
.video-frame { aspect-ratio: 16 / 9; background: #162135; }
.video-frame > button { position: relative; display: block; padding: 0; border: 0; border-radius: 0; width: 100%; height: 100%; overflow: hidden; background: #162135; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 7px; white-space: nowrap; padding: 9px 12px; background: #18355ceF; color: #fff; font-size: 13px; border: 1px solid #cfddf0; }
.video-play svg { width: 20px; height: 20px; fill: currentColor; }
.video-frame > button:hover .video-play { background: #0c254a; }
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.external-video figcaption { display: grid; gap: 5px; font-size: 12px; margin-top: 9px; color: var(--ink); }
.external-video figcaption a { width: fit-content; }
.video-figure video[width][height] { aspect-ratio: auto; height: auto; }

/* Curated, local review chronology. Its collection is separate from the site feed. */
[data-timeline-nav][hidden]{display:none!important}
.timeline-page{max-width:1040px;margin:0 auto;padding:8px 12px 24px}
.timeline-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:10px 0 22px}
.timeline-intro h1{font-size:34px;line-height:1.15;margin:6px 0 8px;letter-spacing:-.6px}
.timeline-intro p{margin:0;max-width:65ch}
.timeline-intro .timeline-kicker,.timeline-kicker{font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:#53647d}
.timeline-desk-link{white-space:nowrap;font-size:12px;font-weight:700}
.timeline-review-notice{display:flex;align-items:baseline;gap:18px;border:1px solid #bccde3;border-left:4px solid #3b5998;background:#f0f5fc;padding:12px 14px;margin:0 0 18px;font-size:13px}
.timeline-review-notice strong{white-space:nowrap;color:#244a87}
.timeline-review-notice p{margin:0;line-height:1.5}
.timeline-filters{display:grid;grid-template-columns:minmax(180px,1fr) 135px 145px auto auto;gap:12px;align-items:end;padding:14px;background:#f2f5f9;border:1px solid #c8d6e7}
.timeline-filters>div{min-width:0}
.timeline-filters label{display:block;font-size:12px;font-weight:700;margin-bottom:5px}
.timeline-filters input,.timeline-filters select{width:100%;min-width:0;min-height:38px;padding:8px 9px;font:inherit;background:#fff;color:#182438;border:1px solid #9bacbf;border-radius:0}
.timeline-filters button{min-height:38px;margin:0}
.timeline-filters>a{padding:9px 2px;font-size:12px}
.timeline-results-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:22px 0 4px}
.timeline-results-heading h2{font-size:18px;margin:0}
.timeline-results-heading p{font-size:12px;color:#53647d;margin:0}
.timeline-date-note{font-size:12px;color:#53647d;margin:0 0 24px;line-height:1.5}
.timeline-year-group{margin:0 0 26px}
.timeline-year-heading{font-size:19px;line-height:1.3;margin:0;padding:8px 12px;border:1px solid #c8d6e7;background:linear-gradient(#edf3fa,#e3eaf3);color:#244a87}
.timeline-year-entries{padding-left:16px}
.timeline-entry{display:grid;grid-template-columns:170px minmax(0,1fr);gap:24px;padding:23px 0 23px 20px;border-left:2px solid #c8d6e7;position:relative}
.timeline-entry-date{position:relative;font-size:13px;color:#244a87;line-height:1.5;padding-top:1px;overflow-wrap:anywhere}
.timeline-dot{position:absolute;left:-26px;top:4px;width:10px;height:10px;border:2px solid #3b5998;border-radius:50%;background:#fff}
.timeline-review-state{display:block;margin-top:7px;color:#53647d;font-size:11px}
.timeline-entry-body{min-width:0;padding-bottom:23px;border-bottom:1px solid #dbe4ef}
.timeline-entry:last-child .timeline-entry-body{border-bottom:0;padding-bottom:0}
.timeline-entry h3{font-size:21px;line-height:1.25;margin:4px 0 10px;letter-spacing:-.25px;overflow-wrap:anywhere}
.timeline-format{font-size:11px;color:#53647d;margin:0;overflow-wrap:anywhere}
.timeline-summary{font-size:14px;line-height:1.65;margin:0 0 14px;max-width:70ch;overflow-wrap:anywhere}
.timeline-draft-copy{margin:14px 0;font-size:14px;line-height:1.7;overflow-wrap:anywhere}
.timeline-draft-copy summary{font-size:12px;font-weight:700;color:#244a87;cursor:pointer;width:fit-content;min-height:34px;display:list-item;padding:6px 0}
.timeline-draft-copy p{white-space:pre-wrap;margin:10px 0 14px}
.timeline-sources{padding:0;margin:14px 0;list-style:none;font-size:12px}
.timeline-sources li{padding:4px 0;overflow-wrap:anywhere}
.timeline-entry-actions{font-size:12px;font-weight:700;margin-top:14px}
.timeline-entry-actions a{display:inline-block;padding:5px 0}
.timeline-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:15px 0}
.timeline-media figure{margin:0;min-width:0}
.timeline-media figure:only-child,.timeline-media-video,.timeline-media-audio{grid-column:1/-1}
.timeline-media .photo-button{width:100%;display:block}
.timeline-media img{display:block;width:100%;height:auto;max-height:460px;object-fit:contain;background:#f2f5f9}
.timeline-media video{display:block;width:100%;max-height:480px;background:#111a28}
.timeline-media audio{display:block;width:100%;max-width:100%}
.timeline-media figcaption{font-size:11px;line-height:1.5;color:#53647d;margin-top:6px;overflow-wrap:anywhere}
@media(max-width:900px){.timeline-filters{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.timeline-search{grid-column:1/-1}.timeline-filters>a{justify-self:start}.timeline-entry{grid-template-columns:135px minmax(0,1fr);gap:18px}.timeline-review-notice{display:block}.timeline-review-notice strong{display:block;margin-bottom:4px}}
@media(max-width:620px){.timeline-page{padding:4px 2px 16px}.timeline-intro{display:block;margin:5px 0 16px}.timeline-intro h1{font-size:29px}.timeline-intro p{font-size:13px}.timeline-desk-link{display:inline-block;margin-top:12px;padding:6px 0}.timeline-review-notice{font-size:12px;padding:10px 12px;margin-bottom:14px}.timeline-filters{padding:12px;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.timeline-filters input,.timeline-filters select{font-size:16px;min-height:42px}.timeline-filters button{min-height:42px}.timeline-filters>a{padding:11px 8px}.timeline-results-heading{align-items:baseline}.timeline-results-heading h2{font-size:17px}.timeline-results-heading p{font-size:11px}.timeline-date-note{font-size:11px;margin-bottom:18px}.timeline-year-entries{padding-left:7px}.timeline-entry{grid-template-columns:minmax(0,1fr);gap:9px;padding:19px 0 10px 16px}.timeline-entry-date{font-size:12px}.timeline-review-state{display:inline;margin-left:7px;font-size:10px}.timeline-dot{left:-22px;top:4px}.timeline-entry h3{font-size:19px}.timeline-entry-body{padding-bottom:19px}.timeline-media{gap:8px}.timeline-summary,.timeline-draft-copy{font-size:13px}.timeline-entry-actions a{min-height:40px;padding:10px 0}.timeline-year-heading{font-size:18px}.timeline-draft-copy summary{min-height:40px;padding:8px 0}.timeline-sources li{padding:7px 0}}
.has-draft-timeline .masthead nav{gap:16px;flex-wrap:wrap}@media(max-width:620px){.has-draft-timeline .masthead nav{gap:14px}.has-draft-timeline .masthead nav a,.has-draft-timeline .masthead nav button{font-size:13px}}

/* Newsletter: the approved profile module, with native Kit collection. */
.newsletter-module .module-body { padding: 12px; }
.newsletter-module h3 { font-size: 20px; line-height: 1.25; margin: 0 0 7px; }
.newsletter-module p { font-size: 14px; line-height: 1.42; margin: 0 0 10px; }
.newsletter-module form { display: grid; gap: 8px; }
.newsletter-module label { font-size: 13px; font-weight: 700; color: var(--link); }
.newsletter-module input { width: 100%; min-width: 0; border-radius: 0; }
.newsletter-module button { width: 100%; min-height: 36px; font-size: 14px; }
.newsletter-module .newsletter-privacy { color: var(--muted); text-align: center; font-size: 12px; margin: 10px 0 0; }
@media (max-width: 900px) {
  .profile-center > .newsletter-module { margin: 14px 0; }
  .newsletter-module input { font-size: 16px; min-height: 44px; }
  .newsletter-module button { min-height: 44px; }
}
