﻿:root {
  --bg: #262019;
  --bg-deep: #1c1813;
  --surface: rgba(67, 57, 47, 0.76);
  --surface-strong: rgba(82, 70, 57, 0.84);
  --surface-soft: rgba(95, 83, 68, 0.72);
  --ink: #f6efde;
  --ink-dark: #312216;
  --muted: #d0bf9d;
  --orange: #f57d1f;
  --orange-soft: #f4b16c;
  --moss: #839661;
  --lake: #7fa7b8;
  --sand: #d6bd8d;
  --paper: #96734b;
  --paper-light: #af8c62;
  --board: #e7dfd0;
  --board-line: #c7bbab;
  --line: rgba(246, 239, 222, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(245, 125, 31, 0.16), transparent 30%),
    radial-gradient(circle at top right, rgba(127, 167, 184, 0.14), transparent 26%),
    linear-gradient(180deg, #342b21 0%, var(--bg) 40%, var(--bg-deep) 100%);
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  filter: blur(44px);
  opacity: 0.38;
  pointer-events: none;
  z-index: 0;
}

body::before {
  top: 6%;
  right: -3rem;
  background: rgba(245, 125, 31, 0.2);
}

body::after {
  bottom: 8%;
  left: -3rem;
  background: rgba(131, 150, 97, 0.16);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.noise {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
  opacity: 0.24;
  pointer-events: none;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(34, 29, 23, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(246, 239, 222, 0.08);
}

.header-inner,
.site-footer-inner {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand-mark {
  color: var(--orange);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.main-nav a {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

main,
.site-footer-inner {
  width: min(1180px, calc(100% - 2rem));
}

main {
  margin: 1rem auto 3rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.hero-copy,
.hero-stats,
.feature-band,
.map-callout,
.journal-card,
.about-strip,
.content-shell,
.comments-shell {
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(92, 69, 45, 0.46), rgba(54, 42, 33, 0.9)),
    rgba(67, 57, 47, 0.76);
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -1.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 125, 31, 0.22), transparent 70%);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0.9rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(82, 99, 74, 0.24), rgba(55, 46, 38, 0.92)),
    rgba(82, 70, 57, 0.84);
}

.eyebrow,
.band-label,
.stat-label,
.entry-date,
.note-author,
.pill-label,
.map-tag p,
.tracker-item span,
.page-header .eyebrow {
  margin: 0 0 0.45rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.map-callout h3,
.journal-card h3,
.page-header h1,
.comment-reply-title {
  margin: 0;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  color: var(--orange);
  font-size: clamp(2.7rem, 6vw, 4.85rem);
  line-height: 0.9;
}

.intro {
  max-width: 31rem;
  margin: 0.8rem 0 0;
  font-size: clamp(1rem, 1.45vw, 1.1rem);
  color: #fbf6ec;
}

.goal-pill {
  display: grid;
  gap: 0.2rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 247, 230, 0.08);
  border: 1px solid rgba(255, 213, 162, 0.16);
}

.goal-pill strong {
  font-size: 1.02rem;
  font-weight: 700;
}

.hero-actions,
.notes-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary,
input[type="submit"],
.comment-submit {
  color: #1a130e;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-soft) 100%);
}

.button.secondary {
  color: var(--ink);
  border: 1px solid rgba(246, 239, 222, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.stat-card {
  padding: 0.9rem;
  border-radius: 1rem;
  min-height: 7rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-card strong {
  display: block;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.accent-orange {
  background: linear-gradient(180deg, rgba(245, 125, 31, 0.3), rgba(105, 67, 32, 0.34));
}

.accent-green {
  background: linear-gradient(180deg, rgba(131, 150, 97, 0.28), rgba(59, 61, 37, 0.36));
}

.accent-blue {
  background: linear-gradient(180deg, rgba(127, 167, 184, 0.28), rgba(56, 64, 73, 0.34));
}

.accent-sand {
  background: linear-gradient(180deg, rgba(214, 189, 141, 0.28), rgba(82, 66, 44, 0.34));
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(245, 125, 31, 0.12), rgba(61, 53, 44, 0.92)),
    rgba(95, 83, 68, 0.72);
}

.band-value {
  margin: 0;
  font-size: 0.96rem;
  text-transform: uppercase;
}

.map-section,
.journal-section,
.notes-section,
.site-main {
  margin-top: 1.15rem;
}

.section-heading,
.page-header {
  max-width: 48rem;
  padding: 0.2rem 0 0.85rem;
}

.section-heading-split,
.page-header.section-heading-split {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.section-heading h2,
.page-header h1 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 0.98;
}

.section-heading p:last-child {
  max-width: 37rem;
  margin-top: 0.45rem;
  color: var(--muted);
}

.notes-actions .button {
  margin-top: 0;
}

.map-shell {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 1rem;
  align-items: stretch;
}

.map-placeholder {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  border: 1px solid rgba(63, 41, 18, 0.5);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 220, 165, 0.2), transparent 20%),
    radial-gradient(circle at 78% 66%, rgba(72, 38, 14, 0.18), transparent 18%),
    linear-gradient(180deg, var(--paper-light) 0%, var(--paper) 56%, #785634 100%);
  box-shadow: var(--shadow);
}

.map-placeholder::before,
.map-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-placeholder::before {
  background:
    repeating-linear-gradient(
      12deg,
      rgba(58, 34, 16, 0.08) 0,
      rgba(58, 34, 16, 0.08) 2px,
      transparent 2px,
      transparent 24px
    ),
    repeating-linear-gradient(
      -14deg,
      rgba(244, 227, 194, 0.05) 0,
      rgba(244, 227, 194, 0.05) 1px,
      transparent 1px,
      transparent 16px
    );
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.map-placeholder::after {
  inset: 1rem;
  border: 1px dashed rgba(58, 34, 16, 0.35);
  border-radius: 1rem;
  box-shadow:
    inset 0 0 80px rgba(59, 34, 14, 0.28),
    inset 0 0 0 1px rgba(255, 232, 195, 0.08);
}

.map-crease,
.map-spot,
.trail-segment {
  position: absolute;
  pointer-events: none;
}

.map-crease {
  background: rgba(81, 45, 18, 0.16);
  mix-blend-mode: multiply;
}

.map-crease.horizontal {
  top: 46%;
  left: 8%;
  width: 84%;
  height: 2px;
}

.map-crease.vertical {
  top: 8%;
  left: 48%;
  width: 2px;
  height: 84%;
}

.map-spot {
  border-radius: 999px;
  filter: blur(12px);
}

.spot-a {
  top: 18%;
  left: 18%;
  width: 4rem;
  height: 4rem;
  background: rgba(83, 51, 25, 0.18);
}

.spot-b {
  right: 12%;
  bottom: 14%;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 219, 164, 0.1);
}

.trail-segment {
  width: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(95, 52, 21, 0.92), rgba(195, 116, 46, 0.94));
  box-shadow: 0 0 10px rgba(96, 50, 22, 0.12);
}

.seg-1 { left: 30%; bottom: 8%; height: 18%; transform: rotate(-11deg); }
.seg-2 { left: 36%; bottom: 22%; height: 15%; transform: rotate(8deg); }
.seg-3 { left: 43%; bottom: 35%; height: 15%; transform: rotate(-9deg); }
.seg-4 { left: 49%; bottom: 48%; height: 16%; transform: rotate(10deg); }
.seg-5 { left: 56%; bottom: 61%; height: 14%; transform: rotate(-7deg); }
.seg-6 { left: 63%; bottom: 73%; height: 13%; transform: rotate(12deg); }

.map-pin,
.goal-star {
  position: absolute;
}

.map-pin {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(30, 17, 6, 0.8);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(129, 53, 8, 0.12);
}

.pin-start { left: 29.5%; bottom: 7.5%; background: #55331c; }
.pin-current { left: 36.2%; bottom: 24.5%; background: var(--orange); }

.goal-star {
  top: 10.5%;
  left: 65.2%;
  color: #5e3211;
  font-size: 1.35rem;
  line-height: 1;
}

.map-tag {
  position: absolute;
  max-width: 13rem;
  padding: 0.65rem 0.8rem;
  border-radius: 0.85rem;
  background: rgba(242, 229, 199, 0.82);
  border: 1px solid rgba(81, 55, 34, 0.16);
  box-shadow: 0 12px 24px rgba(52, 31, 12, 0.18);
}

.map-tag p,
.map-tag strong {
  margin: 0;
}

.map-tag strong {
  color: #3c2614;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.start-tag { left: 8%; bottom: 10%; }
.finish-tag { right: 8%; top: 12%; }
.current-tag { left: 51%; bottom: 27%; }

.map-distance {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(69, 44, 23, 0.74);
  color: #f4dfbf;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compass-mark {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(67, 42, 22, 0.28);
  border-radius: 999px;
  color: rgba(67, 42, 22, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.map-callout,
.content-shell,
.comments-shell {
  padding: 1.05rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(110, 132, 86, 0.18), rgba(46, 40, 34, 0.92)),
    rgba(67, 57, 47, 0.76);
}

.tracker-grid,
.entry-meta-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.8rem;
}

.entry-meta-grid {
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.tracker-item {
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.tracker-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wide-item {
  min-height: 5.5rem;
}

.compact-actions .button {
  flex: 1 1 10rem;
}

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

.journal-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 11rem;
  padding: 1rem;
  border-radius: 1.2rem;
}

.journal-card h3 {
  margin-top: 0.2rem;
  font-size: 1.35rem;
}

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

.journal-card p:last-child {
  margin-bottom: 0;
  color: #f1e4cf;
}

.journal-card-a { background: linear-gradient(180deg, rgba(245, 125, 31, 0.16), rgba(73, 54, 40, 0.9)); }
.journal-card-b { background: linear-gradient(180deg, rgba(127, 167, 184, 0.16), rgba(61, 54, 47, 0.9)); }
.journal-card-c { background: linear-gradient(180deg, rgba(131, 150, 97, 0.16), rgba(57, 51, 40, 0.9)); }
.journal-card-d { background: linear-gradient(180deg, rgba(214, 189, 141, 0.16), rgba(69, 58, 44, 0.9)); }

.notes-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(124, 111, 92, 0.5);
  background: linear-gradient(180deg, #efeadd 0%, var(--board) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 24px 60px rgba(0, 0, 0, 0.25);
  position: relative;
}

.notes-board::before {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 1px solid var(--board-line);
  border-radius: 1rem;
  pointer-events: none;
}

.notes-board::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0.45rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(87, 73, 57, 0.16);
  pointer-events: none;
}

.note-card {
  position: relative;
  min-height: 11rem;
  padding: 1rem 0.95rem 0.9rem;
  border-radius: 0.35rem;
  color: #24180f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.12)),
    #f5e6c7;
  border: 1px solid rgba(97, 72, 40, 0.18);
  box-shadow:
    0 10px 20px rgba(87, 73, 57, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.note-card::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #cf4f1e;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), 0 3px 6px rgba(0, 0, 0, 0.22);
}

.note-one { background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1)), #f2e7cf; transform: rotate(-2deg); }
.note-two { background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1)), #e6efd5; transform: rotate(1.5deg); }
.note-three { background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1)), #f1dfb7; transform: rotate(-1deg); }
.note-four { background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1)), #dce8e6; transform: rotate(2deg); }

.note-copy,
.comment-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.note-author,
.comment-author {
  color: #5f4731;
}

.about-strip {
  margin-top: 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  text-align: center;
  color: #ead6b5;
  background: rgba(86, 72, 55, 0.72);
}

.site-main {
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 3rem;
}

.content-shell {
  padding: 1.25rem;
}

.prose {
  color: var(--ink);
}

.prose > *:first-child {
  margin-top: 0;
}

.prose p,
.prose ul,
.prose ol,
.prose blockquote,
.prose figure {
  margin: 0 0 1rem;
}

.prose a {
  color: var(--orange-soft);
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.comment-list .comment {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
}

.comment-meta {
  margin-bottom: 0.5rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.comment-meta a {
  text-decoration: none;
}

.comment-reply-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.comment-form {
  display: grid;
  gap: 0.85rem;
}

.comment-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.prose input[type="text"],
.prose input[type="email"],
.prose textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(246, 239, 222, 0.12);
  border-radius: 0.9rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
}

.wp-block-image img,
.prose img {
  border-radius: 1rem;
}

.site-footer {
  padding-bottom: 2rem;
}

.site-footer-inner {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .hero,
  .map-shell,
  .feature-band,
  .notes-board,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-split,
  .page-header.section-heading-split {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-placeholder {
    min-height: 24rem;
  }

  .finish-tag {
    right: 6%;
  }

  .current-tag {
    left: 48%;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 18px;
  }

  .header-inner,
  .site-footer-inner {
    width: min(100% - 1rem, 42rem);
    flex-direction: column;
    align-items: flex-start;
  }

  main,
  .site-main {
    width: min(100% - 1rem, 42rem);
  }

  .hero-copy,
  .hero-stats,
  .feature-band,
  .map-callout,
  .journal-card,
  .notes-board,
  .about-strip,
  .content-shell,
  .comments-shell {
    border-radius: 1.1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .map-placeholder {
    min-height: 22rem;
  }

  .map-tag {
    max-width: 11rem;
  }

  .map-distance {
    width: calc(100% - 2rem);
    text-align: center;
  }

  .note-card {
    min-height: 9.5rem;
  }

  .button,
  input[type="submit"] {
    width: 100%;
  }
}
