/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gov-blue-100: #dbeafe;
    --color-gov-blue-700: #1d4ed8;
    --color-gov-navy: #002e6d;
    --color-ink: #111827;
    --color-ink-soft: #4b5563;
    --color-ink-fade: #9ca3af;
    --color-paper: #fcfcfc;
    --color-paper-alt: #f3f4f6;
    --color-line: #e5e7eb;
    --color-dark-bg: oklch(21.604% 0.00365 228.89);
    --color-dark-paper: oklch(25% 0.005 228.89);
    --color-dark-line: oklch(42.615% 0.00201 228.84);
    --color-dark-ink: oklch(92.565% 0.00459 78.3);
    --color-dark-ink-soft: oklch(80% 0.004 78.3);
    --color-dark-accent: oklch(30.284% 0.00916 248.14);
  }
}
@layer base {
  *, ::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)) {
        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;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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,);
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
:root {
  color-scheme: light;
  --ink: var(--color-ink);
  --ink-soft: var(--color-ink-soft);
  --ink-fade: var(--color-ink-fade);
  --brand: var(--color-gov-navy);
  --brand-dark: #001f4d;
  --paper: var(--color-paper);
  --paper-soft: #ffffff;
  --paper-alt: var(--color-paper-alt);
  --line: var(--color-line);
  --accent: var(--color-gov-blue-100);
  --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --bg: #f8fafc;
  --header-bg: #fff;
  --nav-link: var(--color-ink-soft);
  --card-bg: #fff;
  --link: var(--color-gov-blue-700);
  --link-hover: var(--color-gov-navy);
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: var(--color-dark-ink);
    --ink-soft: var(--color-dark-ink-soft);
    --ink-fade: oklch(60% 0.004 78.3);
    --brand: oklch(87.77% 0.05759 215.75);
    --brand-dark: oklch(75% 0.05759 215.75);
    --paper: var(--color-dark-paper);
    --paper-soft: var(--color-dark-bg);
    --paper-alt: var(--color-dark-accent);
    --line: var(--color-dark-line);
    --accent: var(--color-dark-accent);
    --bg: var(--color-dark-bg);
    --header-bg: var(--color-dark-paper);
    --nav-link: var(--color-dark-ink-soft);
    --card-bg: var(--color-dark-paper);
    --link: oklch(87.77% 0.05759 215.75);
    --link-hover: #fff;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 18px;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.6;
}
a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: var(--link-hover);
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-header {
  background: var(--header-bg);
  border-bottom: 4px solid var(--brand);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--brand);
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
.nav-logo img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(4615%) hue-rotate(204deg) brightness(96%) contrast(101%);
}
@media (prefers-color-scheme: dark) {
  .nav-logo {
    color: #fff;
  }
  .nav-logo img {
    filter: brightness(0) saturate(100%) invert(100%);
  }
}
.nav-links {
  display: flex;
  gap: 2rem;
}
.nav-links a {
  text-decoration: none;
  font-weight: 500;
  color: var(--nav-link);
  transition: color 0.2s;
}
.nav-links a:hover {
  color: var(--brand);
}
.page-shell {
  padding: 2rem 0 4rem;
}
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2.5rem;
}
.page-grid.full-width {
  grid-template-columns: minmax(0, 1fr);
}
.page-content {
  background: var(--header-bg);
  padding: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.page-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--brand);
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.page-sidebar {
  position: static;
  align-self: start;
}
.sidebar .widget {
  background: var(--header-bg);
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.widget-title {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--brand);
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.5rem;
}
.state-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.state-list li + li {
  margin-top: 0.75rem;
}
.state-list a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.state-list a:hover {
  color: var(--brand);
  text-decoration: underline;
}
.widget-nearby .nearby-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}
.widget-nearby .nearby-item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-paper-alt);
}
.widget-nearby .nearby-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget .btn {
  width: 100%;
}
.nearby-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.nearby-city a {
  color: var(--link);
  font-weight: 600;
  text-decoration: none;
}
.nearby-city a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.nearby-distance {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}
.nearby-address {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}
.latest-posts {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.latest-posts a {
  display: block;
  color: var(--link);
  text-decoration: none;
  line-height: 1.4;
  word-break: normal;
  overflow-wrap: anywhere;
}
.latest-posts a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}
@media (prefers-color-scheme: dark) {
  .btn {
    background: var(--brand);
    color: var(--color-dark-bg);
  }
  .btn:hover {
    background: var(--brand-dark);
    color: var(--color-dark-bg);
  }
}
.btn:hover {
  background: var(--brand-dark);
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .btn:hover {
    color: var(--color-dark-bg);
  }
}
.intro {
  font-size: 1.2rem;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}
.state-map {
  width: 100%;
  aspect-ratio: 980 / 606;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  margin: 2rem 0;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--paper);
  z-index: 1;
}
.map-placeholder.is-hidden {
  display: none;
}
.map-placeholder-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.map-placeholder-text {
  font-weight: 600;
  color: var(--link);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  background: var(--paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--paper) 85%, transparent);
  }
  padding: 0.75rem 1rem;
  border-radius: 999px;
}
.map-placeholder-text::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid var(--accent);
  border-top-color: var(--link);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.state-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.state-card {
  background: var(--header-bg);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.2s, box-shadow 0.2s;
}
.state-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  border-color: var(--brand);
}
.state-card h3 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: var(--brand);
}
.state-seal {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.citation-block {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid var(--line);
}
.citation-block h2 {
  font-size: 1.5rem;
  color: var(--brand);
  margin-bottom: 1rem;
}
.citation-menu-list {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  list-style: none;
  padding: 0.25rem;
  margin: 1.5rem 0 1rem 0;
  background: var(--paper-alt);
  border-radius: 6px;
  width: fit-content;
}
.citation-menu-link {
  border-radius: 4px;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.2s;
}
.citation-menu-link:hover {
  color: var(--brand);
}
.citation-menu-link.active {
  background: var(--bg);
  color: var(--brand);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
}
.citation-text-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.citation-item {
  display: none;
  background: var(--paper-alt);
  padding: 1.25rem;
  border-radius: 4px;
  border: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
  word-break: break-all;
  position: relative;
  color: var(--ink);
}
.citation-item.active {
  display: block;
}
.citation-copy-btn {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--link);
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.citation-copy-btn:hover {
  text-decoration: underline;
}
.breadcrumbs {
  background: var(--paper-alt);
  border-bottom: 1px solid var(--line);
  padding: 0.75rem 0;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--ink-fade);
  font-size: 1.1rem;
  line-height: 1;
}
.breadcrumbs li:last-child::after {
  content: "";
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--link);
  font-weight: 500;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li.is-active a {
  color: var(--ink-soft);
  pointer-events: none;
}
.markdown p + p {
  margin-top: 1.25rem;
}
.markdown h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  color: var(--brand);
  font-weight: 700;
}
.markdown h2.section-label {
  margin-top: 0;
}
.markdown h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  color: var(--brand);
  font-weight: 600;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0;
  background: var(--brand);
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .site-footer {
    background: var(--color-dark-paper);
    color: var(--ink);
  }
}
.site-footer a {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .site-footer a {
    color: var(--link);
  }
}
.site-footer a:hover {
  color: var(--brand);
}
@media (prefers-color-scheme: dark) {
  .site-footer a:hover {
    color: #fff;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-brand {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: block;
}
.footer-copyright {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 2rem;
  opacity: 0.8;
}
@media (prefers-color-scheme: dark) {
  .footer-copyright {
    color: var(--ink-soft);
    opacity: 1;
  }
}
.markdown ul {
  margin: 1.25rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}
.markdown li + li {
  margin-top: 0.5rem;
}
.table-expand {
  width: 100%;
  overflow-x: auto;
  margin: 3.5rem 0 2rem;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  text-align: left;
}
.table th {
  background: var(--paper-alt);
  padding: 1rem;
  font-weight: 700;
  color: var(--brand);
  border-bottom: 2px solid var(--line);
}
.table td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}
.table tr:last-child td {
  border-bottom: none;
}
.office-card {
  background: var(--header-bg);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  transition: box-shadow 0.2s;
}
.office-card:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
.office-card a {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.office-card a:hover {
  text-decoration: underline;
}
.office-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--ink-soft);
}
.address-box {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 3rem 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.address-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 2.5rem;
  gap: 3rem;
}
.address-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.address-box li {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ink);
}
.address-box hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--brand);
  margin: 0 0 0.75rem;
  display: block;
}
.section-label.centered {
  text-align: center;
  padding: 0.75rem 0 0.5rem;
  background: transparent;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
}
.address-box .directions-content {
  padding: 2.5rem;
}
.address-box .directions-content p {
  padding: 0;
  background: transparent;
  font-style: normal;
  color: var(--ink);
}
.address-box .hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2.5rem;
  max-width: 600px;
  margin: 0 auto;
}
.hours-grid ul {
  font-weight: 600;
}
.hours-grid div:last-child ul {
  font-weight: 400;
  color: var(--ink-soft);
  text-align: right;
}
.address-box p {
  padding: 2.5rem;
  margin: 0;
  background: var(--paper-alt);
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.6;
}
.icon-inline {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  opacity: 0.8;
}
@media (prefers-color-scheme: dark) {
  img.icon-inline {
    filter: invert(1) brightness(2);
  }
}
.map-frame {
  height: 450px;
  border: 1px solid var(--line);
  border-radius: 4px;
  margin: 2rem 0;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--brand);
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .page-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-sidebar {
    position: static;
  }
  .state-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-links.is-active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--header-bg);
    padding: 1.5rem;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  }
  .burger {
    display: flex;
  }
  .page-content {
    padding: 1.5rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .address-grid, .address-box .hours-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .hours-grid div:last-child ul {
    text-align: left;
  }
  .state-grid {
    grid-template-columns: 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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --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;
      --tw-ease: initial;
    }
  }
}
