:root {
  --mf-black: #050505;
  --mf-ink: #17120d;
  --mf-panel: #11100e;
  --mf-panel-soft: #191611;
  --mf-gold: #9f8549;
  --mf-gold-dark: #7c6532;
  --mf-cream: #f7f2e8;
  --mf-white: #fff;
  --mf-muted: #c6bbaa;
  --mf-border: rgba(255, 255, 255, 0.14);
  --mf-border-dark: rgba(23, 18, 13, 0.16);
  --mf-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  --mf-radius: 8px;
  --mf-wrap: min(1760px, calc(100vw - 48px));
}

body.mf-site {
  background: var(--mf-black);
  color: var(--mf-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.mf-lock {
  overflow: hidden;
}

.mf-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 28px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.mf-brand svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.mf-logo-mark {
  display: inline-grid;
  place-items: center;
  color: var(--mf-white);
}

.mf-logo-text {
  letter-spacing: 0;
}

.mf-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 34px;
  border: 1px solid var(--mf-white);
  border-radius: 0;
  background: var(--mf-white);
  color: var(--mf-ink);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.mf-site a.mf-button,
body.mf-site a.button,
body.mf-site .woocommerce a.button {
  color: var(--mf-ink);
}

.mf-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: var(--mf-gold);
  border-color: var(--mf-gold);
  color: var(--mf-white);
}

.mf-section {
  width: var(--mf-wrap);
  margin: 0 auto;
  padding: 72px 0;
}

.mf-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.mf-section-head-centered {
  display: block;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.mf-section h2,
.mf-section-head h2,
.mf-story-band h2,
.mf-split-copy h2,
.mf-review-band h2,
.mf-practice h2 {
  margin: 0;
  color: var(--mf-white);
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 1.08;
  font-weight: 850;
  text-align: inherit;
}

.mf-section-head p,
.mf-journal-hero p,
.mf-collection-hero p,
.mf-empty-state p {
  color: var(--mf-muted);
  font-size: 17px;
  line-height: 1.65;
}

.mf-rich-text {
  color: var(--mf-muted);
  font-size: 17px;
  line-height: 1.75;
}

.mf-rich-text h2,
.mf-rich-text h3 {
  color: var(--mf-white);
}

.mf-empty-state {
  width: min(760px, calc(100vw - 40px));
  margin: 60px auto;
  padding: 48px;
  border: 1px solid var(--mf-border);
  background: var(--mf-panel);
  text-align: center;
}

.mf-empty-state h1,
.mf-empty-state h2 {
  margin: 0 0 14px;
  color: var(--mf-white);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
}

.mf-empty-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.mf-footer {
  background: #070707;
  border-top: 1px solid var(--mf-border);
  padding: 46px max(24px, calc((100vw - 1760px) / 2)) 30px;
}

.mf-back-top {
  display: block;
  margin: 0 auto 36px;
  background: transparent;
  border: 0;
  color: var(--mf-white);
  font-weight: 850;
  text-decoration: underline;
  cursor: pointer;
}

.mf-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr));
  gap: 38px;
}

.mf-footer-brand p,
.mf-footer-links a {
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.7;
}

.mf-footer-socials {
  margin-top: 18px;
}

.mf-footer-toggle {
  display: block;
  width: 100%;
  padding: 0 0 16px;
  border: 0;
  background: transparent;
  color: var(--mf-white);
  font-size: 15px;
  font-weight: 850;
  text-align: left;
}

.mf-footer-links a {
  display: block;
  margin: 8px 0;
}

.mf-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--mf-border);
  color: var(--mf-muted);
  font-size: 13px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
