:root {
  --mdd-green: #123f25;
  --mdd-green-2: #1d5632;
  --mdd-orange: #ef6c00;
  --mdd-cream: #fbf7f1;
  --mdd-cream-2: #f7f0e7;
  --mdd-text: #101512;
  --mdd-muted: #606661;
  --mdd-line: #e3e0da;
  --mdd-white: #fff;
  --mdd-shadow: 0 8px 28px rgba(28, 37, 30, .09);
  --mdd-radius: 14px;
  --mdd-serif: Georgia, "Times New Roman", serif;
  --mdd-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mdd-white); color: var(--mdd-text); font-family: var(--mdd-sans); font-size: 15px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mdd-container { width: min(100% - 24px, 1260px); margin-inline: auto; }
.mdd-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid var(--mdd-green); border-radius: 8px; font-weight: 750; transition: background .2s ease, color .2s ease, transform .2s ease; }
.mdd-btn:active { transform: translateY(1px); }
.mdd-btn-primary { border-color: var(--mdd-orange); background: var(--mdd-orange); color: #fff; }
.mdd-btn-outline { background: #fff; color: var(--mdd-green); }

.mdd-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--mdd-line); background: rgba(255, 255, 255, .97); backdrop-filter: blur(12px); }
.mdd-header-inner { display: flex; min-height: 68px; align-items: center; gap: 18px; }
.mdd-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.mdd-logo img { display: block; width: auto; height: 40px; }
.mdd-menu-toggle { display: grid; width: 44px; height: 44px; margin-left: auto; padding: 11px 9px; place-content: center; gap: 5px; border: 0; border-radius: 8px; background: transparent; }
.mdd-menu-toggle span { display: block; width: 25px; height: 2px; background: var(--mdd-green); }
.mdd-nav { display: none; position: fixed; top: 68px; right: 0; bottom: 0; left: 0; padding: 18px 24px; background: #fff; }
.mdd-nav.is-open { display: block; }
.mdd-nav ul { display: grid; margin: 0; padding: 0; list-style: none; }
.mdd-nav a { display: block; padding: 15px 2px; border-bottom: 1px solid var(--mdd-line); font-size: 17px; font-weight: 700; }
.mdd-business-cta { display: none; }

.mdd-hero { overflow: hidden; background: var(--mdd-cream); }
.mdd-hero-grid { display: grid; }
.mdd-hero-copy { padding: 38px 0 26px; }
.mdd-hero h1 { max-width: 720px; margin: 0 0 8px; font-family: var(--mdd-serif); font-size: clamp(38px, 11vw, 58px); line-height: .98; letter-spacing: -1.8px; }
.mdd-hero-copy > p { margin: 0 0 18px; color: #4f5450; font-size: 17px; }
.mdd-search { display: grid; grid-template-columns: 28px minmax(0, 1fr); padding: 7px; border: 1px solid #ebe7e0; border-radius: 12px; background: #fff; box-shadow: var(--mdd-shadow); }
.mdd-search-icon { display: grid; place-items: center; color: var(--mdd-green); font-size: 23px; }
.mdd-search input { min-width: 0; height: 46px; padding: 0 7px; border: 0; outline: 0; color: var(--mdd-text); }
.mdd-search button { grid-column: 1 / -1; min-height: 48px; margin-top: 5px; border: 0; border-radius: 8px; background: var(--mdd-orange); color: #fff; font-weight: 800; }
.mdd-location { min-height: 44px; margin-top: 8px; padding: 0; border: 0; background: transparent; color: var(--mdd-text); font-weight: 700; }
.mdd-chips { display: flex; margin: 9px -12px 0 0; padding: 2px 12px 5px 0; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.mdd-chips::-webkit-scrollbar { display: none; }
.mdd-chips a { display: inline-flex; min-height: 37px; flex: 0 0 auto; align-items: center; padding: 7px 15px; border: 1px solid #d9d8d2; border-radius: 8px; background: rgba(255, 255, 255, .72); color: var(--mdd-green); font-size: 13px; font-weight: 700; white-space: nowrap; }
.mdd-chips .active { border-color: var(--mdd-green); background: var(--mdd-green); color: #fff; }
.mdd-hero-visual { position: relative; min-height: 260px; margin-inline: -12px; }
.mdd-hero-visual > img { display: block; width: 100%; height: 280px; object-fit: cover; object-position: 68% center; }
.mdd-floating-card { position: absolute; right: 14px; bottom: 18px; display: grid; grid-template-columns: 58px 1fr; width: min(235px, calc(100% - 28px)); padding: 9px; gap: 10px; border-radius: 11px; background: #fff; box-shadow: 0 8px 25px rgba(0, 0, 0, .18); font-size: 12px; }
.mdd-floating-thumb { overflow: hidden; border-radius: 7px; }
.mdd-floating-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mdd-floating-card strong, .mdd-floating-card b, .mdd-floating-card small { display: block; }
.mdd-floating-card strong { color: var(--mdd-green); }
.mdd-floating-card b { font-weight: 500; }
.mdd-floating-card em { color: var(--mdd-orange); font-family: var(--mdd-serif); font-size: 16px; font-style: normal; font-weight: 800; }

.mdd-section { padding: 38px 0; }
.mdd-section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; gap: 16px; }
.mdd-section-head h2, .mdd-near h2, .mdd-business h2, .mdd-how-section > .mdd-container > h2 { margin: 0; color: var(--mdd-green); font-family: var(--mdd-serif); font-size: clamp(25px, 7vw, 32px); line-height: 1.08; }
.mdd-section-head > a { display: none; color: var(--mdd-green); font-size: 13px; font-weight: 700; }
.mdd-cards { display: grid; gap: 13px; }
.mdd-card { display: grid; grid-template-columns: 118px 1fr; overflow: hidden; border: 1px solid var(--mdd-line); border-radius: 9px; background: #fff; box-shadow: 0 2px 7px rgba(0, 0, 0, .025); }
.mdd-card-image { position: relative; min-height: 180px; overflow: hidden; background: var(--mdd-cream-2); }
.mdd-card-image img { width: 100%; height: 100%; object-fit: cover; }
.mdd-card-placeholder { display: grid; height: 100%; place-items: center; padding: 10px; color: var(--mdd-green); font-family: var(--mdd-serif); font-weight: 800; text-align: center; }
.mdd-badge { position: absolute; top: 10px; left: 0; padding: 5px 9px; border-radius: 0 4px 4px 0; background: var(--mdd-green); color: #fff; font-size: 9px; font-weight: 800; }
.mdd-badge i { font-family: var(--mdd-serif); font-style: italic; }
.mdd-card-body { min-width: 0; padding: 12px; }
.mdd-card-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.mdd-card h3 { min-width: 0; margin: 0; overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.mdd-card small { color: var(--mdd-muted); }
.mdd-price { flex: 0 0 auto; color: var(--mdd-orange); font-family: var(--mdd-serif); font-size: 18px; }
.mdd-card p { min-height: 42px; margin: 8px 0; font-size: 12px; line-height: 1.35; }
.mdd-card-link { display: flex; min-height: 34px; align-items: center; justify-content: center; border: 1px solid #6f927a; border-radius: 5px; color: var(--mdd-green); font-size: 12px; font-weight: 700; }
.mdd-empty { grid-column: 1 / -1; padding: 35px 22px; border: 1px dashed #b8c5bb; border-radius: var(--mdd-radius); text-align: center; }
.mdd-empty h3 { margin-top: 0; font-family: var(--mdd-serif); font-size: 23px; }

.mdd-near { padding-top: 12px; }
.mdd-near-grid { display: grid; overflow: hidden; border: 1px solid var(--mdd-line); border-radius: 12px; }
.mdd-map-image { min-height: 150px; margin: 0; background: #edf2e8; }
.mdd-map-image img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.mdd-near-copy { padding: 22px 20px 8px; }
.mdd-near-copy p { margin: 8px 0; color: var(--mdd-muted); }
.mdd-checks { margin: 0; padding: 8px 20px 22px; list-style: none; }
.mdd-checks li { position: relative; margin: 8px 0; padding-left: 27px; font-size: 13px; }
.mdd-checks li::before { position: absolute; top: 1px; left: 0; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--mdd-green); color: #fff; content: "✓"; font-size: 11px; }

.mdd-business { padding: 0 0 38px; }
.mdd-business-grid { display: grid; padding: 22px; gap: 18px; border: 1px solid var(--mdd-line); border-radius: 12px; background: linear-gradient(90deg, #fff 0, var(--mdd-cream) 100%); }
.mdd-owner { display: none; }
.mdd-business h2 { color: var(--mdd-text); }
.mdd-business p { margin: 5px 0 0; font-size: 17px; }
.mdd-plan-price { display: flex; align-items: baseline; gap: 5px; }
.mdd-plan-price strong { font-family: var(--mdd-serif); font-size: 48px; line-height: 1; }
.mdd-plan-price sup { font-size: 20px; }
.mdd-plan-price span { color: var(--mdd-orange); font-weight: 800; }
.mdd-plan-features { margin: 0; padding: 0; list-style: none; }
.mdd-plan-features li { margin: 5px 0; }
.mdd-plan-features li::before { margin-right: 10px; color: var(--mdd-green); content: "✓"; font-weight: 900; }
.mdd-business-action { display: grid; gap: 7px; }
.mdd-business-action small { color: var(--mdd-muted); text-align: center; }

.mdd-how-section { padding: 0 0 34px; }
.mdd-how-section > .mdd-container > h2 { margin-bottom: 12px; text-align: center; }
.mdd-how { display: grid; }
.mdd-how article { display: grid; grid-template-columns: 36px 40px 1fr; align-items: center; padding: 17px 0; gap: 10px; border-bottom: 1px solid var(--mdd-line); }
.mdd-how article:last-child { border: 0; }
.mdd-how b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--mdd-green); color: #fff; }
.mdd-how-icon { color: var(--mdd-green); font-size: 32px; }
.mdd-how h3, .mdd-how p { margin: 0; }
.mdd-how h3 { font-size: 14px; }
.mdd-how p { color: var(--mdd-muted); font-size: 12px; }

.mdd-footer { padding: 42px 0 18px; background: var(--mdd-green); color: #e8f0ea; }
.mdd-footer-grid { display: grid; gap: 30px; }
.mdd-logo-footer img { height: 40px; filter: brightness(0) invert(1); }
.mdd-footer h3 { margin: 0 0 10px; color: #fff; font-size: 15px; }
.mdd-footer p { color: #d7e1da; font-size: 13px; }
.mdd-footer a { display: block; margin: 7px 0; color: #e1e9e3; font-size: 13px; }
.mdd-socials { display: flex; gap: 10px; }
.mdd-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; font-weight: 800; }
.mdd-newsletter form { display: flex; max-width: 330px; }
.mdd-newsletter input { min-width: 0; height: 42px; flex: 1; padding: 0 13px; border: 0; border-radius: 6px 0 0 6px; }
.mdd-newsletter button { width: 48px; border: 0; border-radius: 0 6px 6px 0; background: var(--mdd-orange); color: #fff; }
.mdd-footer-bottom { margin-top: 30px; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 12px; text-align: center; }

.mdd-page-hero, .mdd-single-hero { padding: 38px 0; background: var(--mdd-cream); }
.mdd-page-hero h1, .mdd-single-hero h1 { margin: 0; font-family: var(--mdd-serif); font-size: clamp(38px, 10vw, 58px); line-height: 1; }
.mdd-search-page { max-width: 850px; }
.mdd-single-grid, .mdd-menu-layout { display: grid; gap: 24px; }
.mdd-single-image img { display: block; width: 100%; max-height: 420px; border-radius: 18px; object-fit: cover; }
.mdd-single-location { color: var(--mdd-muted); }
.mdd-contact-actions { position: sticky; bottom: 9px; z-index: 10; display: flex; margin: 18px 0; gap: 8px; }
.mdd-contact-actions .mdd-btn { flex: 1; }
.mdd-menu-sheet, .mdd-side-card { padding: 20px; border: 1px solid var(--mdd-line); border-radius: 16px; background: #fff; box-shadow: var(--mdd-shadow); }
.mdd-menu-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 18px; gap: 14px; border-bottom: 1px solid var(--mdd-line); }
.mdd-menu-price { color: var(--mdd-orange); font-family: var(--mdd-serif); font-size: 30px; font-weight: 900; white-space: nowrap; }
.mdd-menu-group { padding: 16px 0; border-bottom: 1px solid var(--mdd-line); }
.mdd-menu-group h3, .mdd-menu-group ul { margin: 0; }
.mdd-menu-group ul { padding: 7px 0 0 20px; }
.mdd-includes { display: flex; flex-wrap: wrap; margin-top: 18px; gap: 8px; }
.mdd-includes span { padding: 7px 10px; border-radius: 999px; background: #edf5ef; font-size: 12px; }
.mdd-map-mini { display: grid; height: 200px; place-items: center; border-radius: 12px; background: #eef2ea; color: var(--mdd-muted); }

@media (min-width: 700px) {
  .mdd-container { width: min(100% - 40px, 1260px); }
  .mdd-search { grid-template-columns: 34px minmax(0, 1fr) auto; padding: 7px; }
  .mdd-search button { grid-column: auto; min-width: 185px; margin: 0; }
  .mdd-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mdd-card { grid-template-columns: 1fr; }
  .mdd-card-image { min-height: 150px; }
  .mdd-section-head > a { display: block; }
  .mdd-business-grid { grid-template-columns: 1fr auto; align-items: center; }
  .mdd-plan-price, .mdd-plan-features { grid-row: 2; }
  .mdd-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .mdd-footer-brand, .mdd-newsletter { grid-column: 1 / -1; }
}

@media (min-width: 960px) {
  .mdd-header-inner { min-height: 76px; }
  .mdd-logo img { height: 47px; }
  .mdd-menu-toggle { display: none; }
  .mdd-nav { display: block; position: static; margin: auto; padding: 0; background: transparent; }
  .mdd-nav ul { display: flex; align-items: center; gap: 34px; }
  .mdd-nav a { padding: 26px 0 23px; border: 0; border-bottom: 2px solid transparent; font-size: 14px; }
  .mdd-nav a:hover { border-color: var(--mdd-green); }
  .mdd-business-cta { display: inline-flex; }
  .mdd-hero-grid { grid-template-columns: minmax(520px, 1.15fr) minmax(440px, .85fr); min-height: 264px; }
  .mdd-hero-copy { position: relative; z-index: 2; padding: 28px 0 14px; }
  .mdd-hero h1 { font-size: 48px; }
  .mdd-hero-copy > p { margin-bottom: 13px; }
  .mdd-search { max-width: 680px; }
  .mdd-hero-visual { min-height: 264px; margin: 0 calc((100vw - min(100vw - 40px, 1260px)) / -2) 0 -55px; }
  .mdd-hero-visual > img { height: 100%; min-height: 264px; object-position: 65% center; }
  .mdd-floating-card { right: calc((100vw - min(100vw - 40px, 1260px)) / 2 + 8px); bottom: 20px; }
  .mdd-section { padding: 30px 0; }
  .mdd-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mdd-near-grid { grid-template-columns: 1.4fr .9fr .75fr; align-items: center; }
  .mdd-map-image, .mdd-map-image img { min-height: 115px; }
  .mdd-near-copy { padding: 18px 28px; }
  .mdd-checks { padding: 18px; }
  .mdd-business { padding-bottom: 14px; }
  .mdd-business-grid { grid-template-columns: 195px 1.4fr 120px 1fr 225px; padding: 14px 24px; gap: 20px; }
  .mdd-owner { display: block; height: 84px; overflow: hidden; border-radius: 50%; }
  .mdd-owner img { width: 100%; height: 100%; object-fit: cover; }
  .mdd-plan-price, .mdd-plan-features { grid-row: auto; }
  .mdd-business-action small { text-align: left; }
  .mdd-how-section { padding-bottom: 10px; }
  .mdd-how-section > .mdd-container > h2 { margin-bottom: -8px; font-size: 22px; }
  .mdd-how { grid-template-columns: repeat(3, 1fr); }
  .mdd-how article { padding: 18px 28px; border-right: 1px solid var(--mdd-line); border-bottom: 0; }
  .mdd-footer { padding-top: 28px; }
  .mdd-footer-grid { grid-template-columns: 1.35fr repeat(4, .8fr) 1.25fr; gap: 30px; }
  .mdd-footer-brand, .mdd-newsletter { grid-column: auto; }
  .mdd-single-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .mdd-menu-layout { grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); }
  .mdd-contact-actions { position: static; }
}

@media (min-width: 1180px) {
  .mdd-cards { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
  .mdd-card-image { min-height: 112px; }
  .mdd-card-body { padding: 11px; }
  .mdd-card h3 { font-size: 14px; }
  .mdd-price { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
