/*
Theme Name: Pioneer Walks v2
Theme URI: https://pioneerwalks.com.au
Author: Tom Grant
Author URI: https://tomgrant.me
Description: Modern refresh of the Pioneer Walks theme — same walk discovery, submission, and account features with updated design.
Version: 2.4.3
Text Domain: pioneer
Requires at least: 6.0
Requires PHP: 8.1
*/

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pw-surface);
  color: var(--pw-text);
  font-family: var(--pw-font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--pw-font-heading);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: var(--pw-text);
}

h1 {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: var(--pw-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--pw-accent);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.skip-link:focus {
  clip: auto;
  clip-path: none;
  background: var(--pw-primary);
  color: #fff;
  display: block;
  font-weight: 600;
  height: auto;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 1rem;
  width: auto;
  z-index: 9999;
  border-radius: var(--pw-radius-sm);
}

.pw-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pw-accent);
  margin-bottom: 0.75rem;
}

.pw-lead {
  font-size: 1.125rem;
  color: var(--pw-text-muted);
  max-width: 42rem;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.container {
  width: min(100% - 2rem, var(--pw-content-width));
  margin-inline: auto;
}

.row {
  display: grid;
  gap: 2rem;
}

.col-3 {
  grid-column: span 3;
  min-width: 0;
}

.col-4 {
  grid-column: span 4;
  min-width: 0;
}

.col-6 {
  grid-column: span 6;
  min-width: 0;
}

.col-9 {
  grid-column: span 9;
  min-width: 0;
}

.col-12 {
  grid-column: 1/-1;
  min-width: 0;
}

@media (min-width: 900px) {
  .row {
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
  }
  .col-9 {
    grid-column: span 9;
  }
  .col-3 {
    grid-column: span 3;
  }
  .col-4 {
    grid-column: span 4;
  }
  .col-6 {
    grid-column: span 6;
  }
}
@media (max-width: 899px) {
  .hide-mobile {
    display: none !important;
  }
  .col-3,
  .col-4,
  .col-6,
  .col-9,
  .col-12 {
    grid-column: 1/-1;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .show-mobile {
    display: none !important;
  }
}
#wrapper {
  overflow-x: clip;
  min-height: 60vh;
}

.home #wrapper,
.front-page #wrapper,
body.signin-page #wrapper,
#wrapper.login-page {
  padding-top: 0;
}

body:not(.home):not(.front-page):not(.signin-page) #wrapper {
  padding-top: var(--pw-header-height);
}

.admin-bar:not(.signin-page) #wrapper {
  padding-top: calc(var(--pw-header-height) + 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar:not(.signin-page) #wrapper {
    padding-top: calc(var(--pw-header-height) + 46px);
  }
}
.section {
  padding: 4rem 0;
}

.section-grey,
.pw-section--muted {
  background: var(--pw-surface-muted);
  padding: 4rem 0;
}

.divider {
  height: 1px;
  background: var(--pw-border);
  margin: 1.5rem 0;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

#header.scrolled {
  background: rgba(250, 248, 245, 0.98);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--pw-border);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}

.home #header:not(.scrolled):not(.nav-open),
.front-page #header:not(.scrolled):not(.nav-open) {
  background: rgba(13, 40, 24, 0.62);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home #header:not(.scrolled):not(.nav-open) .pw-logo,
.front-page #header:not(.scrolled):not(.nav-open) .pw-logo {
  color: #fff;
}
.home #header:not(.scrolled):not(.nav-open) .pw-logo span,
.front-page #header:not(.scrolled):not(.nav-open) .pw-logo span {
  color: var(--pw-accent);
}
.home #header:not(.scrolled):not(.nav-open) #main-menu .menu a,
.home #header:not(.scrolled):not(.nav-open) .pw-nav-list a,
.front-page #header:not(.scrolled):not(.nav-open) #main-menu .menu a,
.front-page #header:not(.scrolled):not(.nav-open) .pw-nav-list a {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.home #header:not(.scrolled):not(.nav-open) #main-menu .menu a:hover,
.home #header:not(.scrolled):not(.nav-open) .pw-nav-list a:hover,
.front-page #header:not(.scrolled):not(.nav-open) #main-menu .menu a:hover,
.front-page #header:not(.scrolled):not(.nav-open) .pw-nav-list a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.home #header:not(.scrolled):not(.nav-open) #main-menu .menu .current-menu-item a,
.home #header:not(.scrolled):not(.nav-open) #main-menu .menu .current_page_item a,
.home #header:not(.scrolled):not(.nav-open) .pw-nav-list .current-menu-item a,
.home #header:not(.scrolled):not(.nav-open) .pw-nav-list .current_page_item a,
.front-page #header:not(.scrolled):not(.nav-open) #main-menu .menu .current-menu-item a,
.front-page #header:not(.scrolled):not(.nav-open) #main-menu .menu .current_page_item a,
.front-page #header:not(.scrolled):not(.nav-open) .pw-nav-list .current-menu-item a,
.front-page #header:not(.scrolled):not(.nav-open) .pw-nav-list .current_page_item a {
  color: var(--pw-primary);
  background: #fff;
  text-shadow: none;
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.home #header:not(.scrolled):not(.nav-open) #main-menu .menu .current-menu-item a:hover,
.home #header:not(.scrolled):not(.nav-open) #main-menu .menu .current_page_item a:hover,
.home #header:not(.scrolled):not(.nav-open) .pw-nav-list .current-menu-item a:hover,
.home #header:not(.scrolled):not(.nav-open) .pw-nav-list .current_page_item a:hover,
.front-page #header:not(.scrolled):not(.nav-open) #main-menu .menu .current-menu-item a:hover,
.front-page #header:not(.scrolled):not(.nav-open) #main-menu .menu .current_page_item a:hover,
.front-page #header:not(.scrolled):not(.nav-open) .pw-nav-list .current-menu-item a:hover,
.front-page #header:not(.scrolled):not(.nav-open) .pw-nav-list .current_page_item a:hover {
  color: var(--pw-primary);
  background: #fff;
}
.home #header:not(.scrolled):not(.nav-open) .pw-header-cta,
.front-page #header:not(.scrolled):not(.nav-open) .pw-header-cta {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff !important;
}
.home #header:not(.scrolled):not(.nav-open) .pw-header-cta:hover,
.front-page #header:not(.scrolled):not(.nav-open) .pw-header-cta:hover {
  background: #fff;
  color: var(--pw-primary) !important;
}
.home #header:not(.scrolled):not(.nav-open) .pw-header-account,
.front-page #header:not(.scrolled):not(.nav-open) .pw-header-account {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff !important;
}
.home #header:not(.scrolled):not(.nav-open) .pw-header-account:hover,
.front-page #header:not(.scrolled):not(.nav-open) .pw-header-account:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}
.home #header:not(.scrolled):not(.nav-open) #toggle .toggle-bar,
.front-page #header:not(.scrolled):not(.nav-open) #toggle .toggle-bar {
  background: #fff;
}

.admin-bar #header {
  top: var(--pw-admin-bar-offset);
}

.pw-header-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  height: var(--pw-header-height);
  max-width: var(--pw-content-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.pw-logo {
  font-family: var(--pw-font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: var(--pw-primary);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.pw-logo:hover {
  opacity: 0.88;
}
.pw-logo span {
  color: var(--pw-accent);
}

.pw-primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.pw-nav-list,
#main-menu .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pw-nav-list li,
#main-menu .menu li {
  display: inline;
}
.pw-nav-list a,
#main-menu .menu a {
  display: inline-block;
  padding: 0.5rem 0.95rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--pw-text);
  border-radius: 999px;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.pw-nav-list a:hover,
#main-menu .menu a:hover {
  color: var(--pw-primary);
  background: rgba(13, 40, 24, 0.06);
}
.pw-nav-list .current-menu-item a,
.pw-nav-list .current_page_item a,
#main-menu .menu .current-menu-item a,
#main-menu .menu .current_page_item a {
  color: var(--pw-primary);
  background: #fff;
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.pw-nav-list .current-menu-item a:hover,
.pw-nav-list .current_page_item a:hover,
#main-menu .menu .current-menu-item a:hover,
#main-menu .menu .current_page_item a:hover {
  color: var(--pw-primary);
  background: #fff;
}

.pw-header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.pw-header-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--pw-primary) !important;
  background: rgba(13, 40, 24, 0.06);
  border: 1px solid rgba(13, 40, 24, 0.12);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.pw-header-cta:hover {
  background: var(--pw-primary);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}

.pw-header-account,
a.accountLink {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  background: var(--pw-accent);
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.pw-header-account:hover,
a.accountLink:hover {
  background: #a85538;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}

.pw-header-account__icon {
  flex-shrink: 0;
  opacity: 0.92;
}

#toggle {
  display: none;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(13, 40, 24, 0.06);
  border: 1px solid rgba(13, 40, 24, 0.1);
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
#toggle .toggle-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  margin: 0;
  background: var(--pw-primary);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform: translate(-50%, -50%);
}
#toggle .toggle-bar:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-6px);
}
#toggle .toggle-bar:nth-child(2) {
  transform: translate(-50%, -50%);
}
#toggle .toggle-bar:nth-child(3) {
  transform: translate(-50%, -50%) translateY(6px);
}

#header.nav-open #toggle .toggle-bar:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header.nav-open #toggle .toggle-bar:nth-child(2) {
  opacity: 0;
}
#header.nav-open #toggle .toggle-bar:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pw-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 250;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(13, 40, 24, 0.45);
  backdrop-filter: blur(4px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

body.pw-nav-open .pw-nav-backdrop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

body:not(.pw-nav-open) .pw-nav-backdrop {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  #header {
    overflow: visible;
    height: var(--pw-header-height);
  }
  #header:not(.nav-open) .pw-primary-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
  #header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(250, 248, 245, 0.98);
  }
  #header.nav-open {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .pw-header-bar {
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo actions";
    align-items: center;
    padding: 0 1rem;
    overflow: visible;
  }
  .pw-logo {
    grid-area: logo;
    align-self: center;
  }
  .pw-header-actions {
    grid-area: actions;
    align-self: center;
  }
  .pw-primary-nav {
    position: fixed;
    top: calc(var(--pw-admin-bar-offset) + var(--pw-header-height));
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100dvh - var(--pw-admin-bar-offset) - var(--pw-header-height));
    max-height: calc(100dvh - var(--pw-admin-bar-offset) - var(--pw-header-height));
    z-index: 295;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.5rem 1.5rem 2.5rem;
    background: linear-gradient(165deg, var(--pw-primary) 0%, #071810 100%);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.35s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header.nav-open .pw-primary-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .pw-nav-list,
  #main-menu .menu {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    gap: 0.35rem;
  }
  .pw-nav-list li,
  #main-menu .menu li {
    width: 100%;
    text-align: right;
  }
  .pw-nav-list a,
  #main-menu .menu a {
    font-family: var(--pw-font-heading);
    font-size: clamp(1.5rem, 6vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 0.85rem 0;
    color: rgba(255, 255, 255, 0.88);
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    text-align: right;
  }
  .pw-nav-list a:hover,
  #main-menu .menu a:hover {
    color: #fff;
    background: transparent;
    padding-right: 0.35rem;
    padding-left: 0;
  }
  .pw-nav-list .current-menu-item a,
  .pw-nav-list .current_page_item a,
  #main-menu .menu .current-menu-item a,
  #main-menu .menu .current_page_item a {
    color: var(--pw-primary);
    background: #fff;
    padding: 0.85rem 1rem;
    border-left: none;
    border-radius: var(--pw-radius-sm);
    border-bottom-color: transparent;
    display: inline-block;
  }
  .pw-nav-list .current-menu-item a:hover,
  .pw-nav-list .current_page_item a:hover,
  #main-menu .menu .current-menu-item a:hover,
  #main-menu .menu .current_page_item a:hover {
    color: var(--pw-primary);
    background: #fff;
    padding-right: 1.35rem;
  }
  .pw-header-cta.hide-mobile {
    display: none;
  }
  #toggle {
    display: block;
  }
  #header.scrolled {
    background: rgba(250, 248, 245, 0.98);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--pw-border);
  }
  #header.scrolled #toggle .toggle-bar {
    background: var(--pw-primary);
  }
  #header.scrolled .pw-header-account {
    background: var(--pw-accent);
    border-color: transparent;
    color: #fff !important;
  }
  .home #header:not(.scrolled):not(.nav-open),
  .front-page #header:not(.scrolled):not(.nav-open) {
    background: rgba(13, 40, 24, 0.62);
    backdrop-filter: blur(12px);
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  #header.nav-open {
    background: rgba(250, 248, 245, 0.98);
    border-bottom-color: var(--pw-border);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  #header.nav-open .pw-logo {
    color: var(--pw-primary);
  }
  #header.nav-open #toggle .toggle-bar {
    background: var(--pw-primary);
  }
}
@media (max-width: 480px) {
  .pw-header-account span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .pw-header-account {
    padding: 0.55rem;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#footer {
  background: var(--pw-primary);
  color: rgba(255, 255, 255, 0.85);
  padding: 4rem 0 2rem;
  margin-top: 5rem;
}
#footer h2, #footer h4 {
  color: #fff;
  font-family: var(--pw-font-heading);
}
#footer .footer-tagline {
  opacity: 0.75;
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
#footer a {
  color: rgba(255, 255, 255, 0.8);
}
#footer a:hover {
  color: var(--pw-accent);
}
#footer ul {
  list-style: none;
}
#footer ul li {
  margin-bottom: 0.5rem;
}
#footer .social-list {
  display: flex;
  gap: 0.75rem;
}
#footer .social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.15s ease;
}
#footer .social-list a:hover {
  background: var(--pw-accent);
  transform: translateY(-2px);
}
#footer .social-list a img {
  width: 18px;
  height: 18px;
}

#wrapper:has(.pw-account-dashboard) ~ #footer {
  margin-top: 0;
}

#insta-footer {
  background: var(--pw-primary-light);
  padding: 2.5rem 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}
#insta-footer .instalink {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--pw-font-heading);
}

#login-prompt {
  position: fixed;
  right: 1.5rem;
  bottom: -260px;
  z-index: 400;
  width: min(100% - 2rem, 320px);
  text-align: center;
  transition: bottom 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}
#login-prompt.open {
  bottom: 1.5rem;
  pointer-events: auto;
}
#login-prompt .inner {
  position: relative;
  background: var(--pw-surface-raised);
  border-radius: var(--pw-radius);
  box-shadow: var(--pw-shadow);
  padding: 2rem 1.5rem 1.5rem;
}
#login-prompt .close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286 286'%3E%3Cpath fill='%23c56b4a' d='M168 143l25-25c3-4 3-9 0-13l-13-13c-3-3-9-3-13 0l-25 25-25-25c-4-4-9-4-13 0l-13 13c-3 4-3 9 0 13l25 25-25 25c-3 4-3 9 0 13l13 13c4 3 9 3 13 0l25-25 25 25c4 4 9 4 13 0l13-13c3-4 3-9 0-13l-25-25z'/%3E%3C/svg%3E") center/contain no-repeat;
  cursor: pointer;
}
#login-prompt p {
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--pw-text);
}
#login-prompt .btn {
  display: inline-block;
  background: var(--pw-primary);
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}
#login-prompt .btn:hover {
  background: var(--pw-primary-mid);
  color: #fff;
}
#login-prompt .divider {
  width: 2rem;
  height: 2px;
  display: inline-block;
  margin: 1rem 0 0.75rem;
  background: var(--pw-border);
}
#login-prompt .wp-social-login-provider-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
#login-prompt .wp-social-login-provider-list a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 899px) {
  #footer .row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #login-prompt {
    right: 1rem;
    left: 1rem;
    width: auto;
  }
  #login-prompt.open {
    bottom: 1rem;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--pw-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.pw-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.pw-btn:disabled, .pw-btn.is-disabled, .pw-btn.disable {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pw-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.pw-btn--primary {
  background: var(--pw-primary);
  color: #fff !important;
  border-color: var(--pw-primary);
}
.pw-btn--primary:hover {
  background: var(--pw-primary-mid);
  border-color: var(--pw-primary-mid);
  color: #fff !important;
}
.pw-btn--accent {
  background: var(--pw-accent);
  color: #fff !important;
  border-color: var(--pw-accent);
}
.pw-btn--accent:hover {
  background: #a85538;
  border-color: #a85538;
  color: #fff !important;
}
.pw-btn--danger {
  background: #b91c1c;
  color: #fff !important;
  border-color: #b91c1c;
}
.pw-btn--danger:hover {
  background: #991b1b;
  border-color: #991b1b;
  color: #fff !important;
}
.pw-btn--outline {
  background: rgba(13, 40, 24, 0.06);
  color: var(--pw-primary) !important;
  border-color: rgba(13, 40, 24, 0.12);
}
.pw-btn--outline:hover {
  background: var(--pw-primary);
  border-color: var(--pw-primary);
  color: #fff !important;
}
.pw-btn--outline {
  padding: 0.55rem 1.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.pw-btn--block {
  width: 100%;
}

.btn,
button[type=submit],
input[type=submit],
.material-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--pw-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn:hover,
button[type=submit]:hover,
input[type=submit]:hover,
.material-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.btn:disabled, .btn.is-disabled, .btn.disable,
button[type=submit]:disabled,
button[type=submit].is-disabled,
button[type=submit].disable,
input[type=submit]:disabled,
input[type=submit].is-disabled,
input[type=submit].disable,
.material-button:disabled,
.material-button.is-disabled,
.material-button.disable {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.btn svg,
button[type=submit] svg,
input[type=submit] svg,
.material-button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.btn,
button[type=submit],
input[type=submit],
.material-button {
  background: var(--pw-primary);
  color: #fff !important;
  border-color: var(--pw-primary);
}
.btn:hover,
button[type=submit]:hover,
input[type=submit]:hover,
.material-button:hover {
  background: var(--pw-primary-mid);
  border-color: var(--pw-primary-mid);
  color: #fff !important;
}

.material-blue,
.pw-btn--accent {
  background: var(--pw-accent);
  color: #fff !important;
  border-color: var(--pw-accent);
}
.material-blue:hover,
.pw-btn--accent:hover {
  background: #a85538;
  border-color: #a85538;
  color: #fff !important;
}

.material-red,
.pw-btn--danger {
  background: #b91c1c;
  color: #fff !important;
  border-color: #b91c1c;
}
.material-red:hover,
.pw-btn--danger:hover {
  background: #991b1b;
  border-color: #991b1b;
  color: #fff !important;
}

.pw-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--pw-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.pw-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.pw-header-cta:disabled, .pw-header-cta.is-disabled, .pw-header-cta.disable {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pw-header-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.pw-header-cta {
  background: rgba(13, 40, 24, 0.06);
  color: var(--pw-primary) !important;
  border-color: rgba(13, 40, 24, 0.12);
}
.pw-header-cta:hover {
  background: var(--pw-primary);
  border-color: var(--pw-primary);
  color: #fff !important;
}

.btn-ico svg {
  margin-right: 0.25rem;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.btn-ico svg {
  margin-right: 0.25rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
textarea,
select {
  width: 100%;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  padding: 0.75rem 1rem;
  font-family: var(--pw-font-body);
  font-size: 1rem;
  background: var(--pw-surface-raised);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--pw-primary-mid);
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.15);
}

.walk-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card.walkCard {
  position: relative;
  background: var(--pw-surface-raised);
  border-radius: var(--pw-radius);
  overflow: hidden;
  border: 1px solid var(--pw-border);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  list-style: none;
}
.card.walkCard > a:first-child {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.card.walkCard .favourite-walk-toggle {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
}
.card.walkCard:hover {
  transform: translateY(-4px);
  box-shadow: var(--pw-shadow);
}

.cardMedia {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
}

.cardContent {
  padding: 1.25rem;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.cardContent h2 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.cardContent h3 {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--pw-text-muted);
  font-family: var(--pw-font-body);
  margin-bottom: 0.75rem;
}

.favourite-walk-toggle {
  width: 28px;
  height: 28px;
  cursor: pointer;
  pointer-events: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 50'%3E%3Cpath fill='rgba(255,255,255,0.9)' stroke='%231b4332' stroke-width='2' d='M24.85,10.126c2.018-4.783,6.628-8.125,11.99-8.125c7.223,0,12.425,6.179,13.079,13.543c0,0,0.353,1.828-0.424,5.119c-1.058,4.482-3.545,8.464-6.898,11.503L24.85,48L7.402,32.165c-3.353-3.038-5.84-7.021-6.898-11.503c-0.777-3.291-0.424-5.119-0.424-5.119C0.734,8.179,5.936,2,13.159,2C18.522,2,22.832,5.343,24.85,10.126z'/%3E%3C/svg%3E");
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
}
.favourite-walk-toggle.checked, .favourite-walk-toggle:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23c56b4a' d='M24.85,10.126c2.018-4.783,6.628-8.125,11.99-8.125c7.223,0,12.425,6.179,13.079,13.543c0,0,0.353,1.828-0.424,5.119c-1.058,4.482-3.545,8.464-6.898,11.503L24.85,48L7.402,32.165c-3.353-3.038-5.84-7.021-6.898-11.503c-0.777-3.291-0.424-5.119-0.424-5.119C0.734,8.179,5.936,2,13.159,2C18.522,2,22.832,5.343,24.85,10.126z'/%3E%3C/svg%3E");
}

.info-bite {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--pw-surface-muted);
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  margin: 0.2rem 0.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--pw-text-muted);
}
.info-bite .icon img {
  width: 14px;
  height: 14px;
}

.spinner {
  grid-column: 1/-1;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 2rem;
}
.spinner div {
  width: 8px;
  height: 32px;
  background: var(--pw-primary-mid);
  animation: pw-stretch 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  animation-delay: -1.1s;
}
.spinner .rect3 {
  animation-delay: -1s;
}
.spinner .rect4 {
  animation-delay: -0.9s;
}
.spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes pw-stretch {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.alert-info {
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius);
  padding: 1.5rem;
  border-left: 4px solid var(--pw-accent);
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#homebanner {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

#fallback-background {
  position: absolute;
  inset: 0;
  background: url("img/fallback.webp") center center/cover no-repeat;
  z-index: 0;
}

#banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 6rem 1.5rem 4rem;
}
.banner-content h1 {
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  margin-bottom: 1rem;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.banner-content .pw-kicker {
  color: rgba(255, 255, 255, 0.9);
}
.banner-content .subtitle {
  font-size: 1.2rem;
  opacity: 0.92;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.banner-content .search {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
  width: min(100%, 560px);
  margin: 0 auto;
}
.banner-content .search #searchForm {
  position: relative;
  width: 100%;
  display: flex;
  flex: 1;
  min-width: 0;
}
.banner-content .search input[type=search],
.banner-content .search input[type=text] {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 3rem 0.9rem 1.25rem;
  font-size: 1rem;
  font-family: var(--pw-font-body);
  background: rgba(255, 255, 255, 0.96) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451 451'%3E%3Cpath fill='%23888888' d='M447.05,428l-109.6-109.6c29.4-33.8,47.2-77.9,47.2-126.1C384.65,86.2,298.35,0,192.35,0C86.25,0,0.05,86.3,0.05,192.3s86.3,192.3,192.3,192.3c48.2,0,92.3-17.8,126.1-47.2L428.05,447c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4C452.25,441.8,452.25,433.2,447.05,428z M26.95,192.3c0-91.2,74.2-165.3,165.3-165.3c91.2,0,165.3,74.2,165.3,165.3s-74.1,165.4-165.3,165.4C101.15,357.7,26.95,283.5,26.95,192.3z'/%3E%3C/svg%3E") no-repeat right 1rem center/1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
.banner-content .search input[type=search]:focus,
.banner-content .search input[type=text]:focus {
  outline: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
}
.banner-content .search input[type=submit] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.banner-content .search .material-button.material-blue {
  flex-shrink: 0;
  white-space: nowrap;
  background: var(--pw-accent);
  padding: 0.9rem 1.35rem;
}
.banner-content .search .material-button.material-blue:hover {
  background: #a85538;
}

@media (min-width: 640px) {
  .banner-content .search {
    flex-direction: row;
    align-items: stretch;
  }
}
#home-content .featured-walks {
  padding: 5rem 0 3rem;
}
#home-content .featured-walks > .col-12:first-child {
  text-align: center;
  margin-bottom: 2rem;
}
#home-content .featured-walks > .col-12:first-child p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--pw-text-muted);
}

.pw-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pw-featured-card {
  position: relative;
  display: block;
  border-radius: var(--pw-radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pw-featured-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.pw-featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(13, 40, 24, 0.16);
}
.pw-featured-card:hover img {
  transform: scale(1.05);
}
.pw-featured-card .pw-featured-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 40, 24, 0.9) 0%, transparent 55%);
}
.pw-featured-card .pw-featured-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  color: #fff;
}
.pw-featured-card .pw-featured-card__body h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
}
.pw-featured-card .pw-featured-card__body p {
  margin: 0;
  opacity: 0.85;
  font-size: 0.9375rem;
}
.pw-featured-card .pw-featured-card__body .pw-featured-card__location {
  margin-bottom: 0.15rem;
}
.pw-featured-card .pw-featured-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}
.pw-featured-card .pw-featured-card__tags .info-bite {
  margin: 0;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
}
.pw-featured-card .pw-featured-card__tags .info-bite .icon img {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.pw-walk-info-bites {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.home-map {
  border-radius: var(--pw-radius);
  overflow: hidden;
  box-shadow: var(--pw-shadow);
  touch-action: pan-y;
  min-height: 280px;
}
.home-map iframe,
.home-map .gm-style,
.home-map [class*=cspm],
.home-map [id*=cspm] {
  touch-action: pan-y;
}

.home-map--deferred .home-map__mount {
  display: none;
}

.home-map__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 280px;
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--pw-surface-muted);
  border: 1px dashed var(--pw-border);
  border-radius: var(--pw-radius);
}

.home-map__placeholder-text {
  margin: 0;
  max-width: 28rem;
  color: var(--pw-text-muted);
}

.home-map--loading .home-map__placeholder-text {
  opacity: 0.65;
}

.home-map--loading .home-map__placeholder-text::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.45rem;
  border: 2px solid var(--pw-border, #ccc);
  border-top-color: var(--pw-primary, #1b4332);
  border-radius: 50%;
  vertical-align: -0.1em;
  animation: pw-home-map-spin 0.7s linear infinite;
}

@keyframes pw-home-map-spin {
  to {
    transform: rotate(360deg);
  }
}
.home-map--active .home-map__placeholder {
  display: none;
}

.home-map--active .home-map__mount {
  display: block;
}

.home-map__hint {
  display: none;
  margin: 0 0 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  text-align: center;
  color: var(--pw-text-muted);
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius-sm);
}

@media (max-width: 899px) {
  .home-map--active .home-map__hint {
    display: block;
  }
}
.latest-news .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.latest-news .view-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--pw-accent);
}
.latest-news .view-more img {
  width: 20px;
  transition: transform 0.2s ease;
}
.latest-news .view-more:hover img {
  transform: translateX(4px);
}
.latest-news .posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.news-item {
  border-radius: var(--pw-radius);
  overflow: hidden;
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--pw-shadow);
}
.news-item .full-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-item .news-image {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
}
.news-item .inner {
  padding: 1.25rem;
}
.news-item .inner h3 {
  font-size: 1.125rem;
  margin: 0;
  color: var(--pw-text);
}

.pw-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--pw-border);
  margin-bottom: 3rem;
}
.pw-stats .pw-stat {
  text-align: center;
}
.pw-stats .pw-stat strong {
  display: block;
  font-family: var(--pw-font-heading);
  font-size: 2rem;
  color: var(--pw-primary);
}
.pw-stats .pw-stat span {
  font-size: 0.875rem;
  color: var(--pw-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#internal-banner {
  position: relative;
  min-height: clamp(360px, 45vh, 520px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-top: calc(-1 * var(--pw-header-height));
  padding-top: var(--pw-header-height);
  background-size: cover;
  background-position: center;
}
#internal-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 40, 24, 0.85) 0%, rgba(13, 40, 24, 0.35) 100%);
  z-index: 1;
}
#internal-banner .container {
  position: relative;
  z-index: 2;
  padding: 3rem 1rem;
}
#internal-banner h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
#internal-banner .pw-hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.5rem;
  font-size: 1.05rem;
}

#internalVideoBanner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pw-walks-page {
  padding: 3rem 0 5rem;
}

.pw-walk-list-panel {
  position: relative;
  min-height: 12rem;
}
.pw-walk-list-panel--loading .walk-list {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.pw-walk-list-panel__status {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  pointer-events: none;
}
.pw-walk-list-panel--loading .pw-walk-list-panel__status {
  display: flex;
}

.pw-walk-list-panel__spinner {
  padding: 0;
}

.pw-walk-list-panel__label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--pw-text-muted);
}

.pw-walks-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  background: var(--pw-surface-raised);
  border-radius: var(--pw-radius);
  border: 1px solid var(--pw-border);
}
.pw-walks-toolbar .mobile-search {
  width: 100%;
}

.pw-walks-toolbar__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  position: relative;
}

#geoSort {
  flex-shrink: 0;
}

.walks-sidebar {
  position: sticky;
  top: calc(var(--pw-header-height) + 1rem);
  background: var(--pw-surface-raised);
  border-radius: var(--pw-radius);
  padding: 1.5rem;
  border: 1px solid var(--pw-border);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.walks-sidebar .walks-sidebar {
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  position: static;
}
.walks-sidebar h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pw-text-muted);
  margin-bottom: 1rem;
}
.walks-sidebar ul {
  list-style: none;
}
.walks-sidebar ul li {
  margin-bottom: 0.5rem;
}
.walks-sidebar ul li a {
  color: var(--pw-text);
  font-size: 0.9375rem;
}
.walks-sidebar ul li a:hover {
  color: var(--pw-accent);
}
.walks-sidebar .pw-sidebar-social {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pw-border);
}
.walks-sidebar .pw-sidebar-social h3 {
  margin-bottom: 0.75rem;
}
.walks-sidebar .pw-sidebar-social__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  border: 1px solid var(--pw-border);
  background: var(--pw-surface);
  color: var(--pw-text);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.walks-sidebar .pw-sidebar-social__link:hover {
  border-color: var(--pw-accent);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
  color: var(--pw-text);
}
.walks-sidebar .pw-sidebar-social__link:last-child {
  margin-bottom: 0;
}
.walks-sidebar .pw-sidebar-social__link--muted {
  background: var(--pw-surface-muted);
}
.walks-sidebar .pw-sidebar-social__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1877f2;
}
.walks-sidebar .pw-sidebar-social__icon img,
.walks-sidebar .pw-sidebar-social__icon svg {
  width: 18px;
  height: 18px;
}
.walks-sidebar .pw-sidebar-social__icon img {
  filter: brightness(0) invert(1);
}
.walks-sidebar .pw-sidebar-social__icon--group {
  background: var(--pw-primary-mid);
  color: #fff;
}
.walks-sidebar .pw-sidebar-social__text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}
.walks-sidebar .pw-sidebar-social__text strong {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
}
.walks-sidebar .pw-sidebar-social__text span {
  font-size: 0.8125rem;
  color: var(--pw-text-muted);
  line-height: 1.3;
}

.Walk-filters .filter-block,
.mobile-filter-block {
  margin-bottom: 0.75rem;
}

.label--checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background 0.15s ease;
}
.label--checkbox:hover {
  background: var(--pw-surface-muted);
}
.label--checkbox p {
  margin: 0;
  font-size: 0.9375rem;
}
.label--checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--pw-primary-mid);
}

.region-list {
  list-style: none;
}
.region-list .parent {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.region-list .parent > a {
  grid-column: 1;
  grid-row: 1;
  font-weight: 600;
  color: var(--pw-text);
  padding: 0.35rem 0;
  min-width: 0;
}
.region-list .parent > a:hover {
  color: var(--pw-accent);
}
.region-list .parent .toggle {
  grid-column: 2;
  grid-row: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.region-list .parent .toggle:hover {
  background: var(--pw-surface-muted);
}
.region-list .parent .toggle img {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.region-list .parent.open .toggle img {
  transform: rotate(180deg);
}
.region-list .parent .children {
  grid-column: 1/-1;
  display: none;
  padding-left: 0.5rem;
  margin-top: 0.25rem;
}
.region-list .parent .children .child a {
  display: block;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  color: var(--pw-text-muted);
}
.region-list .parent .children .child a:hover {
  color: var(--pw-accent);
}
.region-list .parent.open .children {
  display: block;
}

.mobile-walk-filters {
  width: auto;
  flex-shrink: 0;
  display: none;
}
.mobile-walk-filters .mobile-filters-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--pw-surface-muted);
  border: 1px solid var(--pw-border);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9375rem;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-walk-filters .mobile-filters-toggle:hover {
  background: var(--pw-surface-raised);
  border-color: var(--pw-primary-mid);
}
.mobile-walk-filters .mobile-filters-toggle img {
  width: 16px;
}
.mobile-walk-filters .inner {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
  z-index: 20;
  padding: 1rem 1.25rem;
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  box-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
}
.mobile-walk-filters.open .inner {
  display: block;
}

@media (max-width: 899px) {
  .mobile-walk-filters {
    display: block;
  }
  .pw-walks-toolbar__actions {
    flex-wrap: nowrap;
  }
  #geoSort {
    min-width: 0;
    padding-inline: 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .pw-walks-toolbar__actions {
    gap: 0.65rem;
  }
  #geoSort {
    padding-inline: 0.85rem;
    font-size: 0.8125rem;
  }
  .mobile-walk-filters .mobile-filters-toggle {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
.taxonomy-description {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius);
}
.taxonomy-description h2 {
  font-size: 1.5rem;
}

@media (max-width: 899px) {
  .walks-sidebar {
    position: static;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #walks-column {
    order: 1;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#walkbanner {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  margin-top: calc(-1 * var(--pw-header-height));
  padding-top: var(--pw-header-height);
}
#walkbanner .container {
  position: relative;
  z-index: 2;
  padding: 3rem 1rem;
  width: 100%;
}
#walkbanner h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
#walkbanner .author {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  margin-top: 1rem;
}
#walkbanner .author a {
  color: #fff;
  font-weight: 600;
}
#walkbanner .author img {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
#walkbanner .pw-walk-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}
#walkbanner .pw-walk-hero-meta .info-bite {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#walkbanner.expanded {
  min-height: 100vh;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 40, 24, 0.85) 0%, rgba(13, 40, 24, 0.2) 60%, transparent 100%);
  z-index: 1;
}

.walk-video-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.expand-banner {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.expand-banner:hover {
  background: rgba(255, 255, 255, 0.35);
}
.expand-banner img {
  width: 20px;
  filter: brightness(0) invert(1);
}

#walk-content {
  padding: 3rem 0 5rem;
}

.pw-walk-tabs-anchor {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--pw-header-height) + 12px);
}

body.admin-bar .pw-walk-tabs-anchor {
  scroll-margin-top: calc(var(--pw-header-height) + 32px + 12px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .pw-walk-tabs-anchor {
    scroll-margin-top: calc(var(--pw-header-height) + 46px + 12px);
  }
}
.tab-controls {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
  background: var(--pw-surface-muted);
  padding: 0.35rem;
  border-radius: 999px;
  width: fit-content;
  position: sticky;
  top: var(--pw-header-height);
  z-index: 250;
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
body.admin-bar .tab-controls {
  top: calc(32px + var(--pw-header-height));
}
@media screen and (max-width: 782px) {
  body.admin-bar .tab-controls {
    top: calc(46px + var(--pw-header-height));
  }
}
.tab-controls .tc {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--pw-text-muted);
  transition: background 0.2s ease, color 0.2s ease;
  user-select: none;
}
.tab-controls .tc.active {
  background: var(--pw-primary);
  color: #fff;
}

.walk-article {
  background: var(--pw-surface-raised);
  border-radius: var(--pw-radius);
  padding: 2rem;
  border: 1px solid var(--pw-border);
  margin-top: 1.5rem;
}
.walk-article > h2 {
  display: none;
}
.walk-article .tab {
  display: none;
}
.walk-article .tab.active {
  display: block;
}
.walk-article .walk-article__content {
  font-size: 1.0625rem;
  line-height: 1.75;
}
.walk-article .walk-article__content p {
  margin-bottom: 1.25rem;
}
.walk-article .walk-article__content img {
  border-radius: var(--pw-radius-sm);
  margin: 1rem 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}
.gallery .gallery-img {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  border-radius: var(--pw-radius-sm);
  display: block;
  transition: transform 0.2s ease;
}
.gallery .gallery-img:hover {
  transform: scale(1.03);
}

#favourite-walk-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem 0.75rem 2.75rem;
  background-color: var(--pw-surface-raised);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 50'%3E%3Cpath fill='none' stroke='%231b4332' stroke-width='2' d='M24.85,10.126c2.018-4.783,6.628-8.125,11.99-8.125c7.223,0,12.425,6.179,13.079,13.543c0,0,0.353,1.828-0.424,5.119c-1.058,4.482-3.545,8.464-6.898,11.503L24.85,48L7.402,32.165c-3.353-3.038-5.84-7.021-6.898-11.503c-0.777-3.291-0.424-5.119-0.424-5.119C0.734,8.179,5.936,2,13.159,2C18.522,2,22.832,5.343,24.85,10.126z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 18px;
  border: 2px solid var(--pw-border);
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
#favourite-walk-btn:hover, #favourite-walk-btn.checked {
  border-color: var(--pw-accent);
  background-color: rgba(197, 107, 74, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23c56b4a' d='M24.85,10.126c2.018-4.783,6.628-8.125,11.99-8.125c7.223,0,12.425,6.179,13.079,13.543c0,0,0.353,1.828-0.424,5.119c-1.058,4.482-3.545,8.464-6.898,11.503L24.85,48L7.402,32.165c-3.353-3.038-5.84-7.021-6.898-11.503c-0.777-3.291-0.424-5.119-0.424-5.119C0.734,8.179,5.936,2,13.159,2C18.522,2,22.832,5.343,24.85,10.126z'/%3E%3C/svg%3E");
}

.postAuthor {
  margin: 2rem 0;
}

.pw-walk-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.pw-walk-author__avatar {
  flex-shrink: 0;
}
.pw-walk-author__avatar img {
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.pw-walk-author__info {
  min-width: 0;
}
.pw-walk-author__info h4 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.pw-walk-author__info h4 a {
  color: var(--pw-primary);
}
.pw-walk-author__info p {
  margin: 0;
  color: var(--pw-text-muted);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pw-walk-author__info > a {
  color: var(--pw-primary);
  font-weight: 600;
  font-size: 0.9375rem;
}
.pw-walk-author__info > a:hover {
  color: var(--pw-accent);
}
.pw-walk-author--sidebar {
  padding: 0.25rem 0;
}
.pw-walk-author--sidebar .pw-walk-author__avatar img {
  width: 48px;
  height: 48px;
}
.pw-walk-author--card {
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem;
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius);
}
.pw-walk-author--card .pw-walk-author__avatar img {
  width: 100px;
  height: 100px;
}

.walks-sidebar .pw-walk-highlights h3,
.details-blocks .pw-walk-highlights h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pw-text-muted);
  margin: 0 0 0.75rem;
}

.pw-walk-highlights__list {
  display: flex;
  flex-direction: column;
}

.pw-walk-highlight,
.walks-sidebar .detail-block,
.details-blocks .detail-block {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--pw-border);
  font-size: 0.9375rem;
  color: var(--pw-text);
}
.pw-walk-highlight:last-child,
.walks-sidebar .detail-block:last-child,
.details-blocks .detail-block:last-child {
  border-bottom: none;
}

.pw-walk-highlight__icon,
.detail-block .icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius-sm);
}
.pw-walk-highlight__icon img,
.detail-block .icon img {
  width: 1.125rem;
  height: 1.125rem;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pw-walk-highlight__label {
  line-height: 1.4;
}

.details-blocks {
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--pw-border);
}
.details-blocks h4 {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: var(--pw-primary);
}
.details-blocks .pw-walk-highlights--compact .pw-walk-highlights__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.65rem;
}
.details-blocks .pw-walk-highlights--compact .pw-walk-highlight {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.85rem;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  background: var(--pw-surface-raised);
  text-align: left;
}
.details-blocks .pw-walk-highlights--compact .pw-walk-highlight__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.details-blocks .pw-walk-highlights--compact .pw-walk-highlight__label {
  font-size: 0.875rem;
  font-weight: 600;
}

.walk-map {
  border-radius: var(--pw-radius);
  overflow: hidden;
}
.walk-map .material-button {
  margin-bottom: 1rem;
}

@media (max-width: 899px) {
  #walkbanner {
    min-height: 50vh;
  }
  .tab-controls {
    width: 100%;
    justify-content: center;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}
.blog-list li {
  list-style: none;
}
.blog-list li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--pw-surface-raised);
  border-radius: var(--pw-radius);
  overflow: hidden;
  border: 1px solid var(--pw-border);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-list li > a:hover {
  transform: translateY(-4px);
  box-shadow: var(--pw-shadow);
}
.blog-list .blog-thumb {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
}
.blog-list img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.blog-list .inner {
  padding: 1.5rem;
  flex: 1;
}
.blog-list .inner h2 {
  font-size: 1.25rem;
  margin: 0;
  color: var(--pw-text);
  line-height: 1.35;
}

.page-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 0 5rem;
}
.page-content article {
  font-size: 1.0625rem;
  line-height: 1.75;
}
.page-content article p {
  margin-bottom: 1.25rem;
}

#walkbanner.page-banner {
  min-height: clamp(380px, 42vh, 480px);
}

.next-post {
  margin-top: 3rem;
  border-top: 1px solid var(--pw-border);
  padding-top: 2rem;
}
.next-post a {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--pw-surface-muted);
  border-radius: var(--pw-radius);
  text-decoration: none;
  transition: background 0.2s ease;
}
.next-post a:hover {
  background: var(--pw-surface-raised);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.next-post .next-image {
  width: 100px;
  height: 70px;
  border-radius: var(--pw-radius-sm);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.next-post .inner span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pw-text-muted);
}
.next-post h4 {
  margin: 0.25rem 0 0;
  color: var(--pw-text);
}
.next-post > a > img {
  width: 24px;
  margin-left: auto;
}

#nav-posts {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0;
}
#nav-posts a {
  font-weight: 600;
  color: var(--pw-accent);
}

.pw-blog-page {
  padding-bottom: 4rem;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.pw-submit-walk-page {
  padding: 2.5rem 0 4rem;
}

.pw-submit-walk {
  max-width: 820px;
  margin: 0 auto;
}

.pw-contribute-gate {
  max-width: 520px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.pw-contribute-gate__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(197, 107, 74, 0.12);
  color: var(--pw-accent);
}
.pw-contribute-gate__icon svg {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
.pw-contribute-gate__title {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  margin-bottom: 0.75rem;
  color: var(--pw-primary);
}
.pw-contribute-gate__lead {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  color: var(--pw-text-muted);
  font-size: 1.0625rem;
  line-height: 1.65;
}
.pw-contribute-gate__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.pw-contribute-gate__secondary {
  font-weight: 600;
  color: var(--pw-accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.pw-contribute-gate__secondary:hover {
  color: var(--pw-primary);
}

.pw-walk-form,
#walkForm {
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
}
.pw-walk-form__intro,
#walkForm__intro {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--pw-border);
}
.pw-walk-form__intro h3,
#walkForm__intro h3 {
  font-size: 1.5rem;
  color: var(--pw-primary);
  margin-bottom: 0.75rem;
}
.pw-walk-form__intro p,
#walkForm__intro p {
  color: var(--pw-text-muted);
  line-height: 1.7;
  margin: 0;
}
.pw-walk-form > h4:first-of-type,
#walkForm > h4:first-of-type {
  margin-top: 0;
}
.pw-walk-form h4,
#walkForm h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pw-primary);
  margin: 0 0 0.75rem;
}
.pw-walk-form__hint,
#walkForm__hint {
  margin: -0.35rem 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--pw-text-muted);
}
.pw-walk-form > p,
.pw-walk-form .formRow > p,
#walkForm > p,
#walkForm .formRow > p {
  color: var(--pw-text-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}
.pw-walk-form input[type=text],
.pw-walk-form input[type=email],
.pw-walk-form input[type=password],
.pw-walk-form input[type=number],
.pw-walk-form input[type=url],
.pw-walk-form select,
.pw-walk-form textarea,
#walkForm input[type=text],
#walkForm input[type=email],
#walkForm input[type=password],
#walkForm input[type=number],
#walkForm input[type=url],
#walkForm select,
#walkForm textarea {
  max-width: 100%;
}
.pw-walk-form #walkTitle,
#walkForm #walkTitle {
  width: 100%;
  margin-bottom: 1.25rem;
}
.pw-walk-form__submit,
#walkForm__submit {
  margin-top: 0.5rem;
  min-width: 200px;
}
.pw-walk-form__actions,
#walkForm__actions {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pw-border);
}
.pw-walk-form__footnote,
#walkForm__footnote {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  color: var(--pw-text-muted);
}

.formRow {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--pw-border);
}
.formRow:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
.formRow input[type=text] {
  display: block;
  width: 100%;
  margin-bottom: 0.875rem;
}
.formRow input[type=text]:last-of-type {
  margin-bottom: 0;
}
.formRow:has(#distance) #distance,
.formRow:has(#distance) #time,
.formRow:has(#distance) #location {
  margin-bottom: 0.875rem;
}
.formRow:has(#distance) #location {
  margin-bottom: 1.25rem;
}
.formRow:has(#distance) label[for=walk_type] {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--pw-text);
}
.formRow:has(#distance) #walk_type {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  background: var(--pw-surface-raised);
  color: var(--pw-text);
  font: inherit;
}
@media (min-width: 641px) {
  .formRow:has(#distance) #distance,
  .formRow:has(#distance) #time {
    display: inline-block;
    width: calc(50% - 0.4375rem);
    vertical-align: top;
  }
  .formRow:has(#distance) #distance {
    margin-right: 0.875rem;
  }
}
.formRow ul:has(input[name=grade]) {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  margin: 0.75rem 0 0;
}
.formRow ul:has(input[name=grade]) li {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
}
.formRow ul:not(:has(input[name=grade])) {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.formRow ul:not(:has(input[name=grade])) li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  background: var(--pw-surface-muted);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.formRow ul:not(:has(input[name=grade])) li:hover {
  border-color: var(--pw-primary-mid);
}
.formRow ul:not(:has(input[name=grade])) li input[type=radio] {
  width: auto;
  margin: 0;
  accent-color: var(--pw-primary-mid);
}
.formRow ul:has(input[name=grade]) li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  background: var(--pw-surface-muted);
  font-size: 0.9375rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.formRow ul:has(input[name=grade]) li:hover {
  border-color: var(--pw-primary-mid);
}
.formRow ul:has(input[name=grade]) li input[type=radio] {
  width: auto;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--pw-primary-mid);
}
.formRow ul:has(input[name=grade]) li:has(input:checked) {
  border-color: var(--pw-primary-mid);
  background: rgba(45, 106, 79, 0.08);
  font-weight: 600;
}
.formRow label[for=swimming],
.formRow label[for=dog_friendly],
.formRow label[for=waterfall] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem 1.25rem 0 0;
  font-size: 0.9375rem;
  cursor: pointer;
}
.formRow label[for=swimming] + input[type=checkbox], .formRow label[for=swimming] + input[type=checkbox],
.formRow label[for=dog_friendly] + input[type=checkbox],
.formRow label[for=dog_friendly] + input[type=checkbox],
.formRow label[for=waterfall] + input[type=checkbox],
.formRow label[for=waterfall] + input[type=checkbox] {
  width: auto;
  margin-right: 1rem;
  accent-color: var(--pw-primary-mid);
}
.formRow input[type=checkbox] {
  width: auto;
  accent-color: var(--pw-primary-mid);
}

.formRow input[type=checkbox]#swimming,
.formRow input[type=checkbox]#dog_friendly,
.formRow input[type=checkbox]#waterfall {
  display: inline-block;
  width: auto;
  margin: 0 1.25rem 0 0.35rem;
  vertical-align: middle;
}

.formRow label[for=swimming],
.formRow label[for=dog_friendly],
.formRow label[for=waterfall] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
}

.wordCount {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pw-text-muted);
}

.__lk-fileInput {
  display: inline-block;
  cursor: pointer;
}
.__lk-fileInput input {
  display: none;
}
.__lk-fileInput span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.5rem 0 0;
  padding: 0.65rem 1.1rem;
  background: var(--pw-primary);
  color: #fff;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease;
}
.__lk-fileInput span:hover {
  background: var(--pw-primary-mid);
}

#gallery {
  display: block;
  margin: 0.75rem 0 0;
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
}

.pw-walk-form__media-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0.5rem;
}

.pw-walk-form__feature-preview {
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
}
.pw-walk-form__feature-preview .uploaded {
  margin: 0;
  width: 100%;
}
.pw-walk-form__feature-preview:empty {
  display: none;
}

.pw-walk-form__file-trigger {
  margin: 0;
}

@keyframes pw-gallery-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.pw-walk-form__gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1rem;
}

.uploadedGallery {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: var(--pw-radius-sm);
  border: 1px solid var(--pw-border);
  background: var(--pw-surface-muted);
}
.uploadedGallery--feature {
  width: 100%;
  height: 180px;
}
.uploadedGallery.is-loading .pw-gallery-skeleton {
  opacity: 1;
}
.uploadedGallery.is-loading .pw-gallery-thumb {
  opacity: 0;
}
.uploadedGallery.is-loaded .pw-gallery-skeleton {
  opacity: 0;
  visibility: hidden;
}
.uploadedGallery.is-loaded .pw-gallery-thumb {
  opacity: 1;
}
.uploadedGallery .pw-gallery-skeleton {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  background: linear-gradient(90deg, var(--pw-surface-muted) 0%, #e8e2d9 45%, var(--pw-surface-muted) 90%);
  background-size: 200% 100%;
  animation: pw-gallery-skeleton-shimmer 1.35s ease-in-out infinite;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.uploadedGallery .pw-gallery-thumb,
.uploadedGallery .pw-walk-form__feature-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}
.uploadedGallery .pw-gallery-thumb {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.uploadedGallery .pw-walk-form__feature-img {
  opacity: 1;
}

.uploaded {
  display: block;
  margin: 0;
}

.remove_from_gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #b91c1c;
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
  z-index: 2;
  line-height: 1;
  font-family: var(--pw-font-body);
}
.remove_from_gallery span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -1px;
}
.remove_from_gallery:hover {
  background: #fff;
  color: #991b1b;
}

@media (prefers-reduced-motion: reduce) {
  .uploadedGallery .pw-gallery-skeleton {
    animation: none;
  }
}
#map_canvas {
  width: 100%;
  height: min(500px, 60vh);
  border-radius: var(--pw-radius-sm);
  overflow: hidden;
  border: 1px solid var(--pw-border);
  margin-top: 0.75rem;
}

.formError {
  background: rgba(198, 40, 40, 0.08);
  color: #b71c1c;
  border: 1px solid rgba(198, 40, 40, 0.25);
  border-radius: var(--pw-radius-sm);
  padding: 1rem 1.15rem;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

#walkForm .wp-editor-wrap,
.pw-walk-form .wp-editor-wrap {
  margin-top: 0.75rem;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  overflow: hidden;
}

i.mce-ico.mce-i-none {
  display: none;
}

.pw-submit-walk:not(:has(#walkForm)):not(:has(.pw-contribute-gate)) {
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  padding: 2rem;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--pw-text);
}
.pw-submit-walk:not(:has(#walkForm)):not(:has(.pw-contribute-gate)) a {
  font-weight: 600;
}
.pw-submit-walk:not(:has(#walkForm)):not(:has(.pw-contribute-gate)) .material-button {
  margin-top: 1.25rem;
}

@media (max-width: 640px) {
  .pw-walk-form,
  #walkForm {
    padding: 1.25rem;
  }
  .formRow ul:has(input[name=grade]) {
    flex-wrap: wrap;
  }
  .formRow ul:has(input[name=grade]) li {
    flex: 1 1 calc(50% - 0.325rem);
  }
  .pw-contribute-gate {
    padding: 2rem 1.25rem;
  }
  #submitWalk,
  #submitWalkEdit,
  .pw-walk-form__submit {
    width: 100%;
  }
  .pw-walk-form__actions .pw-btn--block {
    width: 100%;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#wrapper.login-page {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: var(--pw-surface-raised);
  padding-top: 0;
  margin-top: 0;
}

body.signin-page {
  overflow: hidden;
  margin-top: 0 !important;
}

.signin-left,
.signin-right {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}

.signin-left {
  background-image: url("img/login-images/login-image-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.signin-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 28, 21, 0.55) 0%, rgba(8, 28, 21, 0.15) 45%, rgba(8, 28, 21, 0.05) 100%);
  pointer-events: none;
}
.signin-left .back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.494 31.494'%3E%3Cpath fill='%23FFFFFF' d='M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z'/%3E%3C/svg%3E");
}

.signin-left .back,
.signin-right .back {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: block;
  left: 1.25rem;
  top: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.signin-right {
  background: var(--pw-surface-raised);
}
.signin-right .back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.494 31.494'%3E%3Cpath fill='%231b4332' d='M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z'/%3E%3C/svg%3E");
  display: none;
}
.signin-right .inner {
  height: 100%;
  padding: 1.5rem;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  overflow: hidden;
}
.signin-right h3 {
  font-family: var(--pw-font-heading);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--pw-primary);
  margin: 0 0 1.75rem;
}
.signin-right .login,
.signin-right .register {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateX(0);
  margin: auto;
  display: block;
  padding: 0 0.5rem;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  opacity: 1;
  visibility: visible;
}
.signin-right .register.slideout {
  transform: translateY(-50%) translateX(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.signin-right .login.slideout {
  transform: translateY(-50%) translateX(-110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.signin-right .pw-signin-switch {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  color: var(--pw-text-muted);
  line-height: 1.5;
}
.signin-right .register-toggle {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  appearance: none;
  font: inherit;
  font-weight: 700;
  color: var(--pw-accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.signin-right .register-toggle:hover {
  color: var(--pw-primary);
}

#loginform input[type=text],
#loginform input[type=password],
#registerForm input[type=password],
#registerForm input[type=text],
#registerForm input[type=email] {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto 1.25rem;
}

.login-password {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
}

#loginform .lost {
  display: block;
  font-size: 0.8125rem;
  margin: -0.75rem auto 0;
  max-width: 330px;
  text-align: right;
  color: var(--pw-text-muted);
}
#loginform .lost:hover {
  color: var(--pw-accent);
}

.login-submit {
  margin-top: 1.75rem;
  text-align: center;
}
.login-submit #login-btn,
.login-submit #userRegister {
  min-width: 200px;
  margin: 0 auto;
}

#registerForm input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#loginform .error,
#registerError {
  max-width: 330px;
  margin: 0 auto 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--pw-radius-sm);
  background: rgba(198, 40, 40, 0.08);
  color: #b71c1c;
  font-size: 0.875rem;
  text-align: center;
}

#registerError {
  display: none;
}

#loginform .loading,
#registerForm .loading {
  max-width: 330px;
  margin: 0 auto 1rem;
  overflow: hidden;
  border-radius: var(--pw-radius-sm);
  background: var(--pw-surface-muted);
}

#loginform .loading-bar,
#registerForm .loading-bar {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  overflow: hidden;
}
#loginform .loading-bar::before,
#registerForm .loading-bar::before {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--pw-primary-mid);
  animation: pw-indeterminate-first 1.5s infinite ease-out;
}
#loginform .loading-bar::after,
#registerForm .loading-bar::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: var(--pw-accent);
  animation: pw-indeterminate-second 1.5s infinite ease-in;
}

@keyframes pw-indeterminate-first {
  0% {
    left: -100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}
@keyframes pw-indeterminate-second {
  0% {
    left: -150%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 10%;
  }
}
.signin-right .wp-social-login-widget {
  max-width: 330px;
  margin: 0 auto;
}

.wp-social-login-connect-with {
  text-align: center;
  font-size: 0.9375rem;
  color: var(--pw-text-muted);
  margin: 1.25rem 0 0.5rem;
}

.wp-social-login-provider-list {
  text-align: center;
  margin-bottom: 0.5rem;
}
.wp-social-login-provider-list a {
  border-bottom: none !important;
}

.wp-social-login-provider {
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.08);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid var(--pw-border);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  margin: 0.35rem 0.5rem;
  color: #fff !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.wp-social-login-provider:hover {
  background-color: var(--pw-surface-muted);
  transform: translateY(-1px);
}

.wp-social-login-provider-facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23385C8E' d='M134.941,272.691h56.123v231.051c0,4.562,3.696,8.258,8.258,8.258h95.159c4.562,0,8.258-3.696,8.258-8.258V273.78h64.519c4.195,0,7.725-3.148,8.204-7.315l9.799-85.061c0.269-2.34-0.472-4.684-2.038-6.44c-1.567-1.757-3.81-2.763-6.164-2.763h-74.316V118.88c0-16.073,8.654-24.224,25.726-24.224c2.433,0,48.59,0,48.59,0c4.562,0,8.258-3.698,8.258-8.258V8.319c0-4.562-3.696-8.258-8.258-8.258h-66.965C309.622,0.038,308.573,0,307.027,0c-11.619,0-52.006,2.281-83.909,31.63c-35.348,32.524-30.434,71.465-29.26,78.217v62.352h-58.918c-4.562,0-8.258,3.696-8.258,8.258v83.975C126.683,268.993,130.379,272.691,134.941,272.691z'/%3E%3C/svg%3E");
}

.wp-social-login-provider-google {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FBBB00' d='M113.47,309.408L95.648,375.94l-65.139,1.378C11.042,341.211,0,299.9,0,256c0-42.451,10.324-82.483,28.624-117.732h0.014l57.992,10.632l25.404,57.644c-5.317,15.501-8.215,32.141-8.215,49.456C103.821,274.792,107.225,292.797,113.47,309.408z'/%3E%3Cpath fill='%23518EF8' d='M507.527,208.176C510.467,223.662,512,239.655,512,256c0,18.328-1.927,36.206-5.598,53.451c-12.462,58.683-45.025,109.925-90.134,146.187l-0.014-0.014l-73.044-3.727l-10.338-64.535c29.932-17.554,53.324-45.025,65.646-77.911h-136.89V208.176h138.887L507.527,208.176L507.527,208.176z'/%3E%3Cpath fill='%2328B446' d='M416.253,455.624l0.014,0.014C372.396,490.901,316.666,512,256,512c-97.491,0-182.252-54.491-225.491-134.681l82.961-67.91c21.619,57.698,77.278,98.771,142.53,98.771c28.047,0,54.323-7.582,76.87-20.818L416.253,455.624z'/%3E%3Cpath fill='%23F14336' d='M419.404,58.936l-82.933,67.896c-23.335-14.586-50.919-23.012-80.471-23.012c-66.729,0-123.429,42.957-143.965,102.724l-83.397-68.276h-0.014C71.23,56.123,157.06,0,256,0C318.115,0,375.068,22.126,419.404,58.936z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 856px) {
  .signin-left {
    display: none;
  }
  .signin-right {
    width: 100%;
    padding: 0;
  }
  .signin-right .back {
    display: block;
  }
  .signin-right .inner {
    max-width: none;
    padding: 1.25rem;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
#searchForm,
.pw-search-form {
  display: flex;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
#searchForm input[type=text],
#searchForm input[type=search],
.pw-search-form input[type=text],
.pw-search-form input[type=search] {
  flex: 1;
  min-width: 0;
  width: 100%;
  min-width: 0;
  border-radius: 999px;
  padding: 0.85rem 2.75rem 0.85rem 1.15rem;
  border: 1px solid var(--pw-border);
  font-size: 1rem;
  font-family: var(--pw-font-body);
  color: var(--pw-text);
  background: var(--pw-surface-raised) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451 451'%3E%3Cpath fill='%23888888' d='M447.05,428l-109.6-109.6c29.4-33.8,47.2-77.9,47.2-126.1C384.65,86.2,298.35,0,192.35,0C86.25,0,0.05,86.3,0.05,192.3s86.3,192.3,192.3,192.3c48.2,0,92.3-17.8,126.1-47.2L428.05,447c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4C452.25,441.8,452.25,433.2,447.05,428z M26.95,192.3c0-91.2,74.2-165.3,165.3-165.3c91.2,0,165.3,74.2,165.3,165.3s-74.1,165.4-165.3,165.4C101.15,357.7,26.95,283.5,26.95,192.3z'/%3E%3C/svg%3E") no-repeat right 1rem center/1.125rem;
  box-shadow: inset 0 1px 2px rgba(13, 40, 24, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#searchForm input[type=text]::placeholder,
#searchForm input[type=search]::placeholder,
.pw-search-form input[type=text]::placeholder,
.pw-search-form input[type=search]::placeholder {
  color: var(--pw-text-muted);
}
#searchForm input[type=text]:focus,
#searchForm input[type=search]:focus,
.pw-search-form input[type=text]:focus,
.pw-search-form input[type=search]:focus {
  outline: none;
  border-color: var(--pw-primary-mid);
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.12);
}
#searchForm input[type=submit],
.pw-search-form input[type=submit] {
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.home #searchForm input[type=text],
.home #searchForm input[type=search],
.front-page #searchForm input[type=text],
.front-page #searchForm input[type=search] {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
}

.home #searchForm input[type=submit],
.front-page #searchForm input[type=submit] {
  background: var(--pw-accent);
}
.home #searchForm input[type=submit]:hover,
.front-page #searchForm input[type=submit]:hover {
  background: #a85538;
}

.walks-sidebar #searchForm,
.walks-sidebar .pw-search-form,
.pw-walks-toolbar .mobile-search #searchForm,
.pw-walks-toolbar .mobile-search .pw-search-form {
  position: relative;
  width: 100%;
  flex-direction: column;
  gap: 0;
}
.walks-sidebar #searchForm input[type=text],
.walks-sidebar #searchForm input[type=search],
.walks-sidebar .pw-search-form input[type=text],
.walks-sidebar .pw-search-form input[type=search],
.pw-walks-toolbar .mobile-search #searchForm input[type=text],
.pw-walks-toolbar .mobile-search #searchForm input[type=search],
.pw-walks-toolbar .mobile-search .pw-search-form input[type=text],
.pw-walks-toolbar .mobile-search .pw-search-form input[type=search] {
  flex: none;
  width: 100%;
}
.walks-sidebar #searchForm input[type=submit],
.walks-sidebar .pw-search-form input[type=submit],
.pw-walks-toolbar .mobile-search #searchForm input[type=submit],
.pw-walks-toolbar .mobile-search .pw-search-form input[type=submit] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pw-walks-toolbar .mobile-search {
  width: 100%;
}
.pw-walks-toolbar .mobile-search #searchForm,
.pw-walks-toolbar .mobile-search .pw-search-form {
  flex-direction: row;
}

.mobile-search #searchForm,
.mobile-search .pw-search-form {
  margin-bottom: 0;
}

:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.pw-comments {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--pw-border);
}

.pw-comments__header {
  margin-bottom: 1.75rem;
}
.pw-comments__header .pw-kicker {
  margin-bottom: 0.35rem;
}

.pw-comments__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0;
  color: var(--pw-primary);
}

.pw-comment-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pw-comment-list .children {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0 0 0 1.25rem;
  border-left: 2px solid rgba(197, 107, 74, 0.35);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pw-comment__card {
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 2px 8px rgba(13, 40, 24, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.pw-comment__card:hover {
  box-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  border-color: rgba(13, 40, 24, 0.12);
}

.pw-comment__header {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.pw-comment__avatar {
  flex-shrink: 0;
}
.pw-comment__avatar img,
.pw-comment__avatar .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--pw-border);
  display: block;
}

.pw-comment__meta {
  flex: 1;
  min-width: 0;
}

.pw-comment__author {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--pw-text);
  line-height: 1.3;
}

.pw-comment__date {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8125rem;
  color: var(--pw-text-muted);
}

.pw-comment__reply {
  flex-shrink: 0;
  align-self: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--pw-accent) !important;
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 107, 74, 0.35);
  background: rgba(197, 107, 74, 0.08);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.pw-comment__reply:hover {
  background: var(--pw-accent);
  border-color: var(--pw-accent);
  color: #fff !important;
}

.pw-comment__content {
  font-size: 0.9875rem;
  line-height: 1.7;
  color: var(--pw-text);
}
.pw-comment__content p {
  margin: 0 0 0.75rem;
}
.pw-comment__content p:last-child {
  margin-bottom: 0;
}
.pw-comment__content a {
  color: var(--pw-primary-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pw-comment__moderation {
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--pw-radius-sm);
  background: rgba(197, 107, 74, 0.1);
  color: var(--pw-accent);
  font-size: 0.875rem;
  font-style: italic;
}

.pw-comment-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.pw-comment-nav a {
  color: var(--pw-primary-mid);
}
.pw-comment-nav a:hover {
  color: var(--pw-accent);
}

.pw-comments__closed {
  margin: 0 0 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: var(--pw-radius-sm);
  background: var(--pw-surface-muted);
  color: var(--pw-text-muted);
  font-size: 0.9375rem;
}

.pw-comments__form-wrap {
  background: var(--pw-surface-muted);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  padding: 1.75rem;
}

.pw-comments__form-title {
  font-size: 1.35rem;
  margin: 0 0 1.25rem;
  color: var(--pw-primary);
}

.pw-comments__cancel a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pw-text-muted);
  margin-left: 0.75rem;
}
.pw-comments__cancel a:hover {
  color: var(--pw-accent);
}

.pw-comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.pw-comment-form .logged-in-as,
.pw-comment-form .comment-notes,
.pw-comment-form .pw-comments__form-title,
.pw-comment-form .pw-comment-form__field--full,
.pw-comment-form .pw-comment-form__submit-wrap,
.pw-comment-form .comment-form-cookies-consent {
  grid-column: 1/-1;
}
.pw-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: var(--pw-text-muted);
  margin: 0;
}
.pw-comment-form .comment-form-cookies-consent input {
  margin-top: 0.2rem;
  accent-color: var(--pw-primary-mid);
}

.pw-comment-form__field {
  margin: 0;
  position: relative;
}
.pw-comment-form__field input[type=text],
.pw-comment-form__field input[type=email],
.pw-comment-form__field textarea {
  width: 100%;
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius-sm);
  padding: 0.85rem 1rem;
  font-family: var(--pw-font-body);
  font-size: 1rem;
  background: var(--pw-surface-raised);
  color: var(--pw-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pw-comment-form__field input[type=text]::placeholder,
.pw-comment-form__field input[type=email]::placeholder,
.pw-comment-form__field textarea::placeholder {
  color: var(--pw-text-muted);
}
.pw-comment-form__field input[type=text]:focus,
.pw-comment-form__field input[type=email]:focus,
.pw-comment-form__field textarea:focus {
  outline: none;
  border-color: var(--pw-primary-mid);
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.12);
}
.pw-comment-form__field textarea {
  min-height: 140px;
  resize: vertical;
}

.pw-comment-form__required {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pw-text-muted);
  pointer-events: none;
}

.pw-comment-form__submit-wrap {
  margin: 0.25rem 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pw-comment-form__submit {
  border: none;
  cursor: pointer;
}

.logged-in-as {
  font-size: 0.875rem;
  color: var(--pw-text-muted);
  margin: 0 0 0.5rem;
}
.logged-in-as a {
  color: var(--pw-primary-mid);
  font-weight: 600;
}

#walk-content .pw-comments,
.page-content .pw-comments {
  max-width: none;
}

@media (max-width: 640px) {
  .pw-comments__form-wrap {
    padding: 1.25rem;
  }
  .pw-comment-form {
    grid-template-columns: 1fr;
  }
  .pw-comment__header {
    flex-wrap: wrap;
  }
  .pw-comment__reply {
    margin-left: calc(48px + 0.85rem);
  }
  .pw-comment-list .children {
    padding-left: 0.85rem;
  }
}
:root {
  --pw-primary: #0d2818;
  --pw-primary-light: #1b4332;
  --pw-primary-mid: #2d6a4f;
  --pw-accent: #c56b4a;
  --pw-surface: #faf8f5;
  --pw-surface-muted: #f0ebe3;
  --pw-surface-raised: #ffffff;
  --pw-text: #1c1917;
  --pw-text-muted: #6b6560;
  --pw-border: #ddd5c8;
  --pw-radius: 16px;
  --pw-radius-sm: 8px;
  --pw-shadow: 0 12px 40px rgba(13, 40, 24, 0.12);
  --pw-header-height: 72px;
  --pw-admin-bar-offset: 0px;
  --pw-content-width: 1240px;
  --pw-font-body: DM Sans, system-ui, sans-serif;
  --pw-font-heading: Fraunces, Georgia, serif;
}

.admin-bar {
  --pw-admin-bar-offset: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    --pw-admin-bar-offset: 46px;
  }
}
.page-author {
  padding: 3rem 0 5rem;
}

.author-container {
  background: var(--pw-surface-raised);
  border: 1px solid var(--pw-border);
  border-radius: var(--pw-radius);
  padding: 1.5rem 1rem;
  text-align: center;
}

.author-info {
  margin-bottom: 1.25rem;
}
.author-info a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--pw-text);
  margin-bottom: 0.75rem;
}
.author-info a:hover {
  color: var(--pw-accent);
}
.author-info a img {
  width: 20px;
  height: 20px;
}

.author-bio {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--pw-text-muted);
}

.page-author h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

#internal-banner.author-banner {
  min-height: clamp(280px, 38vh, 420px);
}

@media (max-width: 899px) {
  .author-container {
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
  }
  .author-container .avatar {
    margin: -4rem auto 1rem;
    border-radius: 50%;
    box-shadow: var(--pw-shadow);
  }
}
.pw-ad {
  --pw-ad-min-height: 120px;
  width: 100%;
  max-width: 100%;
  margin: 1.25rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid var(--pw-border, #ddd5c8);
  border-bottom: 1px solid var(--pw-border, #ddd5c8);
  contain: layout style;
  overflow: hidden;
}

.pw-ad__label {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--pw-text-muted, #6b6560);
}

.pw-ad__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--pw-ad-min-height);
  max-width: 100%;
  overflow: hidden;
}

.pw-ad__frame ins.adsbygoogle {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: var(--pw-ad-min-height);
  margin: 0 auto;
  text-align: center;
}

.walks-sidebar .pw-ad {
  margin: 1rem 0 1.5rem;
  padding: 0.75rem 0 0;
  border-bottom: 0;
}

.pw-ad--sidebar .pw-ad__frame {
  min-height: 280px;
}

.pw-ad--in-article {
  margin: 2rem auto;
  max-width: 42rem;
}

.pw-ad-zone--walk-in-article {
  margin: 2rem 0;
  clear: both;
}

.pw-ad-zone--walk-in-article .pw-ad--walk-in-article,
.pw-ad-zone--in-article .pw-ad--in-article {
  margin: 0 auto;
  max-width: 42rem;
}

.pw-ad-zone--in-article {
  margin: 2rem 0;
  clear: both;
}

.walk-list-ad {
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pw-ad-zone--walk-list-in-feed {
  margin: 0.5rem 0 1rem;
}

.pw-ad--walk-list-in-feed .pw-ad__frame {
  min-height: 200px;
}

body.pioneer-ads-enabled .gear {
  display: none;
}

.walk-list ins.adsbygoogle,
.walk-list .pw-ad,
.pw-walk-list-panel ins.adsbygoogle,
.pw-walk-list-panel .pw-ad,
#walk-content .row ins.adsbygoogle,
#walk-content .row .pw-ad {
  max-width: 100%;
}

.pw-walk-hero,
.pw-no-ads,
#walkbanner {
  .google-auto-placed,
  ins.adsbygoogle,
  .adsbygoogle-noablate,
  .pw-ad,
  div[id^=aswift_],
  iframe[id^=google_ads],
  iframe[src*=googlesyndication],
  iframe[src*=doubleclick.net] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    border: 0 !important;
  }
}

#walkbanner .container {
  height: auto !important;
}

body.single-walk #wrapper > ins.adsbygoogle,
body.single-walk #wrapper > .pw-ad {
  display: none !important;
}

body.single-walk {
  overflow-x: clip;
}

body.single-walk #walk-content,
body.single-walk #walk-content .row,
body.single-walk #walk-content .col-9,
body.single-walk #walk-content .col-3,
body.single-walk .walk-article,
body.single-walk .walks-sidebar,
body.single-walk .tabs {
  min-width: 0;
  max-width: 100%;
}

body.single-walk .pw-no-auto-ads .google-auto-placed,
body.single-walk .pw-no-auto-ads > ins.adsbygoogle,
body.single-walk .pw-no-auto-ads > .adsbygoogle-noablate,
body.single-walk #walk-content .row > .google-auto-placed,
body.single-walk #walk-content .row > ins.adsbygoogle,
body.single-walk .pw-walk-main > .google-auto-placed,
body.single-walk .pw-walk-main > ins.adsbygoogle,
body.single-walk .walks-sidebar .google-auto-placed:not(.pw-ad .google-auto-placed),
body.single-walk .walks-sidebar > ins.adsbygoogle {
  display: none !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

body.single-walk .walks-sidebar .pw-ad,
body.single-walk .walks-sidebar .pw-ad ins.adsbygoogle,
body.single-walk .walks-sidebar .pw-ad iframe,
body.single-walk .walks-sidebar .pw-ad div[id^=aswift_] {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 756px) {
  .pw-ad--sidebar .pw-ad__frame {
    min-height: 200px;
  }
}
