/* Adoro — quiet liturgical, phone-first */

:root {
  --bg: #110f0c;
  --bg-raised: #1a1714;
  --ink: #f1e6d2;
  --ink-soft: #cbbfa8;
  --ink-dim: #9a8d78;
  --rule: rgba(201, 165, 106, 0.16);
  --gold: #c9a56a;
  --gold-deep: #8d6e38;
  --keep: #a3b48f;
  --keep-fill: rgba(163, 180, 143, 0.14);
  --current: rgba(201, 165, 106, 0.08);
  --danger-quiet: #c4a090;
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, sans-serif;
  --pad: 1.25rem;
  --max: 28rem;
  --radius: 0;
}

body[data-theme="day"] {
  --bg: #e8dcc6;
  --bg-raised: #f4ead8;
  --ink: #1c1610;
  --ink-soft: #3a3228;
  --ink-dim: #6a5e50;
  --rule: rgba(28, 22, 16, 0.12);
  --gold: #7a5a20;
  --gold-deep: #5c4316;
  --keep: #4e6a46;
  --keep-fill: rgba(78, 106, 70, 0.12);
  --current: rgba(122, 90, 32, 0.08);
  --danger-quiet: #7a4030;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}

html { color-scheme: dark; }
body[data-theme="day"] { color-scheme: light; }

body {
  padding-bottom: env(safe-area-inset-bottom);
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
}

.wrap {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: calc(env(safe-area-inset-top, 0px) + 1.1rem) var(--pad) 3.5rem;
}

/* Header */
.site-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 0.5rem 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--rule);
}

.wordmark {
  display: inline-block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2.05rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--gold);
}

.tagline {
  display: block;
  margin-top: 0.28rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink-dim);
  font-weight: 400;
}

.wordmark-rule {
  display: none;
}

.wordmark-sub {
  display: block;
  margin-top: 0.28rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.brand .tagline {
  margin-top: 0.18rem;
}

.brand-line {
  display: block;
  margin-top: 0.28rem;
  font-family: var(--serif);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.mission .purpose-quote {
  margin-top: 0.7rem;
}
.mission .purpose-attr {
  margin: 0.2rem 0 0.7rem;
}
.mission .purpose.viva {
  font-style: italic;
  color: var(--gold);
}

.header-aside {
  text-align: right;
  padding-top: 0.35rem;
}

.header-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.18rem;
}

.hours-link {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-align: right;
}

.hours-link:hover,
.hours-link:focus-visible {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.date-line {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
}

.back {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  min-width: 7.5rem;
  padding: 0.85rem 1.4rem;
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  background: var(--bg);
  border: 1px solid var(--gold);
}

.back:hover,
.back:focus-visible {
  color: var(--ink);
  background: var(--current);
}

/* Seasonal strip */
.purpose {
  margin: 0 0 0.7rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.mission {
  background: var(--current);
  box-shadow: inset 2px 0 0 var(--gold);
  padding: 0.75rem 1rem 0.9rem 1.1rem;
  margin: 0.15rem 0 1rem;
}
.mission .purpose { margin: 0; }
.mission .purpose + .purpose { margin-top: 0.65rem; }

.box-label {
  margin: 0 0 0.35rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.box-label .this-date {
  display: inline;
  margin-left: 0.15rem;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.68rem;
  color: var(--gold);
}

.purpose-motto {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--gold);
}

.purpose-en {
  margin: 0.3rem 0 0;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.purpose-attr {
  margin: 0.25rem 0 0.85rem;
  font-size: 0.72rem;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
}


.purpose-quote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--ink-soft);
}
.purpose-quote + .purpose-attr {
  margin: 0.2rem 0 1.35rem;
}


.home-responsory {
  margin: 0.85rem 0 1.25rem;
  padding: 0.85rem 1rem 0.95rem 1.1rem;
  background: var(--current);
  box-shadow: inset 2px 0 0 var(--gold);
  border-top: 0;
}
.home-responsory h2 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--gold);
}
.home-responsory > p {
  margin: 0 0 0.55rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.home-responsory .purpose-attr {
  margin: 0.35rem 0 0;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
  color: var(--ink-dim);
}
.saints-head {
  margin: 0 0 0.35rem;
}
.saints-head .note-quiet {
  margin: 0.35rem 0 0;
}

.season {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem 1rem 0.9rem 1.05rem;
  background: transparent;
  box-shadow: none;
  border: 1px solid var(--rule);
}

.season .season-name {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.season .note {
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.season .fast {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--danger-quiet);
  margin-top: 0.2rem;
}

.banner {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold);
  padding: 0.6rem 0 1rem;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 0.5rem;
}

.banner[hidden],
.hour-row[hidden],
[hidden] { display: none !important; }

/* Day list */
.day {
  display: flex;
  flex-direction: column;
}

.hour-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.5rem;
  padding: 0.85rem 0.65rem 0.85rem 0.7rem;
  border-bottom: 1px solid var(--rule);
  margin: 0 -0.65rem;
}

.hour-row > a {
  display: grid;
  grid-template-columns: 6.6rem 1fr;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  align-items: start;
}

.hour-row time {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  color: var(--gold);
  padding-top: 0.32rem;
  letter-spacing: 0.02em;
}

.hour-row time .ampm {
  display: inline;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  padding-top: 0;
  margin-left: 0.2em;
}

.hour-row h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
}

.hour-row .cue {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: var(--ink-dim);
  line-height: 1.35;
}

.hour-row.is-current {
  background: var(--current);
  box-shadow: inset 2px 0 0 var(--gold);
}

.hour-row.is-current h2 {
  color: var(--gold);
}

.hour-row.is-past h2,
.hour-row.is-past .cue {
  opacity: 0.72;
}

/* Hour check */
.keep {
  appearance: none;
  background: transparent;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  display: grid;
  place-items: center;
  align-self: center;
  cursor: pointer;
}

.keep .box {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid var(--gold);
  background: transparent;
}

.keep[aria-pressed="true"] .box {
  background: var(--keep);
  border-color: var(--keep);
}

.keep[aria-pressed="true"] .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.28rem;
  height: 0.52rem;
  border-right: 2px solid #f1e6d2;
  border-bottom: 2px solid #f1e6d2;
  transform: translate(-50%, -58%) rotate(45deg);
}

.keep:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

/* Prayer pages */
.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.35rem;
}

.prayer-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 0.35rem;
}

.bell-call {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.1rem 0 1.05rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}
.bell-call svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.bell-call[aria-pressed="true"] { opacity: 0.55; }
.bell-wrap { margin: 0.1rem 0 1.05rem; }
.day-head-block + .bell-wrap { margin: 0.35rem 0 1.15rem; }
.bell-wrap .bell-call { margin: 0; }
.bell-credit {
  margin: 0.28rem 0 0;
  font-size: 10px;
  line-height: 1.3;
  opacity: 0.55;
  color: var(--ink-dim);
}
.bell-credit a { color: inherit; }

.lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}
.lede a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}
.lede + .out { margin-top: -0.85rem; }
.mercy-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: -0.9rem 0 1.35rem;
}
.mercy-links .out {
  margin: 0;
  padding: 0.35rem 0 0.45rem;
}

article.prayer {
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.58;
  color: var(--ink);
  padding-bottom: 5.5rem;
}

article.prayer h2 {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 1.8rem 0 0.65rem;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

article.prayer h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  font-style: italic;
  margin: 1.4rem 0 0.4rem;
  color: var(--ink);
}

article.prayer p {
  margin: 0 0 0.85rem;
}

article.prayer p.latin {
  font-style: italic;
  color: var(--gold);
}

article.prayer p.latin.gold-rule {
  padding-bottom: 0.95rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--gold);
}

article.prayer + .out {
  display: inline-block;
  margin-top: 0.95rem;
}

article.prayer p.latin .cross-mark,
article.prayer h2 .cross-mark,
.purpose-motto .cross-mark,
.close-latin .cross-mark,
.prayer-title .cross-mark,
.mercy-links .cross-mark,
.hours-list .featured .cross-mark,
.athome-block .box-label .cross-mark,
.goforth-block .box-label .cross-mark {
  display: inline-block;
  width: 0.62em;
  height: 0.88em;
  margin-right: 0.42em;
  vertical-align: -0.08em;
  fill: var(--gold);
}

.close {
  margin: 2rem 0 0;
  padding-top: 1.35rem;
  border-top: 1px solid var(--rule);
}

.close-latin {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.18rem;
  color: var(--gold);
}

.close-en {
  margin: 0.3rem 0 0;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

.close-attr {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  color: var(--ink-dim);
}

article.prayer .amen {
  margin-top: 0.2rem;
}

.vr {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.35rem;
  margin: 0 0 0.45rem;
}

.vr .v, .vr .r {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  padding-top: 0.45rem;
}

.psalm p {
  margin: 0 0 0.7rem;
  text-indent: 0;
}


.mysteries {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  counter-reset: mystery;
}

.mysteries li {
  counter-increment: mystery;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  padding: 0.85rem 0 0.85rem 2.1rem;
  border-top: 1px solid var(--rule);
  position: relative;
}

.mysteries li:last-child {
  border-bottom: 1px solid var(--rule);
}


.mysteries summary {
  cursor: pointer;
  list-style: none;
  font: inherit;
  color: inherit;
}
.mysteries summary::-webkit-details-marker,
.mysteries summary::marker {
  display: none;
  content: "";
}
.mysteries .mystery-note {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink-dim);
  margin: 0.45rem 0 0.15rem;
}

.mysteries li::before {
  content: counter(mystery);
  position: absolute;
  left: 0;
  top: 1.05rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.decade {
  padding: 0.4rem 0 0.8rem;
  border-top: 1px solid var(--rule);
  margin-top: 1.1rem;
}

.count {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin: -0.4rem 0 0.9rem;
}

.mercy-img {
  display: block;
  width: 100%;
  max-width: 16.5rem;
  margin: 0.15rem auto 0.35rem;
}

/* Links out */
.out {
  display: inline-block;
  margin: 0.4rem 0 1.1rem;
  padding: 0.7rem 0;
  color: var(--gold);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.92rem;
  border-bottom: 1px solid var(--gold);
}

.out:hover { color: var(--ink); }

.note-quiet {
  font-family: var(--sans);
  font-size: 0.82rem;
  color: var(--ink-dim);
  line-height: 1.45;
}

.attr {
  margin-top: 2rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--ink-dim);
  line-height: 1.45;
}

/* Works of mercy */
.works {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 0 1.2rem;
}

.work {
  appearance: none;
  display: grid;
  grid-template-columns: 1.05rem 1fr;
  align-items: start;
  gap: 0.7rem;
  text-align: left;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--rule);
  padding: 0.75rem 0.85rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  cursor: pointer;
}

.work .box {
  position: relative;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.28rem;
  border: 1px solid var(--gold);
  background: transparent;
}

.work[aria-pressed="true"] {
  border-color: var(--gold);
  background: var(--current);
}

.work[aria-pressed="true"] .box {
  background: var(--keep);
  border-color: var(--keep);
}

.work[aria-pressed="true"] .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.24rem;
  height: 0.44rem;
  border-right: 2px solid #f1e6d2;
  border-bottom: 2px solid #f1e6d2;
  transform: translate(-50%, -58%) rotate(45deg);
}

.work:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

.keep-work {
  appearance: none;
  width: 100%;
  margin: 0.6rem 0 1.5rem;
  padding: 0.85rem 1rem;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.keep-work[aria-pressed="true"] {
  background: var(--keep-fill);
  border-color: var(--keep);
  color: var(--keep);
}

/* Hours page */
.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hours-list li {
  border-bottom: 1px solid var(--rule);
}

.hours-list a {
  display: block;
  padding: 0.95rem 0;
  text-decoration: none;
  color: inherit;
}

.hours-list .h-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  display: block;
}

.hours-list .h-sub {
  font-size: 0.8rem;
  color: var(--ink-dim);
  margin-top: 0.15rem;
  display: block;
}

.hours-list .featured .h-name {
  color: var(--gold);
  font-size: 1.55rem;
}

/* Recite bar */
.recite-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg) 92%, black);
  border-top: 1px solid var(--rule);
  padding: 0.65rem var(--pad) calc(0.65rem + env(safe-area-inset-bottom));
}

.recite-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
}

.recite-bar button {
  appearance: none;
  flex: 1;
  min-height: 2.75rem;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.recite-bar button.is-on {
  background: var(--current);
}

.recite-bar button:disabled {
  opacity: 0.35;
  cursor: default;
}

.recite-bar button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

/* Utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.rule {
  height: 1px;
  background: var(--rule);
  border: 0;
  margin: 1.4rem 0;
}

@media (min-width: 720px) {
  html { font-size: 17px; }
}

.liber {
  margin: 1.6rem 0 0;
  padding: 1.15rem 1rem 1.05rem;
  border: 1px solid var(--rule);
}

.liber .works {
  margin: 0.15rem 0 0;
  gap: 0;
  background: var(--current);
  padding: 0.2rem 0.9rem 0.9rem;
}
.liber .liber-item:first-child {
  border-top: none;
}

.liber .liber-item {
  display: grid;
  grid-template-columns: 1.05rem 1fr;
  align-items: start;
  gap: 0.7rem;
  border-top: 1px solid var(--rule);
  padding: 0.7rem 0;
  font-family: var(--serif);
  font-size: 1.02rem;
  color: var(--ink);
  line-height: 1.35;
}

.liber .work {
  border: none;
  padding: 0;
  width: 1.05rem;
  min-height: 1.15rem;
  display: grid;
  place-items: start center;
}

.liber .work .box {
  margin-top: 0.18rem;
}

.liber .work[aria-pressed="true"] {
  background: transparent;
}

.season .note a.inline {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}

.liber .season-name {
  font-size: 1.12rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.liber .season-name a.inline {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 165, 106, 0.45);
}

.liber .note {
  margin: 0 0 0.85rem;
}

.liber .regimen {
  margin: 1.35rem 0 0.55rem;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.15;
  color: var(--gold);
  letter-spacing: 0.02em;
  text-align: center;
}

.liber .byline {
  font-size: 0.72rem;
  color: var(--ink-dim);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.liber .liber-buy {
  margin: 0.4rem 0 0.85rem;
  font-size: 0.92rem;
}
.liber .liber-buy a.inline {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 165, 106, 0.45);
}

.liber .faq {
  margin: 0.75rem 0 0.15rem;
  font-size: 0.82rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.liber .faq p {
  margin: 0 0 0.55rem;
}


.liber .liber-item em {
  font-style: italic;
  color: var(--ink-soft);
}

.liber .faq a.inline {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 165, 106, 0.45);
}
.liber .faq-indent {
  list-style: disc;
  margin: 0 0 0.55rem 1.35rem;
  padding: 0;
  color: var(--gold);
}
.liber .faq-indent li {
  padding-left: 0.2rem;
  color: var(--ink-soft);
}
.liber .faq-indent li::marker {
  color: var(--gold);
}
.liber .faq details.reveal {
  border: 0;
  margin: 0.15rem 0 0;
}
.liber .faq details.reveal:last-of-type {
  border: 0;
}
.liber .faq details.reveal summary {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.45;
  padding: 0.2rem 0 0.35rem;
  color: var(--gold);
}
.liber .faq details.reveal[open] summary {
  padding-bottom: 0.35rem;
}
.liber .faq details.reveal .tap-hint {
  display: block;
  margin-top: 0.15rem;
  font-weight: 400;
  color: var(--ink-dim);
  font-size: 0.78rem;
}
.liber .faq details.reveal[open] .tap-hint {
  display: none;
}
.liber .faq details.reveal p:last-child {
  margin-bottom: 0.35rem;
}
.liber .bind-note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-dim);
  line-height: 1.4;
  font-style: italic;
}


.liber .byline a.inline,
.liber .liber-item a.inline {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 165, 106, 0.45);
  pointer-events: auto;
}

details.reveal {
  border-top: 1px solid var(--rule);
}

details.reveal:last-of-type {
  border-bottom: 1px solid var(--rule);
}

details.reveal summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 1.38rem;
  font-weight: 500;
  color: var(--gold);
  padding: 1.05rem 0;
}

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

details.reveal[open] summary {
  padding-bottom: 0.45rem;
}

details.reveal p:last-child {
  margin-bottom: 1.15rem;
}

.gospel-insert {
  margin: 1.1rem 0 1.35rem;
  padding: 0.85rem 0 0.35rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.gospel-cite {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--gold);
  margin: 0 0 0.75rem;
}
.gospel-cite:empty { display: none; }
.gospel-text p {
  margin: 0 0 0.7rem;
}
.gospel-text .vn {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--gold);
  vertical-align: super;
  padding-right: 0.15rem;
}

[data-works] + .prayer {
  padding-top: 0.5rem;
  margin-top: 0.4rem;
}

article.prayer .en {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink-dim);
  margin: -0.55rem 0 0.85rem;
}
article.prayer p + .en { margin-top: -0.55rem; }

article.prayer .book-refs, .book-refs {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--gold);
}
article.prayer .book-refs .count, .book-refs .count {
  margin: 0 0 0.4rem;
}
article.prayer .book-refs p, .book-refs p {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink-dim);
  line-height: 1.4;
  margin: 0 0 0.35rem;
}
.book-refs .book-author {
  margin: 0.55rem 0 0.25rem;
  font-style: normal;
  letter-spacing: 0.02em;
}
.book-refs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.book-refs li {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink-dim);
  line-height: 1.4;
  margin: 0 0 0.3rem;
}
.book-refs cite {
  font-style: italic;
}
article.prayer .book-refs .book-classic,
.book-refs .book-classic {
  margin-top: 1.55rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--rule);
}
article.prayer .book-refs .book-highlight,
.book-refs .book-highlight {
  font-style: italic;
  margin: 0 0 0.4rem;
}

article.prayer .en-block {
  font-family: var(--sans);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ink-dim);
  margin-top: 1.05rem;
}
article.prayer .en-block p {
  font: inherit;
  color: inherit;
  margin: 0.45rem 0 0;
}
article.prayer .en-block p:first-child { margin-top: 0; }
article.prayer .en-block .vr { margin: 0.35rem 0 0; }

.friends {
  margin: 1.2rem 0 0;
}

.friend {
  position: relative;
  padding: 1rem 0 1.05rem;
  border-top: 1px solid var(--rule);
}
.friend-has-art {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
}
.friend-art {
  flex: 0 0 7.25rem;
  width: 7.25rem;
}
.friend-pic {
  display: block;
  width: 7.25rem;
  height: 9.6rem;
  object-fit: cover;
  object-position: 55% 8%;
  border-radius: 2px;
}
.friend-pic-joseph { object-position: 50% 18%; }
.friend-pic-keys { object-position: 48% 42%; }
.friend-pic-mercy { object-position: 50% 16%; }
.friend-copy {
  min-width: 0;
  flex: 1;
}
.art-credit {
  margin: 0.16rem 0 0;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--ink-dim);
  opacity: 0.65;
  transform: scale(0.68);
  transform-origin: top left;
  width: 147%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.friend h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  color: var(--ink);
}

.friend-feast {
  margin: 0.2rem 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

.friend-feast .cross-mark {
  display: inline-block;
  width: 0.48em;
  height: 0.68em;
  margin-right: 0.38em;
  vertical-align: -0.05em;
  fill: var(--gold);
}

.friend-saying {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.55rem;
  line-height: 1.25;
  color: var(--gold);
}

.friend p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.45;
}

.saint-add {
  margin: 1.8rem 0 0;
  padding: 1rem 1rem 1.15rem;
  background: var(--current);
  box-shadow: inset 2px 0 0 var(--gold);
}

.saint-add > h2 {
  margin: 0 0 0.25rem;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.saint-add > .lede {
  margin: 0 0 0.8rem;
}

.saint-form {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.saint-form label {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

.saint-form input {
  appearance: none;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.35rem 0 0.4rem;
}

.saint-form input::placeholder {
  color: var(--ink-dim);
  opacity: 0.7;
}

.saint-form input:focus {
  outline: none;
  border-bottom-color: var(--gold);
}

.saint-form button {
  appearance: none;
  align-self: flex-start;
  margin-top: 0.25rem;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
}

.friend-remove {
  appearance: none;
  margin-top: 0.55rem;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--ink-dim);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.friend-remove:hover,
.friend-form button:hover {
  color: var(--gold);
}

.lede.verse {
  margin-bottom: 0.7rem;
}
.lede .verse-ref {
  display: block;
  margin-top: 0.12rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.72rem;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
}

.day-head-block {
  margin: 0 0 0.7rem;
}
.day-head {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.45rem;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.day-sub {
  margin: 0.2rem 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--ink-soft);
}
.day-head-block .note-quiet {
  margin: 0.45rem 0 0;
}
.streak {
  margin: 0.75rem 0 1.1rem;
}
.liber .streak {
  margin: 0.2rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--rule);
}
.streak-status {
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  color: var(--ink);
}
.streak-dots {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0.28rem;
  margin: 0 0 0.7rem;
}
.streak-dot {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: transparent;
  font-family: var(--sans);
  font-size: 0.52rem;
  letter-spacing: 0;
  color: rgba(201, 165, 106, 0.38);
  line-height: 1;
}
.streak-dot.is-kept {
  background: var(--gold);
  color: rgba(17, 15, 12, 0.42);
}
body[data-theme="day"] .streak-dot {
  color: rgba(122, 90, 32, 0.4);
}
body[data-theme="day"] .streak-dot.is-kept {
  color: rgba(232, 220, 198, 0.72);
}
.streak-keep {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 0.45rem;
  padding: 0.7rem 0.85rem;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.08rem;
  cursor: pointer;
}
.streak-keep[aria-pressed="true"] {
  background: var(--keep-fill);
}
.streak-keep:hover { color: var(--ink); }


/* Latin / English toggle */
.lang-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.15rem 0.15rem;
  margin: 0 0 0.95rem;
  font-family: var(--sans);
}
.prayer-title + .lang-toggle {
  margin-top: 0.35rem;
  margin-bottom: 1.05rem;
}
.header-aside .lang-toggle {
  margin: 0.5rem 0 0;
  justify-content: flex-end;
}
.lang-toggle + .lede {
  margin-top: 0;
}
.lang-toggle button {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0.22rem 0.2rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.lang-toggle button + button::before {
  content: "|";
  margin-right: 0.42rem;
  color: var(--gold);
  opacity: 0.7;
  pointer-events: none;
}
.lang-toggle button[aria-pressed="true"] {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.lang-toggle button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}
body[data-lang="la"] article.prayer .en {
  display: none;
}
details.reveal [data-lang-en] p:last-child,
details.reveal [data-lang-la] p:last-child {
  margin-bottom: 1.15rem;
}

.site-credit a {
  color: inherit;
}
.site-credit {
  margin: 2.2rem 0 0;
  padding-top: 1.05rem;
  border-top: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--ink-dim);
}
.close + .site-credit {
  margin-top: 1.15rem;
  padding-top: 0;
  border-top: 0;
}

.athome-block,
.goforth-block {
  margin: 0 0 2.15rem;
}
.athome-block .lede,
.goforth-block .lede {
  margin-bottom: 0.7rem;
}
.athome-block .hours-list,
.goforth-block .hours-list {
  margin-top: 0.15rem;
}

.athome-block .box-label,
.goforth-block .box-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--gold);
}
.athome-block .box-label .cross-mark,
.goforth-block .box-label .cross-mark {
  display: inline-block;
  width: 11px;
  height: 15px;
  flex: 0 0 11px;
  margin-right: 0;
  vertical-align: middle;
  fill: var(--gold);
}
.athome-block .box-label .cross-mark path,
.goforth-block .box-label .cross-mark path {
  fill: var(--gold);
}

.athome-door,
.goforth-door,
.own-door {
  display: block;
  margin: 2.4rem 0 0.35rem;
  padding: 1.15rem 1.05rem 1.2rem;
  text-decoration: none;
  color: inherit;
  background: var(--current);
  box-shadow: inset 2px 0 0 var(--gold);
}
.athome-door + .goforth-door,
.goforth-door + .goforth-door,
.goforth-door + .own-door {
  margin-top: 0.85rem;
}
.athome-door .note-quiet,
.goforth-door .note-quiet,
.own-door .note-quiet {
  margin: 0.55rem 0 0;
  color: var(--gold);
}
.goforth-door-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.15;
  color: var(--gold);
  margin: 0 0 0.5rem;
}
.goforth-door-title a {
  color: inherit;
  text-decoration: none;
}
.goforth-door-title .cross-mark {
  display: inline-block;
  width: 0.62em;
  height: 0.88em;
  margin-right: 0.42em;
  fill: var(--gold);
  vertical-align: -0.08em;
}
.athome-door .purpose,
.goforth-door .purpose,
.own-door .purpose {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.5;
}

.resource-list {
  list-style: disc;
  margin: 0.45rem 0 0 1.2rem;
  padding: 0;
  color: var(--gold);
}
.resource-list li {
  margin: 0 0 0.85rem;
  padding-left: 0.2rem;
  color: var(--ink-soft);
}
.resource-list a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.18rem;
}
.resource-list .res-plain {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.18rem;
}
.resource-list .h-sub {
  display: block;
  margin-top: 0.22rem;
  font-family: var(--sans);
  font-size: 0.86rem;
  color: var(--ink-dim);
  line-height: 1.4;
}


/* Own Rule of Life */
.own-fields {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin: 0 0 1.35rem;
}
.own-fields label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.own-fields .box-label {
  margin: 0;
}
.own-fields input {
  appearance: none;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  background: var(--bg-raised);
  border: 1px solid var(--gold);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.3;
  border-radius: 0;
}
.own-fields input::placeholder {
  color: var(--ink-dim);
  opacity: 0.75;
}
.own-fields input:focus {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}

.own-picker {
  background: var(--current);
  box-shadow: inset 2px 0 0 var(--gold);
  padding: 0.75rem 0.85rem 0.55rem 0.95rem;
  margin: 0 0 1.4rem;
}
.own-picker .box-label {
  margin: 0 0 0.45rem;
}

.own-hour {
  position: relative;
  display: grid;
  grid-template-columns: 2.75rem 5.5rem 1fr;
  align-items: center;
  min-height: 2.75rem;
  gap: 0.2rem 0.15rem;
  margin: 0 -0.35rem;
  padding: 0.2rem 0.35rem;
  border-bottom: 1px solid var(--rule);
  cursor: pointer;
}
.own-hour:last-of-type {
  border-bottom: 0;
}
.own-hour input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.own-check {
  position: relative;
  width: 1.05rem;
  height: 1.05rem;
  justify-self: center;
  border: 1px solid var(--gold);
  background: transparent;
  flex: 0 0 1.05rem;
}
.own-hour input:checked + .own-check {
  background: var(--keep);
  border-color: var(--keep);
}
.own-hour input:checked + .own-check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.24rem;
  height: 0.44rem;
  border-right: 2px solid #f1e6d2;
  border-bottom: 2px solid #f1e6d2;
  transform: translate(-50%, -58%) rotate(45deg);
}
.own-hour input:focus-visible + .own-check {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}
.own-hour time {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--gold);
}
.own-hour-name {
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  min-width: 0;
}

.own-sheet {
  margin: 0 0 1.25rem;
  padding: 0.42rem;
  background: var(--bg-raised);
  border: 1px solid var(--gold);
  text-align: center;
}
.own-sheet-inner {
  padding: 1.7rem 1.05rem 1.35rem;
  border: 1px solid rgba(201, 165, 106, 0.5);
}
.own-sheet .cross-mark {
  display: block;
  width: 0.95rem;
  height: 1.35rem;
  margin: 0 auto 0.85rem;
  fill: var(--gold);
}
.own-sheet-name {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.12;
  color: var(--gold);
  letter-spacing: 0.01em;
}
.own-sheet-way {
  display: block;
  margin: 0.7rem auto 0;
  padding-top: 0.55rem;
  max-width: 13.5rem;
  border-top: 1px solid var(--gold);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.own-sheet-sub {
  margin: 0.4rem 0 0;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.own-sheet-hours {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  text-align: left;
}
.own-sheet-hours li {
  border-top: 1px solid var(--rule);
}
.own-sheet-hours li:last-child {
  border-bottom: 1px solid var(--rule);
}
.own-sheet-hours a {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: 0.55rem;
  align-items: baseline;
  padding: 0.7rem 0.1rem;
  text-decoration: none;
  color: inherit;
}
.own-sheet-hours time {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--gold);
}
.own-sheet-hours .own-sheet-name {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink);
}
.own-sheet-empty {
  margin: 1.15rem 0 0;
  text-align: center;
}
.own-sheet-motto {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.4;
  color: var(--gold);
}
.own-sheet-attr {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
}
.own-sheet-foot {
  margin: 1.05rem 0 0;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: var(--ink-dim);
}

.own-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
}
.own-actions button {
  appearance: none;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}
.own-actions button:hover,
.own-actions button:focus-visible {
  color: var(--ink);
  background: var(--current);
  outline: none;
}
.own-actions button:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 2px;
}
.own-persist {
  margin: 0 0 0.35rem;
}

@media print {
  html, body {
    background: #f4ead8 !important;
    color: #1c1610;
  }
  body::before { display: none; }
  .wrap {
    max-width: none;
    padding: 0.6in 0.7in;
  }
  .no-print { display: none !important; }
  .own-sheet {
    background: #f4ead8;
    border: 2px solid #7a5a20;
    color: #1c1610;
    box-shadow: none;
    padding: 0.55rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .own-sheet-inner {
    padding: 1.6rem 1.2rem 1.4rem;
    border: 1px solid #7a5a20;
  }
  .own-sheet .cross-mark { fill: #7a5a20; width: 1.05rem; height: 1.5rem; }
  .own-sheet-name { font-size: 2.6rem; color: #7a5a20; }
  .own-sheet-way { color: #7a5a20; border-top-color: #7a5a20; }
  .own-sheet-motto,
  .own-sheet-hours time { color: #7a5a20; }
  .own-sheet-sub,
  .own-sheet-attr,
  .own-sheet-foot { color: #6a5e50; }
  .own-sheet-hours .own-sheet-name { color: #1c1610; }
  .own-sheet-hours li,
  .own-sheet-hours li:last-child,
  .own-sheet-motto {
    border-color: rgba(122, 90, 32, 0.28);
  }
}

.about-links {
  margin: 1.4rem 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
  text-align: center;
}
.about-block {
  margin: 1.35rem 0 0;
}
.about-block .purpose { margin: 0 0 0.65rem; }

.about-org {
  margin-top: 2.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--rule);
}
