@charset "UTF-8";
:root[data-theme="light"] {
  --pico-font-family: Arial, Helvetica, sans-serif;
  --pico-font-size: 100%;
  --pico-border-radius: 2px;
  --pico-primary: #002e63;
  --pico-primary-hover: #001f43;
  --pico-primary-background: #002e63;
  --pico-primary-border: #002e63;
  --pico-primary-hover-background: #001f43;
  --pico-primary-hover-border: #001f43;
  --pico-primary-inverse: #ffffff;
  --pico-primary-focus: #002e6340;
  --pico-primary-underline: #002e6370;
  --pico-text-selection-color: #ee967066;
  --pico-color: #213147;
  --pico-muted-color: #5d6978;
  --pico-background-color: #fbfaf6;
  --pico-form-element-background-color: #fffefa;
  --pico-form-element-border-color: #8191a6;
  --pico-form-element-active-border-color: #002e63;
  --pico-form-element-focus-color: #002e6340;
  --pico-form-element-placeholder-color: #647287;
  --pico-spacing: 1rem;
  --ink: #002e63;
  --paper: #fbfaf6;
  --rule: #d9dce2;
  --peach: #ee9670;
  --serif: Georgia, "Times New Roman", serif;
}
body { margin: 0; background: var(--paper); }
body > main { padding-block: 0 4.5rem; }
.container { width: min(1240px, 100% - 64px); max-width: 1240px; padding-inline: 0; }
a { text-underline-offset: .2em; }
:where(a, button, input, select, textarea):focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.site-header :focus-visible, .site-footer :focus-visible { outline-color: var(--peach); }
button, input, select, textarea { font-size: .95rem; }
button { font-weight: 600; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; height: 1px; width: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 1000; background: var(--paper); padding: 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { border-top: 5px solid var(--peach); border-bottom: 1px solid #284f79; background: var(--ink); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 144px; padding-block: 12px; }
.wordmark { flex-shrink: 0; text-decoration: none; line-height: 1.1; white-space: nowrap; text-align: center; }
.wordmark img { display: block; width: 144px; height: auto; }
.site-header nav ul { gap: 1.4rem; margin: 0; padding: 0; }
.site-header nav a { color: white; font-size: .84rem; font-weight: 600; text-decoration: none; padding: .7rem 0; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current] { border-color: var(--peach); }
.header-search { display: flex; width: 225px; margin: 0; border-bottom: 1px solid #8aabc8; }
.header-search:focus-within { outline: 2px solid var(--peach); outline-offset: 5px; }
form.header-search input[type="search"] { appearance: none; -webkit-appearance: none; border: 0; border-radius: 0; background: transparent; color: white; box-shadow: none; height: 38px; padding: 5px 0; font-size: .8rem; margin: 0; }
form.header-search input[type="search"]:focus, form.header-search input[type="search"]:focus-visible { outline: none; box-shadow: none; border: 0; border-radius: 0; }
.header-search input::placeholder { color: #d0dce9; }
.masthead { text-align: center; max-width: 910px; margin: 0 auto; padding: 4rem 0 3rem; }
.eyebrow { color: #355e8b; font-size: .64rem; text-transform: uppercase; font-weight: 700; letter-spacing: .17em; }
.masthead .eyebrow { margin-bottom: 1.3rem; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); font-weight: 400; }
.masthead h1 { font-size: clamp(2.25rem,4.9vw,4.4rem); letter-spacing: -.05em; line-height: 1.1; margin-bottom: .6rem; }
.masthead .brand-slogan { color: var(--peach); font-family: var(--serif); font-size: 1.15rem; margin: 0 0 1.25rem; }
.mission { max-width: 760px; font-family: var(--serif); font-size: 1.075rem; line-height: 1.8; color: #536276; margin: 0 auto; }
.tip-banner { background: #fae5da; border-top: 1px solid #edc5b2; border-bottom: 1px solid #edc5b2; font-size: .79rem; margin: 0; }
.tip-banner .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: .45rem; }
.tip-banner span { font-weight: 500; }
.tip-banner a { color: var(--ink); font-weight: 700; white-space: nowrap; text-decoration: none; }
.tip-banner a span { font-size: 1.15rem; margin-left: .6rem; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-top: 2px solid var(--ink); padding-top: 1rem; margin-bottom: 1.7rem; }
.section-heading h2 { font-size: 2rem; margin: 0; }
.section-heading > span { font-size: .67rem; text-transform: uppercase; letter-spacing: .11em; color: #596b80; }
.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 2rem; row-gap: 2.3rem; }
.post-card { margin: 0; padding: 0 0 1.6rem; border-radius: 0; border-bottom: 1px solid var(--rule); box-shadow: none; background: transparent; min-width: 0; }
.card-image { display: block; overflow: hidden; aspect-ratio: 3/2; margin-bottom: 1.1rem; background: #e3e9f1; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.card-image:hover img { transform: scale(1.025); }
.card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; margin-bottom: .8rem; }
.card-meta time { font-size: .64rem; color: #5e6c7e; }
.post-card h3 { font-size: 1.5rem; letter-spacing: -.025em; line-height: 1.24; margin: 0 0 .8rem; }
.post-card h3 a { color: inherit; text-decoration: none; }
.post-card h3 a:hover { text-decoration: underline; }
.post-card p { font-family: var(--serif); font-size: .94rem; line-height: 1.65; color: #566477; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: .9rem; }
.read-link { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; text-decoration: none; }
.read-link span { margin-left: .4rem; font-size: 1rem; }
.locked-posts { margin-bottom: 3rem; }
.locked-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.locked-grid .post-card { flex: 0 1 calc((100% - 4rem)/3); }
.locked-grid .post-card:only-child { flex-basis: min(600px,100%); }
.archive-links { display: flex; justify-content: center; gap: 2rem; margin: 2.5rem auto .5rem; }
.archive-links a { color: var(--ink); font-size: .8rem; font-weight: 600; }
.site-footer { background: var(--ink); color: #e4ebf4; padding: 3.5rem 0 1.3rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; margin-bottom: 2.8rem; }
.footer-wordmark { display: inline-block; color: #fffefa; font-family: var(--serif); font-size: 2rem; text-decoration: none; }
.footer-wordmark img { width: 165px; height: auto; display: block; }
.footer-grid .brand-slogan { color: var(--peach); }
.social-links { display: flex; justify-content: flex-start; gap: 1.5rem; margin-top: 1.2rem; }
.social-links a { color: var(--peach); font-size: .8rem; text-decoration: none; }
.social-links a:hover, .footer-bottom a:hover { text-decoration: underline; }
.footer-grid p { color: #ccd8e7; font-family: var(--serif); font-size: .97rem; line-height: 1.7; margin: .8rem 0; }
.footer-grid address { font-size: .75rem; color: #c0ccdc; font-style: normal; }
.footer-grid h2 { font-size: 1.8rem; color: #fffefa; margin-bottom: .6rem; }
.footer-grid .newsletter-form { margin-top: 1.1rem; }
.signup-input { display: flex; gap: .5rem; }
.signup-input input { flex: 1; min-width: 0; }
.signup-input button { flex: 0 0 auto; width: auto; font-size: .76rem; padding-inline: 1.2rem; }
.newsletter-form small { font-size: .65rem; }
.site-footer .newsletter-form small, .site-footer .newsletter-form small a { color: #d2deec; }
.site-footer .signup-input button { color: var(--ink); background: var(--peach); border-color: var(--peach); }
.site-footer .signup-input button:hover { background: #f4b394; border-color: #f4b394; }
.site-footer .signup-input input { background: #ffffff0b; border-color: #88a2bf; color: white; }
.site-footer .signup-input input::placeholder { color: #d2deec; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.2rem; border-top: 1px solid #5e7a9a; }
.footer-bottom small { font-size: .66rem; color: #c0ccdc; }
.footer-bottom nav { display: flex; gap: 1.5rem; }
.footer-bottom a { font-size: .7rem; color: #dbe5f0; text-decoration: none; }
.page-heading { padding: 3.5rem 0 2rem; }
.page-heading h1 { font-size: clamp(2.2rem,5vw,3.7rem); letter-spacing: -.045em; margin: .6rem 0 1rem; }
.page-heading p { max-width: 700px; color: #5d6978; }
.archive-search { display: flex; gap: .7rem; max-width: 600px; margin-bottom: 2rem; }
.archive-search button { white-space: nowrap; width: auto; }
.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; margin: 3rem 0; }
.pagination a { font-size: .85rem; padding: .45rem .7rem; color: var(--ink); text-decoration: none; }
.pagination a[aria-current] { background: var(--ink); color: white; }
.post-detail { background: none; box-shadow: none; padding: 0; margin: 0 auto 3.5rem; max-width: 1040px; }
.post-detail > header { margin: 0; background: none; border: 0; border-radius: 0; }
.post-heading { max-width: 900px; padding: 2.2rem 0 2.5rem; margin-inline: auto !important; }
.breadcrumbs { justify-content: flex-start; gap: .6rem; font-size: .7rem; color: #596b80; margin: 0 0 2rem; }
.breadcrumbs a { text-decoration: none; }
.post-heading h1 { font-size: clamp(2rem,4.5vw,3.5rem); letter-spacing: -.04em; line-height: 1.15; margin: .8rem 0 1.5rem; text-wrap: balance; }
.post-byline { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; font-size: .75rem; margin-bottom: 1.5rem; }
.post-byline time { color: #5e6c7e; }
.post-deck { font-family: var(--serif); color: #566477; font-size: 1.12rem; line-height: 1.7; }
.post-body { font-family: var(--serif); font-size: 1.075rem; line-height: 1.9; color: #26374d; overflow-wrap: anywhere; }
.post-body p { margin-bottom: 1.3rem; }
.post-body h2, .post-body h3, .post-body h4 { margin-top: 1.6rem; }
.post-body blockquote { border-left: 3px solid var(--peach); font-style: italic; background: #fff1e9; padding: 1rem 1.5rem; }
.content-row { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 0 1.5rem; }
.content-column { grid-column: span var(--column-span,12); min-width: 0; display: flow-root; }
.content-block { margin-bottom: 1.1rem; }
.content-block figure { margin: 0; }
.content-block img { height: auto; max-width: 100%; display: block; margin-inline: auto; }
.content-block figcaption { font-family: var(--pico-font-family); font-size: .75rem; color: #5d6978; line-height: 1.65; padding-top: .55rem; }
.content-block figcaption p { margin: 0; }
.content-block.float-left { float: left; width: var(--block-width); margin: 0 1.5rem 1rem 0; }
.content-block.float-right { float: right; width: var(--block-width); margin: 0 0 1rem 1.5rem; }
.content-spacer { height: 2rem; }
.gallery { gap: 1rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(var(--gallery-columns,3),minmax(0,1fr)); }
.gallery-stacked { display: grid; grid-template-columns: 1fr; }
.gallery-slider, .gallery-slideshow { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; align-items: flex-start; }
.gallery-slider .gallery-item, .gallery-slideshow .gallery-item { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; }
.gallery-crop img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery-controls { display: flex; gap: .5rem; justify-content: flex-end; margin-top: .6rem; }
.gallery-controls button { padding: .3rem .9rem; margin: 0; }
[data-lightbox] img[role=button] { cursor: zoom-in; }
.media-embed { width: 100%; min-height: 170px; aspect-ratio: var(--media-ratio,16/9); max-height: 85vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .7rem; background: #e9edf4; color: var(--ink); border: 1px solid #ccd7e5; font-family: var(--pico-font-family); }
.media-embed small { font-size: .7rem; text-align: center; padding: 0 .7rem; }
.media-embed button { margin: 0; white-space: normal; max-width: 90%; }
.media-embed iframe, .media-embed video { width: 100%; height: 100%; border: 0; }
.media-embed video { background: #071b34; }
.media-scribd, .media-pdf { aspect-ratio: 3/4; max-height: 850px; min-height: 500px; }
.media-x { aspect-ratio: auto; padding: 1rem; max-height: none; }
.media-fallback { font-family: var(--pico-font-family); font-size: .74rem; margin: .5rem 0 1.5rem; }
.post-tags { clear: both; border-top: 1px solid var(--rule); margin-top: 2.5rem; padding-top: 1.5rem; }
.post-tags h2 { font-size: 1.1rem; }
.post-tags ul { display: flex; gap: .6rem; flex-wrap: wrap; padding: 0; margin: 0; }
.post-tags li { list-style: none; }
.post-tags a { display: block; background: #f9e7de; color: var(--ink); font-family: var(--pico-font-family); font-size: .75rem; text-decoration: none; padding: .35rem .7rem; }
.post-categories { justify-content: flex-start; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; font-size: .75rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.65fr; gap: 5rem; }
.contact-layout aside { color: #596b80; }
.contact-layout aside h2 { font-size: 1.8rem; }
.contact-layout address { font-style: normal; font-size: .88rem; margin-block: 1.5rem; }
.contact-note { border-top: 1px solid var(--rule); padding-top: 1.3rem; font-size: .85rem; }
.contact-layout label { font-size: .85rem; }
.contact-layout [data-identity-required], .contact-layout small { color: #5d6978; font-size: .76rem; font-weight: 400; }
.contact-layout [data-tip-only] { margin-bottom: 1.3rem; }
.anonymous-option { font-weight: 600; }
.contact-layout textarea { resize: vertical; }
.contact-layout button[type=submit] { margin-top: 1rem; }
.captcha { margin-block: .5rem; }
.captcha:empty { display: none; }
.form-status { font-size: .85rem; margin: 1rem 0 0; }
.form-status:empty { display: none; }
.error { color: #aa3528; }
.site-footer .error { color: #ffc3b7; }
.privacy-copy { font-family: var(--serif); white-space: pre-wrap; line-height: 1.9; max-width: 850px; overflow-wrap: anywhere; }
.search-controls { display: grid; grid-template-columns: 1fr 180px 130px; gap: .8rem; }
.search-results { max-width: 900px; }
.search-results article { background: none; border-bottom: 1px solid var(--rule); box-shadow: none; padding: 1.2rem 0; margin: 0; }
.search-results h2 { font-size: 1.6rem; margin: .6rem 0; }
.search-results h2 a { color: var(--ink); text-decoration: none; }
.search-results p { font-family: var(--serif); color: #5d6978; }
#search-more { margin-top: 2rem; }
dialog { background-color: #001b3cc4; }
dialog > article { background: var(--paper); border-top: 5px solid var(--ink); padding: 3rem; position: relative; max-width: 560px; }
dialog h2 { font-size: 2.7rem; letter-spacing: -.035em; margin-bottom: .7rem; }
dialog p { font-family: var(--serif); color: #596b80; }
dialog .brand-accent { color: var(--peach); display: inline-block; }
.newsletter-brand { display: flex; justify-content: center; align-items: center; background: var(--ink); padding: 1rem 1.25rem; margin-bottom: 1.5rem; border-bottom: 3px solid var(--peach); }
.newsletter-brand img { display: block; width: 112px; height: auto; }
.dialog-close { position: absolute; top: .6rem; right: .9rem; padding: 0; font-size: 1.5rem; width: 30px; height: 30px; background: none; border: 0; color: var(--ink); font-weight: 400; }
.text-button { background: none; border: none; color: #536276; font-size: .75rem; text-decoration: underline; margin: 1.3rem 0 0; padding: 0; }
.image-dialog > article { max-width: min(1000px,95vw); padding: 1rem; }
.image-dialog img { max-height: 80vh; width: auto; display: block; }
.image-dialog button { display: block; margin-left: auto; padding: .3rem .6rem; }
.preview-notice { padding: .7rem; background: #fae5da; text-align: center; font-size: .85rem; }
.empty-state { padding: 2rem 0; color: #5d6978; }
@media (min-width: 1500px) { :root[data-theme="light"] { --pico-font-size: 112.5%; } }
@media (max-width: 1000px) {
  .container { width: calc(100% - 40px); }
  .header-inner { gap: 1rem; }
  .header-search { width: 180px; }
  .site-header nav ul { gap: 1rem; }
  .post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
  .locked-grid .post-card { flex-basis: calc((100% - 2rem)/2); }
  .footer-grid { gap: 3rem; }
  .contact-layout { gap: 2.5rem; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 32px); }
  .header-inner { flex-wrap: wrap; padding-block: 1.2rem .8rem; gap: 1rem; }
  .wordmark img { width: 120px; }
  .site-header nav ul { gap: .9rem; }
  .site-header nav a { font-size: .75rem; }
  .header-search { width: 100%; }
  .header-search input { height: 30px; }
  .masthead { padding: 2.6rem 0 2rem; }
  .masthead h1 { font-size: 2.65rem; }
  .masthead .brand-slogan { font-size: 1rem; }
  .mission { font-size: .95rem; line-height: 1.75; }
  .tip-banner .container { padding-block: .4rem; flex-direction: column; gap: .35rem; align-items: flex-start; }
  .section-heading h2 { font-size: 1.65rem; }
  .section-heading > span { font-size: .59rem; }
  .post-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .locked-grid .post-card { flex-basis: 100%; }
  .post-card h3 { font-size: 1.65rem; }
  .card-image { margin-bottom: .9rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer { padding-top: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
  .page-heading { padding-top: 2.5rem; }
  .post-heading { padding-top: 1.5rem; }
  .post-body { font-size: 1rem; }
  .content-row { display: block; }
  .content-block.float-left, .content-block.float-right { float: none; width: 100%; margin: 0 0 1rem; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-layout aside { border-bottom: 1px solid var(--rule); }
  .contact-note { display: none; }
  .search-controls { grid-template-columns: 1fr 100px; }
  .search-controls input { grid-column: 1/-1; }
  dialog > article { padding: 2.5rem 1.5rem 1.7rem; }
  dialog h2 { font-size: 2.3rem; }
  .newsletter-brand { padding: .8rem 1rem; }
  .newsletter-brand img { width: 96px; }
  .signup-input button { padding-inline: .9rem; }
}
@media (max-width: 360px) {
  .header-inner { justify-content: center; }
  .site-header nav { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
