:root {
      --forest: #173F34;
      --forest-deep: #0D2A24;
      --sea: #0E6F8F;
      --cream: #F8F5EC;
      --cream-2: #EFE8D8;
      --wood: #7A4E2A;
      --saffron: #C9942E;
      --ink: #16231F;
      --muted: #61726B;
    }

    body {
      font-family: 'Inter', sans-serif;
      background:
        linear-gradient(180deg, rgba(248, 245, 236, 0.98), rgba(248, 245, 236, 1)),
        repeating-linear-gradient(90deg, rgba(23, 63, 52, 0.025) 0 1px, transparent 1px 36px);
      color: var(--ink);
    }

    body.gallery-open {
      overflow: hidden;
    }

    body.search-open {
      overflow: hidden;
    }

    body.mobile-menu-open {
      overflow: hidden;
    }

    .font-serif {
      font-family: 'Playfair Display', serif;
    }

    /* Iconify Stroke Width Override */
    iconify-icon {
      stroke-width: 1.5px;
    }

    ::selection {
      background: rgba(201, 148, 46, 0.28);
      color: var(--forest-deep);
    }

    html {
      scroll-behavior: smooth;
    }

    section {
      scroll-margin-top: 120px;
    }

    .glass-panel {
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(255, 255, 255, 0.86);
      box-shadow: 0 18px 60px rgba(13, 42, 36, 0.08);
    }

    .heritage-texture {
      background-image:
        linear-gradient(135deg, rgba(23, 63, 52, 0.08) 25%, transparent 25%),
        linear-gradient(225deg, rgba(14, 111, 143, 0.06) 25%, transparent 25%);
      background-size: 32px 32px;
    }

    .hero-title {
      font-size: 5.75rem;
      letter-spacing: 0;
    }

    .home-hero {
      box-sizing: border-box;
      min-height: min(760px, calc(100svh - 2rem));
      padding-top: 8rem;
      padding-bottom: 4rem;
    }

    .home-hero-copy {
      margin-top: 2.5rem;
    }

    .home-hero-metrics p {
      overflow-wrap: anywhere;
    }

    .quick-link-card {
      transition: background-color 180ms ease, transform 180ms ease;
    }

    .quick-link-card:hover {
      background-color: rgba(255, 255, 255, 0.68);
    }

    .quick-link-label {
      overflow-wrap: normal;
      word-break: keep-all;
      hyphens: none;
    }

    .page-single-content > div,
    .page-single-content p {
      max-width: 100% !important;
    }

    .page-single-content .text-justify,
    .page-single-content p {
      text-align: left !important;
    }

    .mobile-menu-backdrop {
      transition: opacity 180ms ease;
    }

    .mobile-menu-panel {
      transform: translateY(-0.5rem);
      transition: opacity 200ms ease, transform 200ms ease;
    }

    .mobile-menu.is-open .mobile-menu-backdrop {
      opacity: 1;
    }

    .mobile-menu.is-open .mobile-menu-panel {
      opacity: 1;
      transform: translateY(0);
    }

    .mobile-menu-link {
      display: flex;
      min-height: 3.35rem;
      align-items: center;
      gap: 0.8rem;
      border-radius: 1rem;
      border: 1px solid rgba(226, 232, 240, 0.86);
      background: rgba(248, 245, 236, 0.72);
      padding: 0.85rem 0.95rem;
      font-size: 0.94rem;
      font-weight: 600;
      color: var(--forest);
      transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
    }

    .mobile-menu-link:hover,
    .mobile-menu-link:focus-visible {
      border-color: rgba(23, 63, 52, 0.32);
      background: rgba(239, 232, 216, 0.9);
    }

    .mobile-menu-link-icon {
      display: inline-flex;
      width: 2.1rem;
      height: 2.1rem;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      border-radius: 0.8rem;
      background: rgba(255, 255, 255, 0.82);
      color: var(--wood);
      font-size: 1.25rem;
    }

    .map-filter-chip {
      min-height: 2.45rem;
      border-radius: 0.5rem;
      border: 1px solid rgba(203, 213, 225, 0.92);
      background: rgba(255, 255, 255, 0.78);
      padding: 0.58rem 0.85rem;
      color: #475569;
      font-size: 0.86rem;
      font-weight: 650;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .map-filter-chip:hover,
    .map-filter-chip:focus-visible {
      border-color: rgba(23, 63, 52, 0.36);
      color: var(--forest);
    }

    .map-filter-chip[aria-pressed="true"] {
      border-color: var(--forest);
      background: var(--forest);
      color: #fff;
      box-shadow: 0 12px 26px rgba(13, 42, 36, 0.12);
    }

    .map-explorer-heading {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 1.25rem;
      align-items: end;
      margin-bottom: 1.15rem;
    }

    .map-explorer-card {
      overflow: hidden;
      border-radius: 0.85rem;
      border: 1px solid rgba(203, 213, 225, 0.82);
      background: rgba(255, 255, 255, 0.82);
      padding: clamp(1rem, 2.2vw, 1.5rem);
      box-shadow: 0 20px 54px rgba(15, 23, 42, 0.06);
    }

    .map-explorer-archive-link {
      display: inline-flex;
      min-height: 2.55rem;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      border-radius: 999px;
      background: var(--forest);
      padding: 0.68rem 0.95rem;
      color: #fff;
      font-size: 0.86rem;
      font-weight: 750;
      white-space: nowrap;
      transition: background-color 0.18s ease, transform 0.18s ease;
    }

    .map-explorer-archive-link:hover,
    .map-explorer-archive-link:focus-visible {
      background: var(--forest-deep);
      transform: translateY(-1px);
    }

    .map-explorer-toolbar {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem 1rem;
      border-bottom: 1px solid rgba(203, 213, 225, 0.76);
      padding-bottom: 0.95rem;
    }

    .map-explorer-body {
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
      gap: clamp(1.1rem, 2.5vw, 2rem);
      align-items: start;
      margin-top: 1.05rem;
    }

    .map-explorer-map {
      min-width: 0;
    }

    .map-explorer-results {
      min-width: 0;
      border-left: 1px solid rgba(203, 213, 225, 0.75);
      padding-left: clamp(1rem, 2vw, 1.55rem);
    }

    .map-district-toolbar {
      margin-top: 1rem;
      border-radius: 0.7rem;
      border: 1px solid rgba(226, 232, 240, 0.78);
      background: rgba(248, 250, 252, 0.64);
      padding: 0.85rem;
    }

    .atlas-city-tabs {
      display: flex;
      flex: 1 1 20rem;
      flex-wrap: wrap;
      gap: 0.45rem;
      margin-top: 0;
      margin-bottom: 0;
    }

    .atlas-city-tab {
      display: inline-flex;
      min-width: 0;
      min-height: 2.42rem;
      align-items: center;
      justify-content: center;
      gap: 0.48rem;
      border-radius: 999px;
      border: 1px solid rgba(203, 213, 225, 0.9);
      background: #fff;
      padding: 0.46rem 0.54rem 0.46rem 0.78rem;
      color: #334155;
      font-size: 0.86rem;
      font-weight: 760;
      line-height: 1;
      white-space: nowrap;
      transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
    }

    .atlas-city-tab:hover,
    .atlas-city-tab:focus-visible {
      border-color: rgba(23, 63, 52, 0.42);
      background: rgba(248, 250, 252, 0.96);
      color: var(--forest);
    }

    .atlas-city-tab[aria-pressed="true"] {
      border-color: var(--forest);
      background: var(--forest);
      color: #fff;
      box-shadow: 0 10px 22px rgba(13, 42, 36, 0.12);
    }

    .atlas-map-count {
      display: inline-flex;
      min-width: 1.38rem;
      height: 1.38rem;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(23, 63, 52, 0.08);
      color: var(--forest);
      font-size: 0.68rem;
      font-weight: 800;
    }

    .atlas-city-tab[aria-pressed="true"] .atlas-map-count {
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
    }

    .atlas-map-stage-shell {
      position: relative;
      overflow: hidden;
      border-radius: 0.7rem;
      border: 1px solid rgba(226, 232, 240, 0.86);
      background:
        linear-gradient(180deg, rgba(248, 245, 236, 0.92), rgba(239, 232, 216, 0.72)),
        repeating-linear-gradient(45deg, rgba(23, 63, 52, 0.035) 0 1px, transparent 1px 16px);
    }

    .atlas-map-loader {
      position: absolute;
      inset: 0;
      z-index: 8;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      background:
        linear-gradient(180deg, rgba(248, 245, 236, 0.92), rgba(239, 232, 216, 0.86)),
        repeating-linear-gradient(45deg, rgba(23, 63, 52, 0.045) 0 1px, transparent 1px 16px);
      color: var(--forest);
      font-size: 0.82rem;
      font-weight: 760;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      transition: opacity 180ms ease, visibility 180ms ease;
    }

    .atlas-map-loader-mark {
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 999px;
      border: 2px solid rgba(23, 63, 52, 0.16);
      border-top-color: var(--forest);
      animation: atlas-loader-spin 800ms linear infinite;
    }

    .atlas-map-stage-shell:not(.is-loading) .atlas-map-loader {
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
    }

    .atlas-map-stage-shell.is-loading .atlas-pin-layer {
      visibility: hidden;
      opacity: 0;
    }

    @keyframes atlas-loader-spin {
      to {
        transform: rotate(360deg);
      }
    }

    .atlas-map-stage {
      position: relative;
      display: flex;
      min-height: clamp(300px, 39vw, 500px);
      align-items: center;
      justify-content: center;
      padding: clamp(1rem, 2vw, 1.7rem);
    }

    .atlas-map-stage[hidden] {
      display: none;
    }

    .atlas-map-canvas {
      position: relative;
      width: min(100%, 640px);
      aspect-ratio: var(--atlas-map-ratio, 603 / 493);
      margin: 0 auto;
    }

    .atlas-map-canvas img {
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      filter: drop-shadow(0 12px 18px rgba(13, 42, 36, 0.10));
      opacity: 0.98;
      object-fit: contain;
    }

    .atlas-pin-layer {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .atlas-pin {
      position: absolute;
      z-index: 2;
      display: inline-flex;
      width: 1.95rem;
      height: 1.95rem;
      align-items: center;
      justify-content: center;
      border-radius: 50% 50% 50% 0;
      border: 2px solid #fff;
      background: var(--forest);
      color: #fff;
      box-shadow: 0 9px 18px rgba(13, 42, 36, 0.24);
      pointer-events: auto;
      transform: translate(-50%, -100%) rotate(-45deg);
      transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, opacity 160ms ease;
    }

    .atlas-pin span {
      display: block;
      width: 1.12rem;
      height: 1.12rem;
      border-radius: 999px;
      background-color: rgba(255, 255, 255, 0.88);
      background-image: var(--pin-image);
      background-position: center;
      background-size: cover;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
      transform: rotate(45deg);
    }

    .atlas-pin.is-producers {
      background: var(--wood);
    }

    .atlas-pin.is-makers {
      background: #2F6F83;
    }

    .atlas-pin:hover,
    .atlas-pin:focus-visible,
    .atlas-pin.is-active {
      background: var(--saffron);
      border-color: #fff;
      box-shadow: 0 10px 22px rgba(13, 42, 36, 0.28);
      transform: translate(-50%, -100%) rotate(-45deg) scale(1.12);
    }

    .atlas-pin.is-muted {
      opacity: 0.38;
    }

    .atlas-pin.is-muted:hover,
    .atlas-pin.is-muted:focus-visible {
      opacity: 1;
    }

    .atlas-pin[hidden] {
      display: none;
    }

    .map-district-group[hidden] {
      display: none;
    }

    .map-result-tabs {
      display: flex;
      flex: 1 1 24rem;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 0.35rem;
      overflow-x: auto;
      border-bottom: 0;
      padding-bottom: 0;
      scrollbar-width: none;
    }

    .map-result-tabs::-webkit-scrollbar {
      display: none;
    }

    .map-result-tab {
      display: inline-flex;
      min-height: 2.3rem;
      align-items: center;
      gap: 0.4rem;
      border: 1px solid transparent;
      border-radius: 999px;
      background: transparent;
      padding: 0.44rem 0.52rem 0.44rem 0.7rem;
      color: #475569;
      font-size: 0.8rem;
      font-weight: 750;
      white-space: nowrap;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    }

    .map-result-tab span {
      display: inline-flex;
      min-width: 1.45rem;
      height: 1.45rem;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(23, 63, 52, 0.08);
      color: var(--forest);
      font-size: 0.72rem;
      font-weight: 850;
    }

    .map-result-tab:hover,
    .map-result-tab:focus-visible {
      border-color: rgba(23, 63, 52, 0.38);
      color: var(--forest);
      background: rgba(248, 250, 252, 0.9);
    }

    .map-result-tab[aria-pressed="true"] {
      border-color: var(--forest);
      background: var(--forest);
      color: #fff;
      box-shadow: 0 10px 22px rgba(13, 42, 36, 0.12);
    }

    .map-result-tab[aria-pressed="true"] span {
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
    }

    .map-results-summary {
      display: flex;
      flex-direction: column;
      gap: 0.15rem;
      border-bottom: 1px solid rgba(203, 213, 225, 0.76);
      padding-bottom: 0.9rem;
    }

    .map-result-list {
      display: grid;
      max-height: clamp(320px, 34vw, 460px);
      gap: 0;
      overflow-y: auto;
      padding-top: 0.45rem;
      padding-right: 0.2rem;
      scrollbar-color: rgba(23, 63, 52, 0.32) transparent;
      scrollbar-width: thin;
    }

    .map-result-list::-webkit-scrollbar {
      width: 0.45rem;
    }

    .map-result-list::-webkit-scrollbar-track {
      background: transparent;
    }

    .map-result-list::-webkit-scrollbar-thumb {
      border-radius: 999px;
      background: rgba(23, 63, 52, 0.24);
    }

    .map-result-row {
      display: grid;
      grid-template-columns: 3.65rem minmax(0, 1fr) auto;
      align-items: center;
      gap: 0.82rem;
      border-bottom: 1px solid rgba(226, 232, 240, 0.78);
      border-radius: 0;
      background: transparent;
      padding: 0.72rem 0.25rem;
      transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    }

    .map-result-row:hover,
    .map-result-row:focus-visible,
    .map-result-row.is-map-highlighted,
    .map-result-row.is-map-selected {
      border-color: rgba(23, 63, 52, 0.22);
      background: rgba(255, 255, 255, 0.72);
      box-shadow: none;
      transform: none;
    }

    .map-result-row.is-map-highlighted,
    .map-result-row.is-map-selected {
      border-bottom-color: transparent;
      border-radius: 0.65rem;
      background:
        linear-gradient(90deg, rgba(23, 63, 52, 0.08), rgba(255, 255, 255, 0.9) 42%),
        #fff;
      box-shadow: inset 0 0 0 1px rgba(23, 63, 52, 0.26), 0 12px 26px rgba(13, 42, 36, 0.08);
    }

    .map-result-row.is-map-selected .map-result-title,
    .map-result-row.is-map-highlighted .map-result-title {
      color: var(--forest);
    }

    .map-result-row.is-map-selected .map-result-icon,
    .map-result-row.is-map-highlighted .map-result-icon {
      transform: translate(1px, -1px);
    }

    .map-result-media {
      display: block;
      width: 3.65rem;
      height: 3.65rem;
      overflow: hidden;
      border-radius: 0.5rem;
      border: 1px solid rgba(226, 232, 240, 0.95);
      background: #F8FAFC;
    }

    .map-result-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .map-result-kind {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      border-radius: 0.35rem;
      background: rgba(239, 232, 216, 0.78);
      padding: 0.28rem 0.46rem;
      color: var(--wood);
      font-size: 0.64rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .map-result-meta {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 0.45rem;
      margin-top: 0.35rem;
    }

    .map-result-title,
    .map-result-location {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .map-result-title {
      color: #0F172A;
      font-weight: 650;
      line-height: 1.25;
    }

    .map-result-location {
      color: #64748B;
      font-size: 0.8rem;
    }

    .map-result-icon {
      color: var(--forest);
      font-size: 1.25rem;
      transition: transform 0.18s ease;
    }

    .map-item-dialog {
      width: min(92vw, 34rem);
      border: 0;
      border-radius: 0.9rem;
      padding: 0;
      overflow: visible;
      background: transparent;
      color: inherit;
    }

    .map-item-dialog::backdrop {
      background: rgba(15, 23, 42, 0.48);
      backdrop-filter: blur(4px);
    }

    .map-item-dialog-panel {
      position: relative;
      overflow: hidden;
      border-radius: 0.9rem;
      border: 1px solid rgba(226, 232, 240, 0.9);
      background: #fff;
      box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
    }

    .map-item-dialog-close {
      position: absolute;
      top: 0.8rem;
      right: 0.8rem;
      z-index: 2;
      display: inline-flex;
      width: 2.25rem;
      height: 2.25rem;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.76);
      color: #fff;
      font-size: 1.35rem;
      line-height: 1;
      transition: background-color 0.18s ease, transform 0.18s ease;
    }

    .map-item-dialog-close:hover,
    .map-item-dialog-close:focus-visible {
      background: var(--forest);
      transform: translateY(-1px);
    }

    .map-item-dialog-media {
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background: #F8FAFC;
    }

    .map-item-dialog-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .map-item-dialog-body {
      display: grid;
      gap: 0.65rem;
      padding: clamp(1rem, 3vw, 1.35rem);
    }

    .map-item-dialog-kind {
      width: fit-content;
      border-radius: 999px;
      background: rgba(239, 232, 216, 0.86);
      padding: 0.32rem 0.58rem;
      color: var(--wood);
      font-size: 0.68rem;
      font-weight: 850;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .map-item-dialog-title {
      color: #0F172A;
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.45rem, 3vw, 2rem);
      line-height: 1.08;
      letter-spacing: 0;
    }

    .map-item-dialog-location {
      color: #64748B;
      font-size: 0.92rem;
      font-weight: 650;
    }

    .map-item-dialog-summary {
      color: #475569;
      font-size: 0.95rem;
      line-height: 1.65;
    }

    .map-item-dialog-summary:empty {
      display: none;
    }

    .map-item-dialog-link {
      display: inline-flex;
      width: fit-content;
      min-height: 2.45rem;
      align-items: center;
      gap: 0.45rem;
      border-radius: 999px;
      background: var(--forest);
      padding: 0.62rem 0.9rem;
      color: #fff;
      font-size: 0.84rem;
      font-weight: 780;
      transition: background-color 0.18s ease, transform 0.18s ease;
    }

    .map-item-dialog-link:hover,
    .map-item-dialog-link:focus-visible {
      background: var(--forest-deep);
      transform: translateY(-1px);
    }

    @media (max-width: 1023px) {
      .map-explorer-heading,
      .map-explorer-body {
        grid-template-columns: 1fr;
      }

      .map-explorer-archive-link {
        justify-self: start;
      }

      .map-explorer-toolbar {
        align-items: flex-start;
      }

      .map-result-tabs {
        justify-content: flex-start;
      }

      .map-explorer-results {
        border-top: 1px solid rgba(203, 213, 225, 0.75);
        border-left: 0;
        padding-top: 1.25rem;
        padding-left: 0;
      }
    }

    @media (min-width: 1024px) {
      .map-result-list {
        max-height: clamp(420px, 44vw, 590px);
      }
    }

    @media (max-width: 640px) {
      .map-explorer-heading {
        gap: 1rem;
        margin-bottom: 1rem;
      }

      .map-explorer-card {
        border-radius: 0.65rem;
        padding: 0.85rem;
      }

      .atlas-city-tabs,
      .map-result-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.15rem;
      }

      .atlas-city-tab,
      .map-result-tab {
        flex: 0 0 auto;
      }

      .map-result-tabs {
        width: 100%;
        justify-content: flex-start;
      }

      .atlas-map-stage {
        min-height: 260px;
      }

      .map-result-row {
        grid-template-columns: 3.35rem minmax(0, 1fr) auto;
        gap: 0.75rem;
        padding: 0.75rem;
      }

      .map-result-kind {
        font-size: 0.6rem;
      }

      .map-result-media {
        width: 3.35rem;
        height: 3.35rem;
      }

      .map-result-meta {
        flex-wrap: wrap;
        gap: 0.35rem;
      }
    }

    @media (min-width: 1280px) {
      .hero-title {
        font-size: 6.5rem;
      }

      .home-hero {
        min-height: min(820px, calc(100svh - 2rem));
        padding-top: 8.5rem;
        padding-bottom: 4.5rem;
      }
    }

    @media (min-width: 1536px) {
      .hero-title {
        font-size: 7.25rem;
      }

      .home-hero {
        min-height: min(860px, calc(100svh - 2rem));
      }
    }

    @media (min-width: 1024px) and (max-height: 800px) {
      .hero-title {
        font-size: 5.25rem;
      }

      .home-hero {
        min-height: min(700px, calc(100svh - 1.5rem));
        padding-top: 7rem;
        padding-bottom: 3rem;
      }

      .home-hero-copy {
        margin-top: 1.25rem;
      }

    }

    @media (max-width: 767px) {
      .hero-title {
        font-size: 3.35rem;
      }

      .home-hero {
        min-height: auto;
        padding-top: 6.75rem;
        padding-bottom: 2.75rem;
      }

      .home-hero-copy {
        margin-top: 0;
      }

      .home-hero-search input {
        min-height: 2.75rem;
      }

      .home-hero-metrics p:last-child {
        font-size: 0.58rem;
        line-height: 1.2;
        letter-spacing: 0.08em;
      }
    }

    @media (max-width: 380px) {
      .hero-title {
        font-size: 3rem;
      }
    }

    .section-kicker {
      color: var(--sea);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-size: 0.72rem;
      font-weight: 700;
    }

    .focus-ring:focus-visible,
    a:focus-visible,
    button:focus-visible {
      outline: 3px solid rgba(201, 148, 46, 0.48);
      outline-offset: 3px;
    }

    /* Hide scrollbar for clean horizontal scrolls */
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }

    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    /* Interactive Expanding Cards */
    .expandable-card {
      flex: 1;
      transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .expandable-card:focus-visible {
      outline: 3px solid rgba(201, 148, 46, 0.55);
      outline-offset: 4px;
    }

    @media (min-width: 768px) {

      .expandable-card:hover,
      .expandable-card:focus-within {
        flex: 2.5;
      }
    }

    @media (max-width: 767px) {
      .expandable-card {
        flex: 0 0 auto;
      }

      .expandable-card [class*="opacity-0"] {
        opacity: 1 !important;
      }

      .expandable-card [class*="translate-y-16"] {
        transform: translateY(0) !important;
      }

      .expandable-card h3 {
        white-space: normal !important;
      }
    }

    .filter-chip[aria-pressed="true"] {
      background: var(--forest-deep);
      border-color: var(--forest-deep);
      color: #fff;
    }

    .featured-product-title,
    .home-value-title {
      line-height: 1.08;
      overflow-wrap: break-word;
      hyphens: auto;
    }

    .atlas-card {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    }

    .atlas-card.is-hidden {
      display: none;
    }

    .atlas-card.is-favorited [data-card-favorite-badge] {
      opacity: 1 !important;
      transform: scale(1) !important;
    }

    .archive-filter-panel {
      background: transparent;
    }

    .archive-search-shell {
      position: relative;
      margin-bottom: 2rem;
    }

    .archive-search-shell--inline {
      margin-bottom: 0;
    }

    .archive-search-input {
      width: 100%;
      height: 52px;
      border-radius: 1rem;
      border: 1px solid rgba(226, 232, 240, 0.95);
      background: rgba(255, 255, 255, 0.92);
      padding: 0 4rem 0 1.25rem;
      color: var(--ink);
      font-size: 0.95rem;
      box-shadow: 0 7px 20px rgba(15, 23, 42, 0.10);
    }

    .archive-search-input::placeholder {
      color: #94A3B8;
    }

    .archive-search-input:focus {
      outline: none;
      border-color: rgba(23, 63, 52, 0.42);
    }

    .archive-search-button {
      position: absolute;
      top: 6px;
      right: 6px;
      display: flex;
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      border-radius: 0.85rem;
      background: var(--forest);
      color: #fff;
      transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .archive-search-button:hover {
      background: var(--forest-deep);
      transform: translateY(-1px);
    }

    .site-search-dialog {
      width: min(640px, calc(100vw - 2rem));
      max-width: none;
      max-height: min(680px, calc(100vh - 2rem));
      margin: auto;
      padding: 0;
      overflow: hidden;
      border: 0;
      border-radius: 1.25rem;
      background: transparent;
      color: var(--ink);
    }

    .site-search-dialog::backdrop {
      background: rgba(7, 29, 24, 0.56);
      backdrop-filter: blur(6px);
    }

    .site-search-panel {
      max-height: min(680px, calc(100vh - 2rem));
      overflow: auto;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 24px 70px rgba(7, 29, 24, 0.18);
    }

    .site-search-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 1.15rem 1.25rem 0.35rem;
    }

    .site-search-close {
      display: inline-flex;
      width: 36px;
      height: 36px;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      color: #64748B;
      font-size: 1.55rem;
      line-height: 1;
      transition: background-color 0.18s ease, color 0.18s ease;
    }

    .site-search-close:hover {
      background: #F1F5F9;
      color: var(--ink);
    }

    .site-search-body {
      padding: 0.75rem 1.25rem 1.25rem;
    }

    .site-search-field {
      display: flex;
      align-items: stretch;
      gap: 0.6rem;
    }

    .site-search-input-wrap {
      position: relative;
      flex: 1;
      min-width: 0;
    }

    .site-search-input-icon {
      position: absolute;
      left: 1rem;
      top: 50%;
      width: 1.15rem;
      height: 1.15rem;
      transform: translateY(-50%);
      color: #64748B;
      pointer-events: none;
    }

    .site-search-input {
      width: 100%;
      height: 48px;
      border-radius: 0.95rem;
      border: 1px solid #CBD5E1;
      background: #fff;
      padding: 0 1rem 0 2.9rem;
      color: var(--ink);
      font-size: 0.98rem;
      outline: none;
    }

    .site-search-input:focus {
      outline: none;
      border-color: rgba(23, 63, 52, 0.42);
    }

    .site-search-field--page {
      gap: 0.75rem;
      border: 1px solid rgba(226, 232, 240, 0.95);
      border-radius: 1.5rem;
      background: rgba(255, 255, 255, 0.82);
      padding: 0.5rem;
      box-shadow: 0 7px 20px rgba(15, 23, 42, 0.08);
    }

    .site-search-input--page {
      height: 56px;
      border-color: transparent;
      background: transparent;
      font-size: 1rem;
    }

    .site-search-input::placeholder {
      color: #94A3B8;
    }

    .site-search-submit {
      display: inline-flex;
      min-width: 104px;
      height: 48px;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      border-radius: 0.95rem;
      background: var(--forest);
      padding: 0 1.1rem;
      color: #fff;
      font-size: 0.9rem;
      font-weight: 700;
      transition: background-color 0.18s ease;
    }

    .site-search-submit:hover {
      background: var(--forest-deep);
    }

    .site-search-submit--page {
      min-width: 112px;
      height: 56px;
      border-radius: 1rem;
    }

    .site-search-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
      margin-bottom: 1rem;
    }

    .site-search-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      border-radius: 999px;
      border: 1px solid #E2E8F0;
      background: #F8FAFC;
      padding: 0.35rem 0.7rem;
      color: var(--forest);
      font-size: 0.76rem;
      font-weight: 600;
      transition: border-color 0.2s ease, background-color 0.2s ease;
    }

    .site-search-chip:hover {
      border-color: rgba(23, 63, 52, 0.42);
      background: #fff;
    }

    .site-search-message {
      margin-top: 0.25rem;
      color: #64748B;
      font-size: 0.88rem;
    }

    .site-search-results {
      display: grid;
      gap: 0.35rem;
      margin-top: 0.75rem;
    }

    .site-search-result {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      border-radius: 0.9rem;
      padding: 0.75rem 0.8rem;
      color: inherit;
      transition: background-color 0.18s ease;
    }

    .site-search-result:hover {
      background: #F8FAFC;
    }

    .site-search-result-badge {
      display: block;
      margin-bottom: 0.15rem;
      color: var(--wood);
      font-size: 0.66rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .site-search-result-title {
      display: block;
      color: var(--ink);
      font-family: 'Playfair Display', serif;
      font-size: 1.18rem;
      line-height: 1.18;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .site-search-result-summary {
      display: block;
      margin-top: 0.25rem;
      color: #64748B;
      font-size: 0.83rem;
      line-height: 1.45;
    }

    .site-search-result-arrow {
      color: #94A3B8;
      flex: 0 0 auto;
    }

    .site-search-suggestion {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.5rem;
      margin-top: 0.75rem;
      color: #475569;
      font-size: 0.88rem;
    }

    .site-search-suggestion a,
    .site-search-suggestion button {
      color: var(--forest);
      font-weight: 700;
      text-decoration: underline;
      text-decoration-color: rgba(201, 148, 46, 0.55);
      text-underline-offset: 4px;
    }

    .site-search-all {
      display: inline-flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      margin-top: 1rem;
      border-top: 1px solid #E2E8F0;
      padding-top: 1rem;
      color: var(--forest);
      font-size: 0.9rem;
      font-weight: 700;
    }

    .site-search-all.hidden {
      display: none;
    }

    #cookie-banner {
      position: fixed;
      left: 50%;
      right: auto;
      bottom: 1rem;
      z-index: 95;
      width: min(960px, calc(100vw - 2rem));
      transform: translateX(-50%);
      color: var(--ink);
    }

    #cookie-banner.is-hidden {
      display: none;
    }

    #cookie-banner > div {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 1rem;
      border: 1px solid rgba(203, 213, 225, 0.92);
      border-radius: 1.25rem;
      background: rgba(255, 255, 255, 0.96);
      padding: 1rem;
      box-shadow: 0 20px 60px rgba(7, 29, 24, 0.16);
      backdrop-filter: blur(14px);
    }

    #cookie-banner p {
      margin: 0;
      color: #475569;
      font-size: 0.88rem;
      line-height: 1.55;
    }

    #cookie-banner a {
      color: var(--forest);
      font-weight: 700;
      text-decoration: underline;
      text-decoration-color: rgba(201, 148, 46, 0.55);
      text-underline-offset: 4px;
    }

    .cookie-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 0.5rem;
    }

    .cookie-button {
      display: inline-flex;
      min-height: 40px;
      align-items: center;
      justify-content: center;
      border-radius: 0.85rem;
      border: 1px solid #CBD5E1;
      background: #fff;
      padding: 0.65rem 0.9rem;
      color: #475569;
      font-size: 0.82rem;
      font-weight: 700;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .cookie-button:hover {
      border-color: rgba(23, 63, 52, 0.36);
      color: var(--forest);
    }

    .cookie-button-primary {
      border-color: var(--forest);
      background: var(--forest);
      color: #fff;
    }

    .cookie-button-primary:hover {
      background: var(--forest-deep);
      color: #fff;
    }

    .cookie-button-quiet {
      background: #F8FAFC;
    }

    #cookie-settings-modal {
      position: fixed;
      inset: 0;
      z-index: 96;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      background: rgba(7, 29, 24, 0.54);
      backdrop-filter: blur(8px);
    }

    #cookie-settings-modal.is-active {
      display: flex;
    }

    #cookie-settings-modal > div {
      width: min(560px, 100%);
      max-height: min(720px, calc(100vh - 2rem));
      overflow: auto;
      border-radius: 1.25rem;
      background: #fff;
      box-shadow: 0 28px 80px rgba(7, 29, 24, 0.22);
    }

    .cookie-modal-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      border-bottom: 1px solid #E2E8F0;
      padding: 1.1rem 1.25rem;
    }

    .cookie-modal-header h3 {
      margin: 0;
      color: var(--ink);
      font-family: 'Playfair Display', serif;
      font-size: 1.65rem;
      line-height: 1.1;
      letter-spacing: 0;
    }

    .cookie-modal-close {
      display: inline-flex;
      width: 36px;
      height: 36px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      color: #64748B;
      font-size: 1.45rem;
      line-height: 1;
      transition: background-color 0.18s ease, color 0.18s ease;
    }

    .cookie-modal-close:hover {
      background: #F1F5F9;
      color: var(--ink);
    }

    .cookie-preference-list {
      display: grid;
      gap: 0;
      padding: 0.25rem 1.25rem;
    }

    .cookie-preference-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 1rem;
      border-bottom: 1px solid #E2E8F0;
      padding: 1rem 0;
    }

    .cookie-preference-row:last-child {
      border-bottom: 0;
    }

    .cookie-preference-row strong {
      display: block;
      margin-bottom: 0.25rem;
      color: var(--ink);
      font-size: 0.95rem;
    }

    .cookie-preference-row p {
      margin: 0;
      color: #64748B;
      font-size: 0.84rem;
      line-height: 1.5;
    }

    .cookie-switch {
      position: relative;
      display: inline-flex;
      width: 46px;
      height: 26px;
      flex: 0 0 auto;
      cursor: pointer;
      align-items: center;
    }

    .cookie-switch input {
      position: absolute;
      inset: 0;
      opacity: 0;
    }

    .cookie-switch span {
      width: 46px;
      height: 26px;
      border-radius: 999px;
      background: #CBD5E1;
      transition: background-color 0.18s ease;
    }

    .cookie-switch span::after {
      content: "";
      position: absolute;
      left: 3px;
      top: 3px;
      width: 20px;
      height: 20px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
      transition: transform 0.18s ease;
    }

    .cookie-switch input:checked + span {
      background: var(--forest);
    }

    .cookie-switch input:checked + span::after {
      transform: translateX(20px);
    }

    .cookie-switch input:disabled + span {
      opacity: 0.72;
      cursor: not-allowed;
    }

    .cookie-modal-footer {
      border-top: 1px solid #E2E8F0;
      padding: 1rem 1.25rem 1.25rem;
    }

    .cookie-save-button {
      display: inline-flex;
      width: 100%;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      border-radius: 0.95rem;
      background: var(--forest);
      color: #fff;
      font-size: 0.9rem;
      font-weight: 800;
      transition: background-color 0.18s ease;
    }

    .cookie-save-button:hover {
      background: var(--forest-deep);
    }

    @media (max-width: 767px) {
      #cookie-banner > div {
        grid-template-columns: 1fr;
      }

      .cookie-actions {
        justify-content: stretch;
      }

      .cookie-button {
        flex: 1 1 auto;
      }
    }

    @media (max-width: 639px) {
      .site-search-field {
        flex-direction: column;
      }

      .site-search-submit {
        width: 100%;
      }
    }

    .archive-filter-section {
      margin-bottom: 2rem;
      padding: 0;
      border: 0;
    }

    .archive-filter-section legend {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(203, 213, 225, 0.82);
      padding-bottom: 0.75rem;
      margin-bottom: 0.85rem;
      color: var(--forest);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      cursor: pointer;
    }

    .archive-filter-section legend iconify-icon {
      transition: transform 0.3s ease;
    }

    .archive-filter-section.is-collapsed legend iconify-icon {
      transform: rotate(-180deg);
    }

    .archive-filter-content {
      display: grid;
      grid-template-rows: 1fr;
      transition: grid-template-rows 0.3s ease;
    }

    .archive-filter-content > div {
      display: flex;
      min-height: 0;
      max-height: min(22rem, 48vh);
      flex-direction: column;
      gap: 0.22rem;
      overflow-y: auto;
      overscroll-behavior: contain;
      padding-right: 0.25rem;
      scrollbar-color: rgba(23, 63, 52, 0.34) transparent;
      scrollbar-width: thin;
    }

    .archive-filter-content > div::-webkit-scrollbar {
      width: 0.45rem;
    }

    .archive-filter-content > div::-webkit-scrollbar-track {
      background: transparent;
    }

    .archive-filter-content > div::-webkit-scrollbar-thumb {
      border-radius: 999px;
      background: rgba(23, 63, 52, 0.28);
    }

    .archive-filter-content > div::-webkit-scrollbar-thumb:hover {
      background: rgba(23, 63, 52, 0.42);
    }

    .archive-filter-section.is-collapsed .archive-filter-content {
      grid-template-rows: 0fr;
    }

    .archive-filter-option {
      position: relative;
      display: grid;
      grid-template-columns: 1rem minmax(0, 1fr) max-content;
      min-height: 2.45rem;
      cursor: pointer;
      align-items: center;
      column-gap: 0.75rem;
      padding: 0.34rem 0;
      color: #64748B;
      font-size: 0.95rem;
      line-height: 1.3;
    }

    .archive-filter-option input,
    .archive-status-option input {
      position: absolute;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
    }

    .archive-check-box {
      width: 15px;
      height: 15px;
      flex: 0 0 auto;
      border-radius: 0.25rem;
      border: 1px solid #CBD5E1;
      background: rgba(255, 255, 255, 0.68);
      transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .archive-filter-option input:checked + .archive-check-box {
      border-color: var(--forest);
      background: var(--forest);
      box-shadow: inset 0 0 0 3px var(--forest);
    }

    .archive-filter-option input:focus-visible + .archive-check-box {
      outline: 3px solid rgba(201, 148, 46, 0.38);
      outline-offset: 3px;
    }

    .archive-filter-option input:checked ~ .archive-filter-label {
      color: #475569;
      font-weight: 500;
    }

    .archive-filter-option:hover .archive-filter-label,
    .archive-filter-option:focus-within .archive-filter-label {
      color: var(--forest);
    }

    .archive-filter-option:hover .archive-filter-count,
    .archive-filter-option:focus-within .archive-filter-count {
      color: rgba(23, 63, 52, 0.72);
    }

    .archive-filter-label {
      display: -webkit-box;
      min-width: 0;
      max-height: 2.6em;
      overflow: hidden;
      overflow-wrap: break-word;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      hyphens: auto;
    }

    .archive-filter-count {
      align-self: center;
      min-width: 2rem;
      color: #94A3B8;
      font-size: 0.82rem;
      line-height: 1.25;
      text-align: right;
      white-space: nowrap;
    }

    .archive-filter-section--sales-points .archive-filter-content > div {
      max-height: min(24rem, 52vh);
    }

    .archive-status-list {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }

    .archive-status-option {
      position: relative;
      cursor: pointer;
    }

    .archive-status-option span {
      display: inline-flex;
      align-items: center;
      border-radius: 0.7rem;
      border: 1px solid #CBD5E1;
      background: rgba(255, 255, 255, 0.55);
      padding: 0.48rem 0.72rem;
      color: #64748B;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .archive-status-option input:checked + span {
      border-color: rgba(122, 78, 42, 0.55);
      background: rgba(239, 232, 216, 0.72);
      color: var(--wood);
    }

    .archive-status-option input:focus-visible + span {
      outline: 3px solid rgba(201, 148, 46, 0.38);
      outline-offset: 3px;
    }

    .archive-clear-button {
      width: 100%;
      min-height: 46px;
      border-radius: 0.8rem;
      border: 1px solid rgba(23, 63, 52, 0.92);
      background: var(--forest);
      padding: 0.78rem 1rem;
      color: #fff;
      font-size: 0.76rem;
      font-weight: 750;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      box-shadow: 0 12px 26px rgba(13, 42, 36, 0.14);
      transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .archive-clear-button:hover {
      border-color: var(--forest-deep);
      background: var(--forest-deep);
      box-shadow: 0 14px 30px rgba(13, 42, 36, 0.18);
      transform: translateY(-1px);
    }

    .archive-results-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.5rem;
      border-bottom: 1px solid rgba(203, 213, 225, 0.72);
      padding-bottom: 1rem;
    }

    .archive-page-size {
      display: inline-flex;
      align-items: center;
      gap: 0.65rem;
      color: #64748B;
      font-size: 0.85rem;
      font-weight: 500;
    }

    .archive-page-size select {
      border-radius: 0.8rem;
      border: 1px solid #CBD5E1;
      background: rgba(255, 255, 255, 0.78);
      padding: 0.55rem 2rem 0.55rem 0.75rem;
      color: var(--ink);
      font-weight: 600;
    }

    .archive-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 2.25rem;
    }

    .archive-pagination[hidden] {
      display: none;
    }

    .archive-page-numbers {
      display: flex;
      align-items: center;
      gap: 0.35rem;
    }

    .archive-page-ellipsis {
      display: inline-flex;
      min-width: 28px;
      height: 40px;
      align-items: center;
      justify-content: center;
      color: #94A3B8;
      font-weight: 700;
    }

    .archive-page-arrow,
    .archive-page-number {
      display: inline-flex;
      min-width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      border-radius: 0.85rem;
      border: 1px solid #CBD5E1;
      background: rgba(255, 255, 255, 0.72);
      color: #475569;
      font-size: 0.9rem;
      font-weight: 700;
      transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    }

    .archive-page-arrow:hover,
    .archive-page-number:hover,
    .archive-page-number[aria-current="page"] {
      border-color: var(--forest);
      background: var(--forest);
      color: #fff;
    }

    .archive-page-arrow:disabled,
    .archive-page-arrow[aria-disabled="true"] {
      cursor: not-allowed;
      opacity: 0.38;
    }

    .archive-page-arrow:disabled:hover,
    .archive-page-arrow[aria-disabled="true"]:hover {
      border-color: #CBD5E1;
      background: rgba(255, 255, 255, 0.72);
      color: #475569;
    }

    @media (max-width: 767px) {
      .archive-results-toolbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .archive-page-size {
        width: 100%;
        justify-content: space-between;
      }
    }

    .city-gallery-panel {
      padding: 0;
    }

    .city-gallery-strip {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
      gap: 12px;
      max-height: clamp(184px, 25vw, 286px);
      overflow-y: auto;
      overscroll-behavior: contain;
      padding: 2px 6px 2px 2px;
      scrollbar-color: rgba(23, 63, 52, 0.32) transparent;
      scrollbar-width: thin;
    }

    .city-gallery-strip::-webkit-scrollbar {
      width: 8px;
    }

    .city-gallery-strip::-webkit-scrollbar-track {
      background: transparent;
    }

    .city-gallery-strip::-webkit-scrollbar-thumb {
      background: rgba(23, 63, 52, 0.22);
      border-radius: 999px;
    }

    .city-gallery-thumb {
      position: relative;
      aspect-ratio: 1 / 1;
      width: 100%;
      min-width: 0;
      border-radius: 16px;
      isolation: isolate;
    }

    .city-gallery-thumb::after {
      content: "";
      position: absolute;
      inset: 4px;
      border-radius: 11px;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
      pointer-events: none;
    }

    .city-gallery-thumb.active {
      border-color: #173F34 !important;
      box-shadow: 0 10px 24px rgba(23, 63, 52, 0.18);
      transform: translateY(-1px);
    }

    .city-gallery-thumb-image {
      border-radius: 11px;
      transition: transform 0.35s ease;
    }

    .city-gallery-thumb:hover .city-gallery-thumb-image {
      transform: scale(1.04);
    }

    @media (max-width: 767px) {
      .city-gallery-panel {
        margin-inline: -2px;
      }

      .city-gallery-strip {
        grid-template-columns: repeat(auto-fill, minmax(66px, 1fr));
        gap: 8px;
        max-height: 224px;
        padding-inline: 2px;
      }

      .city-gallery-thumb {
        border-radius: 14px;
      }

      .city-gallery-thumb::after,
      .city-gallery-thumb-image {
        border-radius: 9px;
      }
    }

    .gallery-dialog {
      position: fixed;
      inset: 0;
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      max-width: none;
      max-height: none;
      margin: 0;
      padding: 0;
      border: 0;
      background: #000;
      color: white;
    }

    .gallery-dialog::backdrop {
      background: #000;
    }

    .gallery-dialog-shell {
      position: relative;
      width: 100%;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      background: #000;
      display: grid;
      place-items: center;
      padding: clamp(16px, 4vw, 48px);
    }

    .gallery-dialog-image {
      display: block;
      width: auto;
      height: auto;
      max-width: 90vw;
      max-height: 80vh;
      max-width: 90dvw;
      max-height: 80dvh;
      object-fit: contain;
    }

    .gallery-close-button,
    .gallery-nav-button {
      position: absolute;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 999px;
      color: #fff;
      background: rgba(255, 255, 255, 0.12);
      transition: background-color 0.2s ease, opacity 0.2s ease;
    }

    .gallery-close-button:hover,
    .gallery-nav-button:hover {
      background: rgba(255, 255, 255, 0.22);
    }

    .gallery-close-button {
      top: max(16px, env(safe-area-inset-top));
      right: max(16px, env(safe-area-inset-right));
    }

    .gallery-nav-button {
      top: 50%;
      transform: translateY(-50%);
    }

    .gallery-nav-button--prev {
      left: max(12px, env(safe-area-inset-left));
    }

    .gallery-nav-button--next {
      right: max(12px, env(safe-area-inset-right));
    }

    @media (max-width: 767px) {
      .gallery-dialog-shell {
        padding: 56px 0;
      }

      .gallery-nav-button {
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.16);
      }
    }

    .reveal {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .js .reveal {
      opacity: 0;
      transform: translateY(24px);
    }

    .js .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .scroll-progress {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 80;
      height: 3px;
      width: 0;
      background: linear-gradient(90deg, var(--forest), var(--sea), var(--saffron));
      transform-origin: left center;
    }

    .back-to-top {
      position: fixed;
      right: max(1rem, env(safe-area-inset-right));
      bottom: calc(1.25rem + env(safe-area-inset-bottom));
      z-index: 85;
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      border-radius: 999px;
      background: var(--forest-deep);
      padding: 0.75rem 1rem;
      color: #fff;
      font-size: 0.82rem;
      font-weight: 700;
      box-shadow: 0 16px 44px rgba(13, 42, 36, 0.22);
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.2s ease;
    }

    .back-to-top.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .back-to-top:hover {
      background: var(--forest);
    }

    .back-to-top iconify-icon {
      font-size: 1.15rem;
    }

    @media (max-width: 640px) {
      .back-to-top {
        width: 48px;
        min-height: 48px;
        padding: 0;
      }

      .back-to-top span {
        display: none;
      }
    }
