:root {
  --ink: #183d33;
  --muted: #64736a;
  --paper: #f5f6f2;
  --surface: #fff;
  --line: #dce4dc;
  --gold: #c3a46c;
  --green: #163c32;
  --soft: #eaf0e7;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --radius: 18px;
  color-scheme: light;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: inherit;
}
button {
  color: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #a88042;
}
button {
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
button:not(:disabled):active {
  transform: translateY(1px);
}
[hidden] {
  display: none !important;
}
p {
  line-height: 1.65;
  text-wrap: pretty;
}
h1,
h2,
h3,
blockquote {
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: pretty;
}
h1 {
  font-size: clamp(2.2rem, 3.3vw, 3.1rem);
  letter-spacing: -1.2px;
  line-height: 1.12;
  margin: 14px 0 10px;
}
h2 {
  font-size: 1.9rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 0 12px;
}
h3 {
  font-size: 1.5rem;
}
button svg {
  width: 20px;
  height: 20px;
}
.muted {
  color: var(--muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -100px;
  background: var(--green);
  color: white;
  padding: 16px;
  z-index: 40;
}
.skip-link:focus {
  top: 10px;
}
.shell {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 56px;
}
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 23px;
  letter-spacing: -0.5px;
}
.brand em {
  font-style: normal;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  margin-top: 4px;
  color: var(--muted);
}
.mark {
  display: grid;
  place-items: center;
  background: var(--green);
  color: #edddb7;
  width: 45px;
  height: 48px;
  border-radius: 13px;
  font-family: Georgia, serif;
  font-size: 35px;
  padding-bottom: 6px;
}
.site-header nav {
  display: flex;
  gap: 5px;
  border: 1px solid var(--line);
  background: #edf1ea;
  border-radius: 30px;
  padding: 5px;
}
.site-header nav button {
  border: 0;
  background: none;
  border-radius: 24px;
  padding: 11px 19px;
  font-size: 14px;
  font-weight: 500;
  color: #596b60;
  min-height: 42px;
}
.site-header nav button.active {
  background: var(--surface);
  box-shadow: 0 2px 5px #183d330d;
  color: var(--ink);
}
.site-header nav button:hover {
  color: var(--ink);
  background: #ffffff80;
}
.header-date {
  font-size: 13px;
  color: var(--muted);
  min-width: 100px;
  text-align: right;
}
main {
  padding-top: 1px;
  min-height: 70vh;
}
main:focus {
  outline: 0;
}
.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 36px 0 31px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  color: #64785d;
}
.sub {
  font-size: 15px;
  color: var(--muted);
  margin: 0;
  max-width: 65ch;
}
.pill {
  font-size: 12px;
  border-left: 1px solid #ccd6c9;
  padding: 12px 0 12px 24px;
  color: var(--muted);
  white-space: nowrap;
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}
.practice-main {
  min-width: 0;
}
.practice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--muted);
}
.practice-meta > span:first-child {
  font-size: 15px;
  color: var(--ink);
}
.practice-meta strong {
  font-size: 22px;
  font-weight: 500;
  margin: 0 3px;
  font-variant-numeric: tabular-nums;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 6px;
  background: #ecf0e8;
}
.step {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  border-radius: 9px;
  padding: 14px 15px;
  min-width: 0;
}
.step:hover {
  background: #ffffff80;
}
.step.selected {
  background: #fff;
  box-shadow: 0 2px 8px #1b33200a;
}
.step b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid #cbd6c5;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  color: #65795b;
}
.step.selected b,
.step.done b {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.step span {
  font-weight: 500;
  font-size: 15px;
}
.step small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
  color: var(--muted);
}
.practice-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 5px 20px #1b332003;
}
.statement {
  background: var(--surface);
  padding: 30px 34px 0;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}
.statement blockquote {
  font-size: clamp(1.7rem, 2.25vw, 2.25rem);
  line-height: 1.38;
  letter-spacing: -0.35px;
  margin: 32px 0 23px;
  max-width: 68ch;
  overflow-wrap: anywhere;
}
.attribution {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 32px;
}
.audio-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px;
}
.audio-bar > span {
  font-size: 12px;
  color: var(--muted);
}
.row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 46px;
  border: 1px solid var(--green);
  background: var(--green);
  color: white;
  padding: 12px 21px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
}
.button:hover:not(:disabled) {
  background: #2a5344;
  border-color: #2a5344;
  box-shadow: 0 3px 9px #193b3214;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #cad6c8;
}
.button.secondary:hover:not(:disabled) {
  background: #edf2e9;
  border-color: #a2b59a;
}
.button.light {
  background: white;
  color: var(--ink);
  border-color: white;
}
.text-button {
  border: 0;
  padding: 9px 0;
  background: none;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #a7b59f;
  font-size: 13px;
  font-weight: 500;
  min-height: 38px;
  text-align: left;
}
.text-button:hover {
  text-decoration-color: var(--ink);
  color: #55713e;
}
.panel-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #f1f5ed;
  border-top: 1px solid var(--line);
  margin: 0 -34px;
  padding: 22px 34px;
}
.panel-bottom p {
  font-size: 13px;
  color: #586b59;
  margin: 0;
  max-width: 39ch;
}
.panel-bottom .button {
  flex-shrink: 0;
}
.practice-aside {
  padding-top: 45px;
  min-width: 0;
}
.progress {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  padding: 24px;
  margin-bottom: 22px;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 25px;
  margin: 0;
}
.section-title > span {
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.progress-track {
  height: 5px;
  border-radius: 9px;
  background: #dce5d7;
  margin: 17px 0 18px;
  overflow: hidden;
}
.progress-track i {
  display: block;
  height: 100%;
  background: #748b5c;
  border-radius: 9px;
}
.cycle-list {
  margin: 0 0 12px;
}
.cycle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8de;
  font-size: 13px;
  color: var(--muted);
}
.cycle:last-child {
  border-bottom: none;
}
.cycle > span:last-child {
  margin-left: auto;
  font-size: 12px;
}
.cycle small {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}
.cycle-number {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  background: #e8eee2;
  font-size: 11px;
  color: #667c56;
}
.cycle.current {
  color: var(--ink);
  font-weight: 500;
}
.cycle.current .cycle-number {
  background: var(--green);
  color: #fff;
}
.progress .text-button {
  width: 100%;
  padding-bottom: 0;
}
.bank {
  background: var(--green);
  color: #f3f6ec;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 24px;
  isolation: isolate;
}
.bank:after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -110px;
  border: 1px solid #718c6640;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  box-shadow:
    0 0 0 22px #a5b58108,
    0 0 0 48px #a5b58108;
  z-index: -1;
}
.bank-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: var(--serif);
}
.bank-top span {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 1px;
  color: #c9d9ba;
  border: 1px solid #69815e;
  padding: 4px 5px;
  border-radius: 3px;
}
.bank .small {
  font-size: 10px;
  letter-spacing: 1px;
  color: #b8cbaa;
  margin-top: 26px;
}
.balance {
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: -0.4px;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  margin: 4px 0 15px;
}
.balance span {
  font-size: 21px;
  color: #b4c5a6;
}
.bank-bottom {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #bccdaf;
  line-height: 1.6;
}
.bank-bottom > span:last-child {
  display: none;
}
.vision-link {
  display: block;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: var(--muted);
  padding: 14px 0;
  text-align: left;
  width: 100%;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.vision-link:hover {
  color: var(--ink);
}
.quote-note {
  padding: 19px 0 0;
}
.quote-note .eyebrow {
  font-size: 10px;
}
.quote-note p {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.45;
  color: #5d7258;
  margin: 12px 0;
}
.meditation {
  text-align: center;
  background: #fff;
  padding: 31px 34px 0;
}
.meditation > h2 {
  font-size: 34px;
  margin: 15px 0 8px;
}
.meditation > p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.timer-dial {
  width: 260px;
  height: 260px;
  max-width: 100%;
  margin: 28px auto;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(#81986a var(--progress), #e8eddf 0);
  box-shadow: 0 0 0 12px #f4f6f0;
}
.timer-dial > div {
  border-radius: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px;
}
.clock {
  font-family: var(--serif);
  font-size: 65px;
  line-height: 1;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
}
.timer-dial #timer-state {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
  max-width: 160px;
  line-height: 1.6;
}
.timer-dial.running {
  box-shadow:
    0 0 0 12px #eef3e6,
    0 0 0 24px #f8faf5;
}
.timer-actions {
  justify-content: center;
  margin: 32px 0 15px;
}
.meditation-statement {
  text-align: left;
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 23px;
}
.meditation-statement summary {
  cursor: pointer;
  text-align: center;
  padding: 13px;
}
.meditation-statement p {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
  padding: 12px 4px;
  color: var(--ink);
}
.meditation .panel-bottom {
  text-align: left;
}
.journal-box {
  padding: 30px 34px;
  background: #fff;
}
.journal-box h2 {
  font-size: 34px;
  margin: 23px 0 8px;
}
.journal-prompt {
  font-size: 15px;
  color: #64725f;
  margin: 0 0 20px;
}
.first-day-note {
  font-size: 13px;
  line-height: 1.6;
  padding: 14px 17px;
  background: #f2f5ed;
  border-left: 2px solid #bec9aa;
  color: #64725f;
  margin: 18px 0;
}
.storage-label {
  font-size: 11px;
  color: var(--muted);
}
.journal-box textarea {
  display: block;
  width: 100%;
  border: 0;
  resize: vertical;
  min-height: 240px;
  font-size: 17px;
  line-height: 1.9;
  color: var(--ink);
  background: linear-gradient(transparent calc(1.9em - 1px), #e7ebe3 1px);
  background-size: 100% 1.9em;
  padding: 0 2px;
  margin: 25px 0 20px;
  overflow-wrap: anywhere;
  border-radius: 0;
}
.journal-box textarea::placeholder {
  color: #899282;
}
.journal-box textarea:focus {
  outline: 0;
  box-shadow: -3px 0 #b3c4a3;
  padding-left: 12px;
}
.journal-box textarea[readonly] {
  color: #61715e;
}
.journal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.journal-toolbar .recording {
  background: #8e4030;
  color: white;
  border-color: #8e4030;
}
.tiny {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
#dictation-status {
  margin: 10px 0 0;
  min-height: 20px;
}
.dictation-interim {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  color: #627a4c;
  padding: 15px;
  background: #f1f5eb;
  border-radius: 8px;
  white-space: pre-wrap;
}
.dictation-interim:empty {
  display: none;
}
.journal-foot {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.journal-foot details {
  max-width: 300px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
summary {
  cursor: pointer;
  min-height: 30px;
  line-height: 1.6;
}
.journal-foot summary {
  text-align: right;
}
.journal-foot details p {
  margin: 12px 0;
}
.completion {
  margin: 24px -34px -30px;
  padding: 22px 34px;
  border-top: 1px solid var(--line);
  background: #f2f5ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.completion > p {
  font-size: 13px;
  color: var(--muted);
  max-width: 40ch;
  margin: 0;
}
.complete-button {
  flex-shrink: 0;
}
.completion.is-complete {
  justify-content: start;
}
.completion-check {
  display: grid;
  place-items: center;
  background: var(--green);
  color: white;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
}
.completion strong {
  font-weight: 500;
  font-size: 16px;
}
.completion p {
  font-size: 13px;
  margin: 6px 0 0;
  color: var(--muted);
}
.wide {
  max-width: 960px;
  margin: 0 auto;
}
.guide {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.guide > p,
.guide li {
  max-width: 70ch;
  font-size: 15px;
  line-height: 1.8;
  color: #5f6d5a;
}
.guide li {
  margin: 15px 0;
}
.guide li::marker {
  font-weight: 500;
  color: var(--ink);
}
.guide select,
.guide input {
  max-width: 100%;
  border: 1px solid #c7d4bf;
  padding: 12px;
  border-radius: 7px;
  background: white;
  color: var(--ink);
}
.guide textarea {
  width: 100%;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.5;
  padding: 20px;
  margin: 20px 0;
  color: var(--ink);
  resize: vertical;
}
.days {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 9px;
  margin: 28px 0;
}
.days button {
  position: relative;
  min-height: 52px;
  border: 1px solid #d8e0d2;
  border-radius: 9px;
  background: #f0f4eb;
  color: #627357;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  aspect-ratio: 1;
}
.days button:disabled {
  opacity: 1;
  color: #84917d;
  background: #f8f9f5;
  border-color: #e8ece3;
}
.days button.current {
  border: 2px solid #1c4938;
  color: #1c4938;
  background: #fff;
  font-weight: 600;
}
.days button.complete {
  background: #254c3d;
  color: #fff;
  border-color: #254c3d;
}
.days button.missed {
  border-style: dashed;
}
.days button small {
  position: absolute;
  bottom: 4px;
  right: 7px;
  font-size: 10px;
}
.days button:not(:disabled):hover {
  box-shadow: 0 0 0 3px #a5b99540;
}
.calendar-legend {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 25px;
}
.entry {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.entry p {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}
.entry summary {
  font-size: 14px;
}
.backup-panel {
  margin-top: 32px;
  background: #f0f4ea;
  padding: 24px;
  border-radius: 12px;
}
.backup-panel h2 {
  font-size: 26px;
  margin: 12px 0 8px;
}
.backup-panel p {
  font-size: 13px;
  color: var(--muted);
  max-width: 70ch;
  line-height: 1.7;
}
.backup-panel .row {
  margin-top: 18px;
}
.vision-full {
  max-width: 900px;
}
.vision-full .bank {
  padding: 45px 50px;
  min-height: 310px;
}
.vision-full .bank-top {
  font-size: 24px;
}
.vision-full .bank .small {
  margin-top: 50px;
  font-size: 12px;
}
.vision-full .bank .balance {
  font-size: 70px;
}
.vision-full .bank .balance span {
  font-size: 40px;
}
.vision-full .bank-bottom {
  font-size: 12px;
}
.vision-full .bank-bottom > span:last-child {
  display: block;
}
.vision-full .guide {
  margin-top: 25px;
}
.banner {
  border: 1px solid #ddcfb2;
  border-radius: 10px;
  padding: 17px 22px;
  margin: 0 0 25px;
  background: #f7efdf;
  color: #65583d;
  font-size: 14px;
  line-height: 1.7;
}
.banner .text-button {
  color: #665438;
}
footer {
  padding: 30px 0;
  margin-top: 44px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.footer-separator {
  margin: 0 10px;
  color: #adbba5;
}
footer .text-button {
  font-size: 11px;
  color: var(--muted);
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 32px);
  width: max-content;
  background: var(--ink);
  color: #fff;
  padding: 15px 23px;
  border-radius: 9px;
  box-shadow: 0 8px 30px #17332826;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 30;
  font-size: 14px;
}
#toast.show {
  opacity: 1;
}
dialog {
  max-width: 480px;
  width: calc(100% - 36px);
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 24px 80px #122e3330;
}
dialog::backdrop {
  background: #122f2b66;
  backdrop-filter: blur(4px);
}
dialog h2 {
  font-size: 30px;
  margin-top: 14px;
}
dialog p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 24px;
}
dialog .row {
  justify-content: flex-end;
}
dialog .row button {
  font-size: 13px;
}
@media (min-width: 1500px) {
  .shell {
    padding: 0 80px;
  }
  .layout {
    grid-template-columns: minmax(0, 1fr) 325px;
    gap: 40px;
  }
  .statement {
    padding: 38px 42px 0;
  }
  .statement .panel-bottom {
    margin: 0 -42px;
    padding: 25px 42px;
  }
  .statement blockquote {
    font-size: 36px;
  }
}
@media (max-width: 1150px) {
  .shell {
    padding: 0 32px;
  }
  .site-header {
    gap: 20px;
  }
  .header-date {
    display: none;
  }
  .layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 25px;
  }
  .step {
    gap: 8px;
    padding: 13px 10px;
  }
  .step small {
    font-size: 10px;
  }
  .panel-bottom,
  .completion {
    align-items: start;
    flex-direction: column;
  }
  .panel-bottom .button,
  .completion .button {
    width: 100%;
  }
  .statement blockquote {
    font-size: 29px;
  }
  .bank {
    padding: 20px;
  }
  .balance {
    font-size: 30px;
  }
  .progress {
    padding: 20px;
  }
  .journal-foot {
    flex-direction: column;
    gap: 10px;
  }
  .journal-foot summary {
    text-align: left;
  }
  .heading .pill {
    display: none;
  }
}
@media (max-width: 850px) {
  .shell {
    padding: 0 22px;
  }
  .site-header {
    height: auto;
    min-height: 120px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 16px;
    gap: 17px;
  }
  .brand {
    margin-right: auto;
    font-size: 22px;
  }
  .mark {
    width: 36px;
    height: 39px;
    font-size: 28px;
    border-radius: 10px;
  }
  .brand em {
    display: inline;
    font-size: 9px;
    margin-left: 3px;
  }
  .site-header nav {
    width: 100%;
    justify-content: space-between;
    padding: 4px;
  }
  .site-header nav button {
    padding: 10px 15px;
    flex: 1;
    font-size: 13px;
  }
  .heading {
    margin: 27px 0 24px;
  }
  .heading h1 {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -0.8px;
  }
  .sub {
    font-size: 14px;
  }
  .layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .practice-aside {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .practice-aside .progress {
    grid-row: span 3;
    margin: 0;
  }
  .quote-note {
    padding: 0;
  }
  .practice-aside .vision-link {
    margin-top: -12px;
  }
  .statement blockquote {
    font-size: 31px;
  }
  .panel-bottom,
  .completion {
    flex-direction: row;
    align-items: center;
  }
  .panel-bottom .button,
  .completion .button {
    width: auto;
  }
  .steps .step small {
    font-size: 11px;
  }
  .step {
    padding: 14px;
  }
  .guide {
    padding: 25px;
  }
  .days {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .days button {
    min-height: 48px;
    max-height: 70px;
    aspect-ratio: auto;
  }
  .days button small {
    bottom: 7px;
  }
  footer {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px;
  }
  footer > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .vision-full .bank .balance {
    font-size: 60px;
  }
  .vision-full .bank {
    padding: 35px;
  }
  .journal-foot {
    flex-direction: row;
  }
  .journal-foot summary {
    text-align: right;
  }
}
@media (max-width: 540px) {
  .shell {
    padding: 0 16px;
  }
  .site-header nav button {
    padding: 10px 9px;
    font-size: 12px;
  }
  .brand {
    font-size: 22px;
  }
  .heading .eyebrow {
    font-size: 10px;
  }
  .heading h1 {
    font-size: 33px;
    max-width: 15ch;
  }
  .sub {
    line-height: 1.6;
    max-width: 34ch;
  }
  .practice-meta {
    margin-bottom: 13px;
  }
  .practice-meta #step-count {
    font-size: 11px;
  }
  .steps {
    padding: 4px;
    margin-bottom: 16px;
  }
  .step {
    padding: 12px 8px;
    gap: 7px;
  }
  .step b {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 10px;
  }
  .step span {
    font-size: 13px;
  }
  .step small {
    display: none;
  }
  .statement,
  .meditation,
  .journal-box {
    padding: 23px 22px 0;
    border-radius: 13px;
  }
  .card-top {
    gap: 10px;
    font-size: 11px;
  }
  .card-top .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .statement blockquote {
    font-size: 26px;
    line-height: 1.42;
    margin: 25px 0 22px;
    letter-spacing: -0.15px;
  }
  .attribution {
    font-size: 11px;
    margin-bottom: 24px;
  }
  .audio-bar {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 23px;
  }
  .audio-bar > span {
    font-size: 11px;
  }
  .audio-bar .button {
    font-size: 13px;
  }
  .panel-bottom {
    margin: 0 -22px;
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .panel-bottom p {
    font-size: 12px;
  }
  .panel-bottom .button {
    width: 100%;
  }
  .practice-aside {
    display: block;
  }
  .practice-aside .progress {
    margin-bottom: 22px;
  }
  .cycle-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
  .cycle:nth-child(3) {
    border-bottom: 0;
  }
  .quote-note {
    display: none;
  }
  .bank {
    padding: 24px;
    min-height: 200px;
  }
  .bank-top {
    font-size: 20px;
  }
  .bank .small {
    font-size: 11px;
  }
  .balance {
    font-size: 42px;
  }
  .bank-bottom {
    font-size: 11px;
  }
  .bank-top span {
    font-size: 10px;
  }
  .meditation > h2 {
    font-size: 31px;
  }
  .meditation > p {
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
  .timer-dial {
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
  .clock {
    font-size: 58px;
  }
  .meditation-statement p {
    font-size: 23px;
  }
  .timer-actions {
    gap: 20px;
  }
  .timer-actions .button {
    font-size: 13px;
  }
  .journal-box h2 {
    font-size: 30px;
  }
  .journal-prompt {
    font-size: 14px;
  }
  .first-day-note {
    font-size: 12px;
  }
  .storage-label {
    font-size: 10px;
    max-width: 85px;
    text-align: right;
  }
  .journal-box textarea {
    font-size: 16px;
    min-height: 220px;
  }
  .journal-toolbar {
    gap: 10px;
  }
  .journal-toolbar .button {
    font-size: 12px;
    padding: 12px 14px;
  }
  .journal-toolbar .tiny {
    font-size: 11px;
    white-space: nowrap;
  }
  .journal-foot {
    flex-direction: column;
    gap: 8px;
  }
  .journal-foot summary {
    text-align: left;
  }
  .completion {
    margin: 20px -22px 0;
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
  }
  .completion.is-complete {
    flex-direction: row;
    align-items: start;
  }
  .completion strong {
    font-size: 15px;
  }
  .completion .button {
    width: 100%;
  }
  .completion p {
    font-size: 12px;
  }
  .wide .section-title {
    align-items: start;
    flex-wrap: wrap;
  }
  .wide .section-title .button {
    font-size: 12px;
  }
  .guide {
    padding: 23px;
  }
  .guide > h2 {
    font-size: 27px;
  }
  .guide > p,
  .guide li {
    font-size: 14px;
  }
  .guide ol {
    padding-left: 20px;
  }
  .guide select {
    width: 100%;
    margin-top: 9px;
    font-size: 13px;
  }
  .guide .row .button {
    font-size: 12px;
  }
  .guide textarea {
    font-size: 21px;
    padding: 15px;
  }
  .days {
    gap: 7px;
  }
  .days button {
    font-size: 14px;
  }
  .calendar-legend {
    gap: 14px;
    font-size: 10px;
  }
  .entry p {
    font-size: 22px;
  }
  .backup-panel {
    padding: 18px;
    margin-top: 25px;
  }
  .backup-panel .button {
    font-size: 12px;
  }
  .backup-panel h2 {
    font-size: 25px;
  }
  .vision-full .bank {
    padding: 27px;
    min-height: 290px;
  }
  .vision-full .bank-top {
    font-size: 22px;
  }
  .vision-full .bank .balance {
    font-size: 44px;
  }
  .vision-full .bank .balance span {
    font-size: 25px;
  }
  .vision-full .bank-bottom {
    font-size: 10px;
    flex-wrap: wrap;
  }
  .vision-full .bank .small {
    margin-top: 45px;
    font-size: 11px;
  }
  footer {
    font-size: 10px;
  }
  footer .text-button {
    font-size: 10px;
  }
  .banner {
    padding: 16px;
    font-size: 13px;
  }
  .banner .text-button {
    font-size: 12px;
  }
  dialog {
    padding: 25px;
  }
  dialog .row {
    flex-direction: column-reverse;
  }
  dialog .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.calendar-cycle {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin: 12px 0 3px;
}
.calendar-cycle span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}
.calendar-cycle:first-child {
  margin-top: 0;
}
.steps {
  scroll-margin-top: 16px;
}
.completion:focus {
  outline: 2px solid #93a883;
  outline-offset: -3px;
}
