:root {
  --ink: #161719;
  --paper: #f4f1e8;
  --white: #fffef9;
  --yellow: #f4c843;
  --teal: #087f75;
  --red: #bd3a31;
  --blue: #315f8a;
  --muted: #62615c;
  --line: #d5d0c3;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Trebuchet MS", sans-serif; font-size: 17px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; padding: 10px 14px; background: var(--yellow); color: var(--ink); }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.25); }
.site-header.inner { position: relative; background: var(--ink); }
.nav-wrap { width: min(calc(100% - 40px), var(--max)); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-weight: 700; font-size: 21px; }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; background: var(--yellow); color: var(--ink); font-family: "Arial Black", sans-serif; font-size: 15px; transform: rotate(-4deg); }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: inherit; text-decoration: none; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--yellow); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.5); background: transparent; color: white; min-height: 42px; padding: 8px 13px; font: inherit; font-weight: 800; }
.hero { min-height: 77vh; display: grid; align-items: end; position: relative; overflow: hidden; color: white; background: #202124 url('/wp-content/uploads/2019/12/photostudio_1546145512882.jpg') center 36% / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(15,16,18,.58); }
.hero::after { content: ""; position: absolute; right: 7%; bottom: 7%; width: 132px; height: 132px; border: 18px solid var(--yellow); transform: rotate(8deg); opacity: .95; }
.hero-inner { position: relative; z-index: 1; width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 148px 0 84px; }
.eyebrow { margin: 0 0 18px; color: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: 13px; }
.hero h1 { max-width: 850px; margin: 0; font: 700 72px/1.02 Georgia, serif; letter-spacing: 0; }
.hero-deck { max-width: 720px; margin: 25px 0 0; font-size: 21px; line-height: 1.5; color: #f1f0eb; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 11px 25px; margin: 30px 0 0; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero-meta span { border-left: 5px solid var(--teal); padding-left: 10px; }
.article-library { background: var(--white); border-bottom: 1px solid var(--line); }
.library-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 54px 0 58px; }
.section-kicker { margin: 0 0 8px; color: var(--red); font-weight: 900; font-size: 12px; text-transform: uppercase; }
.section-heading { margin: 0; font: 700 38px/1.15 Georgia, serif; letter-spacing: 0; }
.section-intro { max-width: 700px; margin: 12px 0 0; color: var(--muted); }
.tabs { display: flex; flex-wrap: wrap; gap: 7px; margin: 31px 0 25px; border-bottom: 2px solid var(--ink); }
.tab { appearance: none; border: 0; border-radius: 0; background: #e4e0d6; color: var(--ink); padding: 12px 18px; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.tab[aria-selected="true"] { background: var(--ink); color: white; }
.tab:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.article-panel[hidden] { display: none; }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-link { min-height: 152px; padding: 22px; text-decoration: none; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.article-link:hover, .article-link:focus-visible { background: #fff6cf; }
.article-link strong { font: 700 19px/1.35 Georgia, serif; }
.article-link span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
[data-na-home-published-list]:empty { display: none; }
.band { border-bottom: 1px solid var(--line); }
.band-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 78px 0; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.project { min-height: 260px; padding: 28px; background: var(--ink); color: white; text-decoration: none; position: relative; overflow: hidden; }
.project:nth-child(3n+2) { background: var(--teal); }
.project:nth-child(3n+3) { background: var(--blue); }
.project::after { content: "+"; position: absolute; right: 20px; bottom: 10px; color: var(--yellow); font: 700 48px/1 Georgia, serif; }
.project small { color: var(--yellow); font-weight: 900; text-transform: uppercase; }
.project h3 { margin: 64px 0 12px; font: 700 25px/1.15 Georgia, serif; }
.project p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.project:hover, .project:focus-visible { transform: translateY(-4px); }
.about-band { background: #dce9e7; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.portrait-cut { background: var(--yellow); padding: 0 24px; position: relative; }
.portrait-cut img { width: 100%; max-height: 560px; object-fit: contain; object-position: bottom; }
.about-copy p { color: #3f4645; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 17px; border: 2px solid var(--ink); text-decoration: none; font-weight: 900; font-size: 14px; }
.button.primary { background: var(--ink); color: white; }
.button:hover, .button:focus-visible { background: var(--yellow); color: var(--ink); }
.footer { background: var(--ink); color: white; }
.footer-inner { width: min(calc(100% - 40px), var(--max)); margin: auto; padding: 48px 0; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.footer strong { display: block; font: 700 25px/1.2 Georgia, serif; }
.footer p { margin: 8px 0 0; color: #bfc0c2; font-size: 14px; }
.social { display: flex; flex-wrap: wrap; gap: 16px; }
.social a { color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.page-hero { background: var(--ink); color: white; border-bottom: 10px solid var(--yellow); }
.page-hero-inner { width: min(calc(100% - 40px), 980px); margin: auto; padding: 94px 0 64px; }
.page-hero h1 { margin: 0; max-width: 850px; font: 700 52px/1.08 Georgia, serif; }
.page-hero p { max-width: 700px; color: #c8c9cb; }
.content-wrap { width: min(calc(100% - 40px), 980px); margin: auto; padding: 62px 0 90px; }
.prose { font-family: Georgia, serif; font-size: 18px; line-height: 1.78; }
.prose > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.prose h2, .prose h3 { color: var(--ink); line-height: 1.2; margin-top: 2em; }
.prose h2 { font-size: 31px; }
.prose h3 { font-size: 23px; }
.prose img { margin: 30px auto; height: auto; border: 1px solid var(--line); }
.prose table { width: 100%; max-width: 920px; border-collapse: collapse; font-family: "Avenir Next", "Trebuchet MS", sans-serif; font-size: 15px; }
.prose th, .prose td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose blockquote { padding: 20px 25px; border-left: 7px solid var(--teal); background: #e4efed; }
.page-meta { margin: 18px 0 0; color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.crumb { display: inline-block; margin-bottom: 20px; color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 30px; }
.fact { padding: 24px; background: var(--white); border-left: 6px solid var(--teal); }
.fact h2, .fact h3 { margin-top: 0; }
.source-content form, .source-content .comments-area, .source-content .comment-respond, .source-content .post-navigation { display: none !important; }
.source-content ul, .source-content ol { padding-left: 24px; }
.source-content .elementor-container, .source-content .elementor-row { display: block; }
.source-content [class*="elementor"] { width: auto !important; max-width: none !important; }
.source-content .wp-block-image, .source-content figure { max-width: 820px; }
.source-content figcaption { color: var(--muted); font-size: 13px; text-align: center; }
@media (max-width: 850px) {
  .hero h1 { font-size: 55px; }
  .article-grid, .work-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .portrait-cut { max-width: 560px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav-wrap { width: min(calc(100% - 28px), var(--max)); min-height: 66px; }
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: 66px; padding: 18px; background: var(--ink); border: 1px solid #4a4b4e; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-open .site-nav { display: flex; }
  .site-nav a { padding: 11px 4px; }
  .hero { min-height: 690px; background-position: 57% center; }
  .hero::after { width: 75px; height: 75px; border-width: 11px; right: 6%; bottom: 4%; }
  .hero-inner { width: min(calc(100% - 28px), var(--max)); padding: 116px 0 58px; }
  .hero h1 { font-size: 43px; }
  .hero-deck { font-size: 18px; max-width: 90%; }
  .library-inner, .band-inner { width: min(calc(100% - 28px), var(--max)); padding-top: 48px; padding-bottom: 50px; }
  .section-heading { font-size: 32px; }
  .tabs { display: grid; grid-template-columns: 1fr; }
  .tab { text-align: left; }
  .article-grid, .work-grid, .fact-grid { grid-template-columns: 1fr; }
  .article-link { min-height: 126px; }
  .footer-inner { width: min(calc(100% - 28px), var(--max)); align-items: start; flex-direction: column; }
  .page-hero-inner, .content-wrap { width: min(calc(100% - 28px), 980px); }
  .page-hero-inner { padding: 78px 0 50px; }
  .page-hero h1 { font-size: 39px; }
  .content-wrap { padding: 43px 0 68px; }
  .prose { font-size: 17px; }
  .prose h2 { font-size: 27px; }
  .prose table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .project { transition: none; } }
