[hidden] { display: none !important; }
.variant-box { padding: 24px 28px; border: 1px solid #17231d; border-top: 0; background: #fffdf6; }
.variant-box > strong { display: block; margin-bottom: 14px; font-size: 14px; }
#variant-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
#variant-buttons button { border: 1px solid #17231d; background: transparent; padding: 10px 14px; font-weight: 800; cursor: pointer; }
#variant-buttons button.active { background: #c7ef5d; box-shadow: 3px 3px 0 #17231d; }
footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
footer nav a { color: #667068; font-size: 12px; text-decoration: none; }
footer nav a:hover { color: #1f6b45; text-decoration: underline; }
.popular-card { color: #17231d; text-decoration: none; }
.browse { border-top: 1px solid #c9c9bd; padding: 70px 0 90px; }
.browse-list { display: flex; flex-wrap: wrap; gap: 9px; }
.browse-list a { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #c9c9bd; background: #fffdf6; color: #17231d; padding: 9px 12px; text-decoration: none; font-size: 13px; font-weight: 800; }
.browse-list a:hover { border-color: #17231d; background: #c7ef5d; }
.district-nav-section { border-top: 1px solid #c9c9bd; padding: 70px 0; }
.district-nav-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #17231d; border-left: 1px solid #17231d; }
.district-nav-list a { min-height: 110px; display: grid; place-items: center; border-right: 1px solid #17231d; border-bottom: 1px solid #17231d; color: #17231d; text-decoration: none; font-size: 18px; font-weight: 900; }
.district-nav-list a:hover, .district-nav-list a[aria-current="page"] { background: #c7ef5d; }
.district-guide-link { display: block; width: fit-content; margin: 28px 0 0 auto; color: #1f6b45; font-weight: 900; }
@media(max-width:700px){.district-nav-list{grid-template-columns:1fr 1fr}.district-nav-list a{min-height:80px}}
dialog { width: min(520px, calc(100% - 28px)); border: 1px solid #17231d; background: #fffdf6; padding: 0; box-shadow: 10px 10px 0 #1f6b45; }
dialog::backdrop { background: rgba(23,35,29,.55); }
#report-form { display: block; border: 0; padding: 28px; }
.dialog-head { display: flex; justify-content: space-between; gap: 20px; }
.dialog-head h2 { margin: 8px 0 25px; font-size: 27px; letter-spacing: -.04em; }
.dialog-head button { align-self: flex-start; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
#report-form label { display: block; margin: 16px 0 8px; font-size: 13px; font-weight: 850; }
#report-form select, #report-form textarea { width: 100%; border: 1px solid #c9c9bd; background: white; padding: 12px; font: inherit; }
#report-form textarea { min-height: 130px; resize: vertical; }
#report-form .submit-report { width: 100%; margin-top: 16px; border: 1px solid #17231d; background: #c7ef5d; padding: 14px; font-weight: 900; cursor: pointer; }
#report-form > p { color: #667068; font-size: 11px; line-height: 1.5; }
@media(max-width:650px){footer nav{margin:18px 0}dialog{box-shadow:6px 6px 0 #1f6b45}}
