@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/outfit-latin.woff2") format("woff2");
}
:root {
  font-family: "DM Sans", sans-serif;
  color: #263e35;
  background: #f7f6f0;
  font-synthesis: none;
  font-weight: 400;
  --ink: #263e35;
  --muted: #717b73;
  --line: #dedfd4;
  --green: #345946;
  --paper: #f7f6f0;
  --orange: #d76542;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #c97a3d;
  outline-offset: 2px;
}
.filter-bar :is(input, select):focus-visible {
  outline: none;
}
.filter-bar .select-filter:focus-within,
.filter-bar .search-input:focus-within {
  outline: 2px solid #c97a3d;
  outline-offset: -2px;
  border-radius: 6px;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  background: #fffefa;
  border: 1px solid #ced2c5;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #889084;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--green);
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3,
.brand,
.footer-brand {
  font-family: "Outfit", sans-serif;
}
h1,
h2,
h3 {
  font-weight: 550;
  letter-spacing: -0.04em;
}
p {
  line-height: 1.65;
}
svg {
  flex-shrink: 0;
}
button svg,
a svg {
  vertical-align: middle;
}
.wrap {
  max-width: 1192px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.header {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  line-height: 0.94;
  font-weight: 650;
  letter-spacing: -1px;
}
.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #e6ead7;
  display: grid;
  place-items: center;
  transform: rotate(-12deg);
}
.accent-dot {
  color: var(--orange);
}
nav {
  display: flex;
  gap: 33px;
  align-items: center;
  font-size: 13px;
  font-weight: 550;
}
nav > a.current {
  position: relative;
}
nav > a.current:after {
  content: "";
  height: 3px;
  width: 19px;
  background: var(--orange);
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 3px;
}
.text-button {
  border: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  font-weight: 550;
  font-size: 13px;
  line-height: 1.5;
}
.text-button:hover,
a:hover {
  color: #af4e31;
}
.nav-news {
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #bfc8b7;
  padding: 12px 17px;
  border-radius: 5px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 515px;
  align-items: center;
  gap: 22px;
  padding-top: 43px;
  padding-bottom: 51px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.65;
}
.live-dot {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(52px, 5.8vw, 76px);
  letter-spacing: -3.5px;
  line-height: 1.02;
  margin: 25px 0 23px;
  font-weight: 550;
}
.home-word {
  position: relative;
  color: #4b6541;
}
.home-word svg {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 16px;
  fill: none;
  stroke: #d9b76c;
  stroke-width: 5;
  stroke-linecap: round;
}
.hero-description {
  font-size: 15px;
  color: #6b756b;
  line-height: 1.8;
  margin-bottom: 24px;
}
.hero-link {
  font-size: 13px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 23px;
  border-bottom: 1px solid #89977f;
  padding-bottom: 8px;
}
.location-line {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #7d847a;
  margin-top: 29px;
}
.hero-art {
  position: relative;
  height: 395px;
  isolation: isolate;
}
.hero-art:before {
  content: "";
  position: absolute;
  width: 330px;
  height: 305px;
  background: #e8ecd9;
  border-radius: 50%;
  top: 56px;
  left: 57px;
  z-index: -1;
}
.paper-calendar {
  width: 252px;
  height: 287px;
  background: #fffef7;
  border: 1px solid #c6c9b8;
  border-radius: 8px;
  box-shadow: 7px 9px 0 #e1e4d1;
  position: absolute;
  left: 101px;
  top: 68px;
  transform: rotate(-7deg);
}
.paper-top {
  background: #355341;
  color: #faf8e9;
  letter-spacing: 2.8px;
  font-size: 9px;
  text-align: center;
  padding: 19px 8px 13px;
  border-radius: 7px 7px 0 0;
}
.calendar-rings {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  top: -13px;
}
.calendar-rings i {
  height: 26px;
  width: 8px;
  background: #c8c5a7;
  border: 2px solid #6d7359;
  border-radius: 6px;
}
.paper-content {
  text-align: center;
  padding: 19px 12px 0;
}
.paper-little {
  display: block;
  font-size: 23px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #6e7964;
}
.paper-big {
  font-family: "Outfit", sans-serif;
  display: block;
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: -2px;
}
.paper-drawing {
  height: 85px;
  overflow: hidden;
  margin-top: 2px;
}
.paper-drawing svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #6d8152;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.paper-bottom {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  color: #6c7861;
  border-top: 1px solid #e3e5d6;
  padding-top: 10px;
}
.sun {
  position: absolute;
  top: 2px;
  left: 40px;
  width: 95px;
  height: 95px;
  transform: rotate(-15deg);
}
.sun b {
  position: absolute;
  background: #ecc367;
  border-radius: 50%;
  height: 61px;
  width: 61px;
  left: 17px;
  top: 17px;
  text-align: center;
  font-size: 29px;
  font-weight: 400;
  line-height: 69px;
  color: #786437;
}
.sun b:before {
  content: "· ·";
  position: absolute;
  top: -14px;
  left: 19px;
  letter-spacing: 2px;
  font-size: 22px;
}
.sun span {
  position: absolute;
  height: 10px;
  width: 3px;
  left: 46px;
  top: 0;
  background: #d0aa59;
  border-radius: 3px;
  transform-origin: 1px 47px;
}
.sun span:nth-child(2) {
  transform: rotate(45deg);
}
.sun span:nth-child(3) {
  transform: rotate(90deg);
}
.sun span:nth-child(4) {
  transform: rotate(135deg);
}
.sun span:nth-child(5) {
  transform: rotate(180deg);
}
.sun span:nth-child(6) {
  transform: rotate(225deg);
}
.sun span:nth-child(7) {
  transform: rotate(270deg);
}
.sun span:nth-child(8) {
  transform: rotate(315deg);
}
.art-spark {
  position: absolute;
  right: 49px;
  top: 74px;
  color: #6b8056;
  font-size: 44px;
  font-weight: 400;
  transform: rotate(15deg);
}
.art-note {
  position: absolute;
  right: 4px;
  bottom: 27px;
  font-size: 16px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #7d806b;
  transform: rotate(8deg);
  line-height: 1.4;
}
.art-note svg {
  position: absolute;
  width: 66px;
  left: -72px;
  top: 24px;
  fill: none;
  stroke: #899077;
  stroke-width: 1.5;
}
.art-flower {
  position: absolute;
  bottom: 17px;
  left: 57px;
  font-size: 50px;
  color: #d78565;
  transform: rotate(18deg);
}
.values-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #eeeee4;
}
.values-strip > .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.values-strip span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #65745f;
}
.values-strip svg {
  color: #75866a;
}
.calendar-section {
  padding-top: 64px;
  padding-bottom: 44px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.section-heading .eyebrow {
  font-size: 9px;
  color: #7b8475;
  margin-bottom: 10px;
}
.section-heading h2 {
  font-size: 43px;
  margin: 0;
  line-height: 1.05;
}
.view-switch {
  display: flex;
  border: 1px solid #d4d8ca;
  border-radius: 6px;
  padding: 4px;
  gap: 3px;
}
.view-switch button {
  display: flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 0;
  font-size: 12px;
  padding: 8px 13px;
  border-radius: 3px;
}
.view-switch .active {
  background: #355743;
  color: #fffdf4;
}
.filter-bar {
  display: flex;
  border: 1px solid #d3d7c9;
  background: #fffef9;
  border-radius: 7px;
  min-height: 56px;
}
.search-input {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1.4;
  padding-left: 18px;
  min-width: 0;
}
.search-input > svg {
  color: #83907a;
}
.search-input input {
  border: 0;
  background: none;
  font-size: 13px;
  padding-left: 0;
  min-height: 53px;
}
.select-filter {
  border-left: 1px solid #e0e2d6;
  display: flex;
  align-items: center;
  padding: 0 16px 0 19px;
  gap: 8px;
  flex: 1;
  margin: 0;
  min-width: 0;
}
.select-filter > span {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.select-filter select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  font-size: 13px;
  padding: 0;
  min-height: 53px;
  flex: 1;
  text-align: left;
}
.select-filter svg {
  color: #87946f;
  flex-shrink: 0;
}
.category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 17px;
}
.categories {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.chip {
  font-size: 10px;
  border: 1px solid #d6dacb;
  padding: 8px 12px;
  border-radius: 20px;
  background: none;
  white-space: nowrap;
}
.chip:hover {
  background: #ecefe3;
}
.chip.selected {
  background: #e4e9d9;
  border-color: #bfcab0;
  color: #344e30;
}
.free-filter {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  white-space: nowrap;
  margin: 0;
}
.results-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 29px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: #77816f;
}
.results-bar > span {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.results-bar .text-button {
  font-size: 10px;
  color: #68765d;
}
.clear-button {
  border: 0;
  background: none;
  color: #a7593c;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
}
.event-row {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.date-tile {
  width: 65px;
  flex-shrink: 0;
  background: #eeeee1;
  border: 1px solid #dce0d0;
  border-radius: 6px;
  text-align: center;
  padding: 9px 0 8px;
  line-height: 1.25;
}
.date-tile > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
}
.date-tile strong {
  font-family: "Outfit", sans-serif;
  font-size: 29px;
  display: block;
  font-weight: 550;
  letter-spacing: -1px;
}
.date-tile small {
  font-size: 9px;
  color: #859077;
}
.event-body {
  flex: 1;
  min-width: 0;
}
.event-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 9px;
  color: #85907b;
  margin-bottom: 7px;
}
.category-label {
  padding: 4px 7px;
  background: #e7eada;
  color: #677553;
  border-radius: 3px;
}
.category-1 {
  background: #f2e5ce;
  color: #8e7236;
}
.category-2 {
  background: #ede1d7;
  color: #987254;
}
.category-3 {
  background: #e4e9eb;
  color: #627d89;
}
.category-4 {
  background: #ede3d9;
  color: #a47353;
}
.event-title {
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  letter-spacing: -0.6px;
  line-height: 1.2;
  background: none;
  border: 0;
  text-align: left;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-title svg {
  color: #89957b;
  opacity: 0;
  transition: opacity 0.15s;
}
.event-title:hover svg,
.event-title:focus-visible svg {
  opacity: 1;
}
.event-description {
  font-size: 12px;
  line-height: 1.65;
  color: #7c8275;
  margin: 8px 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-facts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #78816e;
}
.event-facts span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-side {
  min-width: 60px;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  gap: 12px;
}
.save-button {
  display: grid;
  place-items: center;
  background: none;
  border: 1px solid #dfe3d7;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #89957e;
}
.save-button:hover {
  background: #e4e9d9;
}
.save-button.is-saved svg {
  fill: #597149;
  color: #597149;
}
.empty-state {
  text-align: center;
  padding: 56px 24px 60px;
  background: #f3f3e9;
  border: 1px dashed #d6dacb;
  border-radius: 6px;
  margin-top: 20px;
}
.empty-state > .eyebrow {
  justify-content: center;
  color: #89947a;
  font-size: 9px;
  margin-top: 21px;
}
.empty-icon {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
  background: #e6ead8;
  color: #718660;
}
.empty-state h3 {
  font-size: 28px;
  margin: 12px 0 10px;
}
.empty-state > p:not(.eyebrow) {
  max-width: 390px;
  margin: 0 auto 22px;
  font-size: 13px;
  color: #7c8770;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 17px;
  border: 1px solid #bfc8b2;
  border-radius: 5px;
  background: #fafaf2;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.4;
  white-space: normal;
}
.button:hover {
  background: #e9eddf;
  color: var(--ink);
}

.button.danger {
  border-color: #d8b4ae;
  background: #fdf3f1;
  color: #a3372c;
}
.button.danger:hover {
  background: #f6ddd8;
  color: #7f231b;
}
.delete-form {
  display: inline-flex;
}

.sibling-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 0;
}
.sibling-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid #cfd6c3;
  font-size: 11px;
  font-weight: 550;
  color: #4c5a43;
  background: #f1f4ea;
  text-decoration: none;
}
.sibling-chip:hover {
  border-color: #9aa888;
}
.sibling-chip.approved {
  border-color: #b7d0be;
  background: #e7f3ea;
  color: #2c5a3d;
}
.sibling-chip.pending {
  border-color: #d9c99a;
  background: #faf3d9;
  color: #6d5518;
}
.sibling-chip.rejected {
  opacity: 0.75;
}
.sibling-chip.twin {
  border-color: #d8b4ae;
  background: #fdf3f1;
  color: #a3372c;
}
.button.primary {
  background: #355642;
  border-color: #355642;
  color: #fffdf5;
}
.button.primary:hover {
  background: #254634;
}
.submit-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  color: #859076;
  padding-top: 25px;
}
.submit-strip b {
  font-weight: 550;
  color: #526444;
  margin-right: 3px;
}
.submit-strip .text-button {
  font-size: 11px;
  color: #536d41;
  white-space: nowrap;
}
.newsletter {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 35px;
  background: #e9ecdf;
  border: 1px solid #e0e4d4;
  border-radius: 9px;
  min-height: 326px;
  padding: 42px 58px 39px;
  margin: 15px 0 65px;
  overflow: hidden;
}
.newsletter-copy > .eyebrow {
  font-size: 9px;
  color: #7f8c6f;
  letter-spacing: 1.8px;
  margin-bottom: 12px;
}
.newsletter h2 {
  font-size: 39px;
  line-height: 1.05;
  margin-bottom: 15px;
}
.newsletter-copy > p:not(.eyebrow) {
  font-size: 12px;
  color: #7a856d;
  line-height: 1.75;
  margin-bottom: 17px;
}
.email-row {
  display: flex;
  gap: 8px;
}
.email-row input {
  background: #f9faef;
  font-size: 11px;
  border-color: #d2d9c3;
}
.email-row .button {
  white-space: nowrap;
  font-size: 11px;
}
.consent {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #718062;
  margin: 12px 0 5px;
}
.fine-print {
  font-size: 10px;
  color: #839073;
  line-height: 1.6;
  margin-top: 10px;
}
.newsletter-copy .fine-print {
  font-size: 9px;
  max-width: 470px;
  margin-top: 6px;
}
.newsletter-art {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
}
.envelope {
  width: 185px;
  height: 130px;
  background: #f9f7e7;
  border: 1px solid #a5b292;
  position: relative;
  transform: rotate(-11deg);
  border-radius: 4px;
  box-shadow: 5px 5px 0 #dbe1cd;
  margin-top: 41px;
}
.envelope:before {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  border-right: 1px solid #a5b292;
  border-bottom: 1px solid #a5b292;
  transform: rotate(45deg);
  top: -65px;
  left: 27px;
  border-radius: 0 0 8px 0;
  background: #f9f7e7;
}
.envelope:after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  height: 65px;
  border-top: 1px solid #b8c1a6;
  border-radius: 50% 50% 0 0;
}
.envelope > span {
  position: absolute;
  top: 58px;
  left: 72px;
  z-index: 1;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  display: grid;
  place-items: center;
  background: #d78d6b;
  color: #f9f3dc;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transform: rotate(15deg);
}
.postmark {
  position: absolute;
  top: 11px;
  left: 40px;
  width: 90px;
  height: 90px;
  border: 1px dashed #92a17f;
  outline: 1px solid #b2bd9f;
  outline-offset: 4px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 9px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  transform: rotate(-16deg);
  color: #7b8d67;
}
.mail-spark {
  position: absolute;
  right: 27px;
  bottom: 19px;
  color: #839666;
  font-size: 43px;
  transform: rotate(17deg);
}
.footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 25px;
}
.footer-brand {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
}
.footer p {
  font-size: 11px;
  color: #819073;
  margin-top: 6px;
}
.footer-location {
  font-size: 11px;
  line-height: 1.9;
  color: #89957d;
  align-self: center;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 11px;
  align-items: flex-start;
}
.footer-links .text-button {
  font-size: 11px;
}
.footer-links > a {
  font-size: 10px;
  color: #919b86;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #939b8a;
  gap: 15px;
}
.month-panel {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}
.month-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: #eeefe4;
}
.month-heading h3 {
  margin: 0;
  font-size: 22px;
}
.month-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.weekday {
  text-align: center;
  font-size: 10px;
  padding: 13px 0;
  background: #f0f1e8;
  color: #78866c;
}
.month-day,
.calendar-blank {
  min-height: 82px;
  border: 0;
  border-top: 1px solid #e0e3d6;
  border-right: 1px solid #e0e3d6;
  padding: 12px;
  background: #fffef8;
  text-align: left;
  font-size: 12px;
}
.month-day {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.month-day.today > span {
  background: #e8bb67;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin: -4px;
}
.month-day small {
  font-size: 9px;
  background: #e7eddb;
  color: #526b3b;
  padding: 4px 6px;
  border-radius: 3px;
  width: fit-content;
}
.month-day.chosen {
  background: #e3e9d7;
  box-shadow: inset 0 0 0 2px #83976d;
}
.selected-day-heading {
  margin: 24px 0 0;
  font-size: 23px;
}
.icon-button {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  background: none;
  border: 0;
  border-radius: 50%;
}
.icon-button:hover {
  background: #e4e8d9;
}
dialog {
  border: 1px solid #cdd4bf;
  border-radius: 12px;
  background: #f9f8f1;
  color: var(--ink);
  padding: 0;
  width: min(650px, calc(100vw - 30px));
  max-height: 90dvh;
  box-shadow: 0 22px 100px #20342530;
}
dialog::backdrop {
  background: #17292070;
  backdrop-filter: blur(3px);
}
.dialog-inner {
  padding: 36px;
  position: relative;
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
}
.dialog-inner > h2 {
  font-size: 34px;
  margin: 8px 27px 20px 0;
  line-height: 1.1;
}
.dialog-inner form > label,
.form-grid > label,
.login-panel label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 16px 0;
  font-size: 12px;
  font-weight: 550;
}
.dialog-inner input,
.dialog-inner select,
.dialog-inner textarea {
  font-size: 13px;
}
.optional {
  font-weight: 400;
  color: #879079;
  font-size: 10px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid > label {
  margin: 0;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 23px;
  align-items: center;
}
.muted {
  color: #7a866f;
  font-size: 13px;
}
.source-note {
  background: #e9ecdf;
  padding: 12px;
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-radius: 4px;
}
.source-note a {
  font-weight: 600;
}
.error {
  color: #a34530;
  background: #f5e6dd;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.65;
}
.success {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #426531;
  background: #e3edda;
  padding: 13px;
  border-radius: 5px;
  font-size: 13px;
}
.danger {
  color: #a65540;
}
.detail-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.detail-facts p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin: 8px 0;
  color: #6a7a5b;
}
.detail-description {
  font-size: 14px;
  white-space: pre-wrap;
  margin-top: 22px;
}
.submission-success {
  text-align: center;
  padding: 20px 0;
}
.submission-success > svg {
  color: #6b8754;
}
.submission-success h3 {
  font-size: 26px;
  margin-top: 15px;
}
.submission-success p {
  font-size: 14px;
  color: #728263;
}
.admin-page {
  padding-top: 53px;
  padding-bottom: 70px;
  min-height: 65vh;
}
.admin-page h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.admin-page .section-heading {
  align-items: flex-start;
}
.login-panel {
  max-width: 420px;
  margin: 10px auto 40px;
}
.login-panel > svg {
  color: #839871;
  margin-bottom: 23px;
}
.login-panel h1 {
  font-size: 49px;
  line-height: 1.03;
}
.login-panel .eyebrow {
  font-size: 9px;
  color: #839871;
}
.discovery-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 35px;
  padding: 28px;
  background: #e8ecdc;
  border-radius: 8px;
  margin: 27px 0;
}
.discovery-panel h2 {
  font-size: 28px;
  margin: 13px 0 10px;
}
.discovery-panel p {
  font-size: 12px;
  color: #78896a;
  margin-bottom: 0;
}
.discovery-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  background: #d6dfc5;
  border-radius: 9px;
}
.discovery-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
.discovery-actions .fine-print {
  font-size: 10px;
}
.admin-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  margin-top: 35px;
}
.admin-tabs > button, .admin-tabs > a {
  text-decoration: none;
  background: none;
  border: 0;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #859175;
}
.admin-tabs > button.active, .admin-tabs > a.active {
  color: #304d29;
  border-bottom-color: #597d43;
}
.admin-tabs > button span, .admin-tabs > a span {
  font-size: 10px;
  background: #e8ecdf;
  padding: 3px 6px;
  border-radius: 4px;
}
.review-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.review-row > div {
  min-width: 0;
  flex: 1;
}
.review-row > .button {
  flex-shrink: 0;
}
.review-row h3 {
  font-size: 24px;
  margin: 8px 0;
}
.review-row .eyebrow {
  font-size: 9px;
  color: #93a084;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* keyboard triage affordances */
.review-row.selected {
  background: #f4f7ee;
  box-shadow: inset 3px 0 0 var(--green-deep, #3e5a3a);
  border-radius: 6px;
}
.review-row.decided {
  opacity: 0.35;
  transition: opacity 140ms ease;
  pointer-events: none;
}
.review-row.suggested-skip {
  opacity: 0.62;
}
.suggestion-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 1px;
  vertical-align: 2px;
}
.suggestion-chip.gem {
  background: #f4e8c4;
  color: #7a5c14;
}
.suggestion-chip.skip {
  background: #eceee6;
  color: #8a917e;
}
.suggestion-note {
  font-size: 11px;
  color: #6f7668;
  margin: 6px 0 0;
}
.verdict-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 7px 0 0;
}
.verdict {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.6;
  white-space: nowrap;
}
.verdict.kids-good {
  background: #e2efdd;
  color: #3f5c33;
}
.verdict.kids-mid {
  background: #f4e8c4;
  color: #7a5c14;
}
.verdict.kids-poor {
  background: #eceee6;
  color: #8a917e;
}
.verdict.pull {
  background: #fde8e4;
  color: #a3402f;
}
.verdict.conf {
  background: transparent;
  border: 1px solid var(--line);
  color: #8a917e;
  font-weight: 500;
}
.key-hints {
  font-size: 11px;
  color: #8a917e;
  margin: 14px 0 0;
}
.key-hints kbd {
  border: 1px solid var(--line);
  border-bottom-width: 2px;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 10px;
  background: #fff;
}
.admin-view-switch {
  margin-left: auto;
  align-self: center;
}
.admin-view-switch a {
  padding: 6px 12px;
}
.admin-month .month-day em {
  font-style: normal;
}
.review-row .muted {
  font-size: 11px;
  margin-bottom: 10px;
}
.review-description {
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #859277;
  margin-bottom: 10px;
}
.source-link {
  font-size: 11px;
  color: #688251;
}
.community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 35px;
}
.community-grid h2 {
  font-size: 25px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.subscriber-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.subscriber-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.empty-small {
  font-size: 12px;
  color: #8c987f;
  background: #eef0e4;
  padding: 25px;
  border-radius: 5px;
}
.enquiry {
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
}
.enquiry h3 {
  margin-bottom: 7px;
  font-size: 22px;
}
.enquiry p {
  font-size: 13px;
  color: #7b8a6d;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.enquiry a {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 15px;
  background: #fff;
  padding: 15px;
  z-index: 5;
}
.skip-link:focus {
  top: 10px;
}
.loading-mark {
  display: inline-block;
  font-size: 40px;
  color: #96a378;
  animation: turn 5s linear infinite;
}
@keyframes turn {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1500px) {
  .wrap {
    max-width: 1250px;
  }
  .hero {
    min-height: 550px;
  }
  .hero h1 {
    font-size: 83px;
  }
  .hero-art {
    margin-left: 40px;
  }
  .hero-description {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero {
    grid-template-columns: 1.15fr 1fr;
    min-height: 455px;
    gap: 0;
  }
  .hero h1 {
    font-size: 61px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero-art {
    transform: scale(0.8);
    transform-origin: center left;
    width: 420px;
    margin-right: -90px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-link {
    font-size: 12px;
  }
  .location-line {
    font-size: 9px;
  }
  nav {
    gap: 20px;
  }
  .category-row {
    align-items: flex-start;
  }
  .newsletter {
    padding: 33px;
    gap: 24px;
    grid-template-columns: 0.8fr 1.4fr;
  }
  .postmark {
    left: 5px;
  }
  .newsletter-art {
    transform: scale(0.9);
  }
  .email-row {
    flex-wrap: wrap;
  }
  .email-row input {
    flex: 1;
    min-width: 150px;
  }
  .values-strip span {
    font-size: 10px;
  }
  .newsletter h2 {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    height: 88px;
  }
  .brand {
    font-size: 21px;
    gap: 8px;
  }
  .brand-mark {
    width: 39px;
    height: 39px;
  }
  .brand-mark svg {
    width: 28px;
  }
  .header nav {
    gap: 10px;
  }
  .header nav > a:first-child {
    display: none;
  }
  .header nav .text-button {
    font-size: 10px;
    white-space: nowrap;
  }
  .header .nav-news {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 64px);
    letter-spacing: -3px;
    margin-top: 22px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero-art {
    width: 380px;
    height: 330px;
    transform: scale(0.83);
    transform-origin: top center;
    margin: 30px auto -40px;
    max-width: 100%;
  }
  .hero-art:before {
    left: 20px;
    width: 300px;
    height: 270px;
  }
  .paper-calendar {
    left: 45px;
    top: 46px;
  }
  .sun {
    left: 9px;
    top: -8px;
  }
  .art-note {
    display: none;
  }
  .art-spark {
    right: 8px;
    top: 36px;
  }
  .art-flower {
    left: 25px;
    bottom: -4px;
  }
  .location-line {
    margin-top: 22px;
    font-size: 9px;
  }
  .values-strip > .wrap {
    justify-content: center;
    gap: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .values-strip span {
    font-size: 9px;
    gap: 6px;
  }
  .values-strip span:last-child {
    display: none;
  }
  .values-strip svg {
    width: 14px;
  }
  .calendar-section {
    padding-top: 39px;
    padding-bottom: 31px;
  }
  .section-heading {
    gap: 10px;
    margin-bottom: 22px;
  }
  .section-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
    max-width: 220px;
  }
  .section-heading h2 {
    font-size: 36px;
  }
  .view-switch button {
    padding: 7px 9px;
    font-size: 10px;
    gap: 4px;
  }
  .view-switch svg {
    width: 14px;
  }
  .filter-bar {
    flex-wrap: wrap;
  }
  .search-input {
    flex: 1 1 100%;
    border-bottom: 1px solid #e0e2d6;
  }
  .select-filter {
    flex: 1 1 50%;
    padding-left: 10px;
  }
  .select-filter:nth-child(2) {
    border-left: 0;
  }
  .select-filter select {
    font-size: 10px;
    padding-right: 8px;
  }
  .select-filter svg {
    width: 14px;
  }
  .select-filter select,
  .search-input input {
    min-height: 46px;
  }
  .category-row {
    flex-direction: column;
    gap: 12px;
  }
  .categories {
    gap: 6px;
  }
  .chip {
    font-size: 9px;
    padding: 7px 10px;
  }
  .free-filter {
    font-size: 10px;
    align-self: flex-end;
  }
  .results-bar {
    margin-top: 19px;
    font-size: 9px;
    align-items: flex-start;
  }
  .results-bar .text-button {
    font-size: 9px;
    white-space: nowrap;
  }
  .results-bar .text-button svg {
    width: 13px;
  }
  .empty-state {
    padding: 35px 18px;
  }
  .empty-state h3 {
    font-size: 25px;
  }
  .empty-state > p:not(.eyebrow) {
    font-size: 12px;
  }
  .empty-state .eyebrow {
    font-size: 7px;
    letter-spacing: 1.3px;
  }
  .event-row {
    gap: 13px;
    padding: 22px 0;
    position: relative;
  }
  .date-tile {
    width: 49px;
    padding: 8px 0;
  }
  .date-tile strong {
    font-size: 25px;
  }
  .date-tile > span {
    font-size: 9px;
  }
  .event-title {
    font-size: 20px;
    padding-right: 18px;
  }
  .event-title svg {
    display: none;
  }
  .event-description {
    font-size: 11px;
    margin-bottom: 9px;
  }
  .event-meta {
    font-size: 8px;
    gap: 7px;
    padding-right: 24px;
  }
  .event-side {
    min-width: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 20px;
    gap: 0;
  }
  .event-facts {
    gap: 7px;
    font-size: 9px;
    flex-direction: column;
  }
  .save-button {
    width: 27px;
    height: 27px;
  }
  .save-button svg {
    width: 15px;
  }
  .submit-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 10px;
  }
  .newsletter {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 27px 24px;
    gap: 12px;
    margin-bottom: 38px;
  }
  .newsletter-art {
    display: none;
  }
  .newsletter h2 {
    font-size: 37px;
  }
  .newsletter-copy > p:not(.eyebrow) {
    font-size: 11px;
  }
  .email-row {
    flex-wrap: nowrap;
    gap: 5px;
  }
  .email-row input {
    min-width: 0;
  }
  .email-row .button {
    font-size: 10px;
    padding: 11px 12px;
    gap: 5px;
  }
  .email-row .button svg {
    width: 14px;
  }
  .newsletter .consent {
    font-size: 9px;
    line-height: 1.5;
  }
  .footer {
    grid-template-columns: 1fr auto;
    gap: 15px;
    padding-top: 0;
  }
  .footer-brand {
    font-size: 22px;
  }
  .footer-location {
    display: none;
  }
  .footer-links {
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    font-size: 8px;
    gap: 4px;
  }
  .footer-links .text-button {
    font-size: 10px;
  }
  .footer-links > a {
    font-size: 9px;
  }
  .month-day,
  .calendar-blank {
    min-height: 62px;
    padding: 8px;
    font-size: 11px;
  }
  .month-day small {
    font-size: 9px;
    padding: 2px 5px;
  }
  .month-day small span {
    display: none;
  }
  .weekday {
    font-size: 9px;
  }
  .dialog-inner {
    padding: 25px 20px;
  }
  .dialog-inner > h2 {
    font-size: 29px;
  }
  .dialog-close {
    top: 8px;
    right: 8px;
  }
  .form-grid {
    gap: 12px;
  }
  .form-actions {
    gap: 8px;
  }
  .form-actions .button {
    padding: 11px 12px;
    font-size: 11px;
  }
  .admin-page {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .admin-page h1 {
    font-size: 35px;
  }
  .admin-page .section-heading {
    flex-direction: column;
  }
  .login-panel {
    margin-top: 0;
  }
  .login-panel h1 {
    font-size: 45px;
  }
  .discovery-panel {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 20px;
  }
  .discovery-panel h2 {
    font-size: 26px;
  }
  .admin-tabs {
    gap: 15px;
    flex-wrap: wrap;
  }
  .admin-tabs button {
    font-size: 10px;
    gap: 4px;
    padding: 12px 0;
  }
  .admin-tabs button span {
    font-size: 9px;
  }
  .review-row {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  .review-row h3 {
    font-size: 23px;
  }
  .review-row .button {
    font-size: 11px;
  }
  .community-grid {
    grid-template-columns: 1fr;
  }
  .detail-facts p {
    font-size: 12px;
  }
  .detail-description {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.event-row.hidden-unsaved { display: none; }

/* --- server-rendered additions --- */
.form-grid .span-2 { grid-column: span 2; }
.section-copy { font-size: 12px; color: #7b8475; margin-top: 10px; }
.newsletter-signup .error { margin-bottom: 12px; }
.dialog-copy { margin: -8px 0 18px; }
.crawl-panel { background: #e8ecdc; border-radius: 8px; padding: 26px 28px; margin: 27px 0; }
.crawl-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.crawl-head h2 { font-size: 26px; margin: 0; display: flex; align-items: center; gap: 11px; }
.run-status { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 650; background: #d6dfc5; color: #3d5233; padding: 7px 12px; border-radius: 999px; }
.run-status.paused, .run-status.idle { background: #e5e0cd; color: #7c7a5f; }
.run-status.failed { background: #f0dcd2; color: #a34530; }
.crawl-reason { margin: 12px 0 0; }
.crawl-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; margin-top: 22px; }
.admin-card { background: #f5f6ec; border: 1px solid #dbe0cb; border-radius: 8px; padding: 18px 20px; margin-top: 16px; }
.crawl-layout .admin-card { margin-top: 0; }
.admin-card h4 { display: flex; align-items: center; gap: 9px; font-size: 13px; margin: 0 0 12px; color: #3f5636; }
.admin-card label { display: flex; flex-direction: column; gap: 7px; font-size: 11px; font-weight: 550; color: #5c6b52; }
.admin-card textarea, .admin-card input { font-size: 12px; }
.admin-columns { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; margin: 26px 0; }
.plain-list { list-style: none; margin: 0; padding: 0; }
.plain-list li { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 8px 0; border-bottom: 1px solid #e3e7d6; font-size: 12px; }
.plain-list li:last-child { border-bottom: 0; }
.plain-list em { font-style: normal; color: #8b957e; font-size: 10px; white-space: nowrap; }
.plain-list a { font-size: 11px; }
.crawl-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.crawl-table th { text-align: left; color: #8b957e; font-weight: 550; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; padding: 6px 10px 6px 0; border-bottom: 1px solid #dbe0cb; }
.crawl-table td { padding: 8px 10px 8px 0; border-bottom: 1px solid #edf0e2; vertical-align: top; }
.review-list { margin: 26px 0; display: grid; gap: 16px; }
.review-actions { flex: 0 0 auto; display: flex; align-items: flex-end; gap: 16px; padding-top: 6px; }
.evidence { font-size: 11px; color: #6b7860; border-left: 3px solid #cdd7b8; padding: 4px 0 4px 12px; margin: 10px 0 0; }
.control-form { display: inline-flex; }
.provenance { background: #eef1e2; border: 1px solid #dbe0cb; border-radius: 8px; padding: 14px 16px; margin: 0 0 20px; font-size: 12px; }
.provenance-missing { display: grid; gap: 10px; justify-items: start; }
.provenance-head { display: flex; align-items: center; gap: 8px; font-weight: 650; font-size: 11px; color: #40573a; margin: 0; }
.provenance-page { margin: 8px 0 0; font-size: 12px; }
.provenance-text { font-size: 11px; color: #5f6c55; margin: 8px 0 0; border-left: 3px solid #cdd7b8; padding-left: 10px; }
.provenance-trail { margin-top: 10px; font-size: 11px; }
.provenance-trail summary { cursor: pointer; color: #6b7860; }
.provenance-trail ol { margin: 8px 0 0; padding-left: 18px; }
.provenance-trail li { margin: 4px 0; }
.provenance-trail em { font-style: normal; color: #8b957e; font-size: 10px; margin-left: 6px; }
.badge-verified, .badge-candidate { font-style: normal; font-size: 9px; letter-spacing: .8px; padding: 4px 8px; border-radius: 999px; margin-left: 6px; }
.badge-verified { background: #d9e5c8; color: #3d5233; }
.badge-candidate { background: #efe4cd; color: #7c5f2f; }
.review-actions .danger { border: 0; background: none; font-weight: 550; font-size: 13px; cursor: pointer; }

/* --- calendar event side column --- */
.event-body h3 { margin: 0 0 6px; }
.event-price { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 550; padding: 5px 11px; border: 1px solid #d6dacb; border-radius: 20px; color: #6b7860; background: #f4f5ea; white-space: nowrap; }
.event-price.free { background: #e2ecd8; border-color: #c3d5b2; color: #3d5233; }
.event-price svg { opacity: 0.65; }
.event-link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 550; color: #2f5d3f; }
.event-link:hover { text-decoration: underline; }
.event-meta span { display: inline-flex; align-items: center; gap: 5px; }
.event-meta .category-label { gap: 0; }
.free-label { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #5c6b52; cursor: pointer; }
.event-form .free-label { margin: 14px 0 4px; align-items: flex-start; }
.event-form .free-label span { line-height: 1.5; }


.button-sm { padding: 9px 14px; gap: 9px; font-size: 11px; }
.footer-links .button { margin-top: 6px; }

/* month cell content */
.month-day {
  gap: 5px;
}
.month-day > span {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 550;
  color: var(--ink);
}
.month-day em {
  font-style: normal;
  font-size: 10px;
  line-height: 1.45;
  color: #4c5a3c;
  background: #e9efdc;
  padding: 2px 6px;
  border-radius: 3px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.month-day.chosen em {
  background: #d3dec1;
}
.month-day small {
  margin-top: 1px;
}

/* ---- event pictures ---- */
.event-media {
	flex: 0 0 92px;
	align-self: center;
}
.event-media img {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border-radius: 12px;
	display: block;
}
.detail-media {
	margin: 10px 0 4px;
}
.detail-media img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}


/* The public calendar: a month to explore, a day to look forward to. */
body:has(#calendar) .wrap { max-width: 1380px; }
body:has(#calendar) .header { height: 76px; }
body:has(#calendar) .brand { font-size: 23px; gap: 9px; }
body:has(#calendar) .brand > svg { width: 30px; height: 30px; color: #b96c4e; }
body:has(#calendar) .header nav > a { display: inline-flex; }
.calendar-section { padding-top: 26px; }
.calendar-section .section-heading { margin-bottom: 20px; gap: 20px; }
.calendar-section .section-heading .eyebrow { display: none; }
.calendar-section .section-heading h2 { font-size: 27px; letter-spacing: -.8px; }
.calendar-section .section-copy { margin: 7px 0 0; font-size: 12px; color: #75806f; }
.calendar-section .view-switch { border-color: #dcded2; background: #eeeee6; border-radius: 9px; }
.calendar-section .view-switch button { padding: 8px 14px; border-radius: 6px; font-size: 12px; }
.calendar-section .view-switch .active { background: #fffefa; color: #365440; box-shadow: 0 1px 4px #263e3512; }
.calendar-section .filter-bar { min-height: 48px; border-radius: 10px; border-color: #dddfd3; }
.calendar-section .select-filter select,
.calendar-section .search-input input { min-height: 47px; font-size: 14px; }
.calendar-section .category-row { margin-top: 12px; }
.calendar-section .chip { font-size: 12px; padding: 7px 11px; border-color: transparent; background: #edeee6; color: #6a7663; }
.calendar-section .free-filter,
.calendar-section .results-bar .text-button,
.calendar-section .clear-button { font-size: 12px; }
.calendar-section .chip.selected { background: #365845; color: #fffdf4; border-color: #365845; }
.calendar-section .chip:hover { border-color: #a4b197; }
.calendar-section .results-bar { margin-top: 19px; padding-bottom: 12px; border-bottom: 0; font-size: 12px; }
.calendar-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}
.calendar-workspace .month-panel { margin: 0; min-width: 0; border: 1px solid #dddfd2; border-radius: 13px; background: #fffef9; box-shadow: 0 4px 18px #263e3504; }
.calendar-workspace .month-heading { padding: 19px 19px; gap: 12px; background: #fffef9; }
.calendar-workspace .month-heading h3 { font-size: 24px; letter-spacing: -.6px; }
.calendar-workspace .month-heading .icon-button { border: 1px solid #e4e5dc; border-radius: 8px; width: 31px; height: 31px; }
.calendar-workspace .month-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.calendar-workspace .weekday { background: #fffef9; padding: 5px 0 13px; text-transform: uppercase; letter-spacing: 1.2px; font-size: 11px; font-weight: 550; color: #89917f; }
.calendar-workspace .month-day,
.calendar-workspace .calendar-blank { min-width: 0; min-height: 123px; padding: 8px 6px; border-color: #e9e9df; }
.calendar-workspace .month-day:nth-child(7n) { border-right: 0; }
.calendar-workspace .calendar-blank { background: #f5f5ef; }
.calendar-workspace .month-day { gap: 5px; transition: background 120ms ease; }
.calendar-workspace .month-day:hover { background: #f1f3e9; }
.calendar-workspace .month-day > span:first-child { display: grid; place-items: center; width: 25px; height: 25px; margin: 0 0 2px; border-radius: 50%; font-size: 12px; font-family: "DM Sans", sans-serif; font-weight: 550; }
.calendar-workspace .month-day.today > span:first-child { background: #e7ebd9; color: #3c5a36; }
.calendar-workspace .month-day.chosen { background: #fcf0e9; box-shadow: inset 0 0 0 1.5px #cc795a; }
.calendar-workspace .month-day.chosen > span:first-child { background: #c36948; color: #fff; }
.calendar-workspace .month-day .calendar-event-preview { display: flex; align-items: center; gap: 4px; width: 100%; min-width: 0; padding: 4px; margin: 0; border-radius: 5px; font-size: 10px; line-height: 1.3; font-weight: 500; background: #e9eedf; color: #526343; white-space: normal; overflow: hidden; }
.calendar-event-preview img { width: 23px; height: 27px; object-fit: cover; flex-shrink: 0; border-radius: 3px; }
.calendar-event-preview > span { min-width: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.calendar-workspace .month-day .calendar-event-preview.category-1 { background: #f3e8cc; color: #876731; }
.calendar-workspace .month-day .calendar-event-preview.category-2 { background: #f2e3d9; color: #885f47; }
.calendar-workspace .month-day .calendar-event-preview.category-3 { background: #e6e4f0; color: #6c628a; }
.calendar-workspace .month-day .calendar-event-preview.category-4 { background: #f1e2da; color: #925d43; }
.calendar-workspace .month-day small { margin-top: 0; padding: 1px 4px; background: transparent; color: #77836d; font-size: 9px; }
.day-agenda { min-width: 0; background: #edf0e6; border: 1px solid #dfe4d4; border-radius: 13px; padding: 22px 18px 18px; }
.agenda-heading { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 0 3px 18px; border-bottom: 1px solid #dce2d2; margin-bottom: 16px; }
.agenda-heading .eyebrow { margin: 0 0 7px; font-size: 9px; color: #859176; letter-spacing: 1.5px; }
.agenda-date { font-family: "Outfit", sans-serif; font-size: 25px; line-height: 1.15; letter-spacing: -.7px; margin: 0; }
.agenda-count { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 9px; border: 1px solid #d5ddc8; border-radius: 20px; background: #e5ebdb; color: #68765a; font-size: 12px; white-space: nowrap; }
.day-agenda .event-row { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: start; gap: 12px; padding: 14px; border: 1px solid #e2e5d8; border-radius: 10px; margin-bottom: 12px; background: #fffef9; position: relative; }
.day-agenda .event-row:last-child { margin-bottom: 0; }
.day-agenda .event-tile,
.day-agenda .date-tile { display: none; }
.day-agenda .event-media { align-self: start; }
.day-agenda .event-media img { width: 76px; height: 88px; border-radius: 7px; }
.day-agenda .event-title { font-size: 18px; line-height: 1.15; letter-spacing: -.35px; padding: 0; overflow-wrap: anywhere; }
.day-agenda .event-title svg { display: none; }
.day-agenda .event-body h3 { margin-bottom: 9px; }
.day-agenda .event-meta { font-size: 12px; line-height: 1.4; gap: 6px; margin-bottom: 7px; padding: 0; color: #7a8271; }
.day-agenda .event-meta > span { max-width: 100%; }
.day-agenda .event-meta svg { width: 12px; height: 12px; }
.day-agenda .event-meta .category-label { font-size: 12px; padding: 3px 6px; }
.day-agenda .event-description { font-size: 12px; line-height: 1.5; margin: 6px 0; -webkit-line-clamp: 2; }
.day-agenda .event-facts { font-size: 12px; gap: 5px; }
.day-agenda .event-side { grid-column: 1 / -1; min-width: 0; max-width: none; position: static; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 11px; border-top: 1px solid #eeeee4; }
.day-agenda .event-price { white-space: normal; font-size: 12px; padding: 4px 7px; max-width: 55%; }
.day-agenda .event-link { font-size: 12px; margin-left: auto; }
.day-agenda .save-button { width: 29px; height: 29px; flex-shrink: 0; }
.day-agenda .hidden-unsaved { display: none; }
.agenda-empty { padding: 37px 20px 40px; text-align: center; color: #78856a; }
.agenda-empty > svg { margin-bottom: 14px; color: #8d9d79; }
.agenda-empty h3 { font-size: 24px; color: #516546; margin-bottom: 10px; }
.agenda-empty p { font-size: 12px; margin-bottom: 0; }
@media (min-width: 1500px) {
  .calendar-workspace .month-day, .calendar-workspace .calendar-blank { min-height: 136px; }
}
@media (max-width: 1050px) {
  .calendar-workspace { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 15px; }
  .day-agenda { padding: 18px 12px 12px; }
  .day-agenda .event-row { padding: 12px; grid-template-columns: 57px minmax(0, 1fr); gap: 10px; }
  .day-agenda .event-media img { width: 57px; height: 72px; }
  .day-agenda .event-title { font-size: 16px; }
  .calendar-event-preview img { display: none; }
}
@media (max-width: 780px) {
  .calendar-workspace { grid-template-columns: minmax(0, 1fr); }
  .calendar-workspace .month-day, .calendar-workspace .calendar-blank { min-height: 103px; }
  .calendar-event-preview img { display: block; }
  .day-agenda { padding: 20px; }
  .day-agenda .event-row { grid-template-columns: 82px minmax(0, 1fr); padding: 15px; }
  .day-agenda .event-media img { width: 82px; height: 92px; }
  .day-agenda .event-title { font-size: 20px; }
}
@media (max-width: 480px) {
  body:has(#calendar) .wrap { padding-left: 16px; padding-right: 16px; }
  body:has(#calendar) .header { height: 66px; }
  body:has(#calendar) .brand { font-size: 20px; }
  body:has(#calendar) .brand > svg { width: 25px; height: 25px; }
  .calendar-section { padding-top: 22px; }
  .calendar-section .section-heading h2 { font-size: 23px; }
  .calendar-section .section-copy { font-size: 12px; max-width: 230px; }
  .calendar-section .section-heading { align-items: center; gap: 10px; }
  .calendar-section .view-switch button { padding: 7px; font-size: 12px; gap: 4px; }
  .calendar-section .view-switch svg { display: none; }
  .calendar-section .category-row { gap: 10px; }
  .calendar-section .chip { padding: 6px 9px; font-size: 12px; }
  .calendar-section .select-filter select { font-size: 14px; }
  .calendar-section .results-bar { gap: 10px; }
  .calendar-workspace .month-heading { padding: 15px 12px; }
  .calendar-workspace .month-heading h3 { font-size: 23px; }
  .calendar-workspace .weekday { font-size: 10px; letter-spacing: .5px; }
  .calendar-workspace .month-day, .calendar-workspace .calendar-blank { min-height: 95px; padding: 5px 3px; gap: 3px; }
  .calendar-workspace .month-day > span:first-child { font-size: 11px; width: 23px; height: 23px; }
  .calendar-workspace .month-day .calendar-event-preview { padding: 3px; font-size: 10px; line-height: 1.3; }
  .calendar-event-preview img { display: none; }
  .calendar-workspace .month-day small { padding: 1px; font-size: 9px; }
  .day-agenda { padding: 17px 12px 12px; }
  .agenda-date { font-size: 24px; }
  .day-agenda .event-row { grid-template-columns: 68px minmax(0, 1fr); padding: 12px; }
  .day-agenda .event-media img { width: 68px; height: 82px; }
  .day-agenda .event-title { font-size: 18px; }
}

/* Continuous agenda: dates navigate the list rather than replace it. */
.calendar-section .section-heading h1 { font-size: 27px; letter-spacing: -.8px; margin: 0; }
.calendar-section .view-switch a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 6px; font-size: 12px; }
.calendar-workspace .month-heading h2 { margin: 0; font-size: 24px; letter-spacing: -.6px; }
.month-navigation { display: flex; align-items: center; gap: 5px; }
.today-link { padding: 7px 10px; font-size: 12px; }
.calendar-workspace { align-items: stretch; }
.calendar-workspace .month-day { text-decoration: none; gap: 5px; }
.calendar-workspace .month-day .calendar-event-preview { flex-shrink: 0; }
.calendar-workspace .calendar-event-preview img { display: block; width: 26px; height: 30px; }
.calendar-workspace .calendar-event-preview > span { display: block; overflow: visible; overflow-wrap: anywhere; }
.calendar-workspace .month-day.today > .calendar-event-preview { margin: 0; border-radius: 5px; width: 100%; height: auto; }
.day-agenda { display: flex; flex-direction: column; max-height: 820px; min-height: 0; }
.agenda-heading h2 { margin: 0; font-size: 24px; }
.agenda-scroll { overflow-y: auto; overscroll-behavior: contain; min-height: 0; position: relative; scrollbar-width: thin; scrollbar-color: #bdc7b0 transparent; padding-right: 5px; }
.agenda-day { scroll-margin-top: 15px; padding-bottom: 14px; }
.agenda-day.is-empty:not(.is-selected):not(.is-revealed):not(:target) { display: none; }
.agenda-day .agenda-date {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #edf0e6;
  border-bottom: 1px solid #dce2d2;
  font: 600 13px 'DM Sans', sans-serif;
  letter-spacing: 0;
  margin: 4px 0 12px;
  padding: 10px 0;
  color: #667458;
}
.agenda-day.is-selected .agenda-date { color: #aa5537; }
.agenda-day .agenda-empty { margin: 0; padding: 18px 8px 25px; line-height: 1.6; }
@media (max-width: 780px) {
  .day-agenda { max-height: none; }
  .agenda-scroll { overflow-y: visible; }
  .calendar-workspace .calendar-event-preview img { width: 20px; height: 23px; }
}
@media (max-width: 480px) {
  .calendar-section .section-heading h1 { font-size: 23px; }
  .calendar-workspace .month-heading h2 { font-size: 21px; }
  .calendar-workspace .month-day .calendar-event-preview { flex-direction: column; align-items: stretch; font-size: 9px; padding: 3px; }
  .calendar-workspace .calendar-event-preview img { width: 100%; height: 24px; }
}
@media (min-width: 781px) {
  .day-agenda { position: sticky; top: 20px; align-self: start; height: calc(100dvh - 40px); max-height: 820px; }
  .calendar-workspace .month-day, .calendar-workspace .calendar-blank { min-height: 100px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .calendar-workspace .month-day { transition: none; }
}

#calendar .event-row.keyboard-selected { outline: 2px solid #c36948; outline-offset: -2px; }

.event-detail-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; margin: 22px 0; padding: 20px 0; border-block: 1px solid var(--line); }
.event-detail-facts dt { font-size: 11px; font-weight: 600; color: var(--muted); margin-bottom: 5px; }
.event-detail-facts dd { margin: 0; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; }
.event-detail-about h3, .event-detail-contact h3 { font-size: 18px; margin: 22px 0 10px; }
.event-detail-about .detail-description { margin: 10px 0; line-height: 1.7; }
.event-detail-contact p { margin: 6px 0; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
@media (max-width: 480px) { .event-detail-facts { gap: 16px; } }

/* Clear review states, separate from the agent's suggestions. */
.skipped-review { margin-top: 25px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #efefe9; }
.skipped-review summary { cursor: pointer; font-weight: 600; font-size: 15px; }
.review-row.is-rejected { opacity: .45; background: #edede8; filter: grayscale(1); }
.review-row.is-rejected h3 { text-decoration: line-through; text-decoration-thickness: 1px; }
.review-row.is-rejected:hover, .review-row.is-rejected:focus-within { opacity: .75; }
.decision-badge { display: inline-block; margin-left: 10px; padding: 4px 8px; background: #deded7; border-radius: 4px; font-size: 11px; color: #555d52; }
.review-decisions { display: flex; gap: 8px; }

.crawl-overview { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.crawl-summary { font-size: 15px; line-height: 1.6; margin: 12px 0 20px; max-width: 700px; }
.crawl-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.crawl-metrics > div { display: flex; flex-direction: column; gap: 7px; background: #fffdf7; padding: 18px; border-radius: 8px; }
.crawl-metrics strong { font: 500 30px 'Outfit',sans-serif; }
.crawl-metrics span { font-size: 12px; color: var(--muted); }
.crawl-activity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.crawl-activity-grid h3 { font-size: 18px; margin: 0 0 14px; }
.crawl-activity { list-style: none; padding: 0; margin: 0; max-height: 260px; overflow-y: auto; }
.crawl-activity li { display: flex; flex-direction: column; gap: 6px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; overflow-wrap: anywhere; }
.crawl-activity li span { color: var(--muted); }
.crawl-settings { margin-top: 22px; border-top: 1px solid #cdd4bf; padding-top: 18px; }
.crawl-settings > summary { cursor: pointer; font-weight: 600; }
.crawl-settings .crawl-layout { margin-top: 18px; }
@media(max-width:700px) { .crawl-overview { flex-direction: column; gap: 0; } .crawl-metrics { grid-template-columns: 1fr 1fr; } .crawl-activity-grid { grid-template-columns: 1fr; } }

.newsletter-admin { max-width: 900px; margin-top: 28px; }
.newsletter-compose fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.newsletter-compose fieldset:disabled { opacity: .45; filter: grayscale(1); }
.newsletter-compose fieldset:disabled input, .newsletter-compose fieldset:disabled textarea, .newsletter-admin button:disabled { cursor: not-allowed; }
.newsletter-admin button:disabled { filter: grayscale(1); opacity: .5; }
.newsletter-compose label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 13px; font-weight: 600; }
.newsletter-compose textarea { line-height: 1.6; resize: vertical; }
.newsletter-test { display: flex; align-items: end; gap: 12px; margin-top: 24px; }
.newsletter-test label { flex: 1; margin: 0; }
.newsletter-test .button { min-height: 44px; }
.newsletter-preview { padding: 24px; margin: 30px 0; background: #fffdf7; border: 1px solid var(--line); border-radius: 10px; }
.newsletter-preview pre { font: inherit; font-size: 14px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.newsletter-history { margin: 28px 0; }
.newsletter-history .plain-list li { gap: 15px; }
.newsletter-history .plain-list li span { font-size: 12px; color: var(--muted); }
.newsletter-admin .notice { border-left: 3px solid #ca8e43; padding: 12px 16px; background: #f4ebda; font-size: 13px; }
.unsubscribe-page { padding-block: 80px; min-height: 50vh; }
@media(max-width:600px) { .newsletter-test { flex-direction: column; align-items: stretch; } }
