.city-moments {
  margin: 32px 0 42px;
  color: #433328;
  scroll-margin-top: 24px;
}
.moments-heading {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid #e2d0bb;
  border-radius: 20px;
  background: linear-gradient(125deg, #fff5de, #f9e8e0 65%, #efeafa);
}
.moments-heading h2 {
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 0;
  max-width: 760px;
}
.moments-heading > svg {
  flex-shrink: 0;
  color: #935625;
}
.moments-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin: 0 0 9px;
  color: #805232;
}
.city-moments p {
  color: #68564a;
  line-height: 1.65;
}
.moments-intro {
  max-width: 850px;
  margin: 18px 0 24px;
  font-size: 16px;
}
.moments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.moment-card {
  border: 1px solid #decfbf;
  border-top: 4px solid #c37c44;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  min-width: 0;
}
.moment-card:only-child {
  grid-column: 1/-1;
  max-width: 900px;
}
.moment-kind {
  display: inline-block;
  border: 1px solid #e4cab0;
  border-radius: 20px;
  padding: 5px 10px;
  background: #fff4e8;
  color: #75451f;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}
.moment-card h3 {
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.moment-card h4 {
  font-size: 16px;
  margin: 20px 0 6px;
  line-height: 1.4;
}
.moment-card p {
  font-size: 16px;
  margin: 0 0 16px;
}
.moment-facts {
  margin: 20px 0;
}
.moment-facts > div {
  border-top: 1px solid #ede3d8;
  padding: 14px 0;
}
.moment-facts dt {
  font-size: 13px;
  font-weight: 700;
  color: #754c2d;
  margin-bottom: 6px;
}
.moment-facts dd {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  color: #4f473e;
}
.moment-planning {
  border-top: 1px solid #decfbf;
  border-bottom: 1px solid #decfbf;
  margin: 4px 0 16px;
}
.moment-planning summary {
  cursor: pointer;
  min-height: 48px;
  padding: 14px 3px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
.moment-planning ul {
  padding-inline-start: 20px;
  margin: 12px 0 18px;
}
.moment-planning li + li {
  margin-top: 8px;
}
.moment-planning a {
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.moment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.moment-actions a,
.moments-footer a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #75451f;
}
.moment-actions svg,
.moments-footer svg {
  flex-shrink: 0;
}
.moments-footer {
  background: #fff7ed;
  border: 1px solid #e6d6c3;
  border-radius: 12px;
  padding: 20px;
  margin-top: 22px;
}
.moments-footer p {
  margin: 0;
  font-size: 15px;
}
.moments-checked {
  font-size: 13px;
  margin: 15px 0 0;
}
.moment-empty {
  padding: 24px;
  background: #fff7ed;
  border: 1px solid #e6d6c3;
  border-radius: 14px;
}
.moments-launcher {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: start;
  padding: 23px;
  margin: 22px 0;
  border: 1px solid #d7bfa4;
  border-radius: 16px;
  background: linear-gradient(125deg, #fff5df, #f9ece5);
  color: #633f24;
}
.moments-launcher > span {
  display: grid;
  gap: 7px;
  flex: 1;
  min-width: 0;
}
.moments-launcher strong {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
.moments-launcher span span {
  font-size: 15px;
  line-height: 1.5;
}
.moments-launcher > svg {
  flex-shrink: 0;
}
.city-moments :is(a, summary):focus-visible,
.moments-launcher:focus-visible,
.city-moments h2:focus {
  outline: 3px solid #824519;
  outline-offset: 5px;
}
.large-type .city-moments :is(p, dd, a, summary),
.large-type .moments-launcher span span {
  font-size: 18px;
}
.large-type .moment-facts dt,
.large-type .moment-kind {
  font-size: 16px;
}
.high-contrast .city-moments {
  color: #24180e;
}
.high-contrast .city-moments :is(p, dd, dt, a, summary),
.high-contrast .moments-launcher {
  color: #24180e !important;
}
.high-contrast .moment-card,
.high-contrast .moments-heading {
  border-color: #70523b;
}
.high-contrast .moment-kind {
  color: #40220c;
  border-color: #8d6345;
}
.high-contrast .moment-facts > div {
  border-color: #b49578;
}
@media (max-width: 760px) {
  .moments-grid {
    grid-template-columns: 1fr;
  }
  .moments-heading {
    padding: 22px;
    gap: 14px;
  }
  .moments-heading > svg {
    width: 30px;
  }
  .moment-card {
    padding: 20px;
  }
  .moments-launcher {
    padding: 19px;
    gap: 13px;
  }
  .moments-launcher strong {
    font-size: 20px;
  }
  .moments-launcher > svg:last-child {
    display: none;
  }
}
@media (forced-colors: active) {
  .moment-card,
  .moments-heading,
  .moments-footer,
  .moments-launcher,
  .moment-kind {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }
  .moment-actions a,
  .moments-footer a {
    color: LinkText;
  }
}
