.mmd-pricing-page {
  --mmd-ink: #171715;
  --mmd-cream: #fcfaf6;
  --mmd-gold: #b88b3f;
  --mmd-burgundy: #7f312e;
  --mmd-muted: #756f68;
  --mmd-rule: #d7cab7;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: var(--mmd-cream);
  color: var(--mmd-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.mmd-pricing-page,
.mmd-pricing-page * { box-sizing: border-box; }
.mmd-pricing-page a { color: inherit; }

.mmd-hero { min-height: 410px; display: grid; grid-template-columns: 60% 40%; background: var(--mmd-ink); color: #f7f2e9; }
.mmd-hero-copy { position: relative; isolation: isolate; overflow: hidden; padding: clamp(32px, 5vw, 76px) clamp(28px, 6vw, 96px) 48px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.mmd-hero-copy::before { content: ""; position: absolute; z-index: -1; width: clamp(230px, 28vw, 390px); aspect-ratio: 1; right: clamp(-95px, -5vw, -38px); top: 50%; transform: translateY(-50%) rotate(-8deg); background: url("donut-icon.png") center/contain no-repeat; filter: grayscale(1) brightness(3); opacity: .075; pointer-events: none; }
.mmd-hero h1 { margin: 0; color: #fff !important; font: 400 clamp(3.4rem, 6vw, 6.6rem)/.96 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.mmd-hero-copy > p { margin: 42px 0 0; font-size: clamp(1rem, 1.45vw, 1.3rem); letter-spacing: .01em; }
.mmd-hero-image { min-height: 410px; background-position: center 55%; background-size: cover; background-repeat: no-repeat; }

.mmd-content { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0 0; }
.mmd-price-card { border: 1.5px solid var(--mmd-gold); border-radius: 10px; padding: 26px 32px 24px; background: #f8f2e8; }
.mmd-eyebrow { margin: 0 0 14px; color: var(--mmd-burgundy); font-weight: 800; text-transform: uppercase; letter-spacing: .025em; font-size: .96rem; }
.mmd-price-row { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 26px; }
.mmd-price { font: 400 4.4rem/1 Georgia, "Times New Roman", serif; }
.mmd-package-line { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; font-size: 1.03rem; font-weight: 800; text-transform: uppercase; }
.mmd-package-line i { font-style: normal; }
.mmd-travel { display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 10px 0 0; color: var(--mmd-muted); font-size: .82rem; }
.mmd-travel strong { text-transform: uppercase; }

.mmd-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(46px, 7vw, 96px); padding: 42px 0 36px; }
.mmd-column > h2, .mmd-power > h2 { margin: 0 0 22px; color: var(--mmd-gold); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .03em; font-weight: 800; }
.mmd-checklist { list-style: none; margin: 0; padding: 0; }
.mmd-checklist li { position: relative; margin: 0 0 13px; padding-left: 31px; line-height: 1.4; }
.mmd-checklist li::before { content: ""; position: absolute; left: 0; top: .7em; width: 15px; height: 2px; background: var(--mmd-gold); }
.mmd-flow { border-top: 1px solid var(--mmd-rule); margin-top: 24px; padding-top: 20px; }
.mmd-flow h3, .mmd-enhancement h3 { margin: 0; font-size: .98rem; text-transform: uppercase; font-weight: 800; }
.mmd-flow p { margin: 12px 0 0; color: var(--mmd-muted); line-height: 1.35; }
.mmd-quote { margin: 20px 0 0; padding: 26px 30px; border-radius: 6px; background: var(--mmd-ink); color: #f7f2e9; }
.mmd-quote-label { margin: 0 0 17px !important; color: var(--mmd-gold); font-family: Arial, Helvetica, sans-serif !important; font-weight: 800; text-transform: uppercase; letter-spacing: .025em; font-size: .9rem !important; }
.mmd-quote p:last-child { margin: 0; font: 400 1rem/1.45 Georgia, "Times New Roman", serif; }
.mmd-enhancement { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 0 0 18px; margin: 0 0 18px; border-bottom: 1px solid var(--mmd-rule); }
.mmd-enhancement p { margin: 8px 0 0; color: var(--mmd-muted); line-height: 1.35; }
.mmd-addon-price { color: var(--mmd-burgundy); font: 700 1.25rem/1 Georgia, "Times New Roman", serif; }
.mmd-power { margin-top: 6px; }
.mmd-power > h2 { margin-bottom: 20px; }
.mmd-power-option { margin-bottom: 20px; }
.mmd-power-option p { display: flex; flex-wrap: wrap; gap: 11px 16px; margin: 0 0 5px; text-transform: uppercase; font-size: .9rem; }
.mmd-power-option span { color: var(--mmd-gold); font-weight: 800; }
.mmd-power-option strong { font-weight: 800; }
.mmd-power-option div { color: var(--mmd-muted); font-size: .88rem; line-height: 1.35; }
.mmd-tagline { border-top: 1.5px solid var(--mmd-gold); text-align: center; padding: 30px 24px 34px; }
.mmd-tagline h2 { margin: 0; font: 400 clamp(2.2rem, 4vw, 3.7rem)/1.1 Georgia, "Times New Roman", serif; }
.mmd-tagline p { margin: 14px 0 0; color: var(--mmd-muted); }

.mmd-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 42px clamp(40px, 6%, 88px) 46px; background: var(--mmd-ink); color: #f7f2e9; }
.mmd-cta h2 { margin: 0 0 22px; color: var(--mmd-gold); text-transform: uppercase; font-size: 1.06rem; letter-spacing: .03em; }
.mmd-cta p { margin: 0 0 13px; }
.mmd-cta p strong { font-size: 1.04rem; }
.mmd-cta-actions { text-align: center; align-self: center; }
.mmd-book { display: block; border: 1.5px solid var(--mmd-gold); border-radius: 6px; padding: 20px 24px; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .025em; transition: background .2s ease, color .2s ease; }
.mmd-book:hover, .mmd-book:focus-visible { background: var(--mmd-gold); color: var(--mmd-ink); outline: none; }
.mmd-cta-actions p { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 12px; margin: 18px 0 0; color: var(--mmd-gold); font-size: .78rem; }

@media (max-width: 780px) {
  .mmd-hero { grid-template-columns: 1fr; }
  .mmd-hero-copy { min-height: 480px; padding: 46px 28px 54px; }
  .mmd-hero h1 { font-size: clamp(3.5rem, 15vw, 5.4rem); }
  .mmd-hero-copy > p { margin-top: 34px; }
  .mmd-hero-image { min-height: 360px; background-position: center 58%; }
  .mmd-content { width: min(100% - 30px, 600px); padding-top: 24px; }
  .mmd-price-card { padding: 24px 22px; }
  .mmd-price-row { grid-template-columns: 1fr; gap: 17px; }
  .mmd-price { font-size: 4rem; }
  .mmd-package-line { display: grid; gap: 8px; }
  .mmd-package-line i { display: none; }
  .mmd-travel { display: grid; }
  .mmd-columns { grid-template-columns: 1fr; gap: 44px; padding-top: 34px; }
  .mmd-tagline { padding-inline: 8px; }
  .mmd-cta { grid-template-columns: 1fr; gap: 28px; padding: 36px 24px 42px; }
}

@media (max-width: 420px) {
  .mmd-hero-copy { min-height: 440px; }
  .mmd-hero-copy::before { width: 260px; right: -85px; opacity: .065; }
  .mmd-quote { padding: 24px 22px; }
  .mmd-enhancement { gap: 12px; }
  .mmd-addon-price { font-size: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .mmd-book { transition: none; }
}
