:root{
  --bg:#fbf7ee;
  --ink:#332f2b;
  --soft-ink:#7a746d;
  --rule:#332f2b;
  --dot:rgba(121,91,45,.27);
  --card:#fffdf7;
  --card-border:rgba(80,65,44,.10);
  --divider:#c6c0b4;
  --shadow:0 11px 18px rgba(55,43,25,.10),0 2px 5px rgba(55,43,25,.08);
  --pin:#d9a957;
  --news:#c9dfec;
  --civic:#bfd9bd;
  --week:#f4b79d;
  --kids:#d7c0ef;
  --fun:#f1d070;
  --join:#b9d4e4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  background-color:var(--bg);
  background-image:radial-gradient(var(--dot) 2px, transparent 2.2px);
  background-size:42px 42px;
  background-position:8px 10px;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
.site-shell{max-width:1536px;margin:0 auto;padding:25px 36px 28px;position:relative;overflow:hidden}
.masthead{position:relative;margin-bottom:38px;padding:0 0 0;min-height:145px;background:linear-gradient(180deg,rgba(251,247,238,.98) 0%,rgba(251,247,238,.95) 72%,rgba(251,247,238,0) 100%)}
.brand{display:flex;align-items:baseline;gap:18px;margin:0 0 7px;line-height:.8;letter-spacing:-.055em;color:var(--ink)}
.brand .the{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-weight:600;font-size:88px;letter-spacing:-.055em;text-transform:lowercase}
.brand .fyi{font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;font-size:118px;letter-spacing:-.07em;text-transform:uppercase}
.tagline{font-size:19px;letter-spacing:.02em;margin-left:2px;color:var(--ink);line-height:1.2}
.edition-date{font-family:Inter,system-ui,sans-serif;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--soft-ink);margin:8px 0 0 3px;line-height:1.2;font-weight:400}
.rule{height:2px;background:var(--rule);opacity:.92;width:100%;margin-top:17px}
.star-note{position:absolute;right:18px;top:0;width:134px;height:130px;background:#fffaf0;box-shadow:0 10px 18px rgba(45,35,20,.16),0 2px 4px rgba(45,35,20,.1);border:1px solid rgba(70,50,25,.08);transform:rotate(6deg);display:flex;align-items:center;justify-content:center;z-index:2}
.star-note::before{content:"";position:absolute;width:70px;height:21px;background:#d8c7a3;opacity:.7;top:-9px;left:-6px;transform:rotate(-10deg);box-shadow:0 2px 4px rgba(0,0,0,.08);background-image:linear-gradient(90deg,rgba(112,91,58,.24) 1px,transparent 1px),linear-gradient(0deg,rgba(112,91,58,.20) 1px,transparent 1px);background-size:9px 9px}
.star-note .star{width:82px;height:82px;transform:rotate(-8deg);overflow:visible}
.star-note .star path{fill:none;stroke:var(--ink);stroke-width:5.5;stroke-linecap:round;stroke-linejoin:round}
.star-note .star path:first-child{stroke-width:6}
.high-fives{position:absolute;right:165px;top:14px;width:270px;background:#fffdf7;border:1px solid var(--card-border);box-shadow:var(--shadow);padding:18px 20px;transform:rotate(-1deg);display:none;z-index:1}
.high-fives.visible{display:block}
.high-fives h2{font-size:15px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-weight:700;background:var(--join);display:inline-block;padding:5px 9px}
.high-fives ul{list-style:none;margin:0;padding:0;display:grid;gap:10px;font-size:15px;line-height:1.3}
.high-fives .source{display:block;font-style:italic;color:var(--soft-ink);font-weight:400;margin-top:2px}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 30px;align-items:stretch;margin:0 44px 0 44px}
.card{background:rgba(255,253,247,.96);border:1px solid var(--card-border);box-shadow:var(--shadow);min-height:386px;padding:58px 32px 22px;position:relative;display:flex;flex-direction:column;justify-content:space-between}
.card::before{content:"";position:absolute;top:-21px;left:50%;transform:translateX(-50%);width:42px;height:42px;background:url("/assets/thumbtack-soft.png") center/contain no-repeat;filter:none}
.label{position:absolute;top:22px;left:28px;display:inline-block;padding:5px 10px 4px;font-size:16px;line-height:1;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:var(--ink)}
.label.latest-news{background:var(--news)}
.label.civic-schools{background:var(--civic)}
.label.this-week{background:var(--week)}
.label.kid-stuff{background:var(--kids)}
.label.for-fun{background:var(--fun)}
.label.join-in{background:var(--join)}
.link-list{list-style:none;margin:0;padding:0;display:grid;gap:0}
.link-list li{font-size:16.5px;line-height:1.38;font-weight:700;padding:18px 0;border-bottom:1px solid var(--divider)}
.link-list li:first-child{padding-top:0}
.link-list li:last-child{border-bottom:0}
.link-list a{font-weight:700}.source{font-style:italic;color:var(--soft-ink);font-weight:400}.source::before{content:" — "}
.see-more{display:inline-block;margin-top:20px;color:var(--soft-ink);font-size:16px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;align-self:flex-start}
.footer{margin:23px 32px 0;padding-top:0;border-top:1px dashed rgba(122,116,109,.45);display:flex;justify-content:center;align-items:center;gap:26px;color:var(--soft-ink);font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;font-weight:700;line-height:1.1}
.footer a{display:inline-flex;align-items:center;gap:9px;padding:0 6px;background:var(--bg);transform:translateY(-9px);color:var(--soft-ink)}
.footer a + a::before{content:"";width:1px;height:22px;background:#b2aaa0;margin-right:20px;display:inline-block}
.footer .icon{font-size:20px;line-height:1;color:var(--soft-ink)}
.footer .speech{width:19px;height:14px;border:1.8px solid var(--soft-ink);border-radius:2px;position:relative;display:inline-block}
.footer .speech::after{content:"";position:absolute;right:3px;bottom:-5px;width:7px;height:7px;border-left:1.8px solid var(--soft-ink);border-bottom:1.8px solid var(--soft-ink);background:var(--bg);transform:skew(-25deg) rotate(-8deg)}
.page-title{font-family:"Cormorant Garamond",Georgia,serif;font-size:64px;line-height:1;margin:22px 44px 26px;letter-spacing:-.035em}
.page-list{background:#fffdf7;border:1px solid var(--card-border);box-shadow:var(--shadow);padding:34px 36px;margin:0 44px 30px;max-width:900px}
.page-list .link-list{gap:0}.page-list .link-list li{font-size:18px}.date{font-size:13px;color:var(--soft-ink);margin-left:8px}.back-link{display:inline-block;margin-left:44px;font-size:16px;color:var(--soft-ink);font-weight:700}.empty{font-style:italic;color:var(--soft-ink)}
@media (max-width:1100px){.grid{margin:0;gap:24px}.card{padding-left:25px;padding-right:25px}.brand .the{font-size:76px}.brand .fyi{font-size:104px}.star-note{width:116px;height:110px}.footer{margin-left:0;margin-right:0}}
@media (max-width:900px){.site-shell{padding:24px 20px 32px}.masthead{min-height:auto;margin-bottom:26px}.brand .the{font-size:64px}.brand .fyi{font-size:88px}.tagline{font-size:16px}.edition-date{font-size:12px}.star-note{position:relative;right:auto;top:auto;margin:24px 0 0 auto;width:112px;height:104px}.high-fives{position:relative;right:auto;top:auto;width:auto;transform:none;margin:18px 0 0}.grid{grid-template-columns:1fr 1fr}.card{min-height:330px}.footer{font-size:18px;gap:12px;flex-wrap:wrap}.footer a + a::before{display:none}}
@media (max-width:620px){body{background-size:34px 34px}.site-shell{padding:18px 16px 30px}.brand{gap:10px}.brand .the{font-size:50px}.brand .fyi{font-size:70px}.tagline{font-size:14px}.edition-date{font-size:11px;margin-top:7px}.rule{margin-top:13px}.grid{grid-template-columns:1fr;gap:26px}.card{min-height:auto;padding:52px 24px 20px}.link-list li{font-size:15.5px}.label{font-size:14px}.see-more{font-size:14px}.footer{font-size:16px;flex-direction:column;border-top:1px dashed rgba(122,116,109,.45);gap:5px}.footer a{transform:translateY(-10px)}.page-title{font-size:46px;margin-left:0}.page-list{margin-left:0;margin-right:0;padding:24px}.back-link{margin-left:0}}
