:root {
  --ocean: #274744;
  --ocean-dark: #1b3230;
  --sand: #fcfbf8;
  --sand-alt: #f7f6f2;
  --terracotta: #b94f3b;
  --hero-coral: #ff8063;
  --focus: #e8624b;
  --stone: #efe6d8;
  --stone-deep: #ddceb8;
  --white: #ffffff;
  --ink: #23413e;
  --muted: #4b6864;
  --line: #dddcd7;
  --shadow: 0 10px 26px rgb(39 71 68 / 10%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--sand);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: var(--ocean);
}

h1, h2, h3, p, ul {
  margin-top: 0;
}

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ocean);
}

.eyebrow {
  margin: 0 0 0.4rem;
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
  background: white;
  color: var(--ocean);
}

.skip-link:focus {
  top: 1rem;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

/* --- Header / nav --- */

.site-header {
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}

.header-inner,
main,
.site-footer {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "brand controls"
    "nav nav";
  align-items: center;
  column-gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  grid-area: brand;
  color: var(--ocean);
  font-weight: 800;
  font-size: 1.15rem;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.nav-controls {
  grid-area: controls;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.map-shortcut {
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--white);
  color: var(--ocean);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

.menu-toggle {
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--white);
  color: var(--ocean);
  font: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
}

.primary-nav {
  grid-area: nav;
  display: none;
  flex-direction: column;
  padding-bottom: 0.5rem;
}

.primary-nav.is-open {
  display: flex;
}

.primary-nav a {
  padding: 0.85rem 0.25rem;
  border-top: 1px solid rgb(39 71 68 / 12%);
  color: var(--ocean);
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.primary-nav a[aria-current="page"] {
  color: var(--terracotta);
}

@media (min-width: 600px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand nav controls";
    padding: 0.7rem 0;
  }

  .nav-controls {
    display: none;
  }

  .primary-nav {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    gap: 2.1rem;
    padding: 0;
  }

  .primary-nav a {
    padding: 0.5rem 0.1rem;
    border-top: none;
    border-bottom: 3px solid transparent;
    min-height: 0;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .primary-nav a:hover {
    color: var(--terracotta);
  }

  .primary-nav a[aria-current="page"] {
    border-bottom-color: var(--terracotta);
  }
}

/* --- Layout basics --- */

main > section {
  padding-block: 3rem;
}

main > section + section {
  border-top: 1px solid var(--line);
}

.hero + section {
  border-top: none;
}

.band-white {
  background: var(--sand-alt);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

/* --- Hero --- */

.hero {
  padding-block: 0;
}

.hero-media {
  position: relative;
  min-height: clamp(20rem, 78vw, 30rem);
  overflow: hidden;
}

.hero-art {
  position: absolute;
  inset: 0;
  background-image: url("assets/images/kalalau-valley-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 61% center;
}

@media (min-width: 600px) {
  .hero-art {
    background-position: center 52%;
  }
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(39 71 68 / 88%) 0%, rgb(39 71 68 / 62%) 30%, rgb(39 71 68 / 24%) 58%, rgb(39 71 68 / 0%) 82%);
}

.hero-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem max(1.25rem, calc((100% - 1120px) / 2 + 1.25rem));
  color: white;
}

.hero-text .eyebrow {
  color: var(--hero-coral);
}

.hero-text h1 {
  color: white;
  font-size: clamp(2.3rem, 8.5vw, 4.2rem);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.hero-copy {
  max-width: 36rem;
  font-size: 1.1rem;
  color: rgb(255 255 255 / 92%);
}

.muted {
  color: var(--muted);
  font-size: 0.92rem;
}

/* --- Finder form --- */

.finder-panel {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 2rem));
  margin: -2.75rem auto 0;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.finder-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

label span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--ocean);
}

input,
select {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.button {
  display: inline-block;
  padding: 0.9rem 1.3rem;
  border: none;
  border-radius: 999px;
  color: var(--white);
  background: var(--ocean);
  font-weight: 800;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  background: var(--ocean-dark);
}

@media (min-width: 600px) {
  .finder-form {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }
}

/* --- Region navigation cards --- */

.region-nav-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.region-nav-card {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
  text-decoration: none;
  box-shadow: var(--shadow);
}

.region-nav-art {
  flex: 0 0 4.25rem;
  overflow: hidden;
  background: var(--sand-alt);
}

.region-nav-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.region-nav-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.85rem 1rem;
}

.region-nav-name {
  color: var(--ocean);
  font-weight: 800;
  font-size: 1.02rem;
}

.region-nav-cue {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.8rem;
}

@media (min-width: 600px) {
  .region-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .region-nav-card {
    flex-direction: column;
  }

  .region-nav-art {
    flex-basis: auto;
    min-height: 6rem;
  }

  .region-nav-body {
    padding: 1rem 1.1rem;
  }
}

@media (min-width: 1000px) {
  .region-nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* --- Card grid & venue cards --- */

.card-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.results-group-heading {
  margin: 2rem 0 0;
  font-size: 1.05rem;
}

.results-group-heading:first-child {
  margin-top: 0;
}

#result-summary {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 700;
}

.results-intro {
  padding-bottom: 1.5rem;
}

.results {
  padding-top: 1.5rem;
}

.venue-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.card-thumb {
  position: relative;
  flex: 0 0 5.5rem;
  min-height: 7.5rem;
  overflow: hidden;
  background: var(--stone);
}

.card-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 0.85rem 1rem;
}

.card-meta {
  margin-top: auto;
  padding-top: 0.4rem;
}

.card-body h3 {
  margin-bottom: 0.15rem;
  font-size: 1.05rem;
}

.card-body h3 a {
  text-decoration: none;
}

.town {
  color: var(--muted);
  font-size: 0.8rem;
}

.hours {
  margin: 0.4rem 0 0.15rem;
  color: var(--ocean);
  font-weight: 800;
  font-size: 0.95rem;
}

.specials {
  font-size: 0.92rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.status,
.menu-badge {
  display: inline-block;
  margin: 0.35rem 0;
  padding: 0.1rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.status {
  margin-inline-end: 0.35rem;
}

.status.conflict,
.status.unconfirmed {
  color: #6a3b00;
  background: none;
  border-color: #e0b400;
}

.verified {
  color: var(--muted);
  font-size: 0.72rem;
}

/* Reserved for future paid placements (see DESIGN-BRIEF.md); must always be
   paired with a visible "Sponsored" label. Not applied to any venue yet. */
.venue-card.sponsored {
}

.view-all {
  margin-top: 1.5rem;
  text-align: center;
}

.view-all a {
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 600px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .venue-card {
    flex-direction: column;
  }

  .card-thumb {
    flex-basis: auto;
    min-height: 8rem;
    aspect-ratio: 16 / 9;
  }

  .card-body {
    padding: 1.25rem;
  }

  .card-body h3 {
    font-size: 1.3rem;
  }

  .results-group-heading {
    font-size: 1.3rem;
  }

  .specials {
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 1000px) {
  .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* --- Map preview / map page --- */

.region-group {
  margin-top: 2.5rem;
}

.region-title {
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--ocean);
  font-size: 1.5rem;
}

/* --- Region overview cards --- */

.regions-map-wrap {
  position: relative;
  margin-top: 1.5rem;
}

.regions-map-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
}

.regions-intro {
  margin-top: 1.5rem;
}

.regions-map-hotspot {
  position: absolute;
  border-radius: 999px;
}

.regions-map-hotspot:focus-visible {
  outline: 2px solid var(--ocean);
  outline-offset: 3px;
}

.region-card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.region-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
}

.region-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.region-card h3 a {
  text-decoration: none;
}

.region-card p {
  color: var(--muted);
}

@media (min-width: 600px) {
  .region-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .region-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* --- Trust banner --- */

.trust {
  padding-block: 2.5rem;
}

.trust-grid {
  display: grid;
  gap: 1rem;
  max-width: 60rem;
  margin-inline: auto;
}

.trust-banner {
  padding: 1.5rem 1.75rem;
  border-radius: 0.85rem;
  background: var(--white);
  border: 1px solid var(--line);
}

@media (min-width: 700px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- Venue detail --- */

.venue-detail {
  max-width: 42rem;
}

.venue-detail .hours {
  font-size: 1.15rem;
}

.venue-back-link {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  font-weight: 750;
}

.venue-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
  margin: -0.35rem 0 1.25rem;
  color: var(--muted);
  font-weight: 750;
}

.venue-category a {
  padding-inline-start: 0.75rem;
  border-inline-start: 1px solid var(--line);
  color: var(--ocean);
  white-space: nowrap;
}

.venue-quick-info {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.venue-contact-summary {
  display: grid;
  gap: 1rem;
}

.venue-contact-summary p {
  margin: 0;
}

.venue-contact-actions {
  display: grid;
  gap: 1rem;
}

.happy-hour-heading {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  color: var(--terracotta);
}

.happy-hour-section {
  margin-top: 2rem;
  padding-bottom: 1.25rem;
}

.happy-hour-section .happy-hour-schedule,
.happy-hour-section .hours {
  max-width: none;
  margin-bottom: 0;
}

.happy-hour-section .happy-hour-row:last-child {
  border-bottom: 0;
}

.happy-hour-section .venue-conflict-note {
  margin: 1rem 0 0;
}

.notice.venue-conflict-note {
  color: #6a3b00;
  background: none;
  border: 1px solid #e0b400;
}

.hours-note {
  margin: -1.25rem 0 2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.regular-hours-section h2 {
  font-size: 1.05rem;
}

.regular-hours-schedule {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0 clamp(0.75rem, 4vw, 2rem);
  max-width: 42rem;
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
}

.regular-hours-schedule .happy-hour-row {
  display: contents;
}

.regular-hours-schedule .happy-hour-row dt,
.regular-hours-schedule .happy-hour-row dd {
  padding-block: 0.35rem;
}

.regular-hours-schedule .happy-hour-row dt {
  font-weight: 700;
}

.regular-hours-section .hours-note {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
}

.happy-hour-schedule {
  max-width: 30rem;
  margin: 0 0 2rem;
}

.regular-hours-section .regular-hours-schedule {
  margin-bottom: 0;
}

.happy-hour-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: clamp(0.75rem, 4vw, 2rem);
  padding-block: 0.55rem;
  border-bottom: 1px solid var(--line);
}

.happy-hour-row dt {
  font-weight: 800;
  white-space: nowrap;
}

.happy-hour-row dd {
  margin: 0;
}

.venue-conflict-note {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.venue-detail-grid {
  display: grid;
  gap: 1rem;
  margin-block: 2rem;
}

.venue-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0.9rem;
  background: var(--stone);
  box-shadow: var(--shadow);
}

.venue-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 18rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.venue-image figcaption {
  padding: 0.45rem 0.75rem;
  color: var(--muted);
  background: var(--white);
  font-size: 0.75rem;
}

.venue-overview {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 2rem;
}

@media (min-width: 700px) {
  .venue-detail {
    max-width: 58rem;
  }

  .venue-overview {
    grid-template-columns: minmax(0, 1.45fr) minmax(14rem, 0.75fr);
    align-items: start;
  }

  .venue-image img {
    max-height: none;
  }

  .venue-quick-info {
    align-content: start;
  }

  .venue-contact-summary {
    grid-template-columns: 1fr;
  }
}

.venue-section {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.venue-section h2 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
}

.venue-verification {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.65rem;
  margin: 0.35rem 0 1rem;
  padding: 0.3rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--sand-alt);
}

.venue-verification .status,
.venue-verification .verified {
  margin: 0;
}

.venue-verification .status:not(.conflict):not(.unconfirmed) {
  padding: 0;
  border: 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
}

.venue-verification .verified {
  padding-inline-start: 0.65rem;
  border-inline-start: 1px solid var(--line);
  font-size: 0.72rem;
}

.about-venue-section p {
  margin: 0;
}

.venue-review-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

.venue-review-links a {
  font-weight: 750;
}

.venue-fact-list,
.venue-contact-list {
  margin: 0;
  padding-left: 1.2rem;
}

.venue-fact-list li + li,
.venue-contact-list li + li {
  margin-top: 0.45rem;
}

.menu-list {
  margin: 0;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding-block: 0.65rem;
  border-top: 1px solid var(--line);
}

.menu-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.menu-item:last-child {
  padding-bottom: 0;
}

.menu-item dt {
  font-weight: 750;
}

.menu-item dd {
  margin: 0;
  font-weight: 800;
  color: var(--ocean);
  text-align: right;
}

.source-link {
  font-weight: 800;
}

@media (min-width: 600px) {
  .venue-detail {
    max-width: 54rem;
  }

  .venue-detail-grid {
    grid-template-columns: 1fr;
  }

  .venue-quick-info {
    max-width: none;
  }

  .venue-contact-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }

  .venue-menu-section,
  .regular-hours-section {
    grid-column: auto;
  }
}

@media (min-width: 900px) {
  .venue-detail {
    max-width: 60rem;
    margin-inline: auto;
  }

  .venue-quick-info {
    max-width: none;
  }

  .venue-contact-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venue-detail-grid {
    grid-template-columns: 1fr;
  }

  .happy-hour-schedule:not(.regular-hours-schedule) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: none;
  }

  .happy-hour-section .happy-hour-row:last-child {
    border-bottom: 1px solid var(--line);
  }

  .venue-conflict-note {
    max-width: none;
  }

  .venue-menu-section,
  .regular-hours-section {
    grid-column: auto;
  }

  .menu-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }

  .menu-item {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: stretch;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .menu-item:nth-child(2) {
    padding-top: 0;
    border-top: 0;
  }
}

.venue-overview .venue-contact-summary {
  grid-template-columns: 1fr;
}

/* --- About / suggest / prose pages --- */

.about-page,
.suggest-page {
  max-width: 42rem;
}

.about-page h2 {
  margin-top: 2rem;
  font-size: 1.3rem;
}

.about-page ul {
  padding-left: 1.2rem;
}

.about-page li + li {
  margin-top: 0.5rem;
}

/* --- Notices --- */

.notice {
  padding: 1rem;
  border-radius: 0.7rem;
  background: #fff0cc;
}

.notice-success {
  background: var(--stone);
  color: var(--ocean-dark);
}

.notice-error {
  background: #fde3de;
  color: var(--ocean-dark);
}

/* --- Suggest an update form --- */

.suggest-form {
  display: grid;
  gap: 1.1rem;
  max-width: 34rem;
  margin-top: 1.75rem;
}

.suggest-type {
  border: 0;
  padding: 0;
  margin: 0;
}

.suggest-type legend {
  padding: 0;
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--ocean);
}

.suggest-type-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.suggest-type-option {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  cursor: pointer;
}

.suggest-type-option input {
  width: auto;
  min-height: auto;
}

.suggest-form textarea {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  resize: none;
}

.suggest-form .button {
  justify-self: start;
}

.suggest-form .button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.suggest-back-link {
  margin-top: 2rem;
}

/* --- Map --- */

.venue-map {
  height: 26rem;
  margin-block: 1.5rem;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-popup h3 {
  margin: 0.2rem 0;
  font-size: 1rem;
}

.map-popup a:focus-visible {
  outline: 2px solid var(--ocean);
  outline-offset: 2px;
}

.map-popup p {
  margin: 0.15rem 0;
  font-size: 0.85rem;
}

.maplibregl-popup-content {
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
}

/* --- Footer --- */

.site-footer {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}

.site-footer p + p {
  margin-top: 0.4rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
