/* Highway food mall page — layout on top of the design system in zenz.css.
   Every class here starts with hm- so it cannot collide with the shell. */

.hm-figure { margin: 0; }
.hm-figure img { display: block; width: 100%; height: auto; border-radius: var(--r3); box-shadow: var(--sh2); }
.hm-figure figcaption { font-size: 13px; line-height: 1.6; color: var(--muted); margin-top: 12px; }
.hm-figure-pull { margin-top: clamp(-40px, -6vw, -80px); position: relative; z-index: 1; }

/* module cards */
.hm-modules { display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 720px) { .hm-modules { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } }
@media (min-width: 1080px) { .hm-modules { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.hm-module { background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--r3); padding: 24px 22px 26px; display: flex; flex-direction: column; gap: 8px; }
.hm-module b { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; color: var(--orange-ink); }
.hm-module b::before { content: ""; width: 10px; height: 10px; border-radius: 3px; background: var(--gold); }
.hm-module-stay b { color: #0a4f86; } .hm-module-stay b::before { background: var(--c-dairy); }
.hm-module-shop b::before { background: var(--night); }
.hm-module-plot b::before { background: var(--c-health); }
.hm-module h3 { font-size: 20px; letter-spacing: -.02em; }
.hm-module ul { list-style: none; padding: 0; margin: 4px 0 0; display: grid; gap: 6px; font-size: 14.5px; color: var(--ink-2); }
.hm-module li { padding-left: 16px; position: relative; }
.hm-module li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

/* master plan */
.hm-plan { margin: 0; }
.hm-plan svg { display: block; width: 100%; max-width: 100%; height: auto; border-radius: var(--r3); border: 1px solid var(--line-2); background: var(--paper); }
.hm-plan figcaption { font-size: 13px; line-height: 1.6; color: var(--muted); margin-top: 12px; }
.hm-areas { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.hm-areas li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.hm-areas li b { font-variant-numeric: tabular-nums; white-space: nowrap; }
.hm-areas li:last-child { font-weight: 750; }

/* investment stack */
.hm-stack { display: flex; gap: 4px; height: 34px; border-radius: 10px; overflow: hidden; margin: 18px 0 8px; }
.hm-stack span { display: flex; align-items: center; padding: 0 12px; color: #fff; font-size: 12.5px; font-weight: 700; white-space: nowrap; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 599px) { .hm-stack { height: 30px; } .hm-stack span { padding: 0 8px; font-size: 11px; } }
.hm-stack-mall { background: var(--night); flex: 150 1 0; }
.hm-stack-stay { background: var(--c-dairy); flex: 75 1 0; }
.hm-stack-land { background: var(--paper); color: var(--orange-ink) !important; border: 1.5px dashed var(--gold); flex: 40 1 0; }
.hm-money-grid { display: grid; gap: 24px; }
.hm-money-grid > * { min-width: 0; }
@media (min-width: 900px) { .hm-money-grid { grid-template-columns: 3fr 2fr; gap: 32px; align-items: start; } }
.hm-table-num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 700; }
.hm-table-tot > * { background: var(--cream); font-weight: 800; }
.hm-land { background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--r3); padding: 24px; }
.hm-land h3 { font-size: 20px; margin-bottom: 8px; }
.hm-land ul { margin: 10px 0 0; padding-left: 18px; font-size: 15px; color: var(--ink-2); display: grid; gap: 6px; }

/* the two models */
.hm-models { display: grid; gap: 16px; }
@media (min-width: 900px) { .hm-models { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
.hm-model { border-radius: var(--r4); padding: clamp(24px, 4vw, 36px); display: flex; flex-direction: column; gap: 14px; }
.hm-model-a { background: var(--night); color: var(--on-night); }
.hm-model-b { background: var(--paper); border: 1px solid var(--line); }
.hm-model .z-eyebrow { margin-bottom: 0; }
.hm-model-a .z-eyebrow { color: var(--gold-2); }
.hm-model h3 { font-size: clamp(24px, 3vw, 30px); letter-spacing: -.03em; line-height: 1.1; }
.hm-model-a h3 { color: #fff; }
.hm-model > p { font-size: 15.5px; line-height: 1.6; }
.hm-model-a > p { color: var(--on-night-2); }
.hm-terms { display: grid; gap: 0; margin: 6px 0 0; border-top: 1px solid var(--line); }
.hm-model-a .hm-terms { border-color: rgba(245, 241, 232, .14); }
.hm-terms div { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.hm-model-a .hm-terms div { border-color: rgba(245, 241, 232, .14); }
.hm-terms dt { color: var(--muted); }
.hm-model-a .hm-terms dt { color: var(--on-night-2); }
.hm-terms dd { margin: 0; font-weight: 750; text-align: right; }
.hm-model-a .hm-terms dd { color: #fff; }
.hm-big { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 4px 0; }
.hm-big div { display: flex; flex-direction: column; }
.hm-big b { font-size: clamp(34px, 5vw, 44px); font-weight: 800; letter-spacing: -.045em; line-height: 1; color: var(--gold); }
.hm-model-b .hm-big b { color: var(--orange-ink); }
.hm-big span { font-size: 13px; color: var(--muted); margin-top: 6px; max-width: 22ch; }
.hm-model-a .hm-big span { color: var(--on-night-2); }
.hm-model .z-btn { align-self: flex-start; margin-top: 6px; }
.hm-model-best { align-self: flex-start; font-size: 11.5px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--pill); background: var(--gold); color: var(--night); }
.hm-model-b .hm-model-best { background: var(--stone); color: var(--ink-2); }

/* who does what */
.hm-who { display: grid; gap: 16px; }
@media (min-width: 768px) { .hm-who { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
.hm-who > div { background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--r3); padding: 24px; }
.hm-who h3 { font-size: 18px; margin-bottom: 12px; }
.hm-who ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 15px; color: var(--ink-2); }
.hm-who li { padding-left: 26px; position: relative; }
.hm-who li::before { content: "✓"; position: absolute; left: 0; top: 0; font-weight: 800; color: var(--green-ink); }

/* site checklist */
.hm-check { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
@media (min-width: 768px) { .hm-check { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }
.hm-check li { background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--r2); padding: 14px 16px; font-size: 15px; color: var(--ink-2); }
.hm-check li b { color: var(--ink); }

/* milestones */
.hm-miles { display: grid; gap: 10px; margin-top: 18px; }
@media (min-width: 768px) { .hm-miles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; } }
.hm-miles div { background: var(--paper); border: 1px solid var(--line-2); border-radius: var(--r2); padding: 16px; }
.hm-miles b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.04em; color: var(--orange-ink); }
.hm-miles span { display: block; font-size: 13.5px; color: var(--muted); margin-top: 4px; }

/* simple-words strip */
.hm-simple { background: var(--amber-50); border-left: 3px solid var(--gold); border-radius: 0 var(--r2) var(--r2) 0; padding: 14px 18px; font-size: 15px; line-height: 1.6; color: var(--ink-2); margin-top: 22px; }
.hm-simple b { color: var(--orange-ink); }

.hm-grid { display: grid; gap: 28px; align-items: start; }
.hm-grid > * { min-width: 0; }
@media (min-width: 900px) { .hm-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.hm-grid .z-form-card, .hm-grid .z-fieldset { min-width: 0; }
