/* ==========================================================================
   counter - retail shelf styling for a small independent shop.
   Every class is prefixed mp-. Palette: white / paper / pharmacy green /
   slate / amber. Type: Bitter for headings, Libre Franklin for text.
   ========================================================================== */

:root {
  --mp-white: #ffffff;
  --mp-paper: #f7f8f6;
  --mp-paper-2: #eef1ec;
  --mp-green: #1f7a4c;
  --mp-green-dark: #17603b;
  --mp-green-tint: #e8f2ec;
  --mp-slate: #263238;
  --mp-slate-soft: #5a6a70;
  --mp-amber: #f0a202;
  --mp-amber-tint: #fdf3de;
  --mp-amber-line: #e7c477;
  --mp-amber-ink: #7c5406;
  --mp-rule: #dfe3dd;
  --mp-rule-hard: #c8cfc7;
  --mp-radius: 6px;
  --mp-lift: 0 8px 20px rgba(38, 50, 56, 0.10);
  --mp-shelf: 0 3px 0 var(--mp-paper-2);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--mp-white);
  color: var(--mp-slate);
  font-family: "Libre Franklin", "Segoe UI", Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: "Bitter", Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: var(--mp-slate);
  line-height: 1.22;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(31px, 4.4vw, 45px); }
h2 { font-size: clamp(24px, 3vw, 31px); }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
p { margin: 0 0 15px; }

a { color: var(--mp-green); text-decoration: none; }
a:hover { color: var(--mp-green-dark); text-decoration: underline; }

img { max-width: 100%; display: block; }
strong, b { font-weight: 700; }
hr { border: 0; border-top: 1px solid var(--mp-rule); margin: 30px 0; }

.mp-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--mp-slate);
  color: #fff;
  padding: 10px 16px;
  z-index: 60;
  border-radius: 0 0 var(--mp-radius) 0;
}
.mp-skip:focus { left: 0; }

.mp-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 22px;
}

/* Caps the measure without moving the left edge, so every band lines up. */
.mp-narrow > * { max-width: 780px; }

[id] { scroll-margin-top: 96px; }

.mp-block { padding: 62px 0; }
.mp-block--paper { background: var(--mp-paper); }
.mp-block--tight { padding: 40px 0; }
.mp-block--green { background: var(--mp-green-tint); }

/* ---------- shop strip ---------------------------------------------------- */

.mp-strip {
  background: var(--mp-slate);
  color: #d9e0e2;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.mp-strip-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mp-strip a { color: #ffffff; }
.mp-strip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mp-amber);
  display: inline-block;
}

/* ---------- header -------------------------------------------------------- */

.mp-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--mp-white);
  border-bottom: 1px solid var(--mp-rule);
}
.mp-head-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.mp-sign {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--mp-slate);
  text-decoration: none;
}
.mp-sign:hover { text-decoration: none; color: var(--mp-slate); }
.mp-sign-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid var(--mp-green);
  border-radius: var(--mp-radius);
  display: grid;
  place-items: center;
  color: var(--mp-green);
  background: var(--mp-white);
}
.mp-sign-mark svg { width: 20px; height: 20px; }
.mp-sign-name {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.mp-sign-sub {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mp-slate-soft);
}

.mp-aisles {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mp-aisles a {
  display: inline-block;
  padding: 9px 12px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--mp-slate);
  border-bottom: 2px solid transparent;
  border-radius: var(--mp-radius) var(--mp-radius) 0 0;
}
.mp-aisles a:hover {
  color: var(--mp-green);
  border-bottom-color: var(--mp-green);
  background: var(--mp-paper);
  text-decoration: none;
}
.mp-aisles .mp-aisles-buy {
  margin-left: 8px;
  background: var(--mp-green);
  color: #fff;
  border-radius: var(--mp-radius);
  border-bottom: 2px solid var(--mp-green-dark);
  padding: 9px 18px;
}
.mp-aisles .mp-aisles-buy:hover {
  background: var(--mp-green-dark);
  color: #fff;
  border-bottom-color: var(--mp-green-dark);
}

.mp-menu {
  display: none;
  align-items: center;
  gap: 9px;
  background: var(--mp-white);
  border: 1px solid var(--mp-rule-hard);
  border-radius: var(--mp-radius);
  color: var(--mp-slate);
  font-family: "Libre Franklin", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 10px 14px;
  cursor: pointer;
}
.mp-menu:hover { border-color: var(--mp-green); color: var(--mp-green); }
.mp-menu-bars { display: inline-grid; gap: 3px; }
.mp-menu-bars i {
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
}

.mp-drawer {
  display: none;
  border-top: 1px solid var(--mp-rule);
  background: var(--mp-paper);
}
.mp-drawer[data-open="yes"] { display: block; }
.mp-drawer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px;
  color: var(--mp-slate);
  font-weight: 500;
  border-bottom: 1px solid var(--mp-rule);
}
.mp-drawer a:hover { background: var(--mp-white); color: var(--mp-green); text-decoration: none; }
.mp-drawer a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--mp-green);
  border-bottom: 2px solid var(--mp-green);
  transform: rotate(-45deg);
}

/* ---------- aisle headers (label + 3px green rule to the edge) ------------ */

.mp-aisle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
}
.mp-aisle-label {
  font-family: "Libre Franklin", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--mp-green);
  white-space: nowrap;
}
.mp-aisle::after {
  content: "";
  flex: 1 1 auto;
  height: 3px;
  background: var(--mp-green);
  margin-right: calc(50% - 50vw);
}
.mp-aisle--amber .mp-aisle-label { color: var(--mp-amber-ink); }
.mp-aisle--amber::after { background: var(--mp-amber); }

.mp-lede {
  font-size: 18.5px;
  color: var(--mp-slate-soft);
  max-width: 64ch;
}

.mp-kicker {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mp-slate-soft);
  margin-bottom: 12px;
}

/* ---------- badges & tags ------------------------------------------------- */

.mp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--mp-amber-tint);
  border: 1px solid var(--mp-amber-line);
  color: var(--mp-amber-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: var(--mp-radius);
  line-height: 1.5;
}
.mp-badge svg { width: 13px; height: 13px; }
.mp-badge--green {
  background: var(--mp-green-tint);
  border-color: #bcd9c8;
  color: var(--mp-green-dark);
}
.mp-badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }

.mp-tag {
  position: absolute;
  top: -1px;
  right: -1px;
  background: var(--mp-green);
  color: #fff;
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 0 var(--mp-radius) 0 var(--mp-radius);
  letter-spacing: 0.01em;
}
.mp-tag small {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  opacity: 0.86;
}
.mp-tag--amber { background: var(--mp-amber); color: #3a2900; }

/* ---------- shelf grid & cards -------------------------------------------- */

.mp-shelf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
  gap: 20px;
}
.mp-shelf--two { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.mp-card {
  position: relative;
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 24px;
  box-shadow: var(--mp-shelf);
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.mp-card:hover { box-shadow: var(--mp-lift); border-color: var(--mp-rule-hard); }
.mp-card h3 { margin-bottom: 8px; }
.mp-card p:last-child { margin-bottom: 0; }
.mp-card--flat { box-shadow: none; }
.mp-card--flat:hover { box-shadow: none; border-color: var(--mp-rule); }
.mp-card-ico {
  width: 40px;
  height: 40px;
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  display: grid;
  place-items: center;
  color: var(--mp-green);
  margin-bottom: 14px;
  background: var(--mp-paper);
}
.mp-card-ico svg { width: 21px; height: 21px; }
.mp-card-note {
  font-size: 13.5px;
  color: var(--mp-slate-soft);
  border-top: 1px solid var(--mp-rule);
  margin-top: 16px;
  padding-top: 12px;
}

/* ---------- shop photographs ---------------------------------------------
   Photographs of the shop itself, framed by the same bordered shelf card as
   everything else. Each frame fixes its own aspect-ratio and crops with
   object-fit so a 16:9 source and a square source still line up in a grid. */

.mp-shot {
  position: relative;
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 8px;
  box-shadow: var(--mp-shelf);
}
.mp-shot img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  background: var(--mp-paper-2);
}
.mp-shot--wide img { aspect-ratio: 16 / 9; }
.mp-shot--floor img { aspect-ratio: 4 / 3; }
.mp-shot--counter img { aspect-ratio: 4 / 3; }
.mp-shot--facing img { aspect-ratio: 1 / 1; }
.mp-shot--street img { aspect-ratio: 16 / 9; }

.mp-shot-edge {
  height: 12px;
  background: var(--mp-paper-2);
  border: 1px solid var(--mp-rule);
  border-top: 0;
  border-radius: 0 0 var(--mp-radius) var(--mp-radius);
  margin: 0 10px;
}
.mp-shot-cap {
  font-size: 12.5px;
  color: var(--mp-slate-soft);
  text-align: center;
  margin-top: 12px;
}

/* ---------- hero ---------------------------------------------------------- */

.mp-hero {
  padding: 56px 0 60px;
  background:
    linear-gradient(var(--mp-paper), var(--mp-paper)) padding-box;
  border-bottom: 1px solid var(--mp-rule);
}
.mp-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
}
.mp-hero h1 { margin-bottom: 16px; }
.mp-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 18px; }
.mp-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  font-size: 13.5px;
  color: var(--mp-slate-soft);
  border-top: 1px solid var(--mp-rule);
  padding-top: 16px;
}
.mp-hero-facts span { display: inline-flex; align-items: center; gap: 7px; }
.mp-hero-facts svg { width: 15px; height: 15px; color: var(--mp-green); }

/* ---------- icon rows ----------------------------------------------------- */

.mp-rows {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  overflow: hidden;
}
.mp-row {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 20px 22px;
  border-top: 1px solid var(--mp-rule);
}
.mp-row:first-child { border-top: 0; }
.mp-row:hover { background: var(--mp-paper); }
.mp-row-ico {
  width: 40px;
  height: 40px;
  border-radius: var(--mp-radius);
  border: 1px solid var(--mp-green-tint);
  background: var(--mp-green-tint);
  color: var(--mp-green);
  display: grid;
  place-items: center;
}
.mp-row-ico svg { width: 21px; height: 21px; }
.mp-row h3 { font-size: 17px; margin-bottom: 4px; }
.mp-row p { margin: 0; font-size: 15px; color: var(--mp-slate-soft); }
.mp-row-step {
  font-family: "Bitter", Georgia, serif;
  font-size: 12px;
  color: var(--mp-amber-ink);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

/* ---------- record / definition block ------------------------------------- */

.mp-record {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 6px 22px;
}
.mp-record dl { margin: 0; }
.mp-record dt {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mp-slate-soft);
  padding-top: 15px;
}
.mp-record dd {
  margin: 2px 0 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--mp-rule);
  font-size: 15.5px;
}
.mp-record dd:last-child { border-bottom: 0; }

/* ---------- receipt ------------------------------------------------------- */

.mp-receipt {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-top: 3px dashed var(--mp-slate);
  border-radius: 0 0 var(--mp-radius) var(--mp-radius);
  padding: 22px 24px 24px;
  font-variant-numeric: tabular-nums;
}
.mp-receipt h3 {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Libre Franklin", sans-serif;
  color: var(--mp-slate-soft);
  margin-bottom: 16px;
}
.mp-receipt-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  font-size: 15px;
  border-bottom: 1px dotted var(--mp-rule-hard);
}
.mp-receipt-line span:first-child { color: var(--mp-slate-soft); }
.mp-receipt-line b { font-weight: 600; }
.mp-receipt-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px solid var(--mp-slate);
  font-family: "Bitter", Georgia, serif;
  font-size: 21px;
  font-weight: 700;
}
.mp-receipt-note {
  font-size: 12.5px;
  color: var(--mp-slate-soft);
  margin: 14px 0 0;
}

/* ---------- purchase cards ------------------------------------------------ */

.mp-buy {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 20px;
  align-items: start;
}
.mp-buy-card {
  position: relative;
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 26px 24px 24px;
  box-shadow: var(--mp-shelf);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.mp-buy-card:hover { box-shadow: var(--mp-lift); }
.mp-buy-card--pick { border-color: var(--mp-green); border-width: 2px; }
.mp-buy-flag {
  position: absolute;
  top: -12px;
  left: 22px;
  background: var(--mp-amber);
  color: #3a2900;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: var(--mp-radius);
}
.mp-buy-tier {
  font-family: "Bitter", Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 2px;
}
.mp-buy-sub { font-size: 13.5px; color: var(--mp-slate-soft); margin: 0 0 16px; }
.mp-buy-count {
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  background: var(--mp-paper);
  padding: 13px 15px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mp-buy-count svg { width: 24px; height: 24px; flex: 0 0 24px; color: var(--mp-green); }
.mp-buy-count b {
  display: block;
  font-family: "Bitter", Georgia, serif;
  font-size: 15px;
}
.mp-buy-count small {
  display: block;
  font-size: 12.5px;
  color: var(--mp-slate-soft);
}
.mp-buy-price {
  font-family: "Bitter", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
}
.mp-buy-unit {
  font-size: 13.5px;
  color: var(--mp-slate-soft);
  margin: 2px 0 14px;
}
.mp-buy-perks { list-style: none; margin: 0 0 20px; padding: 0; }
.mp-buy-perks li {
  position: relative;
  padding: 6px 0 6px 24px;
  font-size: 14.5px;
  border-bottom: 1px dotted var(--mp-rule);
}
.mp-buy-perks li:last-child { border-bottom: 0; }
.mp-buy-perks li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--mp-green);
  border-bottom: 2px solid var(--mp-green);
  transform: rotate(-45deg);
}
.mp-buy-card .mp-btn { margin-top: auto; }

/* ---------- buttons ------------------------------------------------------- */

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 13px 24px;
  border-radius: var(--mp-radius);
  border: 1px solid var(--mp-green);
  background: var(--mp-green);
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: background 0.16s ease, box-shadow 0.16s ease;
}
.mp-btn:hover {
  background: var(--mp-green-dark);
  border-color: var(--mp-green-dark);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--mp-lift);
}
.mp-btn[disabled] { opacity: 0.6; cursor: progress; box-shadow: none; }
.mp-btn--line {
  background: var(--mp-white);
  color: var(--mp-green);
}
.mp-btn--line:hover { background: var(--mp-green-tint); color: var(--mp-green-dark); }
.mp-btn--slate {
  background: var(--mp-slate);
  border-color: var(--mp-slate);
}
.mp-btn--slate:hover { background: #162025; border-color: #162025; }
.mp-btn--wide { width: 100%; }

/* ---------- forms --------------------------------------------------------- */

.mp-form {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 26px;
  box-shadow: var(--mp-shelf);
}
.mp-form h3 { margin-bottom: 4px; }
.mp-form-sub { font-size: 14px; color: var(--mp-slate-soft); margin-bottom: 18px; }

.mp-field { margin-bottom: 15px; }
.mp-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--mp-slate-soft);
  margin-bottom: 6px;
}
.mp-field input,
.mp-field select,
.mp-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15.5px;
  color: var(--mp-slate);
  background: var(--mp-white);
  border: 1px solid var(--mp-rule-hard);
  border-radius: var(--mp-radius);
  padding: 11px 13px;
}
.mp-field textarea { resize: vertical; }
.mp-field input:focus,
.mp-field select:focus,
.mp-field textarea:focus {
  outline: none;
  border-color: var(--mp-green);
  box-shadow: 0 0 0 3px rgba(31, 122, 76, 0.14);
}
.mp-field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.mp-field-trio {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 14px;
}
.mp-field-hint { font-size: 12.5px; color: var(--mp-slate-soft); margin: 6px 0 0; }

.mp-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  background: var(--mp-paper);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 14px 16px;
  margin: 4px 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--mp-slate-soft);
}
.mp-consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--mp-green); }

.mp-status {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--mp-green-dark);
}
.mp-status[data-bad="yes"] { color: #a4272b; }

.mp-done {
  text-align: center;
  padding: 12px 4px;
}
.mp-done-mark {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--mp-green-tint);
  color: var(--mp-green);
  display: grid;
  place-items: center;
  font-size: 22px;
  border: 1px solid #bcd9c8;
}

/* ---------- split layouts ------------------------------------------------- */

.mp-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: start;
}
.mp-split--wide-left { grid-template-columns: 1.35fr 0.65fr; }
.mp-split--wide-right { grid-template-columns: 0.62fr 1.38fr; }

.mp-note {
  background: var(--mp-paper);
  border: 1px solid var(--mp-rule);
  border-left: 3px solid var(--mp-amber);
  border-radius: var(--mp-radius);
  padding: 16px 18px;
  font-size: 14.5px;
  color: var(--mp-slate-soft);
}
.mp-note p:last-child { margin-bottom: 0; }
.mp-note--green { border-left-color: var(--mp-green); }

.mp-plain { list-style: none; margin: 0 0 16px; padding: 0; }
.mp-plain li {
  position: relative;
  padding: 7px 0 7px 22px;
  border-bottom: 1px dotted var(--mp-rule);
  font-size: 15.5px;
}
.mp-plain li:last-child { border-bottom: 0; }
.mp-plain li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 2px;
  background: var(--mp-green);
}

/* ---------- legal documents ---------------------------------------------- */

.mp-doc { max-width: 830px; }
.mp-doc-intro {
  font-size: 16.5px;
  color: var(--mp-slate-soft);
  background: var(--mp-paper);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 20px 22px;
  margin-bottom: 34px;
}
.mp-clause { margin-bottom: 30px; }
.mp-clause h2 {
  font-size: 21px;
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--mp-rule);
}
.mp-clause-n {
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--mp-green);
  border: 1px solid var(--mp-green-tint);
  background: var(--mp-green-tint);
  border-radius: var(--mp-radius);
  padding: 2px 8px;
}
.mp-clause ul { margin: 0 0 14px; padding-left: 20px; }
.mp-clause li { margin-bottom: 6px; }
.mp-toc {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 18px 20px;
  position: sticky;
  top: 96px;
}
.mp-toc h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mp-slate-soft);
  margin-bottom: 10px;
}
.mp-toc a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: var(--mp-slate);
  border-bottom: 1px dotted var(--mp-rule);
}
.mp-toc a:last-child { border-bottom: 0; }
.mp-toc a:hover { color: var(--mp-green); }

/* ---------- checkout ------------------------------------------------------ */

.mp-order {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 32px;
  align-items: start;
}
.mp-panel {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 24px;
  margin-bottom: 20px;
}
.mp-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--mp-rule);
}
.mp-panel-step {
  width: 26px;
  height: 26px;
  border-radius: var(--mp-radius);
  background: var(--mp-green);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}
.mp-panel-head h2 { font-size: 19px; margin: 0; }

.mp-pick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 4px;
}
.mp-pick label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid var(--mp-rule-hard);
  border-radius: var(--mp-radius);
  padding: 13px 14px;
  font-size: 14.5px;
  cursor: pointer;
}
.mp-pick label:hover { border-color: var(--mp-green); }
.mp-pick input { margin-top: 3px; accent-color: var(--mp-green); }
.mp-pick small { display: block; color: var(--mp-slate-soft); font-size: 12.5px; }

.mp-summary { position: sticky; top: 96px; }
.mp-summary-top {
  background: var(--mp-paper);
  border: 1px solid var(--mp-rule);
  border-bottom: 0;
  border-radius: var(--mp-radius) var(--mp-radius) 0 0;
  padding: 18px 22px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.mp-summary-top img {
  width: 62px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  flex: 0 0 62px;
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
}
.mp-summary-top h3 { margin: 0 0 2px; font-size: 17px; }
.mp-summary-top p { margin: 0; font-size: 13px; color: var(--mp-slate-soft); }

.mp-confirmed {
  background: var(--mp-white);
  border: 1px solid var(--mp-green);
  border-top: 4px solid var(--mp-green);
  border-radius: var(--mp-radius);
  padding: 34px;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.mp-confirmed-mark {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--mp-green-tint);
  color: var(--mp-green);
  display: grid;
  place-items: center;
}
.mp-confirmed-mark svg { width: 28px; height: 28px; }
.mp-confirmed-no {
  display: inline-block;
  font-family: "Bitter", Georgia, serif;
  font-size: 20px;
  border: 1px dashed var(--mp-rule-hard);
  border-radius: var(--mp-radius);
  padding: 8px 16px;
  margin: 8px 0 18px;
  letter-spacing: 0.04em;
}
.mp-hide { display: none !important; }

.mp-working {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 20px;
  color: var(--mp-slate-soft);
  font-size: 15px;
}
.mp-spin {
  width: 22px;
  height: 22px;
  border: 3px solid var(--mp-green-tint);
  border-top-color: var(--mp-green);
  border-radius: 50%;
  animation: mp-turn 0.8s linear infinite;
}
@keyframes mp-turn { to { transform: rotate(360deg); } }

/* ---------- footer -------------------------------------------------------- */

.mp-foot {
  background: var(--mp-paper);
  border-top: 3px solid var(--mp-green);
  margin-top: 8px;
  font-size: 15px;
}
.mp-foot-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
  gap: 34px;
  padding-top: 46px;
  padding-bottom: 38px;
}
.mp-foot h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mp-slate-soft);
  margin-bottom: 12px;
}
.mp-foot-col a {
  display: block;
  color: var(--mp-slate);
  font-size: 14.5px;
  padding: 4px 0;
}
.mp-foot-col a:hover { color: var(--mp-green); }
.mp-foot-note {
  display: block;
  font-size: 13.5px;
  color: var(--mp-slate-soft);
  padding: 4px 0;
}
.mp-addr {
  font-style: normal;
  font-size: 14px;
  line-height: 1.75;
  color: var(--mp-slate-soft);
  margin-top: 14px;
}
.mp-addr strong { color: var(--mp-slate); }
.mp-ein {
  display: inline-block;
  margin-top: 6px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  padding: 2px 8px;
}

.mp-fine {
  border-top: 1px solid var(--mp-rule);
  padding: 24px 0 8px;
  font-size: 12.8px;
  line-height: 1.72;
  color: var(--mp-slate-soft);
}
.mp-fine p { margin-bottom: 12px; }
.mp-fine b { color: var(--mp-slate); }

.mp-foot-end {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  border-top: 1px solid var(--mp-rule);
  padding-top: 16px;
  padding-bottom: 26px;
  font-size: 12.8px;
  color: var(--mp-slate-soft);
}

/* ---------- questions at the desk ----------------------------------------- */

.mp-qa {
  background: var(--mp-white);
  border: 1px solid var(--mp-rule);
  border-radius: var(--mp-radius);
  overflow: hidden;
}
.mp-qa details { border-top: 1px solid var(--mp-rule); }
.mp-qa details:first-child { border-top: 0; }
.mp-qa summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 15px 48px 15px 20px;
  font-family: "Bitter", Georgia, serif;
  font-weight: 600;
  font-size: 16.5px;
}
.mp-qa summary::-webkit-details-marker { display: none; }
.mp-qa summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--mp-green);
  border-bottom: 2px solid var(--mp-green);
  transform: rotate(45deg);
}
.mp-qa details[open] summary::after { top: 25px; transform: rotate(-135deg); }
.mp-qa summary:hover { background: var(--mp-paper); color: var(--mp-green); }
.mp-qa-body {
  padding: 0 20px 18px;
  font-size: 15px;
  color: var(--mp-slate-soft);
}
.mp-qa-body p:last-child { margin-bottom: 0; }
.mp-qa-body ul { margin: 0 0 12px; padding-left: 20px; }
.mp-qa-body li { margin-bottom: 5px; }

/* ---------- responsive ---------------------------------------------------- */

@media (max-width: 980px) {
  .mp-hero-grid,
  .mp-split,
  .mp-split--wide-left,
  .mp-split--wide-right,
  .mp-order { grid-template-columns: 1fr; gap: 32px; }
  .mp-summary, .mp-toc { position: static; }
  .mp-foot-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 860px) {
  .mp-aisles { display: none; }
  .mp-menu { display: inline-flex; }
  .mp-block { padding: 46px 0; }
  .mp-hero { padding: 40px 0 44px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .mp-wrap { padding: 0 16px; }
  .mp-strip-in { font-size: 12px; }
  .mp-field-pair,
  .mp-field-trio,
  .mp-pick { grid-template-columns: 1fr; }
  .mp-foot-top { grid-template-columns: 1fr; }
  .mp-row { grid-template-columns: 46px 1fr; gap: 14px; padding: 16px; }
  .mp-row-ico { width: 34px; height: 34px; }
  .mp-row-ico svg { width: 18px; height: 18px; }
  .mp-card, .mp-form, .mp-panel { padding: 20px; }
  .mp-aisle { gap: 12px; }
  .mp-aisle-label { font-size: 10.5px; letter-spacing: 0.14em; white-space: normal; }
}
