/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Stowe Township
Theme URI: https://triplenerdscore.net
Description: Custom ACF block theme for Stowe Township, Allegheny County, Pennsylvania. Built on the Sun & Hills (Valley Sunset) brand system.
Version: 0.3.2
Author: tripleNERDscore
Author URI: https://triplenerdscore.net
Text Domain: stowe
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.

Stowe is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Archivo", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --spacing: 0.25rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-st-ink: #1d2c4a;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  color: var(--color-foreground);
  font-family: var(--st-font-body);
  font-size: 18px;
  line-height: 1.5;
}
:root {
  --st-ink: #1d2c4a;
  --st-ink-deep: #0f1a32;
  --st-ray: #c44a2a;
  --st-ray-hover: #a8391f;
  --st-sun: #e8a93a;
  --st-hill-back: #3a5a72;
  --st-hill-front: #2a4258;
  --st-paper: #f4ecd8;
  --st-paper-2: #fbf5e3;
  --st-rule: rgba(26, 26, 26, 0.16);
  --st-text: var(--st-ink);
  --st-bg: var(--st-paper);
  --st-link: var(--st-ray);
  --st-link-hover: var(--st-ray-hover);
  --st-font-slab: 'Roboto Slab', Georgia, serif;
  --st-font-sans: 'Archivo', system-ui, sans-serif;
  --st-font-body: 'Inter Tight', system-ui, sans-serif;
  --st-font-mono: 'JetBrains Mono', ui-monospace, monospace;
  --st-s-1: 4px;
  --st-s-2: 8px;
  --st-s-3: 16px;
  --st-s-4: 24px;
  --st-s-5: 32px;
  --st-s-6: 48px;
  --st-s-7: 64px;
  --st-s-8: 96px;
  --st-radius-sm: 0;
  --st-radius: 2px;
  --st-radius-lg: 4px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--st-font-body);
  color: var(--st-text);
  background: var(--st-paper);
  line-height: 1.5;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--st-font-slab);
  color: var(--st-ink);
  letter-spacing: 0.01em;
}
a {
  color: var(--st-link);
  text-decoration: none;
  transition: color 120ms ease;
}
a:hover {
  color: var(--st-link-hover);
}
.eyebrow {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--st-ink);
  opacity: 0.7;
  display: inline-block;
}
.mono {
  font-family: var(--st-font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.btn-st-primary {
  display: inline-block;
  background: var(--st-ink);
  color: var(--st-paper);
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border: 1.5px solid var(--st-ink);
  border-radius: var(--st-radius);
  transition: background 120ms ease, color 120ms ease;
}
.btn-st-primary:hover {
  background: var(--st-ink-deep);
  color: var(--st-paper);
}
.btn-st-secondary {
  display: inline-block;
  background: transparent;
  color: var(--st-ink);
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 12.5px 28px;
  border: 1.5px solid var(--st-ink);
  border-radius: var(--st-radius);
}
.btn-st-secondary:hover {
  background: var(--st-ink);
  color: var(--st-paper);
}
.btn-st-accent {
  display: inline-block;
  background: var(--st-ray);
  color: var(--st-paper);
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border: 1.5px solid var(--st-ray);
  border-radius: var(--st-radius);
}
.btn-st-accent:hover {
  background: var(--st-ray-hover);
  border-color: var(--st-ray-hover);
  color: var(--st-paper);
}
.btn-st-ghost-light {
  display: inline-block;
  background: transparent;
  color: var(--st-paper);
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 12.5px 28px;
  border: 1.5px solid var(--st-paper);
  border-radius: var(--st-radius);
}
.btn-st-ghost-light:hover {
  background: var(--st-paper);
  color: var(--st-ink);
}
:focus-visible {
  outline: 2px solid var(--st-ray);
  outline-offset: 2px;
}
.header-top {
  background: var(--st-ink);
  color: var(--st-paper);
  padding: 10px 0;
  font-family: var(--st-font-sans);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.header-top a, .header-top span {
  color: rgba(244, 236, 216, 0.85);
}
.header-top a:hover {
  color: var(--st-sun);
}
.header-top i {
  color: var(--st-sun);
  margin-right: 6px;
}
.header-top .social-icons a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 236, 216, 0.25);
  border-radius: 50%;
  margin-left: 6px;
  font-size: 12px;
}
.header-top .social-icons a:hover {
  background: var(--st-ray);
  border-color: var(--st-ray);
  color: var(--st-paper);
}
.header-top .social-icons a:hover i {
  color: var(--st-paper);
}
.top-links a {
  margin-left: 18px;
  font-weight: 500;
}
.main-header {
  background: var(--st-paper-2);
  padding: 0;
  border-bottom: 1px solid var(--st-rule);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-area {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
}
.logo-area img {
  height: 60px;
  width: auto;
}
.primary-nav {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav > li {
  position: relative;
}
.primary-nav > li > a, .primary-nav > li > button {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--st-ink);
  padding: 30px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 120ms ease;
}
.primary-nav > li > a:hover, .primary-nav > li > button:hover, .primary-nav > li.is-open > a, .primary-nav > li.is-open > button {
  color: var(--st-ray);
}
.primary-nav > li > a::after, .primary-nav > li > button::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 3px;
  background: var(--st-ray);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.primary-nav > li > a:hover::after, .primary-nav > li > a.active::after, .primary-nav > li.is-open > a::after, .primary-nav > li.is-open > button::after {
  transform: scaleX(1);
}
.primary-nav .caret {
  font-size: 10px;
  opacity: 0.7;
}
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: var(--st-paper-2);
  border: 1px solid var(--st-rule);
  border-top: 3px solid var(--st-ray);
  box-shadow: 0 12px 30px rgba(15, 26, 50, 0.12);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  list-style: none;
  z-index: 100;
}
.primary-nav > li:hover > .nav-dropdown, .primary-nav > li.is-open > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown li a {
  display: block;
  font-family: var(--st-font-sans);
  font-weight: 500;
  font-size: 14px;
  color: var(--st-ink);
  padding: 10px 22px;
  letter-spacing: 0.01em;
  border-left: 3px solid transparent;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease, padding-left 120ms ease;
}
.nav-dropdown li a:hover {
  background: var(--st-paper);
  color: var(--st-ray);
  border-left-color: var(--st-ray);
  padding-left: 26px;
}
.nav-dropdown li.dd-section-label {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-hill-back);
  padding: 14px 22px 6px;
}
.nav-dropdown hr {
  border: none;
  border-top: 1px solid var(--st-rule);
  margin: 8px 0;
}
.mega-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--st-paper);
  background: var(--st-ink);
  border: 1.5px solid var(--st-ink);
  padding: 12px 18px;
  border-radius: var(--st-radius);
  cursor: pointer;
  transition: background 120ms ease, border-color 120ms ease;
}
.mega-toggle:hover {
  background: var(--st-ray);
  border-color: var(--st-ray);
}
.mega-toggle .bars {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}
.mega-toggle .bars span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}
.mega-nav {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(15, 26, 50, 0.55);
  backdrop-filter: blur(2px);
  display: none;
  opacity: 0;
  transition: opacity 200ms ease;
}
.mega-nav.is-open {
  display: block;
  opacity: 1;
}
.mega-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(960px, 100%);
  height: 100vh;
  overflow-y: auto;
  background: var(--st-paper);
  border-left: 4px solid var(--st-ray);
  padding: 40px 48px 64px;
  transform: translateX(40px);
  transition: transform 220ms ease;
}
.mega-nav.is-open .mega-nav-panel {
  transform: translateX(0);
}
.mega-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--st-rule);
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.mega-nav-head .eyebrow {
  color: var(--st-hill-back);
  opacity: 1;
}
.mega-nav-head h2 {
  font-family: var(--st-font-slab);
  font-size: 28px;
  margin-top: 4px;
  color: var(--st-ink);
}
.mega-close {
  background: transparent;
  border: 1.5px solid var(--st-ink);
  color: var(--st-ink);
  width: 44px;
  height: 44px;
  border-radius: var(--st-radius);
  font-size: 18px;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}
.mega-close:hover {
  background: var(--st-ink);
  color: var(--st-paper);
}
.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 48px;
}
.mega-section h3 {
  font-family: var(--st-font-sans);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-ink);
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--st-ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-section h3 i {
  color: var(--st-ray);
  font-size: 14px;
}
.mega-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-section li a {
  display: block;
  font-family: var(--st-font-body);
  font-weight: 500;
  font-size: 15px;
  color: var(--st-ink);
  padding: 6px 0;
  border-bottom: 1px dashed transparent;
  transition: color 120ms ease, padding-left 120ms ease;
}
.mega-section li a:hover {
  color: var(--st-ray);
  padding-left: 6px;
}
.mega-section li.has-children > a {
  font-weight: 700;
}
.mega-section li ul {
  margin-left: 14px;
  border-left: 1px solid var(--st-rule);
  padding-left: 12px;
  margin-bottom: 6px;
}
.mega-section li ul li a {
  font-size: 14px;
  padding: 4px 0;
  opacity: 0.85;
}
.search-box input {
  font-family: var(--st-font-body);
  border: 1.5px solid var(--st-rule);
  background: var(--st-paper);
  border-radius: var(--st-radius);
  padding: 8px 38px 8px 14px;
  font-size: 14px;
  width: 200px;
  color: var(--st-ink);
  transition: border-color 120ms ease, width 160ms ease;
}
.search-box input::placeholder {
  color: rgba(29, 44, 74, 0.5);
}
.search-box input:focus {
  border-color: var(--st-ray);
  outline: none;
  width: 240px;
}
.search-box {
  position: relative;
}
.search-box button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--st-ink);
  cursor: pointer;
  padding: 6px 8px;
}
.search-box button:hover {
  color: var(--st-ray);
}
.mobile-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--st-ink);
  color: var(--st-ink);
  width: 44px;
  height: 44px;
  border-radius: var(--st-radius);
  font-size: 18px;
  cursor: pointer;
}
.hero-banner {
  background: linear-gradient(180deg, rgba(29,44,74,0.55) 0%, rgba(29,44,74,0.78) 100%), var(--hero-img, url('https://images.unsplash.com/photo-1646340593485-df7d8e8634d4?w=1600&q=80&fit=crop')) center/cover no-repeat;
  min-height: 560px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--st-paper);
}
.hero-banner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(to top, var(--st-paper) 0%, rgba(244,236,216,0) 60%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 760px;
}
.hero-content .eyebrow {
  color: var(--st-sun);
  opacity: 1;
  background: rgba(15, 26, 50, 0.4);
  border: 1px solid rgba(232, 169, 58, 0.5);
  padding: 8px 16px;
  border-radius: var(--st-radius);
  margin-bottom: 28px;
}
.hero-content h1 {
  font-family: var(--st-font-slab);
  font-weight: 900;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--st-paper);
  margin-bottom: 24px;
}
.hero-content h1 em {
  font-style: normal;
  color: var(--st-sun);
}
.hero-content p {
  font-family: var(--st-font-body);
  font-weight: 400;
  color: rgba(244, 236, 216, 0.9);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 36px;
  max-width: 600px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-tag {
  position: absolute;
  bottom: 28px;
  right: 32px;
  font-family: var(--st-font-mono);
  font-size: 13px;
  color: rgba(244, 236, 216, 0.6);
  letter-spacing: 0.06em;
  z-index: 2;
}
.page-banner {
  position: relative;
  color: var(--st-paper);
  padding: 96px 0 72px;
  overflow: hidden;
  background: var(--st-ink);
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29,44,74,0.55) 0%, rgba(15,26,50,0.92) 100%), var(--page-banner-img, none) center/cover no-repeat;
  z-index: 0;
}
.page-banner::after {
  content: '';
  position: absolute;
  right: -90px;
  top: -90px;
  width: 320px;
  height: 320px;
  border: 12px solid rgba(232, 169, 58, 0.10);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.page-banner .container {
  position: relative;
  z-index: 1;
}
.page-banner .eyebrow {
  color: var(--st-sun);
  opacity: 1;
  margin-bottom: 14px;
}
.page-banner h1 {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.0;
  color: var(--st-paper);
  max-width: 820px;
  margin-bottom: 18px;
}
.page-banner p {
  color: rgba(244, 236, 216, 0.85);
  font-size: 18px;
  max-width: 720px;
}
.breadcrumb-bar {
  background: var(--st-paper-2);
  border-bottom: 1px solid var(--st-rule);
  padding: 14px 0;
  font-family: var(--st-font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.breadcrumb-bar ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
.breadcrumb-bar li {
  color: var(--st-ink);
  opacity: 0.75;
}
.breadcrumb-bar li a {
  color: var(--st-ink);
  font-weight: 600;
  opacity: 1;
}
.breadcrumb-bar li a:hover {
  color: var(--st-ray);
}
.breadcrumb-bar li + li::before {
  content: '/';
  margin-right: 14px;
  color: var(--st-rule);
  display: inline-block;
}
.breadcrumb-bar li[aria-current="page"] {
  font-weight: 700;
  opacity: 1;
}
.quick-services {
  margin-top: -64px;
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}
.qs-box {
  padding: 28px 22px;
  border-radius: var(--st-radius-lg);
  text-align: center;
  color: var(--st-paper);
  transition: transform 220ms ease, box-shadow 220ms ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border: 1px solid rgba(15, 26, 50, 0.08);
  box-shadow: 0 10px 24px rgba(15, 26, 50, 0.10);
}
.qs-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 26, 50, 0.18);
  color: var(--st-paper);
}
.qs-box i {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}
.qs-box h5 {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
  margin: 0;
  line-height: 1.2;
}
.qs-1 {
  background: var(--st-ink);
}
.qs-2 {
  background: var(--st-ray);
}
.qs-3 {
  background: var(--st-hill-back);
}
.qs-4 {
  background: var(--st-sun);
  color: var(--st-ink);
}
.qs-4:hover {
  color: var(--st-ink);
}
.qs-5 {
  background: var(--st-hill-front);
}
.qs-6 {
  background: var(--st-ink);
}
.sec-title {
  margin-bottom: 50px;
}
.sec-title .eyebrow {
  margin-bottom: 12px;
}
.sec-title h2 {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.0;
  letter-spacing: 0.01em;
  color: var(--st-ink);
}
.sec-title.is-center {
  text-align: center;
}
.sec-title .rule {
  width: 60px;
  height: 3px;
  background: var(--st-ray);
  margin-top: 18px;
}
.sec-title.is-center .rule {
  margin-left: auto;
  margin-right: auto;
}
.sec-title p {
  color: var(--st-ink);
  opacity: 0.78;
  font-size: 17px;
  margin-top: 16px;
  max-width: 720px;
}
.sec-title.is-center p {
  margin-left: auto;
  margin-right: auto;
}
.about-section {
  padding: 100px 0 80px;
  background: var(--st-paper);
}
.about-section .content h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 14px;
}
.about-section .content p {
  color: var(--st-ink);
  opacity: 0.85;
  margin-bottom: 18px;
  font-size: 17px;
}
.about-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}
.about-section .feature-list li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: var(--st-ink);
  font-size: 16px;
}
.about-section .feature-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--st-ray);
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.about-contact {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.about-contact a {
  width: 46px;
  height: 46px;
  background: var(--st-ink);
  color: var(--st-paper);
  border-radius: var(--st-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background 120ms ease;
}
.about-contact a:hover {
  background: var(--st-ray);
}
.about-image-wrap {
  position: relative;
}
.about-image-wrap img, .about-image-wrap .img-block {
  border-radius: var(--st-radius-lg);
  display: block;
}
.about-image-wrap .img-block-single {
  height: 100%;
  min-height: 440px;
}
.about-image-wrap::after {
  content: '';
  position: absolute;
  left: -16px;
  top: -16px;
  width: 80px;
  height: 80px;
  border-top: 4px solid var(--st-ray);
  border-left: 4px solid var(--st-ray);
  pointer-events: none;
  z-index: -1;
}
.stats-section {
  background: var(--st-ink);
  color: var(--st-paper);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--st-ray);
}
.stats-section::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border: 12px solid rgba(232, 169, 58, 0.12);
  border-radius: 50%;
  pointer-events: none;
}
.stat-item {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.stat-icon {
  font-size: 32px;
  color: var(--st-sun);
  margin-bottom: 12px;
}
.stat-label {
  font-family: var(--st-font-sans);
  font-weight: 600;
  color: rgba(244, 236, 216, 0.7);
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.stat-number {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: var(--st-paper);
}
.stat-unit {
  color: var(--st-sun);
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 6px;
}
.services-section {
  padding: 100px 0;
  background: var(--st-paper-2);
  position: relative;
  border-top: 1px solid var(--st-rule);
  border-bottom: 1px solid var(--st-rule);
}
.service-card {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  padding: 32px 28px;
  text-align: left;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--st-ray);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 26, 50, 0.12);
  border-color: var(--st-ink);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-card .icon {
  width: 60px;
  height: 60px;
  background: var(--st-paper);
  border: 1.5px solid var(--st-ink);
  border-radius: var(--st-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 22px;
  color: var(--st-ink);
  transition: background 180ms ease, color 180ms ease, transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-card:hover .icon {
  background: var(--st-ink);
  color: var(--st-sun);
  transform: translateY(-3px);
}
.service-card h4 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--st-ink);
}
.service-card p {
  font-size: 15px;
  color: var(--st-ink);
  opacity: 0.78;
  margin-bottom: 18px;
  line-height: 1.55;
}
.service-card .link {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--st-ray);
}
.service-card .link:hover {
  color: var(--st-ray-hover);
}
.service-card .link i {
  margin-left: 6px;
  transition: transform 220ms ease;
}
.service-card:hover .link i {
  transform: translateX(5px);
}
.commissioner-section {
  padding: 100px 0;
  background: var(--st-paper);
}
.commissioner-box {
  background: var(--st-ink);
  color: var(--st-paper);
  border-radius: var(--st-radius-lg);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}
.commissioner-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--st-ray);
}
.commissioner-box .eyebrow {
  color: var(--st-sun);
  opacity: 1;
  margin-bottom: 12px;
}
.commissioner-box h2 {
  font-family: var(--st-font-slab);
  font-weight: 800;
  color: var(--st-paper);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
  margin-bottom: 24px;
}
.commissioner-box p {
  color: rgba(244, 236, 216, 0.85);
  font-size: 17px;
  line-height: 1.65;
}
.commissioner-box .divider {
  width: 60px;
  height: 3px;
  background: var(--st-sun);
  margin: 20px 0;
}
.meeting-panel {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  padding: 36px 30px;
  height: 100%;
}
.meeting-panel h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 24px;
  color: var(--st-ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.meeting-panel h3 i {
  color: var(--st-ray);
}
.meeting-item {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--st-rule);
}
.meeting-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.meeting-date {
  background: var(--st-ink);
  color: var(--st-paper);
  text-align: center;
  padding: 10px 8px;
  border-radius: var(--st-radius);
  min-width: 64px;
  flex-shrink: 0;
}
.meeting-date .month {
  display: block;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--st-sun);
  letter-spacing: 0.14em;
}
.meeting-date .day {
  display: block;
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1;
}
.meeting-info h5 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 16px;
  color: var(--st-ink);
  margin-bottom: 5px;
}
.meeting-info span {
  font-size: 14px;
  color: var(--st-ink);
  opacity: 0.7;
}
.meeting-info span i {
  color: var(--st-ray);
}
.calendar-link {
  display: inline-block;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--st-ray);
  margin-top: 8px;
}
.calendar-link:hover {
  color: var(--st-ray-hover);
}
.announcements-section {
  padding: 100px 0;
  background: var(--st-paper-2);
  border-top: 1px solid var(--st-rule);
}
.announcement-card {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-left: 4px solid var(--st-ray);
  padding: 26px 28px;
  margin-bottom: 18px;
  border-radius: 0 var(--st-radius-lg) var(--st-radius-lg) 0;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.announcement-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 22px rgba(15, 26, 50, 0.08);
}
.announcement-card h4 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 18px;
  color: var(--st-ink);
  margin-bottom: 6px;
}
.announcement-card p {
  font-size: 15px;
  color: var(--st-ink);
  opacity: 0.75;
  margin: 0;
}
.announcement-card .badge-new {
  display: inline-block;
  background: var(--st-ink);
  color: var(--st-sun);
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: var(--st-radius);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}
.announcement-card .badge-new.is-update {
  background: var(--st-hill-back);
  color: var(--st-paper);
}
.office-card {
  background: var(--st-ink);
  color: var(--st-paper);
  border-radius: var(--st-radius-lg);
  padding: 36px 32px;
}
.office-card h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 20px;
  color: var(--st-paper);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.office-card h3 i {
  color: var(--st-sun);
}
.office-card table {
  width: 100%;
  font-size: 15px;
  color: rgba(244,236,216,0.8);
}
.office-card table td {
  padding: 7px 0;
}
.office-card table tr.weekend {
  color: var(--st-sun);
}
.office-card .closures {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(244,236,216,0.18);
}
.office-card .closures p {
  font-size: 13px;
  font-family: var(--st-font-sans);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(244,236,216,0.55);
  margin-bottom: 12px;
}
.office-card .closures .row-item {
  font-size: 14px;
  color: rgba(244,236,216,0.85);
  margin-bottom: 8px;
}
.office-card .closures .row-item i {
  color: var(--st-sun);
  margin-right: 6px;
}
.news-section {
  padding: 90px 0;
  background: var(--st-paper);
}
.news-feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.news-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(15, 26, 50, 0.10);
  border-color: var(--st-ink);
}
.news-card .news-thumb {
  background: var(--st-hill-back) center/cover no-repeat;
  min-height: 180px;
}
.news-card .news-body {
  padding: 26px 28px;
}
.news-card .meta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-card .news-cat {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-paper);
  background: var(--st-ray);
  padding: 4px 10px;
  border-radius: var(--st-radius);
}
.news-card .news-cat.cat-closures {
  background: var(--st-hill-back);
}
.news-card .news-cat.cat-safety {
  background: var(--st-ray);
}
.news-card .news-cat.cat-tax {
  background: var(--st-hill-front);
}
.news-card .news-cat.cat-press {
  background: var(--st-ink);
}
.news-card .news-cat.cat-comm {
  background: var(--st-sun);
  color: var(--st-ink);
}
.news-card .news-date {
  font-family: var(--st-font-mono);
  font-size: 12px;
  color: var(--st-ink);
  opacity: 0.65;
  letter-spacing: 0.04em;
}
.news-card h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  color: var(--st-ink);
  margin-bottom: 8px;
  line-height: 1.2;
}
.news-card h3 a {
  color: inherit;
}
.news-card h3 a:hover {
  color: var(--st-ray);
}
.news-card p {
  font-size: 15px;
  color: var(--st-ink);
  opacity: 0.78;
  margin-bottom: 12px;
}
.news-card .read-more {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--st-ray);
}
.news-card .read-more i {
  margin-left: 6px;
  transition: transform 220ms ease;
}
.news-card:hover .read-more i {
  transform: translateX(4px);
}
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0 30px;
  border-bottom: 1px solid var(--st-rule);
  margin-bottom: 36px;
}
.filter-chip {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--st-ink);
  background: transparent;
  border: 1.5px solid var(--st-rule);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}
.filter-chip:hover, .filter-chip.is-active {
  background: var(--st-ink);
  color: var(--st-paper);
  border-color: var(--st-ink);
}
.article-section {
  padding: 80px 0 100px;
  background: var(--st-paper);
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  font-family: var(--st-font-mono);
  font-size: 13px;
  color: var(--st-ink);
  opacity: 0.7;
  letter-spacing: 0.04em;
}
.article-body {
  max-width: 760px;
}
.article-body .lead {
  font-family: var(--st-font-body);
  font-size: 22px;
  line-height: 1.5;
  color: var(--st-ink);
  margin-bottom: 32px;
  border-left: 3px solid var(--st-ray);
  padding-left: 22px;
}
.article-body p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--st-ink);
  margin-bottom: 22px;
}
.article-body h2 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 30px;
  margin: 44px 0 16px;
  color: var(--st-ink);
}
.article-body h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  margin: 36px 0 12px;
  color: var(--st-ink);
}
.article-body ul, .article-body ol {
  margin: 0 0 22px 22px;
  padding: 0;
}
.article-body li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 8px;
}
.article-body blockquote {
  border-left: 4px solid var(--st-sun);
  background: var(--st-paper-2);
  padding: 22px 28px;
  margin: 28px 0;
  font-family: var(--st-font-slab);
  font-weight: 600;
  font-size: 22px;
  color: var(--st-ink);
}
.article-figure {
  margin: 28px 0;
  border-radius: var(--st-radius-lg);
  overflow: hidden;
}
.article-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.article-figure figcaption {
  padding: 12px 4px 0;
  font-family: var(--st-font-sans);
  font-size: 13px;
  color: var(--st-ink);
  opacity: 0.7;
}
.article-aside {
  position: sticky;
  top: 100px;
  background: var(--st-paper-2);
  border: 1px solid var(--st-rule);
  border-top: 3px solid var(--st-ray);
  padding: 28px 26px;
  border-radius: var(--st-radius-lg);
}
.article-aside h4 {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-hill-back);
  margin-bottom: 14px;
}
.article-aside ul {
  list-style: none;
  padding: 0;
}
.article-aside li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--st-rule);
}
.article-aside li:last-child {
  border-bottom: none;
}
.article-aside li a {
  color: var(--st-ink);
  font-family: var(--st-font-slab);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  display: block;
}
.article-aside li a:hover {
  color: var(--st-ray);
}
.article-aside li small {
  display: block;
  font-family: var(--st-font-mono);
  font-size: 11px;
  color: var(--st-ink);
  opacity: 0.6;
  margin-top: 4px;
}
.dept-info-strip {
  background: var(--st-paper-2);
  padding: 50px 0;
  border-bottom: 1px solid var(--st-rule);
}
.contact-card {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  padding: 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-card .label {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-hill-back);
  margin-bottom: 8px;
}
.contact-card .value {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  color: var(--st-ink);
  margin-bottom: 6px;
}
.contact-card .value a {
  color: var(--st-ink);
}
.contact-card .value a:hover {
  color: var(--st-ray);
}
.contact-card .sub {
  font-size: 14px;
  color: var(--st-ink);
  opacity: 0.7;
}
.staff-card {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.staff-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 26, 50, 0.08);
}
.staff-card .photo {
  height: 220px;
  background: var(--st-hill-back) center/cover no-repeat;
}
.staff-grid-section.ratio-square .staff-card .photo {
  height: auto;
  aspect-ratio: 1 / 1;
}
.staff-grid-section.ratio-portrait .staff-card .photo {
  height: auto;
  aspect-ratio: 3 / 4;
}
.staff-grid-section.ratio-landscape .staff-card .photo {
  height: auto;
  aspect-ratio: 4 / 3;
}
.staff-card .body {
  padding: 22px 22px 24px;
}
.staff-card .name {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 20px;
  color: var(--st-ink);
  margin-bottom: 4px;
}
.staff-card .role {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--st-ray);
  margin-bottom: 12px;
}
.staff-card .meta {
  font-size: 14px;
  color: var(--st-ink);
  opacity: 0.78;
}
.staff-card .meta a {
  color: inherit;
}
.staff-card .meta a:hover {
  color: var(--st-ray);
}
.cta-banner {
  background: linear-gradient(135deg, rgba(15,26,50,0.92) 0%, rgba(58,90,114,0.85) 100%), var(--cta-img, url('https://images.unsplash.com/photo-1529107386315-e1a2ed48a620?w=1600&q=80&fit=crop')) center/cover no-repeat;
  color: var(--st-paper);
  padding: 80px 0;
  text-align: center;
  border-top: 4px solid var(--st-ray);
}
.cta-banner .eyebrow {
  color: var(--st-sun);
  opacity: 1;
}
.cta-banner h2 {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--st-paper);
  margin: 12px 0 16px;
}
.cta-banner p {
  color: rgba(244, 236, 216, 0.85);
  max-width: 640px;
  margin: 0 auto 28px;
}
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}
.pager a, .pager span {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--st-ink);
  border: 1.5px solid var(--st-rule);
  border-radius: var(--st-radius);
  padding: 10px 14px;
  min-width: 42px;
  text-align: center;
}
.pager a:hover {
  border-color: var(--st-ink);
  color: var(--st-ray);
}
.pager .is-current {
  background: var(--st-ink);
  color: var(--st-paper);
  border-color: var(--st-ink);
}
.site-footer {
  background: var(--st-ink);
  color: rgba(244, 236, 216, 0.65);
  padding: 72px 0 0;
  border-top: 4px solid var(--st-ray);
}
.footer-heading {
  color: var(--st-paper);
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: var(--st-ray);
}
.footer-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: rgba(244, 236, 216, 0.6);
  font-family: var(--st-font-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: color 120ms ease, padding-left 120ms ease;
}
.footer-links a:hover {
  color: var(--st-sun);
  padding-left: 5px;
}
.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
}
.footer-contact-item i {
  color: var(--st-sun);
  margin-top: 5px;
  width: 16px;
}
.footer-contact-item a {
  color: rgba(244, 236, 216, 0.65);
}
.footer-contact-item a:hover {
  color: var(--st-sun);
}
.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 236, 216, 0.18);
  border-radius: 50%;
  color: rgba(244, 236, 216, 0.65);
  margin-right: 8px;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}
.footer-social a:hover {
  background: var(--st-ray);
  border-color: var(--st-ray);
  color: var(--st-paper);
}
.footer-bottom {
  border-top: 1px solid rgba(244, 236, 216, 0.1);
  margin-top: 56px;
  padding: 22px 0;
  text-align: center;
  font-family: var(--st-font-mono);
  font-size: 13px;
  color: rgba(244, 236, 216, 0.45);
  letter-spacing: 0.04em;
}
.mobile-sheet {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: rgba(15, 26, 50, 0.55);
  opacity: 0;
  transition: opacity 200ms ease;
}
.mobile-sheet.is-open {
  display: block;
  opacity: 1;
}
.mobile-sheet-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(420px, 90%);
  height: 100vh;
  background: var(--st-paper);
  padding: 32px 26px;
  overflow-y: auto;
  border-right: 4px solid var(--st-ray);
  transform: translateX(-20px);
  transition: transform 220ms ease;
}
.mobile-sheet.is-open .mobile-sheet-panel {
  transform: translateX(0);
}
.mobile-sheet ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-sheet > .mobile-sheet-panel > ul > li {
  border-bottom: 1px solid var(--st-rule);
}
.mobile-sheet > .mobile-sheet-panel > ul > li > a, .mobile-sheet > .mobile-sheet-panel > ul > li > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 4px;
  color: var(--st-ink);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.mobile-sheet ul ul {
  padding: 6px 14px 14px;
  display: none;
}
.mobile-sheet li.is-open > ul {
  display: block;
}
.mobile-sheet ul ul li a {
  display: block;
  padding: 8px 4px;
  font-family: var(--st-font-body);
  font-weight: 500;
  font-size: 15px;
  color: var(--st-ink);
  letter-spacing: 0;
  text-transform: none;
}
.mobile-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--st-rule);
}
.navbar-toggler {
  border: 1.5px solid var(--st-ink);
}
.navbar-toggler:focus {
  box-shadow: none;
}
@keyframes st-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes st-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes st-drift-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes st-pulse-soft {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(196, 74, 42, 0.35);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(196, 74, 42, 0);
  }
}
.hero-content .eyebrow, .page-banner .eyebrow {
  opacity: 0;
  animation: st-fade-up 600ms cubic-bezier(0.2, 0.7, 0.2, 1) 80ms forwards;
}
.hero-content h1, .page-banner h1 {
  opacity: 0;
  animation: st-fade-up 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 220ms forwards;
}
.hero-content p, .page-banner p {
  opacity: 0;
  animation: st-fade-up 700ms cubic-bezier(0.2, 0.7, 0.2, 1) 380ms forwards;
}
.hero-tag {
  opacity: 0;
  animation: st-fade-in 800ms ease 700ms forwards;
}
.stats-section::before {
  animation: st-drift-rotate 90s linear infinite;
}
.page-banner::after {
  animation: st-drift-rotate 120s linear infinite;
}
.announcement-card .badge-new:not(.is-update) {
  animation: st-pulse-soft 2.6s ease-in-out infinite;
  border-radius: var(--st-radius);
}
.logo-area img {
  transition: transform 240ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.logo-area:hover img {
  transform: translateY(-1px);
}
.mega-toggle .bars span {
  transition: transform 220ms ease, opacity 180ms ease;
}
.mega-toggle:hover .bars span:nth-child(1) {
  transform: translateX(2px);
}
.mega-toggle:hover .bars span:nth-child(3) {
  transform: translateX(-2px);
}
.qs-box i {
  transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.qs-box:hover i {
  transform: translateY(-3px) scale(1.06);
}
.stat-number, .stat-icon, .stat-label, .stat-unit {
  transition: transform 240ms ease;
}
.stat-item:hover .stat-icon {
  transform: translateY(-3px);
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--st-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.quick-services .col-lg-2 {
  --st-reveal-delay: calc(var(--i, 0) * 70ms);
}
.services-section .col-lg-4, .services-section .col-lg-6, .services-section .col-md-6 {
  --st-reveal-delay: calc(var(--i, 0) * 90ms);
}
.announcements-section .announcement-card, .news-feed .news-card {
  --st-reveal-delay: calc(var(--i, 0) * 80ms);
}
.stats-section .col-md-4 {
  --st-reveal-delay: calc(var(--i, 0) * 110ms);
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 1199px) {
  .primary-nav > li > a, .primary-nav > li > button {
    padding: 26px 12px;
    letter-spacing: 0.10em;
  }
  .search-box input {
    width: 160px;
  }
  .search-box input:focus {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .primary-nav, .search-box {
    display: none;
  }
  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-content h1 {
    font-size: 44px;
  }
  .commissioner-box {
    padding: 36px 28px;
  }
  .stat-number {
    font-size: 42px;
  }
  .news-card {
    grid-template-columns: 1fr;
  }
  .news-card .news-thumb {
    min-height: 200px;
  }
  .article-aside {
    position: static;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    min-height: 460px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .quick-services {
    margin-top: -32px;
  }
  .qs-box {
    min-height: 124px;
    padding: 22px 16px;
  }
  .mega-nav-panel {
    padding: 28px 22px 60px;
  }
  .header-top {
    font-size: 12px;
  }
  .top-links {
    display: none !important;
  }
  .page-banner {
    padding: 64px 0 56px;
  }
}
@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content p {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .stats-section::before, .page-banner::after {
    animation: none !important;
  }
}
.row {
  --gx: 24px;
  --gy: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gy));
  margin-right: calc(-0.5 * var(--gx));
  margin-left: calc(-0.5 * var(--gx));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gy);
  padding-right: calc(0.5 * var(--gx));
  padding-left: calc(0.5 * var(--gx));
}
.g-3 {
  --gx: 16px;
  --gy: 16px;
}
.g-4 {
  --gx: 24px;
  --gy: 24px;
}
.g-5 {
  --gx: 48px;
  --gy: 48px;
}
[class*="col-"] {
  flex: 0 0 auto;
}
.col-12 {
  width: 100%;
}
.col-6 {
  width: 50%;
}
@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-4 {
  gap: 1.5rem;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.d-none {
  display: none;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
.quick-services.is-flush {
  margin-top: 50px;
}
.alert-banner {
  background: var(--st-ray);
  color: var(--st-paper);
  padding: 14px 0;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  border-bottom: 3px solid var(--st-ink);
}
.alert-banner.is-info {
  background: var(--st-hill-back);
}
.alert-banner.is-warning {
  background: var(--st-sun);
  color: var(--st-ink);
}
.alert-banner.is-urgent {
  background: var(--st-ray);
}
.alert-banner i {
  margin-right: 8px;
}
.alert-banner a {
  color: inherit;
  text-decoration: underline;
  margin-left: 6px;
}
.alert-banner a:hover {
  color: var(--st-sun);
}
.alert-banner.is-warning a:hover {
  color: var(--st-ink);
}
.emergency-strip {
  background: var(--st-ray);
  color: var(--st-paper);
  padding: 14px 0;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  border-bottom: 3px solid var(--st-ink);
}
.emergency-strip i {
  color: var(--st-paper);
  margin-right: 8px;
}
.emergency-strip a {
  color: var(--st-paper);
  text-decoration: underline;
  margin-left: 6px;
}
.emergency-strip a:hover {
  color: var(--st-sun);
}
.police-shield {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  opacity: 0.12;
  border: 6px solid var(--st-sun);
  border-radius: 8px;
  transform: rotate(8deg);
}
.faq-item {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 180ms ease;
}
.faq-item[open] {
  border-color: var(--st-ink);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 18px;
  color: var(--st-ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '\f067';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--st-ray);
  font-size: 14px;
  transition: transform 200ms ease;
}
.faq-item[open] summary::after {
  content: '\f068';
}
.faq-item summary:hover {
  color: var(--st-ray);
}
.faq-item .faq-body {
  padding: 0 26px 22px;
  font-size: 16px;
  color: var(--st-ink);
  opacity: 0.85;
  line-height: 1.65;
}
.faq-item .faq-body p + p {
  margin-top: 10px;
}
.next-pickup {
  background: var(--st-paper-2);
  border: 1px solid var(--st-rule);
  border-left: 4px solid var(--st-ray);
  border-radius: var(--st-radius-lg);
  padding: 26px 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.next-pickup .icon-wrap {
  width: 64px;
  height: 64px;
  background: var(--st-ink);
  color: var(--st-sun);
  border-radius: var(--st-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}
.next-pickup .label {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-hill-back);
  margin-bottom: 4px;
}
.next-pickup .day {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.0;
  color: var(--st-ink);
}
.next-pickup .sub {
  font-size: 14px;
  color: var(--st-ink);
  opacity: 0.75;
  margin-top: 4px;
}
.next-pickup .actions {
  margin-left: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.week-day {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  padding: 16px 10px;
  text-align: center;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.week-day .dow {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--st-ink);
  opacity: 0.7;
}
.week-day .num {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: 22px;
  color: var(--st-ink);
  margin: 4px 0 8px;
}
.week-day .pickup-tag {
  display: inline-block;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--st-paper);
  margin-bottom: 4px;
}
.pickup-trash {
  background: var(--st-hill-front);
}
.pickup-recycle {
  background: var(--st-ray);
}
.pickup-bulk {
  background: var(--st-sun);
  color: var(--st-ink);
}
.week-day.is-today {
  border-color: var(--st-ink);
  box-shadow: 0 0 0 3px rgba(196, 74, 42, 0.15);
}
.week-day.is-today .num {
  color: var(--st-ray);
}
.week-day.is-holiday {
  background: var(--st-paper-2);
  border-style: dashed;
}
.week-day .holiday-mark {
  font-family: var(--st-font-mono);
  font-size: 10px;
  color: var(--st-ray);
  letter-spacing: 0.04em;
}
.accept-card {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  padding: 28px 28px;
  height: 100%;
}
.accept-card.is-yes {
  border-top: 4px solid var(--st-hill-back);
}
.accept-card.is-no {
  border-top: 4px solid var(--st-ray);
}
.accept-card h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.accept-card h3 i {
  font-size: 18px;
}
.accept-card.is-yes h3 i {
  color: var(--st-hill-back);
}
.accept-card.is-no h3 i {
  color: var(--st-ray);
}
.accept-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accept-card li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 16px;
  color: var(--st-ink);
  border-bottom: 1px dashed var(--st-rule);
}
.accept-card li:last-child {
  border-bottom: none;
}
.accept-card.is-yes li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--st-hill-back);
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 13px;
}
.accept-card.is-no li::before {
  content: '\f00d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--st-ray);
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 14px;
}
.holiday-list {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  overflow: hidden;
}
.holiday-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 22px;
  border-bottom: 1px solid var(--st-rule);
}
.holiday-row:last-child {
  border-bottom: none;
}
.holiday-date {
  font-family: var(--st-font-mono);
  font-size: 13px;
  color: var(--st-ray);
  letter-spacing: 0.04em;
}
.holiday-name {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 17px;
  color: var(--st-ink);
}
.holiday-impact {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--st-paper);
  background: var(--st-hill-back);
  padding: 5px 12px;
  border-radius: var(--st-radius);
}
.holiday-impact.is-noimpact {
  background: transparent;
  color: var(--st-ink);
  opacity: 0.55;
}
.hauler-card {
  background: var(--st-ink);
  color: var(--st-paper);
  border-radius: var(--st-radius-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}
.hauler-card::before {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 180px;
  height: 180px;
  border: 8px solid rgba(232, 169, 58, 0.15);
  border-radius: 50%;
  pointer-events: none;
}
.hauler-card h3 {
  color: var(--st-paper);
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
}
.hauler-card .role {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--st-sun);
  margin-bottom: 18px;
  display: block;
}
.hauler-card .row-line {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  align-items: flex-start;
  font-size: 15px;
}
.hauler-card .row-line i {
  color: var(--st-sun);
  margin-top: 4px;
  width: 16px;
  flex-shrink: 0;
}
.hauler-card a {
  color: var(--st-paper);
}
.hauler-card a:hover {
  color: var(--st-sun);
}
@media (max-width: 767px) {
  .week-grid {
    grid-template-columns: repeat(7, minmax(48px, 1fr));
  }
  .week-day {
    padding: 10px 4px;
    min-height: 110px;
  }
  .week-day .num {
    font-size: 18px;
  }
  .week-day .pickup-tag {
    font-size: 9px;
    padding: 3px 5px;
    letter-spacing: 0.08em;
  }
  .holiday-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 18px;
  }
  .next-pickup {
    padding: 20px 22px;
  }
  .next-pickup .actions {
    margin-left: 0;
    width: 100%;
  }
}
.biz-card {
  background: #fff;
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius-lg);
  padding: 26px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.biz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 26, 50, 0.10);
  border-color: var(--st-ink);
}
.biz-card.is-featured {
  border-top: 4px solid var(--st-sun);
}
.biz-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.biz-logo {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: var(--st-radius);
  background: var(--st-ink);
  color: var(--st-sun);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: 22px;
  overflow: hidden;
}
.biz-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biz-card-name {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  color: var(--st-ink);
  margin: 0;
}
.biz-card-name a {
  color: inherit;
}
.biz-card-name a:hover {
  color: var(--st-ray);
}
.biz-cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.biz-cat-tag {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-paper);
  background: var(--st-hill-back);
  padding: 3px 9px;
  border-radius: var(--st-radius);
}
.biz-card-tagline {
  font-size: 15px;
  color: var(--st-ink);
  opacity: 0.8;
  margin-bottom: 16px;
}
.biz-card-meta {
  margin-top: auto;
  font-size: 14px;
  color: var(--st-ink);
  opacity: 0.85;
}
.biz-card-meta div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 6px;
}
.biz-card-meta i {
  color: var(--st-ray);
  margin-top: 4px;
  width: 15px;
  flex-shrink: 0;
}
.biz-card-meta a {
  color: inherit;
}
.biz-card-meta a:hover {
  color: var(--st-ray);
}
.biz-card-link {
  margin-top: 16px;
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-ray);
}
.biz-card-link i {
  margin-left: 6px;
  transition: transform 220ms ease;
}
.biz-card:hover .biz-card-link i {
  transform: translateX(4px);
}
.biz-count {
  font-family: var(--st-font-mono);
  font-size: 13px;
  color: var(--st-ink);
  opacity: 0.6;
  margin-bottom: 24px;
}
.biz-aside {
  background: var(--st-ink);
  color: var(--st-paper);
  border-radius: var(--st-radius-lg);
  padding: 32px 30px;
  position: sticky;
  top: 100px;
}
.biz-aside h3 {
  color: var(--st-paper);
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.biz-aside .row-line {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
  font-size: 15px;
}
.biz-aside .row-line i {
  color: var(--st-sun);
  margin-top: 4px;
  width: 16px;
  flex-shrink: 0;
}
.biz-aside a {
  color: var(--st-paper);
  word-break: break-word;
}
.biz-aside a:hover {
  color: var(--st-sun);
}
.document-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.doc-row {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--st-rule);
  border-left: 4px solid var(--st-hill-back);
  border-radius: var(--st-radius-lg);
  padding: 20px 24px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.doc-row:hover {
  transform: translateX(4px);
  box-shadow: 0 10px 24px rgba(15, 26, 50, 0.08);
  border-left-color: var(--st-ray);
}
.doc-row.is-featured {
  border-left-color: var(--st-sun);
}
.doc-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: var(--st-radius);
  background: var(--st-paper);
  border: 1px solid var(--st-rule);
  color: var(--st-ray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.doc-body {
  flex: 1;
  min-width: 0;
}
.doc-title {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: var(--st-ink);
  margin: 0 0 4px;
}
.doc-title a {
  color: inherit;
}
.doc-title a:hover {
  color: var(--st-ray);
}
.doc-summary {
  font-size: 14px;
  color: var(--st-ink);
  opacity: 0.78;
  margin: 0;
}
.doc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.doc-tag {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-hill-back);
}
.doc-meta {
  font-family: var(--st-font-mono);
  font-size: 11px;
  color: var(--st-ink);
  opacity: 0.55;
}
.doc-action {
  flex-shrink: 0;
}
.doc-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  background: var(--st-ink);
  color: var(--st-paper);
  border: 1.5px solid var(--st-ink);
  border-radius: var(--st-radius);
  padding: 10px 18px;
  transition: background 120ms ease, color 120ms ease;
  white-space: nowrap;
}
.doc-download:hover {
  background: var(--st-ink-deep);
  color: var(--st-paper);
}
.doc-download.is-muted {
  background: transparent;
  color: var(--st-ink);
  border-color: var(--st-rule);
}
.doc-download.is-muted:hover {
  border-color: var(--st-ink);
  color: var(--st-ray);
}
@media (max-width: 575px) {
  .doc-row {
    flex-wrap: wrap;
  }
  .doc-action {
    width: 100%;
  }
  .doc-download {
    width: 100%;
    justify-content: center;
  }
}
.prose-section {
  padding: 80px 0;
  background: var(--st-paper);
}
.prose-section.is-tinted {
  background: var(--st-paper-2);
  border-top: 1px solid var(--st-rule);
  border-bottom: 1px solid var(--st-rule);
}
.prose-panel {
  max-width: 820px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--st-rule);
  border-top: 4px solid var(--st-ray);
  border-radius: var(--st-radius-lg);
  padding: 56px 56px 48px;
}
.prose-panel .prose-head {
  border-bottom: 1px solid var(--st-rule);
  padding-bottom: 24px;
  margin-bottom: 32px;
}
.prose-panel .prose-head .eyebrow {
  color: var(--st-hill-back);
  opacity: 1;
  margin-bottom: 12px;
}
.prose-panel .prose-head h1, .prose-panel .prose-head h2 {
  font-family: var(--st-font-slab);
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.05;
  color: var(--st-ink);
}
.prose-panel .prose-head .rule {
  width: 60px;
  height: 3px;
  background: var(--st-ray);
  margin-top: 18px;
}
.prose-panel .prose-updated {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--st-font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--st-ink);
  opacity: 0.65;
}
.prose-panel .prose-updated strong {
  font-weight: 500;
  color: var(--st-ray);
}
.prose-body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--st-ink);
}
.prose-body > *:first-child {
  margin-top: 0;
}
.prose-body > *:last-child {
  margin-bottom: 0;
}
.prose-body p {
  margin-bottom: 20px;
}
.prose-body a {
  color: var(--st-ray);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.prose-body a:hover {
  color: var(--st-ray-hover);
}
.prose-body h2 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: var(--st-ink);
  margin: 44px 0 14px;
  padding-top: 8px;
}
.prose-body h3 {
  font-family: var(--st-font-slab);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: var(--st-ink);
  margin: 32px 0 10px;
}
.prose-body h4 {
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--st-hill-back);
  margin: 26px 0 8px;
}
.prose-body ul, .prose-body ol {
  margin: 0 0 20px 0;
  padding-left: 26px;
}
.prose-body li {
  margin-bottom: 8px;
}
.prose-body li::marker {
  color: var(--st-ray);
}
.prose-body ul ul, .prose-body ol ol, .prose-body ul ol, .prose-body ol ul {
  margin: 8px 0 8px 0;
}
.prose-body blockquote {
  border-left: 4px solid var(--st-sun);
  background: var(--st-paper-2);
  padding: 18px 24px;
  margin: 26px 0;
  color: var(--st-ink);
  font-size: 16px;
}
.prose-body blockquote p:last-child {
  margin-bottom: 0;
}
.prose-body hr {
  border: none;
  border-top: 1px solid var(--st-rule);
  margin: 40px 0;
}
.prose-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}
.prose-body th, .prose-body td {
  text-align: left;
  padding: 12px 14px;
  border: 1px solid var(--st-rule);
  vertical-align: top;
}
.prose-body thead th {
  background: var(--st-paper-2);
  font-family: var(--st-font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--st-ink);
}
.prose-body code {
  font-family: var(--st-font-mono);
  font-size: 0.9em;
  background: var(--st-paper-2);
  border: 1px solid var(--st-rule);
  border-radius: var(--st-radius);
  padding: 1px 6px;
}
.prose-body small {
  font-size: 14px;
  opacity: 0.75;
}
@media (max-width: 767px) {
  .prose-section {
    padding: 56px 0;
  }
  .prose-panel {
    padding: 34px 24px 30px;
  }
  .prose-body {
    font-size: 16px;
  }
  .prose-body h2 {
    font-size: 23px;
  }
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.col-6 {
  grid-column: 6;
}
.col-12 {
  grid-column: 12;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  max-width: 1280px;
}
.ms-1 {
  margin-inline-start: calc(var(--spacing) * 1);
}
.ms-3 {
  margin-inline-start: calc(var(--spacing) * 3);
}
.me-1 {
  margin-inline-end: calc(var(--spacing) * 1);
}
.me-2 {
  margin-inline-end: calc(var(--spacing) * 2);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.table {
  display: table;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.bg-st-ink {
  background-color: var(--color-st-ink);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
