@font-face {
  font-family: "Preciosa";
  src: url("/assets/fonts/Preciosa-VVKw.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.mass-web-body {
  color-scheme: light dark;
  color: #011d35;
  background: #f8f9ff;
}

.mass-web-body button,
.mass-web-body input,
.mass-web-body select {
  font: inherit;
}

.mass-web-body button {
  cursor: pointer;
}

.mass-web-shell {
  --mass-blue: #00346f;
  --mass-blue-deep: #011d35;
  --mass-blue-soft: #e8f0f8;
  --mass-gold: #8c682c;
  --mass-gold-bright: #ffd088;
  --mass-ink: #011d35;
  --mass-muted: #434751;
  --mass-paper: #fff;
  --mass-parchment: #dbe9ff;
  --mass-border: rgb(50 94 163 / 18%);
  --mass-border-strong: rgb(50 94 163 / 32%);
  --mass-surface: rgb(50 94 163 / 6%);
  --mass-surface-elevated: rgb(255 255 255 / 88%);
  --mass-surface-hover: rgb(50 94 163 / 10%);
  --mass-reader-ink: #011d35;
  --mass-shadow: rgb(16 42 67 / 8%);
  --mass-primary-fill: #3e5e98;
  --mass-primary-foreground: #fff;
  --mass-primary-border: #ffd088;
  --site-header-foreground: #011d35;
  --site-header-muted: #434751;
  --site-header-border: rgb(50 94 163 / 18%);
  --site-header-control: rgb(50 94 163 / 6%);
  --site-header-accent: #00346f;
  --site-header-accent-foreground: #fff;
  --site-header-menu-background: #fff;
  --site-header-menu-foreground: #011d35;
  --site-header-menu-muted: #434751;
  --mass-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  min-height: 100vh;
  overflow: clip;
  color: var(--mass-ink);
  background: linear-gradient(180deg, #f8f9ff 0%, var(--mass-parchment) 100%);
}

.mass-web-primary-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--mass-primary-border);
  border-radius: 999px;
  color: var(--mass-primary-foreground);
  background: var(--mass-primary-fill);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 9px 24px rgb(0 0 0 / 14%);
}

.mass-web-primary-button:hover {
  filter: brightness(1.08);
}

.mass-web-primary-button svg {
  width: 16px;
  height: 16px;
}

.mass-web-mobile-download-cta {
  display: none;
}

.mass-web-directory-hero {
  min-height: 0;
}

.mass-web-directory-hero .content-page-hero-inner {
  width: calc(100% - 80px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.mass-web-directory-hero .mass-web-hero-copy {
  position: relative;
  z-index: 2;
}

.mass-web-directory-hero .content-page-hero-copy h1 {
  max-width: 620px;
  font-size: clamp(34px, 3.8vw, 48px);
}

.mass-web-directory-hero .content-page-hero-description {
  font-size: clamp(15px, 1.35vw, 18px);
}

.mass-web-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.mass-web-hero-actions a {
  width: 195.195px;
  height: 62px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mass-web-hero-actions a:hover {
  opacity: 0.92;
}

.mass-web-hero-device {
  position: relative;
  align-self: stretch;
  min-width: 0;
  margin: 0;
}

.mass-web-hero-device img {
  position: absolute;
  top: -23px;
  right: -30px;
  width: min(42vw, 500px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 24px 36px rgb(0 0 0 / 36%));
}

.mass-web-main {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-bottom: clamp(72px, 9vw, 118px);
}

.mass-web-eyebrow,
.mass-web-section-kicker {
  margin: 0;
  color: var(--mass-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.content-page-hero .mass-web-eyebrow {
  color: var(--mass-gold-bright);
}

.mass-web-date-picker {
  margin-top: 30px;
}

.mass-web-date-picker > label {
  display: block;
  margin-bottom: 9px;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mass-web-date-picker > div {
  position: relative;
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 13px;
  background: var(--mass-surface-elevated);
  box-shadow: 0 15px 34px rgb(0 0 0 / 16%);
}

.content-page-hero .mass-web-date-picker > div {
  background: rgb(255 255 255 / 95%);
}

.content-page-hero .mass-web-date-picker input {
  color: #011d35;
}

.content-page-hero .mass-web-date-picker svg {
  stroke: #00346f;
}

.mass-web-date-picker svg {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  fill: none;
  stroke: var(--mass-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  pointer-events: none;
}

.mass-web-date-picker input {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 14px 0 48px;
  border: 0;
  outline: 0;
  color: var(--mass-ink);
  background: transparent;
}

.mass-web-date-picker input:focus {
  box-shadow: inset 0 0 0 2px var(--mass-gold);
}

.mass-web-date-picker button {
  min-width: 126px;
  border: 0;
  color: var(--mass-blue-deep);
  background: var(--mass-gold-bright);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.mass-web-date-picker button:hover {
  background: #ffe5bd;
}

.mass-web-directory-heading-copy {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
}

.mass-web-directory-heading-copy h2 {
  margin-top: 0;
}

.mass-web-today-card {
  width: min(calc(100% - 40px), 1180px);
  min-height: 150px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 20px auto 0;
  padding: 26px 30px;
  border: 1px solid var(--mass-border);
  border-radius: 16px;
  background: var(--mass-surface-elevated);
  box-shadow: 0 16px 42px var(--mass-shadow);
}

.mass-web-date-medallion {
  width: 70px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--mass-ink);
}

.mass-web-date-medallion span {
  color: inherit;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mass-web-date-medallion strong {
  margin-top: 2px;
  font-family: var(--mass-serif);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.mass-web-today-card-copy h2 {
  margin: 7px 0 0;
  font-family: var(--mass-serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.08;
}

.mass-web-section {
  width: min(100% - 40px, 1180px);
  margin: clamp(68px, 8vw, 104px) auto 0;
}

.mass-web-section-heading {
  margin-bottom: 26px;
}

.mass-web-section-heading h2 {
  margin: 8px 0 0;
  font-family: var(--mass-serif);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.mass-web-section-heading > div > p:not(.mass-web-section-kicker) {
  max-width: 690px;
  margin: 15px 0 0;
  color: var(--mass-muted);
  line-height: 1.6;
}

.mass-web-calendar-selectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 16px;
}

.mass-web-calendar-selectors label {
  display: grid;
  gap: 8px;
  color: var(--mass-muted);
  font-size: 12px;
  font-weight: 800;
}

.mass-web-calendar-select {
  position: relative;
  display: block;
}

.mass-web-calendar-select select {
  width: 100%;
  min-height: 54px;
  padding: 0 48px 0 17px;
  border: 1px solid var(--mass-border);
  border-radius: 13px;
  outline: none;
  color: var(--mass-ink);
  background: var(--mass-surface-elevated);
  box-shadow: 0 12px 30px var(--mass-shadow);
  appearance: none;
}

.mass-web-calendar-select select:focus {
  border-color: var(--mass-gold);
  box-shadow: 0 0 0 4px rgb(220 168 67 / 17%);
}

.mass-web-calendar-select select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.mass-web-calendar-select > svg {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}

.mass-web-year-month-index {
  margin-top: 48px;
}

.mass-web-year-month-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mass-web-year-month-grid a {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  border: 1px solid var(--mass-border);
  border-radius: 13px;
  color: var(--mass-ink);
  background: var(--mass-surface-elevated);
  font-weight: 800;
  box-shadow: 0 10px 26px var(--mass-shadow);
}

.mass-web-year-month-grid a:hover {
  border-color: var(--mass-border-strong);
  background: var(--mass-surface-hover);
}

.mass-web-year-month-grid svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.mass-web-breadcrumbs {
  width: min(100% - 40px, 1120px);
  margin: 26px auto 0;
}

.mass-web-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: var(--mass-muted);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
  white-space: nowrap;
}

.mass-web-breadcrumbs li {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mass-web-breadcrumbs li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.mass-web-breadcrumbs li:last-child > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mass-web-breadcrumbs a:hover {
  color: var(--mass-blue);
}

.mass-web-detail-hero,
.mass-web-detail-hero .content-page-hero-inner {
  min-height: 212px;
}

.mass-web-detail-hero {
  overflow: visible;
}

.mass-web-detail-hero .content-page-hero-inner {
  position: relative;
  align-items: flex-end;
  padding-top: 68px;
  padding-bottom: 28px;
}

.mass-web-detail-hero-copy {
  width: 100%;
}

.mass-web-detail-hero .content-page-hero-copy h1 {
  max-width: 850px;
  margin-top: 9px;
  font-size: clamp(32px, 3.8vw, 46px);
}

.mass-web-mass-form-links {
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.mass-web-mass-form-links a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgb(248 249 255 / 25%);
  border-radius: 999px;
  color: rgb(248 249 255 / 82%);
  background: rgb(1 20 47 / 14%);
  font-size: 11px;
  font-weight: 750;
}

.mass-web-mass-form-label {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  color: rgb(248 249 255 / 58%);
  font-size: 11px;
  font-weight: 650;
}

.mass-web-mass-form-links a:hover {
  color: #fff;
  border-color: rgb(248 249 255 / 46%);
  background: rgb(248 249 255 / 10%);
}

.mass-web-hero-breadcrumbs {
  position: absolute;
  top: 24px;
  left: 0;
  width: min(calc(100% - 170px), 800px);
  margin: 0;
}

.mass-web-hero-breadcrumbs ol {
  overflow: visible;
  color: rgb(248 249 255 / 68%);
}

.mass-web-hero-breadcrumbs li,
.mass-web-hero-breadcrumbs li:last-child {
  overflow: visible;
}

.mass-web-hero-breadcrumbs li:last-child > span {
  color: inherit;
}

.mass-web-hero-breadcrumbs a:hover {
  color: var(--mass-gold-bright);
}

.mass-web-calendar-picker {
  position: relative;
}

.mass-web-calendar-picker summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  cursor: pointer;
  list-style: none;
}

.mass-web-calendar-picker summary::-webkit-details-marker {
  display: none;
}

.mass-web-calendar-picker summary > svg {
  width: 13px;
  height: 13px;
  transition: transform 150ms ease;
}

.mass-web-calendar-picker[open] summary > svg {
  transform: rotate(180deg);
}

.mass-web-calendar-picker-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: -8px;
  z-index: 80;
  width: max-content;
  min-width: 220px;
  display: grid;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--mass-border);
  border-radius: 12px;
  color: var(--mass-ink);
  background: var(--mass-paper);
  box-shadow: 0 18px 42px rgb(0 0 0 / 24%);
}

.mass-web-calendar-picker-menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 12px;
}

.mass-web-calendar-picker-menu a:hover,
.mass-web-calendar-picker-menu a[aria-current='page'] {
  color: var(--mass-blue);
  background: var(--mass-surface-hover);
}

.mass-web-detail-actions {
  position: absolute;
  top: 24px;
  right: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.mass-web-detail-actions > .content-page-share-toggle {
  display: none;
}

.mass-web-detail-actions .content-page-share-options {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mass-web-detail-actions button,
.mass-web-detail-actions a {
  width: 32px;
  height: 32px;
  min-height: 0;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgb(248 249 255 / 78%);
  background: transparent;
}

.mass-web-detail-actions button:hover,
.mass-web-detail-actions a:hover {
  color: var(--mass-gold-bright);
  background: transparent;
}

.mass-web-detail-actions svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.mass-web-share-whatsapp {
  display: none !important;
}

.mass-web-facebook-dialog,
.mass-web-recommendation-dialog {
  width: min(calc(100% - 32px), 420px);
  margin: auto;
  padding: 0;
  border: 1px solid var(--mass-border);
  border-radius: 18px;
  color: var(--mass-ink);
  background: var(--mass-paper);
  box-shadow: 0 24px 70px rgb(0 0 0 / 35%);
}

.mass-web-facebook-dialog::backdrop,
.mass-web-recommendation-dialog::backdrop {
  background: rgb(2 10 24 / 68%);
  backdrop-filter: blur(4px);
}

.mass-web-facebook-dialog-content,
.mass-web-recommendation-dialog-content {
  padding: 26px;
}

.mass-web-facebook-dialog h2,
.mass-web-recommendation-dialog h2 {
  margin: 0;
  font-family: var(--mass-serif);
  font-size: 25px;
  line-height: 1.15;
}

.mass-web-facebook-dialog p,
.mass-web-recommendation-dialog p {
  margin: 10px 0 24px;
  color: var(--mass-muted);
  font-size: 15px;
  line-height: 1.5;
}

.mass-web-facebook-dialog-actions,
.mass-web-recommendation-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.mass-web-recommendation-dialog-actions {
  flex-wrap: wrap;
}

.mass-web-facebook-dialog-actions button,
.mass-web-recommendation-dialog-actions button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--mass-border);
  border-radius: 999px;
  color: var(--mass-ink);
  background: var(--mass-surface);
  font-size: 13px;
  font-weight: 800;
}

.mass-web-recommendation-dialog-actions button {
  flex: 1 1 140px;
}

.mass-web-facebook-dialog-actions .mass-web-facebook-open,
.mass-web-recommendation-dialog-actions .mass-web-recommendation-accept {
  border-color: var(--mass-primary-border);
  color: var(--mass-primary-foreground);
  background: var(--mass-primary-fill);
}

.mass-web-breadcrumbs svg,
.mass-web-day-navigation svg,
.mass-web-calendar-days svg,
.mass-web-inline-ambo svg,
.mass-web-source-card svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mass-web-archive-hero {
  width: min(100% - 40px, 860px);
  margin: clamp(60px, 7vw, 88px) auto 0;
  text-align: center;
}

.mass-web-archive-hero h1 {
  margin: 13px 0 0;
  font-family: var(--mass-serif);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.mass-web-archive-hero > p:not(.mass-web-eyebrow) {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--mass-muted);
  font-size: 16px;
  line-height: 1.6;
}

.mass-web-archive-hero .mass-web-date-picker {
  width: min(100%, 540px);
  margin: 30px auto 0;
  text-align: left;
  color: var(--mass-ink);
}

.mass-web-archive-hero .mass-web-date-picker > div {
  border-color: var(--mass-border);
}

.mass-web-month-nav {
  width: min(100% - 40px, 1180px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  margin: 28px auto 0;
}

.mass-web-month-nav a {
  min-width: 54px;
  min-height: 35px;
  display: grid;
  place-items: center;
  padding: 0 11px;
  border: 1px solid var(--mass-border);
  border-radius: 999px;
  color: var(--mass-blue);
  background: var(--mass-surface);
  font-size: 11px;
  font-weight: 800;
}

.mass-web-month-nav a:hover {
  border-color: rgb(220 168 67 / 42%);
  background: var(--mass-paper);
}

.mass-web-month-nav a[aria-current='page'] {
  border-color: var(--mass-primary-fill);
  color: var(--mass-primary-foreground);
  background: var(--mass-primary-fill);
}

.mass-web-archive-months {
  width: min(100% - 40px, 1180px);
  display: grid;
  gap: 72px;
  margin: 34px auto 0;
}

.mass-web-archive-month {
  scroll-margin-top: 24px;
}

.mass-web-archive-month-heading {
  margin-bottom: 17px;
}

.mass-web-archive-month-heading h2 {
  margin: 0;
  font-family: var(--mass-serif);
  font-size: 36px;
  font-weight: 600;
}

.mass-web-calendar-days {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mass-border);
  list-style: none;
}

.mass-web-calendar-days li {
  border-bottom: 1px solid var(--mass-border);
}

.mass-web-calendar-days a {
  min-height: 84px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 17px;
  padding: 12px 8px;
  transition: background-color 150ms ease, padding 150ms ease;
}

.mass-web-calendar-days a:hover {
  padding-right: 14px;
  padding-left: 14px;
  background: var(--mass-surface-hover);
}

.mass-web-calendar-days time {
  min-height: 56px;
  display: grid;
  place-content: center;
  text-align: center;
  border-right: 1px solid var(--mass-border);
}

.mass-web-calendar-days time strong {
  font-family: var(--mass-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.mass-web-calendar-days time span {
  margin-top: 5px;
  color: var(--mass-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.mass-web-calendar-day-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mass-web-calendar-day-copy > strong {
  overflow: hidden;
  font-family: var(--mass-serif);
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mass-web-calendar-day-copy small {
  overflow: hidden;
  color: var(--mass-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mass-web-calendar-days a > svg {
  color: var(--mass-gold);
}

.mass-web-day-main {
  width: min(calc(100% - 40px), 1180px);
  max-width: none;
}

.mass-web-day-navigation {
  width: fit-content;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 22px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.mass-web-day-navigation .mass-web-day-arrow,
.mass-web-day-arrow-placeholder {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mass-border);
  border-radius: 50%;
  color: var(--mass-ink);
  background: var(--mass-surface);
}

.mass-web-day-navigation .mass-web-day-arrow:hover {
  color: var(--mass-ink);
  border-color: var(--mass-border-strong);
  background: var(--mass-surface-hover);
}

.mass-web-day-navigation .mass-web-day-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 16;
}

.mass-web-day-arrow-placeholder {
  visibility: hidden;
}

.mass-web-day-picker {
  position: relative;
  width: max-content;
  max-width: calc(100vw - 128px);
  height: 48px;
}

.mass-web-day-picker > .mass-web-day-picker-pill {
  width: max-content;
  max-width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 5px 4px 17px;
  border: 1px solid var(--mass-border);
  border-radius: 999px;
  color: var(--mass-ink);
  background: var(--mass-surface);
  font-size: 13px;
  font-weight: 650;
  text-align: left;
}

.mass-web-day-picker time {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mass-web-day-picker > .mass-web-day-picker-pill:hover {
  color: var(--mass-ink);
  border-color: var(--mass-border-strong);
  background: var(--mass-surface-hover);
}

.mass-web-day-picker-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mass-border);
  border-radius: 50%;
  color: var(--mass-ink);
  background: var(--mass-paper);
}

.mass-web-day-picker-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: none;
}

.mass-web-day-picker-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.mass-web-day-navigation-bottom {
  margin-top: 68px;
}

.mass-web-reader {
  width: 100%;
  margin: 24px auto 0;
}

.mass-web-reader-heading {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.mass-web-reader-heading h1 {
  margin: 14px 0 0;
  font-family: var(--mass-serif);
  font-size: clamp(40px, 5.5vw, 66px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: balance;
}

.mass-web-reading-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 0;
}

.mass-web-reading-jump a {
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--mass-border);
  border-radius: 999px;
  color: var(--mass-blue);
  background: var(--mass-surface);
  font-size: 11px;
  font-weight: 800;
}

.mass-web-reading-jump a:hover {
  border-color: rgb(220 168 67 / 42%);
  background: var(--mass-paper);
}

.mass-web-reader-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
  align-items: start;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 30px);
  margin-top: 22px;
}

.mass-web-reading-sections {
  overflow: hidden;
  border: 1px solid var(--mass-border);
  border-radius: 18px;
  background: var(--mass-surface-elevated);
  box-shadow: 0 22px 55px var(--mass-shadow);
}

.mass-web-reading-section {
  scroll-margin-top: 24px;
}

.mass-web-reading-section + .mass-web-reading-section {
  border-top: 1px solid var(--mass-border);
}

.mass-web-reading-section summary {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(24px, 4vw, 40px);
  color: var(--mass-ink);
  cursor: pointer;
  list-style: none;
}

.mass-web-reading-section summary::-webkit-details-marker {
  display: none;
}

.mass-web-reading-section summary > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mass-web-reading-section summary strong {
  font-family: var(--mass-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
}

.mass-web-reading-section summary em {
  color: var(--mass-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.mass-web-reading-section summary > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--mass-gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 160ms ease;
}

.mass-web-reading-section[open] summary > svg {
  transform: rotate(180deg);
}

.mass-web-reading-section summary:hover {
  background: var(--mass-surface-hover);
}

.mass-web-reading-text {
  padding: 4px clamp(24px, 5vw, 48px) 42px;
  color: var(--mass-reader-ink);
  font-family: var(--mass-serif);
  font-size: clamp(17px, 1.65vw, 19px);
  line-height: 1.68;
  text-wrap: pretty;
}

.mass-web-reading-text p {
  margin: 0 0 1.35em;
}

.mass-web-reading-text p:last-of-type {
  margin-bottom: 0;
}

.mass-web-drop-cap {
  float: left;
  margin: 0.08em 0.14em 0 0;
  color: var(--mass-gold);
  font-family: "Preciosa", var(--mass-serif);
  font-size: 3.2em;
  font-weight: normal;
  font-synthesis: none;
  line-height: 0.76;
}

.mass-web-inline-ambo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
  color: var(--mass-blue);
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mass-web-reader-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.mass-web-download-card,
.mass-web-source-card {
  padding: 25px;
  border-radius: 15px;
}

.mass-web-download-card {
  border: 0;
  color: #fff;
  background: linear-gradient(145deg, #063c78 0%, #012957 55%, #011d35 100%);
  box-shadow: 0 18px 42px rgb(1 29 53 / 14%);
}

.mass-web-download-card .mass-web-section-kicker {
  color: var(--mass-gold-bright);
}

.mass-web-download-card h2,
.mass-web-source-card h2 {
  margin: 9px 0 0;
  font-family: var(--mass-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.08;
}

.mass-web-download-card > p:not(.mass-web-section-kicker) {
  margin: 14px 0 0;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
  line-height: 1.55;
}

.mass-web-download-card > a {
  width: 195.195px;
  max-width: 100%;
  height: 62px;
  display: block;
  overflow: hidden;
  margin-top: 21px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mass-web-download-card > a:hover {
  opacity: 0.92;
}

.mass-web-app-store {
  border: 0;
}

.mass-web-source-card {
  border: 1px solid var(--mass-border);
  background: var(--mass-surface);
}

.mass-web-source-card h2 {
  font-size: 21px;
}

.mass-web-source-card > p:not(.mass-web-section-kicker) {
  margin: 12px 0 0;
  color: var(--mass-muted);
  font-size: 11px;
  line-height: 1.5;
}

.mass-web-centered-state {
  min-height: 65vh;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 60px 20px;
  text-align: center;
}

.mass-web-centered-state h1 {
  margin: 14px 0 0;
  font-family: var(--mass-serif);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 600;
}

.mass-web-centered-state > p:not(.mass-web-eyebrow) {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--mass-muted);
  line-height: 1.6;
}

.mass-web-centered-state .mass-web-primary-button {
  margin-top: 26px;
}

.mass-web-footer {
  width: min(100% - 40px, 1120px);
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  padding: 34px 0;
  border-top: 1px solid var(--mass-border);
  color: var(--mass-muted);
}

.mass-web-footer > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mass-web-footer p {
  margin: 0;
  font-size: 12px;
}

.mass-web-footer-brand {
  color: var(--mass-ink);
}

.mass-web-footer-brand img {
  width: 34px;
  height: 34px;
}

.mass-web-footer-brand span {
  font-size: 19px;
}

.mass-web-footer nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 750;
}

.mass-web-footer nav a:hover {
  color: var(--mass-blue);
}

.mass-web-shell a:focus-visible,
.mass-web-shell summary:focus-visible,
.mass-web-shell button:focus-visible,
.mass-web-shell input:focus-visible,
.mass-web-shell select:focus-visible {
  outline: 3px solid var(--mass-gold);
  outline-offset: 3px;
}

:root[data-theme='dark'] .mass-web-body {
  color: #f3f6ff;
  background: #101013;
}

:root[data-theme='dark'] .mass-web-shell {
  --mass-blue: #7fb4ff;
  --mass-blue-deep: #05070d;
  --mass-blue-soft: rgb(127 180 255 / 14%);
  --mass-gold: #f2c16e;
  --mass-gold-bright: #f2c16e;
  --mass-ink: #f3f6ff;
  --mass-muted: #aeb7c7;
  --mass-paper: #18191b;
  --mass-parchment: #101013;
  --mass-border: #363636;
  --mass-border-strong: #505050;
  --mass-surface: #18191b;
  --mass-surface-elevated: #18191b;
  --mass-surface-hover: rgb(127 180 255 / 8%);
  --mass-reader-ink: #f3f6ff;
  --mass-shadow: rgb(0 0 0 / 28%);
  --mass-primary-fill: #7fb4ff;
  --mass-primary-foreground: #05070d;
  --mass-primary-border: transparent;
  --site-header-foreground: #f3f6ff;
  --site-header-muted: #aeb7c7;
  --site-header-border: #363636;
  --site-header-control: #18191b;
  --site-header-accent: #f2c16e;
  --site-header-accent-foreground: #05070d;
  --site-header-menu-background: #18191b;
  --site-header-menu-foreground: #f3f6ff;
  --site-header-menu-muted: #aeb7c7;
  background: #101013;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .mass-web-body {
    color: #f3f6ff;
    background: #101013;
  }

  :root:not([data-theme='light']) .mass-web-shell {
    --mass-blue: #7fb4ff;
    --mass-blue-deep: #05070d;
    --mass-blue-soft: rgb(127 180 255 / 14%);
    --mass-gold: #f2c16e;
    --mass-gold-bright: #f2c16e;
    --mass-ink: #f3f6ff;
    --mass-muted: #aeb7c7;
    --mass-paper: #18191b;
    --mass-parchment: #101013;
    --mass-border: #363636;
    --mass-border-strong: #505050;
    --mass-surface: #18191b;
    --mass-surface-elevated: #18191b;
    --mass-surface-hover: rgb(127 180 255 / 8%);
    --mass-reader-ink: #f3f6ff;
    --mass-shadow: rgb(0 0 0 / 28%);
    --mass-primary-fill: #7fb4ff;
    --mass-primary-foreground: #05070d;
    --mass-primary-border: transparent;
    --site-header-foreground: #f3f6ff;
    --site-header-muted: #aeb7c7;
    --site-header-border: #363636;
    --site-header-control: #18191b;
    --site-header-accent: #f2c16e;
    --site-header-accent-foreground: #05070d;
    --site-header-menu-background: #18191b;
    --site-header-menu-foreground: #f3f6ff;
    --site-header-menu-muted: #aeb7c7;
    background: #101013;
  }
}

@media (max-width: 800px) {
  .mass-web-reader-layout {
    grid-template-columns: minmax(0, 720px);
  }

  .mass-web-reader-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mass-web-directory-hero,
  .mass-web-directory-hero .content-page-hero-inner {
    min-height: 0;
  }

  .mass-web-directory-hero .content-page-hero-inner {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .mass-web-directory-hero .content-page-hero-copy h1 {
    max-width: 430px;
    font-size: clamp(28px, 7.5vw, 34px);
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .mass-web-directory-hero .content-page-hero-description {
    margin-top: 14px;
  }

  .mass-web-directory-hero .mass-web-hero-actions {
    margin-top: 18px;
  }

  .mass-web-hero-device {
    display: none;
  }

  .mass-web-date-picker > div {
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .mass-web-date-picker input {
    min-height: 54px;
    border: 1px solid var(--mass-border);
    border-radius: 12px;
    background: var(--mass-surface-elevated);
    box-shadow: 0 12px 30px rgb(0 0 0 / 12%);
  }

  .mass-web-date-picker svg {
    top: 27px;
  }

  .mass-web-date-picker button {
    min-height: 48px;
    margin-top: 9px;
    border-radius: 12px;
  }

  .mass-web-today-card {
    width: min(100% - 24px, 1180px);
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    margin-top: 12px;
    padding: 22px 18px;
  }

  .mass-web-today-card .mass-web-primary-button {
    grid-column: 2;
    justify-self: start;
  }

  .mass-web-date-medallion {
    width: 68px;
  }

  .mass-web-date-medallion strong {
    font-size: 32px;
  }

  .mass-web-section {
    width: min(100% - 24px, 1180px);
    margin-top: 64px;
  }

  .mass-web-directory-heading-copy {
    min-height: 68px;
    align-items: flex-end;
  }

  .mass-web-calendar-selectors {
    grid-template-columns: minmax(0, 1fr);
  }

  .mass-web-year-month-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mass-web-breadcrumbs {
    width: min(100% - 36px, 1120px);
    margin-top: 20px;
  }

  .mass-web-archive-hero {
    width: min(100% - 36px, 860px);
    margin-top: 52px;
  }

  .mass-web-archive-hero h1 {
    width: min(100%, 310px);
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .mass-web-month-nav {
    width: min(100% - 24px, 1180px);
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mass-web-month-nav::-webkit-scrollbar,
  .mass-web-reading-jump::-webkit-scrollbar {
    display: none;
  }

  .mass-web-month-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .mass-web-archive-months {
    width: min(100% - 24px, 1180px);
    margin-top: 28px;
  }

  .mass-web-archive-month-heading h2 {
    font-size: 31px;
  }

  .mass-web-calendar-days a {
    grid-template-columns: 52px minmax(0, 1fr) 16px;
    gap: 12px;
    padding-right: 0;
    padding-left: 0;
  }

  .mass-web-calendar-days a:hover {
    padding-right: 3px;
    padding-left: 3px;
  }

  .mass-web-calendar-day-copy > strong {
    font-size: 16px;
  }

  .mass-web-day-navigation {
    width: 100%;
    min-height: 44px;
    gap: 8px;
    padding: 0;
  }

  .mass-web-day-navigation .mass-web-day-arrow,
  .mass-web-day-arrow-placeholder {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .mass-web-day-picker {
    width: max-content;
    max-width: calc(100% - 96px);
    height: 44px;
    flex: 0 1 auto;
  }

  .mass-web-day-picker > .mass-web-day-picker-pill {
    height: 44px;
    padding-left: 14px;
    font-size: 12px;
  }

  .mass-web-day-picker-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .mass-web-reader {
    width: 100%;
    margin-top: 22px;
  }

  .mass-web-reader-heading h1 {
    width: min(100%, 330px);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(34px, 9vw, 42px);
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .mass-web-reading-jump {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mass-web-reading-jump a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .mass-web-reader-layout {
    margin-top: 32px;
  }

  .mass-web-reading-sections {
    margin-right: 0;
    margin-left: 0;
    border-radius: 18px;
  }

  .mass-web-reading-section summary {
    min-height: 92px;
    padding: 20px 22px;
  }

  .mass-web-reading-section summary strong {
    font-size: 22px;
  }

  .mass-web-reading-text {
    padding: 2px 22px 38px;
  }

  .mass-web-reader-aside {
    grid-template-columns: 1fr;
  }

  .mass-web-download-card,
  .mass-web-source-card {
    padding: 23px;
  }

  .mass-web-footer {
    min-height: 230px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
  }

  .mass-web-footer > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mass-web-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .mass-web-shell .content-page-header {
    min-height: 62px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: 7px;
  }

  .mass-web-shell .brand-mark.content-page-wordmark {
    min-height: 30px;
  }

  .mass-web-shell .brand-mark.content-page-wordmark img {
    width: 97px;
    height: 31px;
  }

  .mass-web-shell .mobile-header-menu-toggle {
    width: 32px;
    height: 32px;
    padding: 0 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .mass-web-mobile-download-cta {
    width: calc(100% - 24px);
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 6px auto 22px;
    padding: 8px 9px 8px 13px;
    border: 1px solid var(--mass-border);
    border-radius: 10px;
    color: var(--mass-muted);
    background: var(--mass-surface);
  }

  .mass-web-mobile-download-cta p {
    margin: 0;
    font-family: var(--mass-serif);
    font-size: 13px;
    line-height: 1.3;
  }

  .mass-web-mobile-download-cta a {
    min-height: 32px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    color: var(--mass-blue-deep);
    background: var(--mass-gold-bright);
    font-size: 11px;
    font-weight: 850;
  }

  .mass-web-mobile-download-cta a:hover {
    background: #ffe5bd;
  }

  .mass-web-detail-hero,
  .mass-web-detail-hero .content-page-hero-inner {
    min-height: 0;
  }

  .mass-web-detail-hero .content-page-hero-inner {
    display: block;
    padding-top: 68px;
    padding-bottom: 25px;
  }

  .mass-web-detail-hero .content-page-hero-copy h1 {
    max-width: 520px;
    margin-top: 0;
    font-size: clamp(28px, 8vw, 36px);
    overflow-wrap: anywhere;
  }

  .mass-web-hero-breadcrumbs {
    position: absolute;
    top: 18px;
    left: 0;
    width: min(100%, 800px);
    margin: 0;
  }

  .mass-web-detail-actions {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: auto;
    z-index: 120;
    display: block;
    margin: 0;
  }

  .mass-web-detail-actions > .content-page-share-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--mass-primary-border);
    border-radius: 50%;
    color: var(--mass-primary-foreground);
    background: var(--mass-primary-fill);
    box-shadow: 0 10px 30px rgb(0 0 0 / 28%);
  }

  .mass-web-detail-actions > .content-page-share-toggle:hover,
  .mass-web-detail-actions > .content-page-share-toggle:active,
  .mass-web-detail-actions > .content-page-share-toggle:focus {
    color: var(--mass-primary-foreground);
    background: var(--mass-primary-fill);
  }

  .mass-web-detail-actions .content-page-share-options {
    position: absolute;
    bottom: calc(100% + 9px);
    left: 2px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  }

  .mass-web-detail-actions[data-share-menu-open] .content-page-share-options {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mass-web-detail-actions .content-page-share-options button,
  .mass-web-detail-actions .content-page-share-options a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--mass-primary-border);
    border-radius: 50%;
    color: var(--mass-primary-foreground);
    background: var(--mass-primary-fill);
    box-shadow: 0 8px 22px rgb(0 0 0 / 22%);
  }

  .mass-web-detail-actions .content-page-share-options button:hover,
  .mass-web-detail-actions .content-page-share-options button:active,
  .mass-web-detail-actions .content-page-share-options button:focus,
  .mass-web-detail-actions .content-page-share-options a:hover,
  .mass-web-detail-actions .content-page-share-options a:active,
  .mass-web-detail-actions .content-page-share-options a:focus {
    color: var(--mass-primary-foreground);
    background: var(--mass-primary-fill);
  }

  .mass-web-detail-actions .content-page-share-options .mass-web-share-whatsapp {
    display: inline-grid !important;
  }

  .mass-web-day-main {
    width: calc(100% - 24px);
  }

  .mass-web-reading-jump {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
  }

  .mass-web-reader-layout {
    gap: 18px;
    margin-top: 22px;
  }

  .mass-web-reading-section summary {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mass-web-reading-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mass-web-calendar-days a,
  .mass-web-reading-section summary > svg {
    transition: none;
  }
}
