:root {
  --ink: #163b2d;
  --ink-2: #25352e;
  --muted: #6d716a;
  --paper: #f6f2e9;
  --paper-2: #fbf8ef;
  --line: #d9d0c0;
  --line-dark: #a99b86;
  --green: #17452f;
  --green-2: #0f3226;
  --rust: #9f4f2c;
  --blue: #8bb8bd;
  --shadow: 0 20px 55px rgba(25, 33, 29, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
  --hand: "Noteworthy", "Bradley Hand", cursive;
  --menu: "Special Elite", "Courier New", monospace;
  --casual: "Coming Soon", "Comic Sans MS", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-2);
  background: #eee9de;
  font-family: var(--sans);
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.is-loading .login-view,
.is-loading .app-view,
.is-locked .app-view,
.is-authenticated .login-view {
  display: none;
}

.login-view {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: url("/assets/shagg-pond-landing.jpg") center / cover no-repeat;
  color: var(--ink);
}

.login-view::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 242, 233, .82) 0%, rgba(246, 242, 233, .28) 44%, rgba(12, 31, 25, .08) 72%),
    radial-gradient(circle at 50% 44%, rgba(246, 242, 233, .72), rgba(246, 242, 233, .14) 38%, rgba(15, 34, 26, .18) 100%);
}

.topo-layer {
  position: absolute;
  inset: -12%;
  opacity: .38;
  mix-blend-mode: multiply;
  background:
    repeating-radial-gradient(ellipse at 28% 18%, transparent 0 28px, rgba(80, 91, 76, .24) 29px 30px, transparent 31px 52px),
    repeating-radial-gradient(ellipse at 78% 8%, transparent 0 35px, rgba(148, 89, 53, .22) 36px 37px, transparent 38px 69px);
  transform: rotate(-6deg);
}

.login-panel {
  position: relative;
  width: min(720px, calc(100vw - 42px));
  margin-bottom: 58px;
  text-align: center;
  z-index: 1;
}

.tree-mark {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 12px;
  color: rgba(22, 59, 45, .76);
}

.tree-mark svg {
  width: 34px;
  height: 48px;
  fill: currentColor;
}

.tree-mark path:last-child {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.login-panel h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(58px, 9vw, 112px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: 0;
}

.ornament {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(330px, 54vw);
  gap: 14px;
  margin: 20px auto 12px;
  color: rgba(22, 59, 45, .72);
}

.ornament span {
  height: 1px;
  background: currentColor;
}

.ornament svg {
  width: 18px;
  height: 24px;
  fill: currentColor;
}

.tagline {
  margin: 0 0 72px;
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 28px);
  color: #26362f;
}

.login-card {
  width: min(468px, 100%);
  margin: 0 auto;
  padding: 28px 32px 26px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 8px;
  background: rgba(250, 248, 240, .72);
  box-shadow: 0 22px 60px rgba(28, 37, 32, .18);
  backdrop-filter: blur(12px);
}

.lock-large {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  color: #20382e;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.login-card p {
  margin: 0 0 18px;
  color: #2d302e;
  font-size: 16px;
  line-height: 1.5;
}

.password-field {
  position: relative;
  display: block;
  margin: 0 0 16px;
}

.password-field span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.password-field input {
  width: 100%;
  height: 58px;
  padding: 0 50px 0 18px;
  border: 1px solid #bbb5a8;
  border-radius: 5px;
  background: rgba(255, 255, 255, .7);
  color: var(--ink-2);
  font-size: 15px;
  outline: none;
}

.password-field input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(23, 69, 47, .15);
}

.icon-button {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #62645f;
  cursor: pointer;
}

.icon-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.primary-button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: #fffdf5;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

.primary-button:hover {
  background: #0f3828;
}

.login-message {
  min-height: 20px;
  margin: 12px 0 0 !important;
  color: #8b2e1a !important;
  font-weight: 700;
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 1000;
  max-width: min(440px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid rgba(68, 35, 18, .28);
  border-radius: 5px;
  background: #fff7df;
  color: #3f2315;
  box-shadow: 0 14px 28px rgba(27, 15, 9, .28);
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity .18s ease, transform .18s ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.login-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px 28px;
  background: var(--green);
  color: #f3ecda;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  z-index: 1;
}

.login-footer span,
.site-footer p span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
}

.login-footer svg,
.site-footer > svg {
  width: 32px;
  height: 38px;
  fill: rgba(235, 225, 197, .42);
}

.app-view {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(120, 105, 78, .06) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(120, 105, 78, .05) 0 1px, transparent 1px),
    var(--paper-2);
  background-size: 36px 36px;
}

.app-page:not(.is-active-page) {
  display: none;
}

.camp-rules-gate[hidden] {
  display: none;
}

.camp-rules-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 58px);
  background:
    radial-gradient(ellipse at center, rgba(61, 36, 15, .2), rgba(33, 15, 5, .62) 72%),
    rgba(27, 14, 7, .55);
}

.camp-rules-frame {
  --rules-paper: #efe2bf;
  position: relative;
  width: min(620px, 92vw);
  margin: 0;
  padding: clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px) clamp(82px, 10vw, 110px);
  background:
    radial-gradient(ellipse at 18% 12%, rgba(255, 251, 232, .55), transparent 28%),
    radial-gradient(ellipse at 84% 80%, rgba(113, 74, 35, .2), transparent 34%),
    linear-gradient(112deg, rgba(80, 47, 17, .11), transparent 22%, rgba(255, 255, 255, .2) 52%, rgba(90, 55, 20, .14) 84%),
    var(--rules-paper);
  border: 2px solid rgba(74, 43, 16, .5);
  border-radius: 3px 4px 5px 3px;
  box-shadow:
    0 24px 38px rgba(16, 8, 3, .45),
    0 3px 0 rgba(255, 249, 224, .55) inset,
    0 -2px 0 rgba(83, 52, 20, .13) inset;
  filter: drop-shadow(0 8px 9px rgba(18, 8, 2, .25));
  transform: rotate(-.35deg);
}

.camp-rules-frame::before,
.camp-rules-frame::after {
  content: "";
  position: absolute;
  top: -11px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(48, 28, 10, .62);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 28%, #f6dea0 0 12%, #bd8d35 35%, #6a4619 66%, #281607 100%);
  box-shadow:
    0 3px 5px rgba(20, 9, 3, .42),
    inset -3px -3px 4px rgba(45, 25, 8, .42),
    inset 3px 3px 4px rgba(255, 240, 172, .54);
}

.camp-rules-frame::before {
  left: 38px;
}

.camp-rules-frame::after {
  right: 38px;
}

.camp-rules-frame img {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid rgba(78, 45, 15, .62);
  box-shadow:
    0 1px 0 rgba(255, 250, 232, .72),
    0 12px 22px rgba(43, 24, 8, .22);
}

.camp-rules-matte {
  position: absolute;
  left: clamp(14px, 2vw, 20px);
  right: clamp(14px, 2vw, 20px);
  bottom: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  color: #143f35;
}

.camp-rules-matte h1 {
  margin: 0;
  font-family: var(--menu);
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 400;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.camp-rules-accept {
  appearance: none;
  min-width: 138px;
  min-height: 44px;
  padding: 11px 22px 9px;
  border: 2px solid rgba(20, 63, 53, .82);
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(255, 250, 227, .82), rgba(221, 204, 157, .55)),
    #efe2bf;
  color: #143f35;
  font-family: var(--menu);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    0 3px 0 rgba(20, 63, 53, .18),
    0 1px 0 rgba(255, 255, 255, .72) inset;
  cursor: pointer;
}

.camp-rules-accept:hover,
.camp-rules-accept:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 252, 237, .94), rgba(225, 207, 158, .68)),
    #f4e8c4;
  outline: 2px solid rgba(143, 100, 8, .55);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(190px, 260px) 1fr auto;
  align-items: center;
  min-height: 86px;
  padding: 16px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 240, .94);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
}

.brand-sign {
  display: block;
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 2vw, 34px);
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  color: #242f2a;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: var(--rust);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.privacy-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #303a34;
  font-size: 13px;
}

.privacy-actions span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.privacy-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.field-guide-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  column-gap: 0;
  max-width: 1680px;
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: rgba(250, 248, 241, .82);
  box-shadow: 0 18px 60px rgba(40, 38, 31, .08);
}

.field-guide-shell.is-active-page {
  display: grid;
}

.hero-map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 34px clamp(26px, 5vw, 72px);
  background: #dce5e3;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(250, 248, 240, .74), rgba(250, 248, 240, .28) 46%, rgba(20, 44, 35, .18)),
    linear-gradient(180deg, rgba(250, 248, 240, .5), rgba(20, 44, 35, .12));
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(.96);
}

.map-art {
  position: relative;
  z-index: 2;
}

.map-art {
  width: fit-content;
  max-width: 100%;
  border-radius: 6px;
  line-height: 0;
}

.map-art img {
  display: block;
  width: min(340px, 100%);
  height: auto;
  max-height: min(56vh, 470px);
  object-fit: contain;
  border: 1px solid rgba(120, 105, 78, .28);
  border-radius: 4px;
  background: #f8f4e9;
  filter: saturate(.9) contrast(.98);
  box-shadow: 0 18px 34px rgba(43, 41, 34, .16);
}

.side-rail {
  grid-row: span 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 26px;
  border-left: 1px solid var(--line);
  background: rgba(246, 242, 233, .72);
}

.rail-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(250, 248, 240, .72);
}

.rail-card h3 {
  margin: 0 0 18px;
  color: #2f443a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rail-card p {
  margin: 0 0 12px;
  color: #313a34;
  font-size: 15px;
  line-height: 1.55;
}

.rail-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.rail-card a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
  transform: rotate(45deg);
}

.condition-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.weather-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f4e4b7;
  color: #7b3d25;
  flex: 0 0 auto;
}

.weather-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.weather-sketch .sketch-hatch,
.weather-sketch .weather-lines {
  stroke-width: 1.25;
}

.weather-sketch .sun-rays,
.weather-sketch .weather-bolt {
  fill: none;
}

.weather-sketch .weather-drops,
.weather-sketch .weather-snow {
  stroke-width: 1.35;
}

.conditions-card p {
  margin: 0;
}

.conditions-card strong {
  color: var(--ink);
  font-size: 19px;
}

#weatherCondition {
  color: var(--ink-2);
}

#weatherDetail,
#weatherUpdated {
  display: inline-block;
}

.conditions-card span span,
#weatherDetail,
#weatherUpdated,
.conditions-card .weather-source {
  color: var(--muted);
  font-size: 13px;
}

.conditions-card .weather-source {
  display: inline;
  margin: 2px 0 0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.conditions-card .weather-source::after {
  content: none;
}

.link-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-list a {
  margin: 0;
  font-weight: 600;
}

.link-list [data-icon],
.resource-icon,
.resource-lock {
  display: inline-grid;
  place-items: center;
  color: var(--ink);
}

[data-icon] svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-icon="pine"] svg {
  fill: none;
}

.resource-section {
  padding: 28px clamp(24px, 4vw, 62px) 36px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--line);
}

.section-heading svg {
  width: 36px;
  height: 36px;
  color: var(--ink);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  color: #263a31;
}

.resource-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(253, 250, 242, .88);
}

.resource-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) minmax(190px, 330px) 36px;
  align-items: center;
  min-height: 110px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  color: #1f2c27;
  transition: background .18s ease;
}

.resource-row:hover {
  background: rgba(231, 226, 214, .52);
}

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

.resource-icon svg,
.resource-lock svg {
  width: 36px;
  height: 36px;
}

.resource-copy strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  color: #263a31;
}

.resource-copy small {
  display: block;
  color: #3e4641;
  font-size: 15px;
  line-height: 1.35;
}

.resource-row img {
  width: 100%;
  height: 82px;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(.92) contrast(.96);
}

.row-arrow {
  width: 11px;
  height: 11px;
  border-top: 2px solid #1e2e28;
  border-right: 2px solid #1e2e28;
  transform: rotate(45deg);
  justify-self: end;
}

.private-row {
  grid-template-columns: 56px minmax(0, 1fr) auto 36px;
  min-height: 106px;
}

.private-label {
  color: #27342f;
  font-size: 14px;
  font-weight: 700;
}

.page-layout {
  min-height: calc(100vh - 86px);
  padding: clamp(28px, 5vw, 72px);
  background:
    repeating-radial-gradient(ellipse at 18% 6%, transparent 0 35px, rgba(107, 120, 97, .1) 36px 37px, transparent 38px 70px),
    rgba(250, 248, 241, .92);
}

.page-layout.is-active-page {
  display: block;
}

.page-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.back-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.page-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 66px);
  font-weight: 400;
  line-height: .98;
}

.page-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #3d433d;
  font-size: 17px;
  line-height: 1.55;
}

.document-button,
.log-filters button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 0 16px;
  background: var(--green);
  color: #fffdf5;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.log-filters {
  display: grid;
  grid-template-columns: 120px 120px minmax(180px, 1fr) minmax(220px, 1.2fr) auto;
  gap: 14px;
  align-items: end;
  margin: 28px 0 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(253, 250, 242, .82);
}

.log-filters label {
  display: grid;
  gap: 7px;
}

.log-filters span {
  color: #2f443a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.log-filters input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .7);
  color: var(--ink-2);
}

.log-filters input:focus {
  outline: 3px solid rgba(23, 69, 47, .15);
  border-color: var(--green);
}

.log-summary {
  margin: 16px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.log-summary:empty {
  display: none;
}

.log-entries {
  display: grid;
  gap: 12px;
}

.log-entry {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(253, 250, 242, .88);
  overflow: hidden;
}

.log-entry summary {
  display: grid;
  grid-template-columns: minmax(140px, .28fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.log-entry summary::-webkit-details-marker {
  display: none;
}

.log-entry summary::after {
  content: "";
  position: absolute;
}

.log-date {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
}

.log-date small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.log-preview {
  color: #3d433d;
  font-size: 15px;
  line-height: 1.45;
}

.log-preview-text,
.log-full-text {
  display: block;
  white-space: pre-wrap;
}

.log-full-text {
  display: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.log-entry[open] .log-preview-text {
  display: none;
}

.log-entry[open] .log-full-text {
  display: block;
}

.log-entry[open] .truncation-pill {
  display: none;
}

.truncation-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.45em;
  margin-left: 8px;
  padding: 0 9px 2px;
  border: 1px solid rgba(76, 54, 35, .2);
  border-radius: 4px;
  background: rgba(198, 178, 138, .5);
  color: #1f463c;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  vertical-align: baseline;
}

.log-entry-text {
  border-top: 1px solid var(--line);
  padding: 18px 20px 22px;
  white-space: pre-wrap;
  color: #26312b;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
}

.doc-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.camp-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, auto);
  gap: 24px;
  align-items: end;
  margin-top: 28px;
  border: 1px solid rgba(54, 73, 54, .36);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 48%),
    linear-gradient(0deg, rgba(37, 66, 45, .08), rgba(37, 66, 45, .08)),
    var(--paper-2);
  box-shadow: 0 15px 24px rgba(43, 24, 12, .16);
}

.camp-contact-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #6d3c22;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.camp-contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.1;
}

.camp-contact-details {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
  color: #26352d;
  font-size: 18px;
  line-height: 1.45;
}

.camp-contact-details a {
  color: var(--ink);
  font-weight: 900;
}

.camp-contact-details address {
  font-style: normal;
}

.family-contact-section {
  margin-top: 28px;
}

.family-contact-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 16px;
}

.family-contact-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 32px;
}

.copy-emails-button {
  border: 1px solid rgba(19, 74, 61, .35);
  border-radius: 6px;
  padding: 9px 14px;
  background: var(--ink);
  color: #fff8e8;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.copy-emails-button:hover,
.copy-emails-button:focus-visible {
  background: #1f5d4b;
}

.copy-emails-status {
  color: #5a4a36;
  font-size: 13px;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(253, 250, 242, .88);
}

.contact-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
}

.contact-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.contact-card dl > div {
  display: grid;
  gap: 3px;
  border-top: 1px solid rgba(169, 155, 134, .55);
  padding-top: 10px;
}

.contact-card dt {
  color: #6d3c22;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-card dd {
  display: grid;
  gap: 3px;
  margin: 0;
  color: #26352d;
  font-size: 15px;
  line-height: 1.38;
}

.contact-card a {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-weight: 800;
}

.doc-group {
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(253, 250, 242, .86);
}

.doc-group h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
}

.doc-group a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 14px 0 2px;
  color: var(--ink);
  font-weight: 700;
}

.doc-group a::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
  align-items: start;
}

.schedule-list-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(253, 250, 242, .88);
  overflow: hidden;
}

.schedule-side {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
}

.schedule-list-heading {
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.schedule-list-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
}

.schedule-list-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.schedule-list-heading .schedule-reserve-link {
  margin-top: 12px;
}

.schedule-reserve-link a {
  color: var(--green);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.schedule-entries {
  display: grid;
}

.schedule-entry {
  display: grid;
  grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 17px 22px;
  border-bottom: 1px solid var(--line);
}

.schedule-entry:last-child {
  border-bottom: 0;
}

.schedule-entry.is-reserved {
  background: rgba(239, 231, 204, .68);
}

.schedule-range {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
}

.schedule-status {
  display: inline-block;
  margin-bottom: 5px;
  color: #2f443a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.schedule-entry h3 {
  margin: 0;
  color: #28352e;
  font-size: 18px;
  line-height: 1.25;
}

.schedule-entry.is-open h3 {
  color: var(--muted);
  font-weight: 700;
}

.schedule-note {
  margin: 6px 0 0;
  color: #6d3c22;
  font-size: 14px;
  font-weight: 700;
  white-space: pre-line;
}

.compact-empty {
  padding: 12px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 22px;
  margin-top: 28px;
  align-items: start;
}

.newsletter-reader,
.newsletter-sidebar {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(253, 250, 242, .88);
  overflow: hidden;
}

.reader-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.reader-heading h2,
.newsletter-sidebar h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
}

.reader-heading p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.reader-kicker {
  margin: 0 0 8px !important;
  color: #2f443a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.newsletter-frame {
  display: block;
  width: 100%;
  min-height: clamp(900px, 118vh, 1240px);
  border: 0;
  background: #e5dfd2;
}

.newsletter-sidebar {
  padding: 20px 22px;
}

.newsletter-sidebar h2 {
  margin-bottom: 22px;
}

.newsletter-sidebar .log-summary {
  margin: 10px 0 18px;
  line-height: 1.45;
}

.newsletter-archive {
  display: grid;
  gap: 10px;
}

.newsletter-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
  background: rgba(250, 248, 240, .72);
  color: var(--ink-2);
  text-align: left;
  cursor: pointer;
}

.newsletter-item:hover,
.newsletter-item.is-selected {
  border-color: #7e8f82;
  background: rgba(235, 229, 214, .9);
}

.newsletter-item strong,
.newsletter-item small {
  display: block;
}

.newsletter-item strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.2;
}

.newsletter-item small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.latest-pill {
  border: 1px solid #8f9d77;
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.history-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 26px 0 18px;
}

.family-history-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
  border-bottom: 1px solid rgba(107, 82, 52, .24);
}

.family-history-tab {
  position: relative;
  min-height: 42px;
  border: 1px solid rgba(112, 83, 51, .28);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 0 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .28), transparent 55%),
    #f4e4c2;
  color: #334239;
  font-family: var(--menu);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, .22) inset;
}

.family-history-tab:hover,
.family-history-tab.is-active {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .38), transparent 58%),
    var(--note-light);
  color: var(--ink);
}

.family-history-tab.is-active::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -5px;
  left: 10px;
  height: 7px;
  background: var(--note-light);
}

.family-history-panel[hidden] {
  display: none;
}

.history-toolbar .log-summary {
  margin: 0;
}

.history-toolbar label {
  display: grid;
  gap: 7px;
  width: min(380px, 100%);
}

.history-toolbar span {
  color: #2f443a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.history-toolbar input {
  min-height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .7);
}

.history-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.history-index,
.history-story,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(253, 250, 242, .88);
}

.history-index {
  position: sticky;
  top: 108px;
  max-height: calc(100vh - 132px);
  padding: 18px;
  overflow: auto;
}

.history-index h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
}

.history-nav {
  display: grid;
  gap: 8px;
}

.history-nav-item {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 11px 12px;
  background: transparent;
  color: var(--ink-2);
  text-align: left;
  cursor: pointer;
}

.history-nav-item:hover,
.history-nav-item.is-selected {
  border-color: #7e8f82;
  background: rgba(235, 229, 214, .82);
}

.history-nav-item strong,
.history-nav-item span {
  display: block;
}

.history-nav-item strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.2;
}

.history-nav-item span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.history-content {
  display: grid;
  gap: 14px;
}

.history-story {
  overflow: hidden;
}

.history-story summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.history-story summary::-webkit-details-marker {
  display: none;
}

.history-story summary::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 9px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  transform: rotate(135deg);
  flex: 0 0 auto;
}

.history-story[open] summary::after {
  transform: rotate(-45deg);
  margin-top: 13px;
}

.history-story summary strong,
.empty-state h2 {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.12;
}

.history-story summary small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.history-copy {
  border-top: 1px solid var(--line);
  padding: 20px 24px 26px;
}

.history-copy p {
  max-width: 78ch;
  margin: 0 0 16px;
  color: #26312b;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.62;
}

.history-copy h3 {
  margin: 22px 0 10px;
  color: #2f443a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.history-text-link {
  color: #0f4a35;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.history-figure {
  max-width: 620px;
  margin: 22px 0 18px;
  padding: 10px;
  background: #fff9ed;
  border: 1px solid rgba(96, 76, 49, .24);
  box-shadow: 0 10px 22px rgba(40, 28, 16, .12);
}

.history-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.history-video {
  max-width: 760px;
  margin: 24px 0 18px;
  padding: 10px;
  background: #fff9ed;
  border: 1px solid rgba(96, 76, 49, .24);
  box-shadow: 0 10px 22px rgba(40, 28, 16, .12);
}

.history-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 2px;
  background: #1e211d;
}

.family-tree-panel {
  overflow-x: auto;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid var(--line);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2), transparent 42%),
    var(--note-light);
}

.family-tree-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  margin: 0;
  min-width: min(1120px, 100%);
  padding: 8px;
  background: rgba(255, 250, 238, .68);
  box-shadow:
    0 16px 28px rgba(46, 30, 17, .16),
    inset 0 0 0 1px rgba(101, 78, 48, .18);
}

.family-tree-image {
  min-width: 0;
  background: #0f0d0b;
}

.family-tree-image-left {
  box-shadow: inset -1px 0 0 rgba(112, 92, 66, .25);
}

.family-tree-image-right {
  box-shadow: inset 1px 0 0 rgba(112, 92, 66, .16);
}

.family-tree-image img {
  display: block;
  width: 100%;
  height: auto;
}

.empty-state {
  padding: 22px;
}

.empty-state h2 {
  margin: 0 0 8px;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.photo-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 26px 0 18px;
}

.photo-toolbar .log-summary {
  margin: 0;
}

.photo-toolbar label {
  display: grid;
  gap: 7px;
  width: min(360px, 100%);
}

.photo-toolbar span {
  color: #2f443a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.photo-toolbar input {
  min-height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .7);
}

.photo-albums {
  display: grid;
  gap: 24px;
}

.album-index {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}

.album-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  background: rgba(253, 250, 242, .86);
  color: var(--ink);
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 14px rgba(43, 24, 12, .12);
}

.album-card:hover {
  border-color: #8d8068;
  transform: translateY(-2px);
}

.album-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.9) contrast(.98);
}

.album-card span {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.album-card strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.08;
}

.album-card em,
.album-card small {
  color: #2f443a;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.album-card small {
  color: var(--muted);
}

.photo-album {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(253, 250, 242, .86);
  overflow: hidden;
}

.album-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}

.album-heading h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 28px;
}

.album-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.album-heading > span {
  color: #2f443a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.album-back-button {
  border: 0;
  padding: 0 0 10px;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.album-back-button::before {
  content: "< ";
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1px;
  background: var(--line);
}

.photo-tile {
  min-width: 0;
  border: 0;
  padding: 0;
  background: var(--paper-2);
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.photo-tile img,
.photo-tile video {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #20251f;
}

.photo-tile img {
  filter: saturate(.94) contrast(.97);
}

.photo-tile span {
  display: block;
  min-height: 46px;
  padding: 9px 10px;
  color: #303a34;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.photo-viewer {
  width: min(1120px, calc(100vw - 28px));
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--paper-2);
}

.photo-viewer::backdrop {
  background: rgba(12, 8, 5, .82);
  backdrop-filter: blur(2px);
}

.photo-viewer-inner {
  position: relative;
  min-height: min(760px, calc(100vh - 36px));
  display: grid;
  place-items: center;
  padding: 46px 70px 34px;
}

.photo-viewer-frame {
  width: 100%;
  margin: 0;
  border: 12px solid #fff7e7;
  border-bottom-width: 0;
  background: #100f0c;
  box-shadow:
    0 26px 48px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(255, 247, 231, .14);
}

.photo-viewer-media {
  display: grid;
  place-items: center;
  min-height: min(68vh, 670px);
  background: #11100d;
  cursor: pointer;
}

.photo-viewer-media.is-video {
  cursor: default;
}

.photo-viewer-media img,
.photo-viewer-media video {
  display: block;
  max-width: 100%;
  max-height: min(68vh, 670px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.photo-viewer-media video {
  width: 100%;
}

.photo-viewer-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(92, 69, 41, .24);
  padding: 13px 16px 15px;
  background: #fff7e7;
  color: #2f2a20;
}

.photo-viewer-frame figcaption strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.2;
}

.photo-viewer-frame figcaption span {
  color: #635844;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.photo-viewer-close,
.photo-viewer-nav {
  border: 1px solid rgba(255, 247, 231, .36);
  background: rgba(24, 16, 10, .76);
  color: #fff7e7;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .32);
  cursor: pointer;
}

.photo-viewer-close:hover,
.photo-viewer-nav:hover {
  background: rgba(35, 24, 15, .94);
}

.photo-viewer-close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.photo-viewer-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 70px;
  border-radius: 999px;
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1;
  transform: translateY(-50%);
}

.photo-viewer-nav:disabled {
  opacity: .35;
  cursor: default;
}

.photo-viewer-prev {
  left: 10px;
}

.photo-viewer-next {
  right: 10px;
}

@media (max-width: 700px) {
  .photo-viewer-inner {
    min-height: calc(100vh - 20px);
    padding: 56px 12px 18px;
  }

  .photo-viewer-frame {
    border-width: 8px 8px 0;
  }

  .photo-viewer-media {
    min-height: 54vh;
  }

  .photo-viewer-media img,
  .photo-viewer-media video {
    max-height: 62vh;
  }

  .photo-viewer-frame figcaption {
    display: grid;
    gap: 5px;
  }

  .photo-viewer-frame figcaption span {
    white-space: normal;
  }

  .photo-viewer-nav {
    width: 40px;
    height: 56px;
    font-size: 38px;
  }

  .photo-viewer-prev {
    left: 12px;
  }

  .photo-viewer-next {
    right: 12px;
  }
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 26px;
  min-height: 72px;
  padding: 18px clamp(24px, 4vw, 62px);
  border-top: 1px solid var(--line);
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #3b443f;
  font-size: 13px;
}

.legend span,
.site-footer p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.legend i {
  display: inline-block;
  width: 30px;
  height: 10px;
}

.trail-key {
  border-top: 2px dashed var(--rust);
}

.road-key {
  border-top: 2px solid #303b34;
}

.dock-key::before,
.canoe-key::before,
.cabin-key::before {
  display: block;
  color: var(--ink);
  line-height: 1;
}

.dock-key::before {
  content: "⚓";
  font-size: 21px;
}

.canoe-key::before {
  content: "⟋";
  font-size: 26px;
}

.cabin-key::before {
  content: "⌂";
  font-size: 22px;
}

.site-footer p {
  margin: 0;
  color: #4a504b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
    row-gap: 10px;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .privacy-actions {
    justify-self: end;
  }

  .field-guide-shell {
    grid-template-columns: 1fr;
  }

  .side-rail {
    grid-row: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

}

@media (max-width: 920px) {
  .hero-map {
    padding: 32px 24px;
  }

  .side-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 24px;
  }

  .resource-row {
    grid-template-columns: 48px minmax(0, 1fr) 28px;
    gap: 12px;
    min-height: 122px;
    padding: 18px;
  }

  .resource-row img {
    grid-column: 2 / 3;
    width: 100%;
    height: 120px;
    margin-top: 6px;
  }

  .private-row {
    grid-template-columns: 48px minmax(0, 1fr) auto 28px;
  }

  .log-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .log-filters button {
    grid-column: 1 / -1;
  }

  .page-hero,
  .history-toolbar,
  .photo-toolbar,
  .album-heading,
  .reader-heading {
    align-items: start;
    flex-direction: column;
  }

  .history-layout {
    grid-template-columns: 1fr;
  }

  .history-index {
    position: static;
    max-height: none;
  }

  .schedule-layout {
    grid-template-columns: 1fr;
  }

  .camp-contact-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .camp-contact-details {
    justify-items: start;
    text-align: left;
  }

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

  .schedule-side {
    position: static;
  }

  .newsletter-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .login-panel {
    margin-bottom: 86px;
  }

  .login-panel h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .tagline {
    margin-bottom: 44px;
  }

  .login-card {
    padding: 24px 20px;
  }

  .login-footer {
    min-height: 64px;
    gap: 12px;
    font-size: 12px;
    letter-spacing: .14em;
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand strong {
    font-size: 28px;
  }

  .hero-map {
    padding: 28px 18px;
  }

  .map-art img {
    width: min(100%, 340px);
    max-height: 420px;
  }

  .side-rail {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 16px;
  }

  .resource-section {
    padding: 22px 18px 24px;
  }

  .section-heading h2 {
    font-size: 22px;
  }

  .resource-row {
    grid-template-columns: 42px minmax(0, 1fr) 22px;
  }

  .resource-copy strong {
    font-size: 18px;
  }

  .private-row {
    grid-template-columns: 42px minmax(0, 1fr) 22px;
  }

  .private-label {
    display: none;
  }

  .page-layout {
    padding: 24px 18px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .log-filters {
    grid-template-columns: 1fr;
  }

  .log-entry summary {
    grid-template-columns: 1fr;
  }

  .schedule-entry {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .schedule-range {
    font-size: 20px;
  }

  .history-story summary strong {
    font-size: 23px;
  }

  .history-copy {
    padding: 18px;
  }

  .history-copy p {
    font-size: 17px;
  }

  .history-figure {
    max-width: 100%;
  }

  .family-history-tabs {
    gap: 6px;
  }

  .family-history-tab {
    flex: 1 1 140px;
    padding: 0 12px;
  }

  .family-tree-panel {
    padding: 14px;
  }

  .family-tree-board {
    min-width: 720px;
    padding: 8px;
  }

  .reader-heading,
  .newsletter-sidebar {
    padding: 18px;
  }

  .newsletter-frame {
    min-height: 520px;
  }

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

/* Camp bulletin-board redesign */
:root {
  --wood-dark: #2a160c;
  --wood: #5d3920;
  --wood-light: #7b4f2c;
  --cork: #a77749;
  --cork-dark: #6e4729;
  --note: #f2e4c8;
  --note-light: #fbf4e5;
  --notebook: #f7edcf;
  --blue-note: #9eb8bd;
  --pin-red: #9f2f21;
  --pin-blue: #1d5782;
  --pin-brass: #b78a3c;
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .5), transparent 32rem),
    #e5ddcd;
}

.login-view {
  padding: 26px;
  background:
    linear-gradient(rgba(19, 36, 28, .16), rgba(19, 36, 28, .28)),
    url("/assets/shagg-pond-landing.jpg") center / cover no-repeat;
}

.login-view::before {
  background:
    linear-gradient(180deg, rgba(246, 237, 218, .18), rgba(16, 32, 25, .2)),
    radial-gradient(circle at 50% 48%, rgba(246, 237, 218, .08), rgba(8, 20, 17, .38) 78%);
}

.topo-layer {
  display: none;
}

.login-panel {
  display: grid;
  justify-items: center;
  width: min(720px, calc(100vw - 42px));
  margin: 0;
}

.tree-mark,
.ornament {
  display: none;
}

.login-sign {
  display: block;
  width: min(520px, 86vw);
  height: auto;
  margin: 0 0 30px;
  filter: saturate(.92) contrast(.98) drop-shadow(0 18px 28px rgba(0, 0, 0, .34));
  transform: rotate(-.4deg);
}

.login-panel h1 {
  position: relative;
  margin-bottom: 12px;
  border: 7px solid #3a2417;
  border-radius: 5px;
  padding: 22px clamp(28px, 6vw, 58px) 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 22%, rgba(0, 0, 0, .13) 88%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 9px),
    linear-gradient(135deg, #234637, #132c22);
  color: #eee2bf;
  font-family: var(--serif);
  font-size: clamp(46px, 8vw, 88px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .26);
  box-shadow:
    0 20px 35px rgba(0, 0, 0, .34),
    inset 0 0 0 1px rgba(255, 255, 255, .1);
  transform: rotate(-1.1deg);
}

.login-panel h1::before,
.login-panel h1::after {
  content: "";
  position: absolute;
  top: -48px;
  width: 2px;
  height: 48px;
  background: #2b2419;
}

.login-panel h1::before {
  left: 14%;
}

.login-panel h1::after {
  right: 14%;
}

.tagline {
  margin: 0 0 34px;
  border-radius: 999px;
  padding: 6px 18px;
  background: rgba(20, 37, 29, .68);
  color: #fbf0d4;
  font-size: clamp(18px, 2.5vw, 24px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.login-card {
  position: relative;
  width: min(420px, 100%);
  border: 0;
  border-radius: 3px;
  padding: 34px 34px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .38), transparent 28%),
    var(--note-light);
  box-shadow:
    0 18px 35px rgba(0, 0, 0, .28),
    inset 0 0 0 1px rgba(121, 91, 54, .2);
  clip-path: polygon(1% 3%, 98% 0, 100% 94%, 94% 99%, 78% 98%, 65% 100%, 42% 98%, 22% 100%, 0 96%);
  backdrop-filter: none;
}

.login-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(50, 31, 12, .34);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 236, 177, .42) 0 6%, transparent 7%),
    radial-gradient(circle at 46% 40%, rgba(255, 215, 134, .18) 0 23%, transparent 24%),
    radial-gradient(circle at 54% 60%, #a87932 0 42%, #76511f 63%, #3f2a10 100%);
  box-shadow:
    inset 1px 1px 1px rgba(255, 238, 188, .18),
    inset -3px -4px 5px rgba(31, 19, 8, .42),
    0 1px 0 rgba(255, 242, 196, .12),
    2px 5px 5px rgba(31, 17, 7, .30);
  filter: saturate(.88) contrast(.98);
  transform: translateX(-50%) rotate(-5deg);
}

.login-card p {
  color: #352d22;
}

.lock-large {
  color: #293429;
}

.password-field input {
  border-color: #aa9673;
  background: rgba(255, 253, 246, .86);
}

.primary-button {
  background: #173f2c;
}

.login-footer {
  min-height: 66px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05), transparent 20%, rgba(0, 0, 0, .2)),
    #173f2c;
}

.app-view {
  min-height: 100vh;
  padding: 0;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(255, 229, 177, .08), transparent 34rem),
    radial-gradient(ellipse at 88% 8%, rgba(0, 0, 0, .22), transparent 38rem),
    linear-gradient(90deg, rgba(255, 255, 255, .035), transparent 24%, rgba(0, 0, 0, .12)),
    linear-gradient(100deg, #251309, #4b2c18 38%, #351b0e 78%, #653d21);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 0;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  padding: 2px clamp(18px, 2.8vw, 34px) 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "brand"
    "nav";
  gap: 2px;
  background: url("/assets/header-wood-altamerteva.png");
  background-position: center;
  background-size: cover;
  box-shadow:
    0 22px 34px rgba(19, 10, 4, .42),
    0 8px 12px rgba(19, 10, 4, .34),
    inset 0 -10px 18px rgba(30, 13, 5, .22);
  backdrop-filter: none;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 18px;
  background: linear-gradient(180deg, rgba(19, 10, 4, .34), transparent);
  pointer-events: none;
}

.brand {
  grid-area: brand;
  position: relative;
  justify-self: center;
  align-self: start;
  display: block;
  width: min(672px, calc(100% - clamp(300px, 25vw, 420px)));
  margin: 0 auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--note-light);
  transform: none;
}

.brand::before,
.brand::after {
  display: none;
}

.brand-sign {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  filter: saturate(.92) contrast(1) drop-shadow(0 5px 10px rgba(0, 0, 0, .28));
}

.main-nav {
  grid-area: nav;
  position: relative;
  align-self: end;
  justify-self: center;
  min-width: 0;
  width: calc(100% + clamp(18px, 3vw, 44px));
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 8px 8px 7px;
  gap: 0;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  flex-wrap: nowrap;
  row-gap: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

.main-nav a {
  --paper-base: #e9ddc3;
  --paper-edge: rgba(73, 48, 24, .5);
  --paper-stain: rgba(92, 55, 22, .18);
  --paper-image: url("/assets/nav-tab-paper-ragged.png");
  --tab-tilt: -.4deg;
  --tab-y: 0px;
  --pin-left: 9px;
  --pin-right: 10px;
  position: relative;
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(98px, 9.2vw, 150px);
  min-height: 54px;
  margin-right: -1px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background:
    transparent;
  color: inherit;
  text-decoration: none;
  overflow: visible;
  transform: translateY(var(--tab-y)) rotate(var(--tab-tilt));
  transition: transform .16s ease;
}

.main-nav .nav-paper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  border: 0;
  border: 1px solid rgba(73, 48, 24, .36);
  border-radius: 2px;
  padding: 12px 18px 10px;
  background: #e9ddc3;
  color: #221d18;
  font-family: var(--menu);
  font-size: clamp(14px, 1.12vw, 19px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: .02em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
  text-transform: uppercase;
  white-space: normal;
  isolation: isolate;
  filter: drop-shadow(0 5px 6px rgba(22, 10, 3, .26));
  transition: background-color .16s ease, filter .16s ease, box-shadow .16s ease;
}

@supports (--altamerteva-css-vars: 1) {
  .main-nav .nav-paper {
    border: 0;
    border-radius: 0;
    background: transparent;
  }
}

.main-nav .nav-paper::before,
.main-nav .nav-paper::after {
  content: "";
  position: absolute;
  inset: -4px -7px;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main-nav .nav-paper::before {
  z-index: -2;
  background-image: url("/assets/nav-tab-paper-ragged.png");
  background-image: var(--paper-image);
}

.main-nav .nav-paper::after {
  z-index: -1;
  background:
    radial-gradient(ellipse at 12% 18%, var(--paper-stain), transparent 30%),
    radial-gradient(ellipse at 82% 76%, rgba(84, 55, 25, .16), transparent 37%),
    radial-gradient(ellipse at 47% 10%, rgba(255, 255, 255, .24), transparent 42%),
    linear-gradient(112deg, rgba(75, 45, 18, .09), transparent 21%, rgba(255, 255, 255, .18) 46%, rgba(80, 52, 25, .10) 80%),
    linear-gradient(177deg, rgba(70, 46, 23, .08), transparent 27%, rgba(255, 255, 255, .11) 58%, rgba(87, 54, 24, .08));
  opacity: .32;
  -webkit-mask: var(--paper-image) center / 100% 100% no-repeat;
  mask: var(--paper-image) center / 100% 100% no-repeat;
}

.main-nav a:nth-child(2n) {
  --paper-base: #f0e5ca;
  --paper-stain: rgba(118, 73, 28, .14);
  --tab-tilt: .35deg;
  --tab-y: 1px;
}

.main-nav a:nth-child(3n) {
  --paper-base: #e4d5b8;
  --paper-edge: rgba(78, 48, 20, .58);
  --tab-tilt: -.7deg;
  --pin-left: 11px;
  --pin-right: 8px;
}

.main-nav a:nth-child(4n) {
  --paper-base: #f3e8d0;
  --tab-tilt: .55deg;
  --tab-y: -1px;
}

.main-nav a:nth-child(5n) {
  --paper-stain: rgba(74, 47, 22, .20);
  --tab-tilt: -.15deg;
}

.main-nav a::before,
.main-nav a::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(48, 28, 10, .62);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 28%, #f3dc9a 0 12%, #bd8d35 35%, #6a4619 66%, #281607 100%);
  box-shadow:
    0 2px 3px rgba(20, 9, 3, .44),
    inset -2px -2px 3px rgba(45, 25, 8, .42),
    inset 2px 2px 3px rgba(255, 240, 172, .52);
  transform: none;
  transform-origin: center;
  transition: none;
  z-index: 3;
}

.main-nav a::before {
  left: var(--pin-left);
}

.main-nav a::after {
  right: var(--pin-right);
  left: auto;
  bottom: auto;
}

.main-nav a:hover,
.main-nav a.is-active {
  transform: translateY(calc(var(--tab-y) - 2px)) rotate(var(--tab-tilt));
}

.main-nav a:hover .nav-paper,
.main-nav a.is-active .nav-paper {
  color: #111711;
  box-shadow: none;
  filter: drop-shadow(0 8px 8px rgba(22, 10, 3, .32));
}

.main-nav a.is-active .nav-paper {
  outline: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.main-nav a:hover::before,
.main-nav a:hover::after,
.main-nav a.is-active::before,
.main-nav a.is-active::after {
  transform: none;
}

.privacy-actions {
  display: none;
}

.privacy-actions span {
  gap: 0;
}

.privacy-actions svg {
  width: 18px;
  height: 18px;
}

.header-weather {
  --paper-base: #e9ddc3;
  --paper-stain: rgba(92, 55, 22, .18);
  --paper-image: url("/assets/nav-tab-paper-ragged.png");
  grid-area: weather;
  position: absolute;
  top: 26px;
  right: clamp(17px, 2.7vw, 32px);
  justify-self: end;
  align-self: start;
  display: block;
  width: 126px;
  height: 48px;
  background: #e9ddc3;
  color: #8f6408;
  border: 1px solid rgba(73, 48, 24, .36);
  border-radius: 2px;
  outline: none;
  cursor: default;
  isolation: isolate;
  filter: drop-shadow(0 5px 6px rgba(22, 10, 3, .26));
  transform: rotate(.35deg);
}

@supports (--altamerteva-css-vars: 1) {
  .header-weather {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
}

.header-weather::before {
  content: "";
  position: absolute;
  inset: -4px -7px;
  z-index: -2;
  pointer-events: none;
  background-image: url("/assets/nav-tab-paper-ragged.png");
  background-image: var(--paper-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: none;
}

.header-weather::after {
  content: "";
  position: absolute;
  inset: -4px -7px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 18%, var(--paper-stain), transparent 30%),
    radial-gradient(ellipse at 82% 76%, rgba(84, 55, 25, .16), transparent 37%),
    radial-gradient(ellipse at 47% 10%, rgba(255, 255, 255, .24), transparent 42%),
    linear-gradient(112deg, rgba(75, 45, 18, .09), transparent 21%, rgba(255, 255, 255, .18) 46%, rgba(80, 52, 25, .10) 80%),
    linear-gradient(177deg, rgba(70, 46, 23, .08), transparent 27%, rgba(255, 255, 255, .11) 58%, rgba(87, 54, 24, .08));
  opacity: .32;
  -webkit-mask: var(--paper-image) center / 100% 100% no-repeat;
  mask: var(--paper-image) center / 100% 100% no-repeat;
}

.header-weather #weatherTemperature::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 2px;
  z-index: 4;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(48, 28, 10, .62);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 28%, #f3dc9a 0 12%, #bd8d35 35%, #6a4619 66%, #281607 100%);
  box-shadow:
    0 2px 3px rgba(20, 9, 3, .44),
    inset -2px -2px 3px rgba(45, 25, 8, .42),
    inset 2px 2px 3px rgba(255, 240, 172, .52);
  transform: translateX(-50%) rotate(-.5deg);
}

.header-weather > :not(.weather-tooltip) {
  position: relative;
  z-index: 1;
}

.header-weather:focus-visible {
  filter:
    drop-shadow(0 0 0 rgba(255, 247, 226, .7))
    drop-shadow(0 8px 8px rgba(20, 10, 4, .34));
}

.header-weather .weather-icon {
  position: absolute;
  left: 8px;
  top: 4px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #9b6f00;
  box-shadow: none;
  filter:
    drop-shadow(0 1px 0 rgba(255, 250, 227, .42))
    drop-shadow(0 0 1px rgba(55, 32, 9, .4));
  transform: rotate(-1.1deg);
}

.header-weather .weather-icon::before {
  display: none;
}

.header-weather .weather-icon svg {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
}

.header-weather #weatherTemperature {
  position: absolute;
  left: 54px;
  bottom: 12px;
  z-index: 3;
  color: #9b6f00;
  font-family: var(--menu);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(79, 45, 20, .46),
    0 0 1px rgba(255, 248, 222, .42);
  transform: rotate(.5deg);
}

.header-weather.weather-pin-clear .weather-icon,
.header-weather.weather-pin-moon .weather-icon {
  left: 8px;
  top: 5px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.header-weather.weather-pin-clear .weather-icon::before,
.header-weather.weather-pin-moon .weather-icon::before,
.header-weather.weather-pin-moonCloud .weather-icon::before,
.header-weather.weather-pin-wind .weather-icon::before {
  display: none;
}

.header-weather.weather-pin-clear .weather-icon svg,
.header-weather.weather-pin-moon .weather-icon svg {
  width: 39px;
  height: 39px;
}

.header-weather.weather-pin-partly .weather-icon,
.header-weather.weather-pin-moonCloud .weather-icon,
.header-weather.weather-pin-cloud .weather-icon,
.header-weather.weather-pin-fog .weather-icon,
.header-weather.weather-pin-rain .weather-icon,
.header-weather.weather-pin-snow .weather-icon,
.header-weather.weather-pin-storm .weather-icon {
  top: 8px;
  width: 72px;
  height: 38px;
  border-radius: 22px 24px 20px 19px;
}

.header-weather.weather-pin-partly .weather-icon::before,
.header-weather.weather-pin-moonCloud .weather-icon::before,
.header-weather.weather-pin-cloud .weather-icon::before,
.header-weather.weather-pin-fog .weather-icon::before,
.header-weather.weather-pin-rain .weather-icon::before,
.header-weather.weather-pin-snow .weather-icon::before,
.header-weather.weather-pin-storm .weather-icon::before {
  left: 12px;
  top: -18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.header-weather.weather-pin-partly .weather-icon::after,
.header-weather.weather-pin-moonCloud .weather-icon::after,
.header-weather.weather-pin-cloud .weather-icon::after,
.header-weather.weather-pin-fog .weather-icon::after,
.header-weather.weather-pin-rain .weather-icon::after,
.header-weather.weather-pin-snow .weather-icon::after,
.header-weather.weather-pin-storm .weather-icon::after {
  right: 12px;
  top: -11px;
  width: 27px;
  height: 27px;
  border-radius: 999px;
}

.header-weather.weather-pin-partly #weatherTemperature,
.header-weather.weather-pin-moonCloud #weatherTemperature,
.header-weather.weather-pin-cloud #weatherTemperature,
.header-weather.weather-pin-fog #weatherTemperature,
.header-weather.weather-pin-rain #weatherTemperature,
.header-weather.weather-pin-snow #weatherTemperature,
.header-weather.weather-pin-storm #weatherTemperature,
.header-weather.weather-pin-wind #weatherTemperature {
  left: 78px;
}

.header-weather.weather-pin-wind .weather-icon {
  top: 12px;
  width: 75px;
  height: 42px;
  border-radius: 24px 8px 24px 8px;
  transform: rotate(-1.1deg) skewX(-8deg);
}

.header-weather.weather-pin-wind .weather-icon svg {
  transform: skewX(8deg);
}

.weather-condition-label,
.weather-meta {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.weather-tooltip {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 50;
  width: min(540px, calc(100vw - 28px));
  max-height: min(76vh, 560px);
  overflow: auto;
  border: 1px solid rgba(255, 235, 190, .34);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 42%),
    #2e190d;
  color: rgba(255, 247, 226, .92);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, .34),
    inset 0 0 0 1px rgba(255, 255, 255, .06);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.weather-tooltip::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(255, 235, 190, .34);
  border-top: 1px solid rgba(255, 235, 190, .34);
  background: #2e190d;
  transform: rotate(45deg);
}

.weather-tooltip-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.weather-tooltip .weather-tooltip-head strong,
.weather-tooltip .forecast-heading {
  color: rgba(255, 247, 226, .7);
  font-family: var(--menu);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.weather-tooltip .weather-tooltip-head a {
  color: rgba(255, 247, 226, .76);
  font-family: var(--menu);
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.weather-current-detail {
  display: grid;
  gap: 8px;
  margin-bottom: 11px;
  padding: 10px;
  border: 1px solid rgba(255, 235, 190, .18);
  border-radius: 7px;
  background: rgba(255, 247, 226, .07);
}

.weather-current-main {
  display: flex;
  align-items: center;
  gap: 9px;
}

.weather-current-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #f0c886;
}

.weather-current-icon svg,
.forecast-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.weather-current-main b {
  display: block;
  color: rgba(255, 247, 226, .98);
  font-family: var(--menu);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
}

.weather-current-main em {
  display: block;
  margin-top: 2px;
  color: rgba(255, 247, 226, .75);
  font-size: 12px;
  font-style: normal;
  line-height: 1.15;
}

.weather-current-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  margin: 0;
}

.weather-current-grid div {
  min-width: 0;
}

.weather-current-grid dt {
  color: rgba(255, 247, 226, .55);
  font-family: var(--menu);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.weather-current-grid dd {
  margin: 1px 0 0;
  color: rgba(255, 247, 226, .88);
  font-family: var(--menu);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.2;
}

.weather-current-detail p {
  margin: 0;
  color: rgba(255, 247, 226, .56);
  font-size: 10px;
  line-height: 1.2;
}

.forecast-heading {
  display: block;
  margin-bottom: 7px;
}

.weather-forecast-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(54px, 1fr));
  gap: 6px;
}

.forecast-day {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 235, 190, .16);
  border-radius: 6px;
  padding: 7px 4px 6px;
  background: rgba(255, 247, 226, .055);
  text-align: center;
}

.forecast-label,
.forecast-temps,
.forecast-rain {
  display: block;
  line-height: 1.12;
}

.forecast-label {
  color: rgba(255, 247, 226, .72);
  font-family: var(--menu);
  font-size: 10px;
  font-weight: 400;
}

.forecast-icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #efc37d;
}

.forecast-temps {
  color: rgba(255, 247, 226, .94);
  font-family: var(--menu);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .02em;
  white-space: nowrap;
}

.forecast-rain {
  color: rgba(255, 247, 226, .55);
  font-family: var(--menu);
  font-size: 9px;
  font-weight: 400;
}

.weather-forecast-empty {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 247, 226, .72);
  font-size: 12px;
}

.header-weather:hover .weather-tooltip,
.header-weather:focus .weather-tooltip,
.header-weather:focus-within .weather-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.camp-board-shell {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  padding: clamp(22px, 3.4vw, 48px);
  background-image:
    url("/assets/corkboard-texture-fzm.jpeg");
  background-color: #bd7f4f;
  background-position: top left;
  background-repeat: repeat;
  background-size: 400px 400px;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 229, 173, .20),
    inset 0 0 24px rgba(91, 50, 25, .14);
}

.camp-board-shell.is-active-page {
  display: block;
}

.camp-board-shell::before {
  display: none;
}

.board-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .8fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.paper-banner {
  position: relative;
  justify-self: end;
  width: min(680px, 100%);
  margin-top: 10px;
  padding: clamp(28px, 4vw, 46px) clamp(28px, 5vw, 66px);
  text-align: center;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, .45), transparent 8rem),
    linear-gradient(180deg, var(--note-light), var(--note));
  color: var(--ink);
  clip-path: polygon(2% 4%, 98% 0, 100% 82%, 94% 91%, 73% 96%, 48% 92%, 28% 98%, 4% 90%);
  box-shadow:
    0 15px 26px rgba(41, 24, 12, .32),
    inset 0 0 0 1px rgba(126, 96, 62, .28);
  transform: rotate(-1.2deg);
}

.paper-banner::before,
.paper-banner::after,
.board-card::before,
.pinned-photo::before,
.secret-photo-pin::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(50, 31, 12, .34);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 236, 177, .42) 0 6%, transparent 7%),
    radial-gradient(circle at 46% 40%, rgba(255, 215, 134, .18) 0 23%, transparent 24%),
    radial-gradient(circle at 54% 60%, var(--pin-face, #a87932) 0 42%, var(--pin-rim, #76511f) 63%, var(--pin-core, #3f2a10) 100%);
  box-shadow:
    inset 1px 1px 1px rgba(255, 238, 188, .18),
    inset -3px -4px 5px rgba(31, 19, 8, .42),
    0 1px 0 rgba(255, 242, 196, .12),
    2px 5px 5px rgba(31, 17, 7, .30);
  filter: saturate(.88) contrast(.98);
}

.paper-banner::before {
  top: 14px;
  left: 22px;
  transform: rotate(-8deg);
}

.paper-banner::after {
  top: 12px;
  right: 24px;
  transform: rotate(7deg);
}

.banner-mark {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 6px;
  color: var(--green);
}

.banner-mark svg {
  width: 34px;
  height: 38px;
}

.paper-banner h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(38px, 4.9vw, 64px);
  line-height: .98;
  letter-spacing: 0;
}

.paper-banner p {
  max-width: 520px;
  margin: 16px auto 0;
  color: #312a20;
  font-size: 17px;
  line-height: 1.45;
}

.pinned-photo {
  position: relative;
  margin: 0;
  border: 12px solid var(--note-light);
  border-bottom-width: 28px;
  background: var(--note-light);
  box-shadow: 0 16px 24px rgba(42, 23, 10, .34);
  transform: rotate(2deg);
}

.pinned-photo::before {
  top: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
}

.pinned-photo img,
.pinned-photo video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.45;
  object-fit: cover;
  filter: saturate(.9) contrast(.98);
}

.hero-photo {
  touch-action: pan-y;
}

.hero-photo.is-loon-active {
  cursor: none;
}

.pinned-photo .hero-loon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: block;
  width: clamp(44px, 7vw, 82px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  filter: drop-shadow(0 5px 4px rgba(20, 28, 22, .35)) saturate(.92) contrast(1.02);
  transform: translate(-50%, -50%) scaleX(1);
  transition: opacity .12s ease;
  will-change: transform, opacity;
}

.pinned-photo .hero-loon.is-visible {
  opacity: .94;
}

.home-photo,
.board-grid,
.board-footer {
  position: relative;
  z-index: 2;
}

.secret-photo-pin {
  position: absolute;
  z-index: 0;
  right: clamp(-48px, -4vw, -34px);
  bottom: clamp(62px, 8vw, 92px);
  display: block;
  width: clamp(78px, 8.2vw, 102px);
  margin: 0;
  border: 4px solid #fff7e7;
  border-bottom-width: 9px;
  padding: 0;
  background: #fff7e7;
  box-shadow: 0 13px 22px rgba(42, 23, 10, .34);
  transform: rotate(-10deg);
  cursor: pointer;
  opacity: .9;
  transition: transform .18s ease, filter .18s ease;
  pointer-events: auto;
}

.secret-photo-pin::before {
  top: -10px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(9deg);
  --pin-face: #8e5f2b;
  --pin-rim: #67421d;
  --pin-core: #35200c;
}

.secret-photo-pin img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.9) contrast(.98);
}

.secret-photo-pin:hover,
.secret-photo-pin:focus-visible {
  transform: rotate(-8deg) translate(3px, -3px);
  filter: brightness(1.03);
}

.secret-photo-pin:focus-visible {
  outline: 3px solid rgba(255, 247, 226, .86);
  outline-offset: 5px;
}

.secret-photo-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}

.secret-photo-overlay:target {
  display: grid;
}

.secret-photo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 8, 5, .82);
  backdrop-filter: blur(2px);
}

.secret-photo-lightbox {
  position: relative;
  z-index: 1;
  width: min(620px, calc(100vw - 38px));
  max-height: calc(100vh - 48px);
  margin: 0;
  border: 14px solid #fff7e7;
  border-bottom-width: 28px;
  background: #fff7e7;
  box-shadow: 0 28px 62px rgba(0, 0, 0, .52);
  transform: rotate(-.35deg);
}

.secret-photo-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
  background: #17130f;
}

.secret-photo-close {
  position: absolute;
  z-index: 2;
  top: -22px;
  right: -22px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 247, 231, .7);
  border-radius: 50%;
  background: #2b1a10;
  color: #fff7e7;
  font-family: var(--sans);
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .35);
}

.pinned-photo figcaption {
  margin: 8px 0 -14px;
  color: #5a4a35;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.home-photo {
  width: min(760px, 100%);
  margin: 0 auto clamp(22px, 3vw, 34px);
  border-bottom-width: 12px;
  transform: rotate(.8deg);
}

.board-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
  pointer-events: none;
}

.board-grid .board-card {
  pointer-events: auto;
}

.board-card {
  position: relative;
  z-index: 2;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(77, 50, 29, .32);
  border-radius: 3px;
  padding: 23px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .25), transparent 42%),
    var(--note-light);
  color: #2c261f;
  box-shadow:
    0 15px 23px rgba(43, 24, 12, .28),
    inset 0 0 0 1px rgba(255, 255, 255, .38);
  transform: rotate(var(--tilt, 0deg));
  transition: transform .18s ease, box-shadow .18s ease;
}

a.board-card:hover {
  transform: rotate(var(--tilt, 0deg)) translateY(-3px);
  box-shadow:
    0 20px 30px rgba(43, 24, 12, .32),
    inset 0 0 0 1px rgba(255, 255, 255, .38);
}

.board-card::before {
  top: -10px;
  right: 24px;
  transform: rotate(6deg);
}

.board-card:nth-child(3n)::before {
  --pin-face: #82372d;
  --pin-rim: #56211c;
  --pin-core: #2c100e;
}

.board-card:nth-child(4n)::before {
  --pin-face: #315b76;
  --pin-rim: #1c3c51;
  --pin-core: #0f2432;
}

.card-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.05;
}

#home .card-heading h2 {
  font-family: var(--menu);
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}

#home .board-card p,
#home .board-card blockquote,
#home .note-list,
#home .card-link {
  font-family: var(--casual);
}

.card-heading .resource-icon svg {
  width: 28px;
  height: 28px;
}

.board-card p {
  margin: 0;
  color: #3a3329;
  font-size: 15px;
  line-height: 1.45;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.card-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.card-image,
.map-thumbnail {
  display: block;
  width: 100%;
  border: 1px solid rgba(78, 52, 30, .24);
  border-radius: 3px;
  object-fit: cover;
  filter: saturate(.86) contrast(.98);
}

.card-image {
  aspect-ratio: 16 / 9;
}

.weather-card {
  grid-column: span 3;
  --tilt: -1.1deg;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .22), transparent 50%),
    #d9edf1;
}

.conditions-card.board-card h2 {
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.conditions-card .condition-row {
  align-items: center;
  gap: 15px;
}

.conditions-card strong {
  font-size: 28px;
}

.conditions-card .weather-source {
  color: #4a554e;
}

.schedule-card {
  grid-column: 1 / span 3;
  --tilt: .8deg;
  --notebook: #fbf5df;
  --schedule-bullet-left: 12px;
  --schedule-text-left: 30px;
  min-height: 0;
  padding: 16px 18px 17px 54px;
}

.schedule-card .card-heading {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  min-height: 35px;
  align-items: baseline;
  margin-top: 24px;
  margin-bottom: 0;
}

.schedule-card .card-heading h2 {
  min-width: 0;
  max-width: min(100%, 14ch);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 35px;
  overflow-wrap: break-word;
  text-wrap: balance;
  white-space: normal;
}

.schedule-card .card-heading .resource-icon svg {
  width: 24px;
  height: 24px;
  transform: translateY(4px);
}

.schedule-card .note-list {
  margin-left: var(--schedule-bullet-left);
}

.schedule-card .card-link {
  margin-left: var(--schedule-text-left);
  margin-top: -1px;
  line-height: 35px;
}

.canoe-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 35px;
  margin: -1px 0 0 var(--schedule-bullet-left);
  padding-right: 12px;
  color: #7e241b;
  opacity: .96;
}

.canoe-divider img {
  position: relative;
  z-index: 2;
  width: min(184px, 86%);
  height: 44px;
  object-fit: contain;
}

.canoe-rule {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(176px, 82%);
  height: 1.4px;
  background:
    linear-gradient(90deg,
      rgba(111, 56, 35, .42) 0 30%,
      transparent 30% 70%,
      rgba(111, 56, 35, .42) 70% 100%);
  transform: translate(-50%, -15%);
}

.canoe-shadow {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 106px;
  height: 12px;
  border-radius: 999px;
  background: rgba(71, 39, 24, .16);
  transform: translateX(-50%);
}

.lined-note {
  background:
    linear-gradient(transparent 33px, rgba(72, 101, 122, .2) 34px, transparent 35px),
    linear-gradient(90deg, transparent 42px, rgba(166, 67, 54, .18) 43px, transparent 44px),
    var(--notebook);
  background-size: 100% 35px, 100% 100%, auto;
}

.note-list {
  display: grid;
  gap: 0;
  margin: 6px 0 0;
  padding-left: 0;
  color: #2e2a23;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  list-style: none;
}

.note-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 35px;
  padding-top: 8px;
  line-height: 1.25;
}

.note-list li::before {
  content: "";
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  opacity: .72;
  transform: translateY(6px);
}

.newsletter-card {
  grid-column: span 4;
  --tilt: -1.3deg;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, .36), transparent 112px),
    radial-gradient(circle at 78% 82%, rgba(121, 78, 37, .08), transparent 150px),
    radial-gradient(circle at 26% 72%, rgba(112, 77, 41, .04), transparent 105px),
    linear-gradient(90deg, rgba(255, 255, 255, .22), transparent 42%),
    linear-gradient(180deg, #f7f1df, #eee5cc);
}

.newsletter-stack {
  position: relative;
  min-height: 138px;
  margin-top: 4px;
}

.newsletter-stack span,
.newsletter-stack img {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(84, 58, 33, .25);
  background: #f5eddb;
  box-shadow: 0 8px 12px rgba(48, 28, 14, .18);
}

.newsletter-stack span:first-child {
  transform: translate(10px, 4px) rotate(2deg);
}

.newsletter-stack span:nth-child(2) {
  transform: translate(4px, 9px) rotate(-1.5deg);
}

.newsletter-stack img {
  width: calc(100% - 24px);
  height: 126px;
  margin: 12px;
  object-fit: cover;
  transform: rotate(.6deg);
  filter: sepia(.08) saturate(.85);
}

.logs-card {
  grid-column: span 4;
  --tilt: .6deg;
}

.featured-log-card {
  --log-line-height: 33px;
  --log-rule-left: 50px;
  --log-content-left: 72px;
  gap: 0;
  padding: 35px 24px 24px var(--log-content-left);
  background:
    linear-gradient(transparent 31px, rgba(85, 104, 121, .16) 32px, transparent 33px),
    linear-gradient(90deg, transparent var(--log-rule-left), rgba(132, 54, 43, .18) calc(var(--log-rule-left) + 1px), transparent calc(var(--log-rule-left) + 2px)),
    #f3e7c9;
  background-size: 100% var(--log-line-height), 100% 100%, auto;
}

.featured-log-card .card-heading {
  align-items: baseline;
  min-height: var(--log-line-height);
  margin: 0;
}

.featured-log-card .card-heading h2 {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: var(--log-line-height);
  transform: none;
}

.featured-log-card .card-heading .resource-icon {
  position: absolute;
  top: 36px;
  left: 26px;
}

.featured-log-date {
  margin: 0;
  color: #6d3c22 !important;
  font-family: var(--hand);
  font-size: 14px !important;
  font-weight: 700;
  min-height: var(--log-line-height);
  line-height: var(--log-line-height);
  letter-spacing: .05em;
  text-transform: uppercase;
  transform: translateY(5px);
}

.featured-log-date[data-log-href],
.featured-log-card blockquote[data-log-href] {
  cursor: pointer;
}

.featured-log-date[data-log-href]:focus-visible,
.featured-log-card blockquote[data-log-href]:focus-visible {
  outline: 2px solid rgba(19, 74, 61, .75);
  outline-offset: 3px;
}

.featured-log-card blockquote {
  margin: 0;
  color: #263830;
  font-family: var(--hand);
  font-size: clamp(16px, 1.65vw, 19px);
  line-height: var(--log-line-height);
  max-height: calc(var(--log-line-height) * 8);
  overflow: hidden;
}

.featured-log-authors {
  margin: 0 !important;
  color: #5a4a36 !important;
  font-family: var(--hand);
  font-size: 14px !important;
  font-weight: 700;
  line-height: var(--log-line-height) !important;
}

.featured-log-card .card-link {
  align-self: flex-start;
  line-height: var(--log-line-height);
  margin-top: 0;
}

.photos-card {
  grid-column: 1 / span 5;
  grid-row: 2;
  --tilt: -1deg;
}

.photo-reel {
  position: relative;
  min-height: clamp(260px, 32vw, 360px);
  margin: 4px 0 0;
}

.photo-reel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: clamp(248px, 30vw, 342px);
  border: 9px solid #fff7e7;
  border-bottom-width: 24px;
  object-fit: contain;
  background: #111b17;
  opacity: 0;
  box-shadow: 0 9px 14px rgba(43, 24, 12, .22);
  transform: rotate(-1.4deg);
  transition: opacity .55s ease;
}

.photo-reel img:nth-child(2) {
  transform: rotate(1.2deg);
}

.photo-reel img:nth-child(3) {
  transform: rotate(.2deg);
}

.photo-reel img.is-active {
  opacity: 1;
}

.photo-reel-caption {
  min-height: 19px;
  margin: -6px 0 0 !important;
  color: #5a4a36 !important;
  font-family: var(--sans);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.35 !important;
}

.history-card {
  grid-column: 6 / span 3;
  grid-row: 2;
  --tilt: 1.2deg;
  isolation: isolate;
  overflow: visible;
}

.history-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2), transparent 42%),
    #f8efd7;
  pointer-events: none;
}

.history-card::before {
  z-index: 3;
}

.history-main-link {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: inherit;
  color: inherit;
  text-decoration: none;
}

.historic-camp-card {
  grid-column: 9 / span 4;
  grid-row: 2;
  min-height: 0;
  margin: 0;
  gap: 10px;
  padding: 16px 16px 18px;
  --tilt: -.65deg;
}

.historic-camp-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 8px solid #fff7e7;
  border-bottom-width: 15px;
  object-fit: cover;
  filter: sepia(.16) saturate(.78) contrast(1.06);
  box-shadow: 0 9px 15px rgba(43, 24, 12, .22);
}

.historic-camp-card figcaption {
  margin: 0;
  color: #4a3829;
  font-family: var(--menu);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.25;
  text-transform: uppercase;
}

.map-card {
  grid-column: span 4;
  --tilt: -.7deg;
}

.photo-string {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 6px 0 2px;
  padding-top: 14px;
}

.photo-string::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  right: 8px;
  height: 2px;
  background: rgba(72, 54, 34, .46);
}

.photo-string img {
  position: relative;
  width: calc((100% - 24px) / 3);
  aspect-ratio: 1 / .86;
  border: 6px solid #fff7e7;
  border-bottom-width: 16px;
  object-fit: cover;
  box-shadow: 0 8px 12px rgba(43, 24, 12, .2);
  transform: rotate(var(--photo-tilt, -2deg));
}

.photo-string img:nth-child(2) {
  --photo-tilt: 2deg;
}

.photo-string img:nth-child(3) {
  --photo-tilt: -.4deg;
}

.map-thumbnail {
  max-height: 300px;
  object-fit: contain;
  background: #f9f3e5;
}

.board-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: clamp(22px, 3vw, 36px);
  padding-top: 8px;
  color: rgba(255, 247, 226, .72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.board-footer span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.page-layout {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 142px);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  padding: clamp(26px, 4vw, 62px);
  background-image: url("/assets/corkboard-texture-fzm.jpeg");
  background-color: #bd7f4f;
  background-position: top left;
  background-repeat: repeat;
  background-size: 400px 400px;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 229, 173, .20),
    inset 0 0 24px rgba(91, 50, 25, .14);
}

.page-layout.is-active-page {
  display: block;
}

.page-shell {
  position: relative;
  border: 1px solid rgba(74, 47, 28, .32);
  border-radius: 4px;
  padding: clamp(22px, 3vw, 36px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .28), transparent 40%),
    var(--note-light);
  box-shadow: 0 18px 32px rgba(43, 24, 12, .26);
}

.back-link,
.document-button,
.log-filters button {
  border-radius: 3px;
}

.doc-group,
.camp-contact-card,
.contact-card,
.newsletter-reader,
.newsletter-sidebar,
.schedule-list-card,
.log-filters,
.log-entry,
.history-index,
.history-story,
.empty-state,
.photo-album {
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .2), transparent 42%),
    var(--note-light);
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 8px;
  }

  .brand {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    width: min(608px, calc(100% - 300px));
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-right: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: normal;
    row-gap: 0;
  }

  .header-weather {
    top: 16px;
    right: 18px;
  }

  .main-nav a {
    min-width: clamp(92px, 11.6vw, 128px);
    min-height: 50px;
  }

  .main-nav .nav-paper {
    min-height: 50px;
    padding: 10px 7px 9px;
    font-size: clamp(12px, 1.45vw, 18px);
    letter-spacing: .01em;
  }
}

@media (max-width: 1040px) {
  .app-view {
    padding: 14px;
  }

  .board-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  }

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

  .paper-banner {
    justify-self: center;
  }

  .hero-photo {
    width: min(760px, 100%);
    justify-self: center;
  }

  .weather-card,
  .schedule-card,
  .newsletter-card,
  .logs-card,
  .photos-card,
  .history-card,
  .historic-camp-card,
  .map-card {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .secret-photo-pin {
    width: 94px;
    right: -36px;
    bottom: 74px;
    margin: 0;
  }
}

@media (max-width: 820px) {
  .login-view {
    padding: 18px;
  }

  .login-sign {
    width: min(440px, 90vw);
    margin-bottom: 24px;
  }

  .login-panel h1 {
    padding: 18px 22px 14px;
    font-size: clamp(40px, 12vw, 64px);
  }

  .login-panel h1::before,
  .login-panel h1::after {
    height: 34px;
    top: -34px;
  }

  .app-view {
    padding: 0;
  }

  .site-header {
    width: 100%;
    border-width: 0 0 8px;
    border-radius: 0;
    padding: 14px;
  }

  .brand {
    max-width: min(310px, calc(100% - 76px));
    min-width: 0;
    padding: 0;
  }

  .header-weather {
    width: 118px;
    height: 46px;
  }

  .header-weather .weather-icon {
    left: 7px;
    top: 4px;
    width: 39px;
    height: 39px;
    transform: rotate(-1.1deg);
    transform-origin: left center;
  }

  .header-weather .weather-icon svg {
    width: 40px;
    height: 40px;
  }

  .header-weather #weatherTemperature {
    left: 50px;
    bottom: 11px;
    font-size: 14px;
  }

  .header-weather.weather-pin-partly .weather-icon,
  .header-weather.weather-pin-moonCloud .weather-icon,
  .header-weather.weather-pin-cloud .weather-icon,
  .header-weather.weather-pin-fog .weather-icon,
  .header-weather.weather-pin-rain .weather-icon,
  .header-weather.weather-pin-snow .weather-icon,
  .header-weather.weather-pin-storm .weather-icon {
    top: 8px;
  }

  .header-weather.weather-pin-partly #weatherTemperature,
  .header-weather.weather-pin-moonCloud #weatherTemperature,
  .header-weather.weather-pin-cloud #weatherTemperature,
  .header-weather.weather-pin-fog #weatherTemperature,
  .header-weather.weather-pin-rain #weatherTemperature,
  .header-weather.weather-pin-snow #weatherTemperature,
  .header-weather.weather-pin-storm #weatherTemperature,
  .header-weather.weather-pin-wind #weatherTemperature {
    left: 76px;
  }

  .camp-board-shell,
  .page-layout {
    width: 100%;
    border-width: 0;
    border-radius: 0;
    padding: 18px;
  }

  .paper-banner {
    padding: 26px 22px 34px;
  }

  .paper-banner h1 {
    font-size: clamp(34px, 9vw, 50px);
  }

  .pinned-photo {
    border-width: 9px 9px 24px;
  }

  .weather-card,
  .schedule-card,
  .newsletter-card,
  .logs-card,
  .photos-card,
  .history-card,
  .historic-camp-card,
  .map-card {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .secret-photo-pin {
    width: 88px;
    right: -28px;
    bottom: 82px;
    margin: 0;
  }

  .board-card,
  .paper-banner,
  .pinned-photo {
    transform: none;
  }

  a.board-card:hover {
    transform: translateY(-2px);
  }

  .photo-string {
    gap: 8px;
  }

  .photo-string img {
    width: calc((100% - 16px) / 3);
    border-width: 5px;
    border-bottom-width: 13px;
  }

  .board-footer {
    text-align: center;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-top: 0;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(112px, 1fr));
    gap: 4px 0;
    width: 100%;
    padding: 8px 10px 9px;
    overflow: visible;
  }

  .main-nav a {
    width: auto;
    min-width: 0;
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .site-header {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .brand {
    align-self: stretch;
    width: min(560px, 100%);
    max-width: 100%;
    padding-right: 70px;
  }

  .header-weather {
    top: 14px;
    right: 12px;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .main-nav {
    grid-template-columns: repeat(2, minmax(126px, 1fr));
    gap: 5px 0;
    padding: 14px 10px 8px;
  }

  .main-nav a {
    min-width: 126px;
    min-height: 52px;
  }

  .main-nav .nav-paper {
    min-height: 52px;
    font-size: 16px;
  }

  .camp-board-shell,
  .page-layout {
    padding: 14px;
  }

  .board-card {
    min-height: auto;
    padding: 20px;
  }

  .condition-row {
    align-items: flex-start;
  }

  .newsletter-stack {
    min-height: 118px;
  }

  .newsletter-stack img {
    height: 106px;
  }

  .page-shell {
    padding: 18px;
  }

  .schedule-list-heading {
    padding: 16px;
  }

  .schedule-entry {
    padding: 14px 16px;
  }

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

  .contact-card {
    min-height: 0;
  }
}
