@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Roboto+Slab:wght@300;400;600;700&display=swap');
:root{--ink:#2f2a2b;--ink-soft:#565051;--accent:#fee900;--mint:#dce8dc;--paper:#eef3ed;--white:#fff;--line:#d5d4d5;--wine:#2f2a2b;--wine-dark:#2f2a2b;--muted:#565051;--shell:min(1170px,calc(100% - 40px));font-family:'Roboto Slab',Georgia,serif;color:var(--ink);background:var(--white)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}.shell{width:var(--shell);margin-inline:auto}
.topline{background:var(--ink);color:var(--mint);font:12px/1.4 Arial,sans-serif;letter-spacing:.03em}.topline .shell{display:flex;justify-content:space-between;padding:8px 0}.topline a{color:var(--accent)}
.masthead{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:none;min-height:230px;margin:0;padding:28px max(20px,calc((100% - 1170px)/2));background:#eef3ed url('images/headerbg.jpg') center center/cover no-repeat}.identity{display:flex;align-items:center;gap:16px}.identity img{display:block;width:180px;max-width:35vw;max-height:180px;object-fit:contain;filter:drop-shadow(0 4px 9px #fff)}.identity-fallback{display:none}.identity strong{display:block;font:700 28px/1.1 'Playfair Display',Georgia,serif}.identity small{display:block;color:var(--ink-soft)}
.menu-button{display:none;border:0;background:var(--accent);color:var(--ink);padding:11px 16px;font-weight:800}
.main-nav{position:relative;z-index:20;background:rgba(228,228,228,.92);border-top:1px solid #e6e6e6;border-bottom:1px solid #d5d4d5;color:#000}.main-nav>.shell{display:flex;align-items:stretch}.main-nav .home-link,.main-nav>.shell>a,.menu-level-1>li>a{display:flex;align-items:center;min-height:54px;padding:0 16px;font-family:'Playfair Display',Georgia,serif;font-weight:600}.main-nav a:hover,.main-nav a:focus,.menu-level-1>li:focus-within>a,.menu-level-1>li:hover>a{background:#eaece9}.main-nav ul{list-style:none;margin:0;padding:0}.menu-level-1{display:flex}.menu-level-1>li{position:relative}.has-children>a span{margin-left:7px;font:12px Arial}.menu-level-2,.menu-level-3{position:absolute;display:none;min-width:280px;background:rgba(93,93,93,.97);color:var(--mint);box-shadow:0 13px 35px #0003}.menu-level-2{left:0;top:100%}.menu-level-3{left:100%;top:0;min-width:360px;max-height:72vh;overflow-y:auto}.menu-level-2 li{position:relative;border-bottom:1px solid rgba(255,255,255,.12)}.menu-level-2 a,.menu-level-3 a{display:flex;justify-content:space-between;gap:12px;padding:11px 16px;font-family:'Playfair Display',Georgia,serif;font-size:14px}.menu-level-2 a:hover,.menu-level-3 a:hover{background:rgba(255,255,255,.08);color:#fff}.has-children:hover>ul,.has-children:focus-within>ul{display:block}
.intro,.page-head{background:var(--ink);color:var(--white);border-bottom:8px solid var(--accent)}.intro{padding:58px 0 74px}.page-head{padding:52px 0}.eyebrow{color:#978e00;font:800 12px Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}.intro .eyebrow,.page-head .eyebrow{color:var(--accent)}.intro h1,.page-head h1{max-width:820px;margin:.15em 0;font:700 clamp(36px,6vw,64px)/1.07 'Playfair Display',Georgia,serif}.intro p:last-child{color:var(--mint);max-width:680px;margin-bottom:0}
.content-shell{margin-top:-34px;padding-bottom:70px}.lead-story{display:grid;grid-template-columns:1.2fr 1fr;min-height:430px;background:var(--white);box-shadow:0 18px 60px rgba(47,42,43,.16)}.lead-image{min-height:360px;background:linear-gradient(135deg,#979495,#2f2a2b);background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:22px}.lead-image span{background:var(--accent);color:var(--ink);padding:6px 11px;font:800 12px Arial,sans-serif}.lead-story>div{padding:clamp(30px,5vw,64px)}.meta{color:var(--ink-soft);font:12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.lead-story h2,.story-card h2{font-family:'Playfair Display',Georgia,serif;line-height:1.18}.lead-story h2{font-size:clamp(29px,4vw,45px);margin:.3em 0}.readmore{display:inline-block;margin-top:10px;padding-bottom:3px;border-bottom:4px solid var(--accent);font-weight:800}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:35px}.story-card{display:flex;flex-direction:column;background:#f8faf7;border-bottom:5px solid var(--accent);padding:0 22px 24px}.story-card img{width:calc(100% + 44px);height:210px;margin-left:-22px;object-fit:cover}.story-card h2{font-size:25px;margin:.35em 0}.story-card>p:not(.meta){color:var(--ink-soft)}.story-more{align-self:flex-start;margin-top:auto;padding:8px 12px;border:1px solid #cfc8b8;border-radius:3px;background:#fffdf5;color:#514946;font:800 12px Arial,sans-serif;letter-spacing:.025em}.story-more:hover,.story-more:focus{border-color:#b1a600;background:var(--accent);color:#2f2a2b}
.page-content{padding:55px 0 80px}.child-link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.child-link-grid>a{display:flex;justify-content:space-between;align-items:center;gap:14px;min-height:92px;padding:20px;background:var(--paper);border-left:7px solid var(--accent)}.child-link-grid a:hover{background:var(--mint)}.child-link-grid span{white-space:nowrap}.empty-state{background:var(--paper);padding:50px;text-align:center}
.page-prose{max-width:850px;margin:0 auto 42px}.category-content{padding:20px 0 80px}.archive-grid{margin-top:30px}.legacy-news{padding:70px 0 85px;background:var(--paper);border-top:1px solid var(--line)}.legacy-news .story-card{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.section-heading h2{font:700 clamp(32px,5vw,52px)/1.1 'Playfair Display',Georgia,serif;margin:.15em 0}.pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px}.pagination a{display:grid;place-items:center;min-width:42px;height:42px;padding:0 10px;background:var(--paper);font-weight:700}.pagination a.active,.pagination a:hover{background:var(--ink);color:#fff}
.article-page{background:var(--white)}.article{max-width:860px;padding:60px 0 90px}.back{font-weight:700;border-bottom:3px solid var(--accent)}.article h1{font:700 clamp(38px,7vw,68px)/1.05 'Playfair Display',Georgia,serif;margin:.25em 0}.article-deck{font:22px/1.5 'Roboto Slab',Georgia,serif;color:var(--ink-soft)}.article-hero{width:100%;max-height:590px;object-fit:cover;margin:30px 0}.prose{font:18px/1.8 'Roboto Slab',Georgia,serif}.prose img{max-width:100%;height:auto}.prose h2,.prose h3{font-family:'Playfair Display',Georgia,serif}.source-note{margin-top:40px;padding-top:18px;border-top:1px solid var(--line)}.source-note a{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:4px}
.prose figure{margin:32px 0}.prose figure img{display:block;margin:auto}.prose figcaption{text-align:center;color:var(--ink-soft);font-size:14px}.prose blockquote{margin:28px 0;padding:12px 24px;border-left:7px solid var(--accent);background:var(--paper)}.prose table{display:block;width:100%;margin:28px 0;border-collapse:collapse;overflow-x:auto}.prose th,.prose td{padding:10px 13px;border:1px solid var(--line);text-align:left}.prose th{background:var(--paper)}
footer.site-footer{background:var(--ink);color:var(--mint);border-top:8px solid var(--accent);padding:42px 0}.footer-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,520px);align-items:center;gap:50px}.footer-about{max-width:520px}.footer-about strong{display:block;color:#fff;font:700 24px/1.25 'Playfair Display',Georgia,serif}.footer-about p{color:#c9d4c9}.footer-about span{font-size:13px}.harangszo-footer{display:grid;grid-template-columns:118px 1fr;gap:24px;align-items:center;padding:22px;background:#3a3536;border:1px solid #5c5557}.harangszo-cover{display:block;background:#fff;box-shadow:0 12px 30px #0005;transition:transform .2s ease}.harangszo-cover:hover,.harangszo-cover:focus{transform:translateY(-4px)}.harangszo-cover img{display:block;width:118px;aspect-ratio:3/4;object-fit:cover}.footer-kicker{margin:0;color:var(--accent);font:800 11px Arial,sans-serif;letter-spacing:.14em}.harangszo-footer h2{margin:5px 0;font:700 28px/1.15 'Playfair Display',Georgia,serif;color:#fff}.harangszo-footer p{margin:5px 0 12px}.harangszo-link{display:inline-block;border-bottom:3px solid var(--accent);color:#fff;font-weight:700}
@media(max-width:1000px){.menu-button{display:block}.main-nav{display:none}.main-nav.open{display:block}.main-nav>.shell,.menu-level-1{display:block}.main-nav .home-link,.main-nav>.shell>a,.menu-level-1>li>a{min-height:auto;padding:13px 16px;border-bottom:1px solid #ccc}.menu-level-2,.menu-level-3{position:static;display:none;min-width:0;max-height:none;overflow:visible;box-shadow:none}.has-children:focus-within>ul{display:block}.menu-level-2 a{padding-left:32px}.menu-level-3 a{padding-left:48px}.identity img{max-width:min(520px,70vw)}.story-grid,.child-link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.shell{width:min(100% - 28px,1170px)}.masthead{min-height:150px;background-position:center top}.identity img{width:120px;max-width:42vw;max-height:120px}.lead-story{grid-template-columns:1fr}.story-grid,.child-link-grid{grid-template-columns:1fr}.content-shell{margin-top:-20px}.intro{padding:40px 0 55px}.article{padding:40px 14px 70px}.footer-grid{grid-template-columns:1fr}.harangszo-footer{grid-template-columns:92px 1fr}.harangszo-cover img{width:92px}}

/* 2026 public header refresh */
.topline .shell{justify-content:flex-end}
.topline .shell>span{display:none}
.masthead{min-height:176px;padding-top:20px;padding-bottom:20px;background-color:#f1f5ef;background-position:center 44%}
.masthead .identity{gap:25px;max-width:min(820px,calc(100% - 120px))}
.masthead .identity img{width:142px;max-height:142px;flex:0 0 auto}
.masthead .identity-fallback{display:block}
.masthead .identity-fallback strong{max-width:650px;font:700 clamp(27px,3vw,39px)/1.13 'Playfair Display',Georgia,serif;color:var(--ink);text-wrap:balance}
.masthead .identity-fallback small{display:none}
.main-nav>.shell{justify-content:flex-end}
.menu-level-1{margin-left:auto;justify-content:flex-end}
.main-nav .home-link,.main-nav>.shell>a,.menu-level-1>li>a{min-height:62px;padding:0 clamp(15px,1.55vw,25px);font-size:clamp(17px,1.4vw,20px);line-height:1.2}
.intro{padding:34px 0 48px;background:linear-gradient(115deg,#f5f7f3 0%,#e8efe7 68%,#dce8dc 100%);color:var(--ink);border-bottom-width:5px}
.intro .eyebrow{color:#736d00}
.intro h1{max-width:920px;margin:.12em 0;font-size:clamp(34px,4.4vw,52px);line-height:1.08}
.intro p:last-child{max-width:760px;color:var(--ink-soft);font-size:17px}
.content-shell{margin-top:-22px}
.lead-image{background:linear-gradient(135deg,#e7eee4 0%,#b7c7b5 100%)}
@media(max-width:1000px){.masthead{min-height:145px}.masthead .identity{max-width:calc(100% - 105px)}.masthead .identity img{width:112px;max-height:112px}.masthead .identity-fallback strong{font-size:clamp(23px,3.5vw,32px)}.main-nav>.shell,.menu-level-1{display:block}.menu-level-1{margin-left:0}.main-nav .home-link,.main-nav>.shell>a,.menu-level-1>li>a{font-size:17px}.intro{padding:31px 0 43px}}
@media(max-width:700px){.masthead{min-height:116px;padding:14px}.masthead .identity{gap:14px;max-width:calc(100% - 72px)}.masthead .identity img{width:82px;max-width:82px;max-height:82px}.masthead .identity-fallback strong{font-size:clamp(18px,5.4vw,24px);line-height:1.12}.menu-button{padding:9px 11px}.intro{padding:26px 0 36px}.intro h1{font-size:clamp(30px,9vw,40px)}.intro p:last-child{font-size:15px}.content-shell{margin-top:-14px}}

/* Public article search and Facebook follow card */
.intro .intro-subtitle{color:var(--ink-soft);max-width:680px;margin-bottom:0;font-size:17px}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.search-content{padding:48px 0 85px}.search-form{display:flex;max-width:850px;margin-bottom:34px}.search-form input{flex:1;min-width:0;height:54px;padding:0 17px;border:1px solid #b9c1b7;font:16px 'Roboto Slab',Georgia,serif}.search-form button{padding:0 25px;border:0;background:var(--ink);color:#fff;font-weight:800}.search-summary{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--line)}.search-summary h2{margin:0 0 10px;font:700 clamp(30px,4vw,45px)/1.1 'Playfair Display',Georgia,serif}.search-summary span{margin-bottom:12px;color:var(--ink-soft)}.search-results{display:grid}.search-result{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:26px 0;border-bottom:1px solid var(--line)}.search-result img{width:180px;height:125px;object-fit:cover}.search-result h2{margin:.2em 0;font:700 27px/1.2 'Playfair Display',Georgia,serif}.search-result p{margin:.4em 0;color:var(--ink-soft)}
.footer-right{display:grid;gap:18px}.facebook-follow{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:center;padding:20px 22px;background:#fff;color:#1f2937;border-left:6px solid #1877f2;box-shadow:0 12px 35px #0003;transition:transform .2s ease}.facebook-follow:hover,.facebook-follow:focus{transform:translateY(-3px)}.facebook-mark{display:grid;place-items:end center;width:58px;height:58px;overflow:hidden;border-radius:50%;background:#1877f2;color:#fff;font:700 55px/1 Arial,sans-serif}.facebook-follow small{display:block;color:#1877f2;font:800 10px Arial,sans-serif;letter-spacing:.12em}.facebook-follow strong{display:block;margin:4px 0;color:#1f2937;font:700 21px/1.2 'Playfair Display',Georgia,serif}.facebook-follow em{color:#4b5563;font-size:13px;font-style:normal}
.developer-credit{justify-self:end;display:inline-flex;align-items:center;gap:6px;color:#bfc9bf;font:11px/1.2 Arial,sans-serif;letter-spacing:.04em}.developer-credit b{color:var(--accent);font:700 12px/1 monospace}.developer-credit strong{color:#fff;font-size:12px}.developer-credit:hover,.developer-credit:focus{color:#fff}.developer-credit:hover strong,.developer-credit:focus strong{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px}
@media(max-width:700px){.search-form{display:grid}.search-form button{min-height:48px}.facebook-follow{grid-template-columns:48px 1fr;padding:16px}.facebook-mark{width:46px;height:46px;font-size:44px}.facebook-follow strong{font-size:18px}.search-result{grid-template-columns:1fr}.search-result img{width:100%;height:190px}}

/* Refined homepage headline hierarchy */
.home-page{--home-heading:#514946;--home-heading-soft:#625955}
.home-page .intro h1{position:relative;max-width:820px;margin:.2em 0 .35em;padding-bottom:15px;color:var(--home-heading);font-size:clamp(32px,3.7vw,44px);font-weight:600;line-height:1.12;letter-spacing:-.018em;text-wrap:balance}
.home-page .intro h1:after{content:"";position:absolute;left:0;bottom:0;width:72px;height:3px;background:var(--accent)}
.home-page .intro .eyebrow{margin-bottom:8px;color:#817700;font-size:11px;letter-spacing:.2em}
.home-page .intro-subtitle{margin-top:0;font-size:16px}
.home-page .lead-story{box-shadow:0 16px 45px rgba(47,42,43,.11)}
.home-page .lead-story>div{padding:clamp(30px,4vw,52px)}
.home-page .lead-story h2{margin:.35em 0 .45em;color:var(--home-heading);font-size:clamp(29px,3.1vw,38px);font-weight:600;line-height:1.16;letter-spacing:-.014em;text-wrap:balance}
.home-page .story-grid{gap:28px}
.home-page .story-card{border:1px solid #dde3da;border-bottom:3px solid #dfd30a;background:#fbfcfa;box-shadow:0 5px 18px rgba(47,42,43,.045)}
.home-page .story-card h2{margin:.45em 0 .55em;color:var(--home-heading-soft);font-size:clamp(20px,1.7vw,23px);font-weight:600;line-height:1.28;letter-spacing:-.008em}
.home-page .story-card>p:not(.meta){font-size:15px;line-height:1.72}
.home-page .legacy-news{background:#f2f5f0}
.home-page .legacy-news .story-card{background:rgba(255,255,255,.84)}
.home-page .section-heading h2{position:relative;margin:.2em 0;padding-bottom:12px;color:var(--home-heading);font-size:clamp(30px,3.6vw,42px);font-weight:600;line-height:1.15;letter-spacing:-.014em}
.home-page .section-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;background:var(--accent)}
.home-events{padding:52px 0 58px;border-top:1px solid #e1ded5;border-bottom:1px solid #e1ded5;background:linear-gradient(135deg,#fbfaf5,#f0f5ef)}
.home-events .section-heading{margin-bottom:23px}.home-event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-event-card{overflow:hidden;border:1px solid #dde3da;border-radius:3px;background:#fff;box-shadow:0 8px 25px rgba(47,42,43,.07)}.home-event-image{display:grid;aspect-ratio:16/8;overflow:hidden;background:linear-gradient(135deg,#dfe9df,#eee9d9)}.home-event-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.home-event-card:hover .home-event-image img{transform:scale(1.025)}.home-event-image>span{place-self:center;display:grid;min-width:72px;padding:9px 12px;border-bottom:4px solid var(--accent);background:#514946;color:#fff;text-align:center;font:800 12px Arial,sans-serif}.home-event-image>span b{font:700 32px/1 Georgia,serif}.home-event-body{padding:20px}.home-event-body h3{margin:.35em 0 .5em;color:var(--home-heading-soft);font:600 23px/1.25 'Playfair Display',Georgia,serif}.home-event-body>p:not(.meta){display:-webkit-box;overflow:hidden;margin:.4em 0 1em;color:var(--ink-soft);font-size:14px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}
@media(max-width:700px){.home-page .intro h1{font-size:clamp(29px,8vw,36px)}.home-page .lead-story h2{font-size:clamp(27px,8vw,34px)}.home-page .story-card h2{font-size:22px}.home-page .section-heading{align-items:start;flex-direction:column}.home-page .section-heading h2{font-size:32px}}
@media(max-width:900px){.home-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.home-events{padding:38px 0 42px}.home-event-grid{grid-template-columns:1fr}.home-event-body h3{font-size:22px}}

/* Balanced static-page header and content alignment */
.page-template{--page-heading:#514946}
.page-template .page-head{padding:27px 0 29px;background:linear-gradient(115deg,#f5f7f3 0%,#e8efe7 70%,#dce8dc 100%);color:var(--page-heading);border-bottom:4px solid var(--accent)}
.page-template .page-head .shell,.page-template .page-content{width:min(900px,calc(100% - 40px))}
.page-template .page-head .eyebrow{margin:0 0 7px;color:#817700;font-size:11px;letter-spacing:.19em}
.page-template .page-head h1{max-width:none;margin:0;color:var(--page-heading);font-size:clamp(34px,3.6vw,44px);font-weight:600;line-height:1.12;letter-spacing:-.016em;text-wrap:balance}
.page-template .page-content{padding:42px 0 72px}
.page-template .page-prose{max-width:none;margin:0 0 42px}
.page-template .page-prose> :first-child{margin-top:0}
@media(max-width:700px){.page-template .page-head{padding:21px 0 23px}.page-template .page-head .shell,.page-template .page-content{width:calc(100% - 28px)}.page-template .page-head h1{font-size:clamp(30px,9vw,36px)}.page-template .page-content{padding:32px 0 55px}}

/* Unified restrained header for every internal listing page */
body:not(.home-page) .page-head{padding:27px 0 29px;background:linear-gradient(115deg,#f5f7f3 0%,#e8efe7 70%,#dce8dc 100%);color:#514946;border-bottom:4px solid var(--accent)}
body:not(.home-page) .page-head .shell{width:min(900px,calc(100% - 40px))}
body:not(.home-page) .page-head .eyebrow{margin:0 0 7px;color:#817700;font-size:11px;letter-spacing:.19em}
body:not(.home-page) .page-head h1{max-width:none;margin:0;color:#514946;font-size:clamp(34px,3.6vw,44px);font-weight:600;line-height:1.12;letter-spacing:-.016em;text-wrap:balance}
body:not(.home-page) .page-head .shell>p:last-child:not(.eyebrow){max-width:720px;margin:8px 0 0;color:#625955;font-size:16px}
@media(max-width:700px){body:not(.home-page) .page-head{padding:21px 0 23px}body:not(.home-page) .page-head .shell{width:calc(100% - 28px)}body:not(.home-page) .page-head h1{font-size:clamp(30px,9vw,36px)}body:not(.home-page) .page-head .shell>p:last-child:not(.eyebrow){font-size:15px}}

/* Compact typography for expanded RSS articles */
.article-source-rss .article{max-width:900px}
.article-source-rss .article h1{margin:.35em 0;color:#514946;font-size:30px;font-weight:600;line-height:1.22;letter-spacing:-.01em;text-wrap:balance}
.article-source-rss .article-deck{font-size:15px;line-height:1.7}
.article-source-rss .prose{font-size:15px;line-height:1.75}
.article-source-rss .prose p,.article-source-rss .prose li,.article-source-rss .prose td,.article-source-rss .prose th,.article-source-rss .prose blockquote{font-size:15px}
.article-source-rss .prose h2{font-size:24px;line-height:1.3}.article-source-rss .prose h3{font-size:20px;line-height:1.35}.article-source-rss .prose h4{font-size:17px;line-height:1.4}
.article-source-rss .source-note{font-size:15px}
@media(max-width:700px){.article-source-rss .article{padding-top:34px}.article-source-rss .article h1{font-size:30px}.article-source-rss .article-deck,.article-source-rss .prose{font-size:15px}}

/* Logo left; date, nameday and discreet search grouped on the right */
.masthead .identity{flex:1 1 auto}
.header-utilities{display:grid;flex:0 0 280px;justify-items:end;gap:12px;margin-left:auto;color:#625b58}
.topline-info{display:flex;align-items:center;justify-content:flex-end;gap:14px;text-align:right;font:12px/1.3 Arial,sans-serif}.topline-info time{font-weight:700}.topline-info span{padding-left:14px;border-left:1px solid #bfc8bd;color:#756d68}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.header-search{display:flex;width:240px;height:28px;margin:0}
.header-search input{flex:1;min-width:0;width:0;padding:0 10px;border:1px solid #c4cbc1;border-right:0;background:#fff;color:#514946;font:12px/1 Arial,sans-serif;outline:none}
.header-search input::placeholder{color:#938b86}.header-search input:focus{border-color:#9d9300;background:#fff}
.header-search button{min-width:62px;padding:0 8px;border:1px solid #c4cbc1;background:#e8ece6;color:#615a56;font:700 10px/1 Arial,sans-serif;cursor:pointer}.header-search button:hover,.header-search button:focus{border-color:#9d9300;color:#514946}
.rss-link{display:grid;place-items:center;width:28px;height:28px;border:1px solid #d27c28;background:#e8892f;color:#fff}.rss-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.rss-link svg circle{fill:currentColor;stroke:none}.rss-link:hover,.rss-link:focus{background:#cf6f17;border-color:#b85f0d}
@media(max-width:1000px){.masthead{flex-wrap:wrap}.masthead .identity{flex:1 1 calc(100% - 90px)}.header-utilities{order:3;flex-basis:100%;gap:8px;margin-top:8px}.menu-button{order:2}}
@media(max-width:700px){.header-utilities{gap:6px}.topline-info{width:100%;gap:10px;font-size:11px}.topline-info span{padding-left:10px}.header-actions{width:min(276px,100%)}.header-search{flex:1 1 auto;width:auto;height:30px}.header-search button{min-width:58px}.rss-link{flex:0 0 30px;width:30px;height:30px}}
