:root{--paper:#f5f3eb;--cream:#eeeae0;--ink:#18221f;--muted:#63706a;--line:#d8d8cc;--acid:#dcfa79;--blue:#2f4de7;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}h1,h2,h3,p{margin-top:0}.shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto}.skip{position:absolute;top:-80px;left:16px;z-index:100;background:var(--acid);padding:12px}.skip:focus{top:12px}:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.site-header{height:86px;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{height:100%;display:flex;align-items:center;gap:42px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:24px;font-weight:900;letter-spacing:-.095em;white-space:nowrap;line-height:1}.brand-slash{color:var(--blue);margin:0 .04em}.brand-icon{width:28px;height:28px;border:2px solid var(--ink);border-radius:50%;display:grid;place-items:center;position:relative}.brand-icon:before,.brand-icon:after{content:"";position:absolute;background:var(--ink)}.brand-icon:before{width:2px;height:35px}.brand-icon:after{height:2px;width:35px}.brand-icon i{display:block;width:7px;height:7px;background:var(--blue);border-radius:50%;z-index:1}.site-header nav{display:flex;gap:34px;margin-left:auto}.site-header nav a{font-size:13px;font-weight:700;letter-spacing:.02em;color:#48534f;transition:color .2s}.site-header nav a:hover,.site-header nav a[aria-current]{color:var(--blue)}.header-cta{display:inline-flex;align-items:center;gap:22px;background:var(--ink);color:white;font-size:13px;font-weight:700;padding:13px 16px;border-radius:3px;transition:transform .2s,background .2s}.header-cta:hover,.button:hover{transform:translateY(-2px)}.header-cta:hover{background:var(--blue)}.hero{background:var(--paper);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr .92fr;min-height:640px}.hero-copy{padding:112px 5% 70px 0;align-self:center}.eyebrow,.kicker{font-size:11px;letter-spacing:.17em;font-weight:800;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:13px}.eyebrow-line{width:30px;height:2px;background:var(--blue)}.hero h1{font-size:clamp(78px,8vw,134px);line-height:.89;letter-spacing:-.095em;margin:35px 0 30px;font-weight:900}.period{color:var(--blue)}.hero-copy>p{max-width:560px;font-family:Georgia,serif;font-size:clamp(22px,2.1vw,30px);line-height:1.3;color:#4a5550}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:40px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:52px;padding:14px 20px;border-radius:3px;font-size:13px;font-weight:800;transition:transform .2s,background .2s}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:var(--blue)}.button-outline{border:1px solid var(--ink)}.button-outline:hover{background:var(--acid)}.button-light{background:var(--acid);color:var(--ink)}.button-light:hover{background:white}.under-link{font-size:13px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:6px;white-space:nowrap}.under-link:hover{color:var(--blue);border-color:var(--blue)}.hero-art{background:var(--blue);min-height:620px;position:relative;overflow:hidden;isolation:isolate}.hero-art:after{content:"";position:absolute;inset:0;opacity:.16;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:14px 14px}.art-ring{position:absolute;aspect-ratio:1;border:1px solid rgba(255,255,255,.52);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.ring-one{width:86%}.ring-two{width:62%}.ring-three{width:39%}.art-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:185px;height:185px;border-radius:50%;background:var(--acid);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:34px;font-weight:900;letter-spacing:-.09em;line-height:.91;z-index:1;box-shadow:0 0 0 18px rgba(220,250,121,.14)}.art-cross{position:absolute;color:var(--acid);font-size:38px;font-weight:300;z-index:1}.cross-one{left:13%;top:18%}.cross-two{right:13%;bottom:19%}.art-caption{position:absolute;bottom:31px;left:34px;color:white;font-size:11px;line-height:1.4;font-weight:700;letter-spacing:.14em;text-transform:uppercase;z-index:1}.hero-foot{display:flex;justify-content:space-between;padding:20px 0 22px;color:#6a756f;font-size:10px;font-weight:800;letter-spacing:.15em;border-bottom:1px solid var(--line)}.section{padding:110px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}.kicker{color:var(--blue)}.section-heading h2,.show-band h2,.subscribe-section h2,.about-bottom h2{font-size:clamp(34px,4vw,58px);letter-spacing:-.075em;line-height:1.02;margin:14px 0 0}.feature{display:grid;grid-template-columns:1.16fr .84fr;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.feature-image{display:block;position:relative;min-height:420px;background:var(--cream);overflow:hidden}.feature-image img,.card-image img{height:100%;width:100%;object-fit:cover;transition:transform .5s}.feature-image:hover img,.card-image:hover img{transform:scale(1.04)}.image-arrow{position:absolute;right:15px;bottom:15px;width:42px;height:42px;display:grid;place-items:center;background:var(--acid);border-radius:50%;font-size:20px}.feature-copy{padding:44px 8%;display:flex;flex-direction:column;align-items:start;justify-content:center}.card-meta{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.card-meta span{color:var(--blue)}.feature-copy .card-meta{width:100%}.feature-copy h3{font-size:clamp(36px,4vw,61px);letter-spacing:-.075em;line-height:1.04;margin:28px 0 18px}.feature-copy h3 a:hover,.story-card h3 a:hover{color:var(--blue)}.feature-copy p{font:19px/1.45 Georgia,serif;color:#5d6761;margin-bottom:30px}.latest-section{background:var(--cream)}.cards{display:grid;gap:28px}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card{min-width:0}.card-image{display:block;height:240px;background:#dbe0d4;position:relative;overflow:hidden}.image-fallback{height:100%;display:grid;place-items:center;background:var(--blue);color:var(--acid);font-size:30px;font-weight:900;letter-spacing:-.08em}.story-card .card-meta{margin-top:20px}.story-card h3{font-size:clamp(23px,2.2vw,31px);line-height:1.13;letter-spacing:-.055em;margin:18px 0 12px}.story-card p{font:15px/1.5 Georgia,serif;color:#5a665e;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:67px}.text-link{font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:6px}.text-link:hover{color:var(--blue)}.show-band{background:var(--ink);color:white;padding:96px 0}.show-band-grid{display:grid;grid-template-columns:.8fr 1fr;gap:10%;align-items:center}.show-symbol{height:340px;position:relative;display:grid;place-items:center}.pulse{border:1px solid rgba(220,250,121,.56);border-radius:50%;position:absolute;aspect-ratio:1}.pulse-a{width:160px}.pulse-b{width:260px}.pulse-c{width:340px}.play{display:grid;place-items:center;width:110px;height:110px;border-radius:50%;background:var(--acid);color:var(--ink);font-size:33px;padding-left:7px}.show-band .kicker{color:var(--acid)}.show-band h2{max-width:610px;font-size:clamp(42px,5vw,70px);margin:18px 0 22px}.show-band p{font:20px/1.5 Georgia,serif;color:#c4ccc5;max-width:600px;margin-bottom:28px}.subscribe-section,.about-bottom{padding:100px 0;background:var(--acid)}.subscribe-grid{display:grid;grid-template-columns:1.1fr .65fr;gap:10%;align-items:center}.subscribe-grid .kicker{color:var(--ink)}.subscribe-grid h2{margin-top:17px}.subscribe-grid p{font:19px/1.5 Georgia,serif;max-width:430px}.site-footer{background:#111a17;color:#fff;padding:70px 0 26px}.footer-grid{display:flex;justify-content:space-between;gap:40px}.footer-brand{color:white}.footer-brand .brand-icon{border-color:white}.footer-brand .brand-icon:before,.footer-brand .brand-icon:after{background:white}.footer-grid p{font:16px/1.5 Georgia,serif;color:#b4beb7;margin:24px 0 0}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 60px;align-content:start;font-size:13px;font-weight:700}.footer-links a:hover{color:var(--acid)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #35413a;margin-top:75px;padding-top:22px;color:#a8b1a9;font-size:11px;letter-spacing:.05em}.page-intro{padding-top:95px;padding-bottom:95px;border-bottom:1px solid var(--ink)}.page-intro h1{font-size:clamp(64px,8vw,116px);letter-spacing:-.09em;line-height:.96;margin:24px 0}.page-intro h1 em{font-style:normal;color:var(--blue)}.page-intro>p{max-width:720px;font:clamp(20px,2.1vw,28px)/1.4 Georgia,serif;color:#58645e}.archive-section{padding-top:70px;padding-bottom:110px}.archive-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.archive-toolbar h2{font-size:28px;letter-spacing:-.05em;margin:0}.search-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#52605a}.search-label input{display:block;margin-top:7px;width:290px;border:1px solid #afb9ac;border-radius:2px;background:transparent;padding:13px 14px;font-size:14px;letter-spacing:0;text-transform:none;outline:none}.search-label input:focus{border-color:var(--blue)}.archive-section .cards{row-gap:65px}.archive-section .card-image{height:220px}.show-note{border-top:1px solid var(--ink);padding-top:55px;padding-bottom:85px;display:grid;grid-template-columns:80px 1fr auto;gap:30px;align-items:center}.mini-star{font-size:55px;color:var(--blue)}.show-note h2{font-size:32px;letter-spacing:-.06em;margin-bottom:8px}.show-note p{font:17px/1.5 Georgia,serif;color:var(--muted);margin-bottom:0;max-width:650px}.about-layout{display:grid;grid-template-columns:.8fr 1fr;gap:10%;padding-top:100px;padding-bottom:120px;align-items:center}.about-mark{min-height:450px;background:var(--blue);display:grid;place-items:center;position:relative;overflow:hidden}.about-mark:before,.about-mark:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.6);border-radius:50%;width:70%;aspect-ratio:1}.about-mark:after{width:100%}.about-mark span{display:grid;place-items:center;background:var(--acid);width:165px;height:165px;border-radius:50%;font-size:70px;font-weight:900;letter-spacing:-.1em;z-index:1}.mark-cross{position:absolute;top:25px;right:30px;color:var(--acid);font-size:40px}.about-copy h2{font-size:clamp(40px,4.5vw,65px);letter-spacing:-.075em;line-height:1.03;margin:18px 0 30px}.about-copy p{font:20px/1.55 Georgia,serif;color:#505d55}.about-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:35px}.about-bottom{background:var(--cream)}.article-head{max-width:930px;padding-top:55px;padding-bottom:50px}.back-link{display:inline-block;margin-bottom:60px;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:6px}.article-head .card-meta{justify-content:start;gap:28px}.article-head h1{font-size:clamp(52px,6vw,88px);letter-spacing:-.082em;line-height:1.02;margin:28px 0 24px}.article-dek{font:clamp(21px,2.4vw,29px)/1.42 Georgia,serif;color:#58645d;max-width:780px}.article-byline{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:700;margin-top:32px}.author-dot{display:grid;place-items:center;width:36px;height:36px;background:var(--blue);color:white;border-radius:50%;font-size:12px}.byline-sep{color:#a5aea4}.article-cover{max-width:1100px}.article-cover img{width:100%;max-height:640px;object-fit:cover}.article-body{max-width:750px;padding-top:60px;padding-bottom:65px;font:20px/1.7 Georgia,'Times New Roman',serif;color:#27342d;overflow-wrap:anywhere}.article-body p{margin:0 0 1.35em}.article-body h2,.article-body h3{font-family:Arial,Helvetica,sans-serif;letter-spacing:-.055em;line-height:1.2;margin:1.8em 0 .6em}.article-body h2{font-size:36px}.article-body h3{font-size:27px}.article-body a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.article-body img{margin:35px auto;height:auto}.article-body iframe{display:block;max-width:100%;width:100%;aspect-ratio:16/9;border:0;margin:30px 0}.article-body blockquote{border-left:4px solid var(--blue);padding:5px 0 5px 26px;margin:36px 0;color:#53645a;font-style:italic}.article-body ul,.article-body ol{padding-left:1.5em}.article-body li{margin-bottom:.6em}.article-body hr{border:0;border-top:1px solid var(--line);margin:40px 0}.article-body figcaption{font:13px/1.4 Arial,sans-serif;color:var(--muted);text-align:center}.article-body table{display:block;overflow-x:auto;font:14px/1.4 Arial,sans-serif;border-collapse:collapse}.article-body td,.article-body th{padding:8px;border:1px solid var(--line)}.article-end{max-width:750px;border-top:1px solid var(--ink);padding-top:35px;padding-bottom:90px}.end-mark{font-size:42px;color:var(--blue)}.article-end p{font:17px/1.5 Georgia,serif;color:var(--muted)}.article-end p a{text-decoration:underline}.next-stories{border-top:1px solid var(--line);padding-top:80px;padding-bottom:100px}.next-stories .card-image{height:190px}[hidden]{display:none!important}#no-results{font:18px Georgia,serif;color:var(--muted)}@media(max-width:980px){.hero-grid{grid-template-columns:1fr .8fr;min-height:550px}.hero-copy{padding-top:70px;padding-bottom:60px}.hero h1{font-size:clamp(65px,8.6vw,95px)}.hero-art{min-height:530px}.cards.three{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-image{min-height:360px}.show-band-grid{gap:5%}.about-layout{gap:6%}}@media(max-width:700px){.shell{width:min(calc(100% - 36px),var(--max))}.site-header{height:auto}.header-inner{min-height:76px;gap:0;flex-wrap:wrap;padding:13px 0}.brand{font-size:21px}.brand-icon{width:24px;height:24px}.site-header nav{order:3;width:100%;margin-left:0;margin-top:16px;padding-top:13px;border-top:1px solid var(--line);gap:26px}.header-cta{margin-left:auto;padding:10px 12px;gap:10px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:68px 0 58px}.hero h1{font-size:clamp(66px,12vw,96px);margin:27px 0}.hero-copy>p{font-size:23px}.hero-actions{gap:18px;flex-wrap:wrap}.hero-art{min-height:370px}.art-core{width:130px;height:130px;font-size:25px}.art-caption{bottom:20px;left:20px}.section{padding:75px 0}.section-heading{align-items:start}.section-heading h2{font-size:40px}.feature{grid-template-columns:1fr}.feature-image{min-height:300px;max-height:420px}.feature-copy{padding:30px 0 38px}.feature-copy h3{font-size:43px}.cards.three{grid-template-columns:1fr;gap:48px}.card-image,.archive-section .card-image{height:245px}.story-card p{min-height:0}.show-band{padding:60px 0}.show-band-grid{grid-template-columns:1fr;gap:30px}.show-symbol{height:240px}.pulse-a{width:110px}.pulse-b{width:180px}.pulse-c{width:240px}.play{width:90px;height:90px}.subscribe-section,.about-bottom{padding:70px 0}.subscribe-grid{grid-template-columns:1fr;gap:28px}.footer-grid{display:block}.footer-links{margin-top:48px;max-width:340px}.footer-bottom{margin-top:60px;flex-direction:column;gap:9px}.page-intro{padding-top:70px;padding-bottom:60px}.page-intro h1{font-size:clamp(54px,11vw,75px)}.page-intro>p{font-size:21px}.archive-toolbar{display:block}.search-label{display:block;margin-top:20px}.search-label input{width:100%}.archive-section{padding-top:55px}.show-note{grid-template-columns:45px 1fr}.show-note .under-link{grid-column:2}.mini-star{font-size:40px}.about-layout{grid-template-columns:1fr;padding-top:60px;padding-bottom:75px}.about-mark{min-height:280px}.about-mark span{width:120px;height:120px;font-size:50px}.about-copy{padding-top:20px}.article-head{padding-top:32px}.back-link{margin-bottom:45px}.article-head h1{font-size:clamp(46px,9vw,67px)}.article-body{font-size:18px;padding-top:42px}.next-stories{padding:60px 0}.next-stories .card-image{height:245px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.show-logo{width:min(100%,350px);height:auto;aspect-ratio:1;object-fit:cover;box-shadow:18px 18px 0 rgba(220,250,121,.12)}.show-logo-section{padding-top:60px}.show-logo-section img{width:min(100%,360px);height:auto;aspect-ratio:1;object-fit:cover;box-shadow:14px 14px 0 var(--acid)}@media(max-width:700px){.show-logo{width:min(100%,260px)}.show-logo-section{padding-top:45px}.show-logo-section img{width:min(100%,260px)}}

/* Show artwork alongside the homepage introduction. */
.header-inner{gap:26px}
.hero-art{background:var(--paper)}
.hero-art:after{display:none}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}
@media(max-width:700px){.header-inner{gap:0}.site-header nav{order:3;gap:18px;flex-wrap:wrap}.hero-art{min-height:350px}.section-heading{flex-wrap:wrap;gap:20px}.section-heading .under-link{white-space:normal}}

/* The supplied show wordmark replaces the previous text and target in the header. */
.site-header .brand{display:block;flex:none;width:216px}
.site-header .brand img{width:100%;height:auto}
@media(max-width:700px){.site-header .brand{width:clamp(140px,42vw,216px)}}
.site-footer .footer-brand{display:block;width:216px}
.site-footer .footer-brand img{width:100%;height:auto}
.flx-section{border-top:1px solid var(--line);background:var(--cream);padding:100px 0 110px}
.flx-heading{margin-bottom:42px}
.flx-heading h2{margin-bottom:18px}
.flx-heading p{max-width:720px;font:19px/1.5 Georgia,serif;color:#59645e;margin:0}
.flx-heading .under-link{align-self:end}
.flx-card .card-image{height:auto;aspect-ratio:16/9}
.flx-card h3{margin-bottom:18px}
.flx-duration{position:absolute;left:13px;bottom:14px;background:rgba(17,26,23,.9);color:white;padding:6px 8px;border-radius:2px;font-size:11px;font-weight:800}
.flx-count{font-size:12px;font-weight:800;letter-spacing:.06em;color:var(--muted);margin:48px 0 18px}
.flx-more{cursor:pointer;background:transparent}
@media(max-width:700px){.flx-section{padding:72px 0 80px}.flx-heading{display:block}.flx-heading p{font-size:18px}.flx-heading .under-link{display:inline-block;margin-top:26px}.flx-card .card-image{height:auto}}

/* Show links sit directly above the intro divider. */
.show-intro{padding-bottom:38px}
.show-intro h1{font-size:clamp(56px,7.2vw,102px)}
.platform-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}
.platform-links a{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:46px;border:1px solid var(--ink);padding:11px 16px;font-size:13px;font-weight:800;transition:background .2s,color .2s}
.platform-links a:hover{background:var(--ink);color:white}
.platform-links a span{font-size:18px;line-height:1}

/* The About page uses Josh's Substack portrait. */
.about-photo{width:calc(100% - 16px);max-width:520px;aspect-ratio:1;background:var(--blue);box-shadow:16px 16px 0 var(--acid)}
.about-photo img{width:100%;height:100%;object-fit:cover}
@media(max-width:700px){.show-intro{padding-bottom:34px}.show-intro h1{font-size:clamp(52px,11vw,75px)}.platform-links{margin-top:28px}.platform-links a{flex:1 1 140px}.about-photo{box-shadow:10px 10px 0 var(--acid)}}
