/* Kenyon Market pages: one design system for the store, support and business pages.
   White ground so the ad's product cutouts sit flush; brand green for emphasis; deep green for the two full-bleed moments. */
:root {
  --g: #2f8f1f; --g-deep: #236f18; --g-ink: #17470f; --g2: #62d338; --g-soft: #eef8ea; --g-mist: #f6fbf3;
  --ink: #15140f; --ink-2: #4e4b44; --muted: #86827a; --line: #ebe9e4; --line-2: #d6d3cb; --paper: #f7f6f2;
  --display: "Bricolage Grotesque", system-ui, sans-serif; --body: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1200px; --r: 18px; --r-sm: 12px; --gap: 1rem;
  --sec: clamp(2.6rem, 5vw, 4.2rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; }
img, svg { max-width: 100%; display: block; }
a { color: var(--g-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: rgba(47,143,31,.35); }
a:hover { text-decoration-color: var(--g); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.8vw, 3.6rem); font-weight: 800; letter-spacing: -.03em; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.small, small { font-size: .875rem; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 8px; top: 8px; background: #fff; padding: .5rem; z-index: 99; }
.mk-wrap, .wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); }
.crumbs { display: none; }
section { scroll-margin-top: 84px; }

/* buttons */
.mk-btn, .btn { display: inline-flex; align-items: center; gap: .45rem; padding: .7rem 1.2rem; border-radius: 999px; background: var(--g); color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem; border: 1px solid var(--g); cursor: pointer; font-family: inherit; white-space: nowrap; transition: background .15s, border-color .15s, transform .15s; }
.mk-btn:hover, .btn:hover { background: var(--g-deep); border-color: var(--g-deep); transform: translateY(-1px); }
.mk-btn.ghost, .btn.ghost { background: #fff; color: var(--ink); border-color: var(--line-2); }
.mk-btn.ghost:hover, .btn.ghost:hover { background: var(--paper); border-color: var(--ink); }
.km-btn { background: var(--g); border-color: var(--g); color: #fff; }

/* type helpers */
.eyebrow, .km-eyebrow { font-family: var(--display); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--g); margin-bottom: .55rem; }
.eyebrow.light, .km-eyebrow.light { color: #bff0ad; }
.km-lede { font-size: clamp(1.05rem, 1.5vw, 1.18rem); line-height: 1.6; color: var(--ink-2); max-width: 66ch; }
.km-note { font-size: .84rem; color: var(--muted); margin: 1rem 0 0; line-height: 1.5; max-width: 90ch; }
.mk-wrap.km-prose { max-width: var(--max); }
.km-prose > :not(.sec-head):not(.km-tiles):not(.km-quotes):not(.km-dgrid):not(.table-wrap):not(.km-tl):not(.km-faq) { max-width: 76ch; }
.km-prose h3 { margin-top: 2rem; font-size: 1.25rem; }

/* section heads: one pattern everywhere */
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 0 0 1rem; margin: 0 0 1.6rem; border-bottom: 2px solid var(--ink); }
.sec-head h2 { margin: 0; }
.sec-head .eyebrow { margin-bottom: .4rem; }
.sec-head .meta { margin: 0 0 .25rem; color: var(--muted); font-size: .88rem; white-space: nowrap; }
.sec-head.tinted { border-bottom-color: var(--c); }
.sec-head.tinted h2 { color: var(--c); }
.sec-head.tinted .eyebrow { color: var(--c); }

/* site strip + top bar */
.mk-site { background: var(--paper); border-bottom: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.mk-site .mk-wrap { display: flex; align-items: center; gap: .45rem; min-height: 30px; }
.mk-site a { color: var(--muted); text-decoration: none; }
.mk-site a:hover { color: var(--ink); text-decoration: underline; }
.mk-site b { font-weight: 500; color: var(--ink-2); }
.mk-site-dir { margin-left: auto; }
.mk-top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.mk-top .mk-wrap { display: flex; align-items: center; gap: 1.4rem; min-height: 66px; }
.mk-brand img { height: 38px; width: auto; }
.mk-top-info { display: flex; gap: 1.1rem; color: var(--ink-2); font-size: .88rem; }
.mk-nav { display: flex; gap: .1rem; margin-left: auto; }
.mk-nav a { padding: .5rem .85rem; border-radius: 999px; color: var(--ink-2); text-decoration: none; font-weight: 500; font-size: .93rem; }
.mk-nav a:hover { background: var(--paper); color: var(--ink); }
.mk-nav a.on { background: var(--g-soft); color: var(--g-ink); font-weight: 600; }
.mk-top-act { display: flex; align-items: center; gap: .8rem; }
.mk-home { font-size: .78rem; color: var(--muted); text-decoration: none; white-space: nowrap; }
.mk-home:hover { color: var(--ink); text-decoration: underline; }
.mk-top-act .mk-btn { padding: .55rem 1rem; font-size: .9rem; }

/* heroes: one pattern */
.km-hero, .sp-hero, .bz-hero { padding: clamp(2rem, 4vw, 3.4rem) 0 clamp(2rem, 4vw, 3rem); background: linear-gradient(180deg, var(--g-mist), #fff 85%); }
.km-hero-grid, .sp-hero-grid, .bz-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; }
.sp-hero-grid { align-items: start; }
.km-logo { display: none; }
.km-tagline { font-size: clamp(1.1rem, 1.7vw, 1.3rem); color: var(--ink-2); max-width: 36rem; margin: 0 0 1.1rem; text-wrap: balance; }
.km-ident { display: flex; flex-wrap: wrap; gap: .4rem 1.3rem; color: var(--ink-2); font-size: .95rem; margin-bottom: 1.3rem; }
.km-ident > span { display: inline-flex; align-items: center; gap: .45rem; }
.km-ident .rate b { font-weight: 700; color: var(--ink); }
.km-ident .rate a { color: var(--muted); font-size: .86rem; text-decoration-color: var(--line-2); }
.stars { display: inline-block; }
.km-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.km-status { display: inline-flex; align-items: center; gap: .6rem; margin: 1.3rem 0 0; padding: .55rem 1rem .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; color: var(--ink); font-size: .9rem; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.km-status:hover { border-color: var(--line-2); }
.km-status .dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--g2); flex: none; box-shadow: 0 0 0 3px rgba(98,211,56,.2); }
.km-status b { font-weight: 600; }
.km-status .more { color: var(--g-deep); text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.km-hero-photo, .bz-hero-photo { margin: 0; }
.km-hero-photo picture, .bz-hero-photo picture { display: block; }
.km-hero-photo img, .bz-hero-photo img { width: 100%; height: auto; border-radius: var(--r); box-shadow: 0 24px 60px -30px rgba(23,71,15,.45); }
.km-hero-photo figcaption, .bz-hero-photo figcaption { font-size: .78rem; color: var(--muted); margin-top: .55rem; }

/* deals */
.km-deals { padding: var(--sec) 0 1rem; }
.km-sec-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.km-sec-head h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 2.8rem); }
.km-when { margin: 0 0 .35rem; color: var(--ink-2); font-size: .95rem; max-width: 34rem; }
.km-feat { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: var(--gap); }
.km-item { display: flex; flex-direction: column; background: #fff; border-radius: 14px; padding: .6rem .6rem .9rem; min-width: 0; transition: box-shadow .18s ease, transform .18s ease; }
.km-item:hover { box-shadow: 0 12px 32px -8px rgba(21,20,15,.16); transform: translateY(-2px); }
.km-item .ph { aspect-ratio: 5 / 4; display: grid; place-items: center; margin: 0 0 .7rem; padding: 4%; background: #fff; overflow: hidden; }
.km-item .ph picture { display: contents; }
.km-item .ph img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; border-radius: 8px; }
.km-item.noimg .ph { background: var(--paper); border-radius: 10px; }
.km-item h4 { font-family: var(--body); font-weight: 600; font-size: .93rem; line-height: 1.3; margin: 0 0 .15rem; letter-spacing: 0; min-height: 2.6em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-wrap: pretty; }
.km-item .sz { margin: 0 0 .4rem; font-size: .8rem; color: var(--muted); }
.km-item .pr { margin-top: auto; display: flex; align-items: baseline; gap: .3rem; flex-wrap: wrap; font-family: var(--display); line-height: 1; }
.km-item .pr b { font-size: 1.6rem; font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.km-item .pr i { font-style: normal; font-size: .85rem; font-weight: 700; color: var(--c, var(--g)); }
.km-item .pr em { font-style: normal; font-size: .78rem; color: var(--muted); }
.km-item.big .pr b { font-size: 1.9rem; color: var(--g); }
.km-item.big h4 { font-size: 1rem; }
.km-dept { padding: 2.2rem 0 .4rem; }
.km-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.1rem .8rem; }
.km-credit { margin: 1.8rem 0 .4rem; }

/* full-bleed green moments */
.km-made, .bz-pledge { margin: var(--sec) 0 0; background: linear-gradient(160deg, var(--g-deep), var(--g) 70%, #3aa027); color: #fff; padding: clamp(2.6rem, 5vw, 4rem) 0; }
.km-made h2, .km-made h3, .bz-pledge h2 { color: #fff; }
.km-made .km-lede, .bz-pledge .km-lede, .bz-pledge p { color: #e6f6df; }
.km-made-grid, .bz-pledge-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.bz-pledge-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
.km-made .km-callout { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: var(--r); padding: 1.2rem 1.35rem; backdrop-filter: blur(4px); }
.km-made .km-callout b { font-family: var(--display); font-size: 1.15rem; display: block; margin-bottom: .3rem; }
.km-made .km-callout p { margin: 0 0 1rem; color: #e6f6df; font-size: .95rem; }
.km-made .km-btn { background: #fff; color: var(--g-deep); border-color: #fff; }
.km-made .km-btn:hover { background: #e6f6df; }
.km-spec-grid { display: grid; grid-template-columns: 1fr; gap: .65rem; }
.km-spec { background: rgba(255,255,255,.1); border-left: 3px solid var(--g2); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: .85rem 1.05rem; }
.km-spec h3 { font-size: 1.05rem; margin: 0 0 .2rem; }
.km-spec p { margin: 0; color: #e6f6df; font-size: .93rem; }
.bz-pledge .mk-form, .bz-pledge .mk-form p { color: var(--ink); }
.bz-pledge .mk-form > p { color: var(--ink-2); }

/* cards: one style */
.km-save, .sp-way, .bz-today, .km-dcard, .km-tile, .km-quote, .bz-idea, .next-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.15rem 1.25rem; transition: box-shadow .18s ease, transform .18s ease, border-color .18s; }
.km-save:hover, .sp-way:hover, .bz-today:hover, .km-dcard:hover, .bz-idea:hover, .next-card:hover { box-shadow: 0 14px 34px -12px rgba(21,20,15,.18); transform: translateY(-2px); border-color: var(--line-2); }
.km-save h3, .sp-way h3, .bz-today h3, .km-dcard h3 { font-size: 1.08rem; margin: 0 0 .35rem; }
.km-save p, .sp-way p, .bz-today p, .km-dcard p { margin: 0; color: var(--ink-2); font-size: .93rem; }

/* save + visit */
.km-savesec { padding: var(--sec) 0 1rem; }
.km-save-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.km-apps { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0 2rem; }
.km-visit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: var(--r); background: var(--g-mist); overflow: hidden; }
.km-visit-grid > div { padding: 1.1rem 1.2rem; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: .12rem; min-width: 0; }
.km-visit-grid > div:first-child { border-left: 0; }
.km-visit-grid .k { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--g); font-family: var(--display); font-weight: 700; }
.km-visit-grid b { font-family: var(--display); font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.km-visit-grid b a { text-decoration: none; color: var(--ink); }
.km-visit-grid .v { font-size: .84rem; color: var(--ink-2); }

/* support band on the store page */
.mk-support { margin: var(--sec) 0 0; background: var(--g-mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(2.4rem, 4.5vw, 3.6rem) 0; }
.mk-support-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 3rem); align-items: center; }
.mk-support h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin-bottom: .6rem; }
.mk-support .km-lede { margin-bottom: 1.2rem; }
.mk-support-acts { display: flex; flex-wrap: wrap; gap: .55rem; }

/* forms */
.mk-form { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem 1.6rem 1.6rem; box-shadow: 0 20px 50px -30px rgba(23,71,15,.35); }
.mk-form h3 { font-size: 1.3rem; margin: 0 0 .3rem; }
.mk-form > p { color: var(--ink-2); font-size: .93rem; margin: 0 0 1.1rem; }
.mk-form label { display: block; font-size: .8rem; font-weight: 600; color: var(--ink-2); margin: .8rem 0 .3rem; letter-spacing: .01em; }
.mk-form input[type=text], .mk-form input[type=email], .mk-form textarea { width: 100%; font: inherit; font-size: 1rem; padding: .7rem .85rem; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.mk-form input:focus, .mk-form textarea:focus { outline: none; border-color: var(--g); box-shadow: 0 0 0 3px rgba(98,211,56,.25); }
.mk-form textarea { min-height: 84px; resize: vertical; }
.mk-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.mk-form .checks { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .4rem; }
.mk-form .checks label { display: inline-flex; align-items: center; gap: .45rem; font-weight: 500; font-size: .88rem; margin: 0; padding: .45rem .85rem; border: 1px solid var(--line-2); border-radius: 999px; color: var(--ink); cursor: pointer; background: #fff; transition: background .15s, border-color .15s, color .15s; }
.mk-form .checks label:hover { border-color: var(--g); }
.mk-form .checks label:has(input:checked) { background: var(--g-soft); border-color: var(--g); color: var(--g-ink); }
.mk-form .checks input { appearance: none; -webkit-appearance: none; width: .95rem; height: .95rem; border: 1.5px solid var(--line-2); border-radius: 50%; margin: 0; flex: none; display: grid; place-items: center; }
.mk-form .checks input:checked { border-color: var(--g); background: var(--g); }
.mk-form .checks input:checked::after { content: ""; width: .4rem; height: .4rem; border-radius: 50%; background: #fff; }
.mk-form .hp { position: absolute; left: -9999px; }
.mk-form .mk-btn { width: 100%; justify-content: center; margin-top: 1.2rem; padding: .85rem 1rem; font-size: 1rem; }
.mk-form .fine { font-size: .76rem; color: var(--muted); margin: .8rem 0 0; line-height: 1.45; }
.mk-form .done { display: none; padding: 1.2rem; background: var(--g-soft); border-radius: var(--r-sm); color: var(--ink); }
.mk-form.sent form { display: none; }
.mk-form.sent .done { display: block; }
.mk-form .err { color: #a4243b; font-size: .85rem; margin: .5rem 0 0; display: none; }
.mk-modal { position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(21,20,15,.55); backdrop-filter: blur(2px); }
.mk-modal.open { display: flex; }
.mk-modal .mk-form { width: min(540px, 100%); max-height: calc(100vh - 32px); overflow: auto; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.mk-modal .close { position: absolute; top: .8rem; right: .8rem; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: #fff; font: inherit; font-size: 1.3rem; line-height: 1; cursor: pointer; color: var(--ink-2); }
.mk-modal .close:hover { background: var(--paper); }

/* record sections */
.km-story, .km-sale, .sp-record, #buyer, #history, #faq, .sp-ways, .bz-sec { padding: var(--sec) 0 .6rem; }
.km-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); margin: .4rem 0 1.6rem; }
.km-tile { padding: 1rem 1.1rem; }
.km-tile b { display: block; font-family: var(--display); font-size: 1.7rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.05; color: var(--g); }
.km-tile span { font-size: .84rem; color: var(--ink-2); }
.km-minutes { margin: 1.2rem 0 1.8rem; padding: 1.2rem 1.4rem; border-left: 3px solid var(--g); background: var(--g-mist); border-radius: 0 var(--r-sm) var(--r-sm) 0; font-style: normal; color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.km-minutes cite { display: block; margin-top: .7rem; font-style: normal; font-size: .84rem; color: var(--muted); }
.km-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); margin: 1.4rem 0; }
.km-quote { margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.km-quote blockquote { margin: 0; padding: 0; border: 0; font-style: normal; font-size: .95rem; line-height: 1.55; }
.km-quote blockquote::before { content: "\201C"; display: block; font-family: var(--display); font-size: 2.2rem; line-height: .6; color: var(--g2); margin-bottom: .4rem; }
.km-quote figcaption { margin-top: auto; font-size: .8rem; color: var(--muted); }
.table-wrap { overflow: hidden; }
table.km-table { width: 100%; border-collapse: collapse; font-size: .92rem; max-width: 76ch; }
table.km-table th { text-align: left; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: .3rem 0; border-bottom: 1px solid var(--line-2); }
table.km-table td { padding: .45rem .6rem .45rem 0; border-bottom: 1px solid var(--line); line-height: 1.35; }
table.km-table th.num, table.km-table td.num { text-align: right; white-space: nowrap; }
.km-dgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); }
.km-tl { border-top: 1px solid var(--line); max-width: 76ch; }
.km-tl-row { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.km-tl-row b { font-family: var(--display); font-size: 1.05rem; color: var(--g); }
.km-tl-row p { margin: 0; font-size: .95rem; color: var(--ink-2); }
.km-faq { max-width: 76ch; }
.km-faq .km-qa { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.km-qa h4 { font-family: var(--body); font-size: 1.02rem; font-weight: 600; letter-spacing: 0; margin: 0 0 .3rem; }
.km-qa p { margin: 0; color: var(--ink-2); line-height: 1.6; }
.km-sources { padding: 1.6rem 0 1rem; }
.km-sources h3 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.km-sources ol { padding-left: 1.3em; font-size: .86rem; color: var(--ink-2); }
.km-sources li { margin-bottom: .3em; }

/* photos mosaic */
.mk-photos { padding: 1.2rem 0 .4rem; }
.mk-photo-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: .8rem; }
.mk-photo-grid figure { margin: 0; min-width: 0; min-height: 0; border-radius: var(--r-sm); overflow: hidden; background: var(--paper); }
.mk-photo-grid figure:first-child { grid-row: 1 / span 2; }
.mk-photo-grid picture { display: block; height: 100%; }
.mk-photo-grid img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; }
.mk-photo-grid figure:first-child img { aspect-ratio: 16 / 10; }
.mk-photo-grid figcaption { display: none; }

/* support page ways */
.sp-ways-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.sp-way { display: flex; flex-direction: column; padding: 1.25rem 1.3rem 1.3rem; }
.sp-way .n { font-family: var(--display); font-size: .74rem; font-weight: 700; letter-spacing: .12em; color: var(--g); text-transform: uppercase; margin-bottom: .45rem; }
.sp-way p { margin: 0 0 1rem; }
.sp-way .mk-btn, .sp-way .btn { margin-top: auto; align-self: flex-start; font-size: .9rem; padding: .55rem 1rem; }

/* business page */
.bz-today-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.bz-idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); margin-top: 1.4rem; }
.bz-idea { position: relative; padding: 1.5rem 1.6rem 1.4rem; }
.bz-idea .n { position: absolute; top: 1.2rem; right: 1.3rem; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--g-soft); color: var(--g); font-family: var(--display); font-weight: 800; display: grid; place-items: center; font-size: .95rem; }
.bz-idea h3 { font-size: 1.35rem; margin: 0 2.8rem .5rem 0; letter-spacing: -.02em; }
.bz-idea .what { font-size: 1.03rem; color: var(--ink); margin: 0 0 .8rem; }
.bz-idea .why { font-size: .93rem; color: var(--ink-2); margin: 0; padding-top: .8rem; border-top: 1px dashed var(--line-2); }
.bz-idea .why b { color: var(--g); font-weight: 600; }

/* next band + footer */
.mk-next { padding: var(--sec) 0 1rem; }
.next-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap); }
.next-card { display: flex; flex-direction: column; gap: .2rem; text-decoration: none; color: var(--ink); padding: 1.4rem 1.6rem; background: var(--g-mist); border-color: transparent; }
.next-card b { font-family: var(--display); font-size: 1.35rem; letter-spacing: -.02em; }
.next-card span:last-child { color: var(--ink-2); font-size: .93rem; }
.next-card .eyebrow { margin-bottom: .1rem; }
.next-card:hover { background: var(--g-soft); }
.mk-foot { background: var(--paper); border-top: 1px solid var(--line); padding: 2.8rem 0 2.2rem; margin-top: 2rem; }
.mk-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
.mk-foot-logo { height: 40px; width: auto; margin-bottom: .8rem; }
.mk-foot p { font-size: .92rem; color: var(--ink-2); }
.mk-foot h4 { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .55rem; }
.mk-foot ul { list-style: none; padding: 0; margin: 0; }
.mk-foot li { padding: .22rem 0; font-size: .92rem; }
.mk-foot li a { color: var(--ink-2); text-decoration: none; }
.mk-foot li a:hover { color: var(--g-deep); }
.mk-fine { font-size: .8rem; color: var(--muted); margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); max-width: 80ch; }
.mk-bar { display: none; }

/* responsive */
@media (max-width: 1100px) { .km-feat { grid-template-columns: repeat(3, minmax(0, 1fr)); } .km-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .km-quotes { grid-template-columns: 1fr 1fr; } .bz-today-grid { grid-template-columns: 1fr 1fr; } .mk-top-info { display: none; } }
@media (max-width: 900px) {
  .mk-top .mk-wrap { gap: .8rem; }
  .mk-nav a { padding: .45rem .6rem; font-size: .88rem; }
  .mk-home { display: none; }
  .km-hero-grid, .sp-hero-grid, .bz-hero-grid, .km-made-grid, .bz-pledge-grid, .mk-support-grid { grid-template-columns: 1fr; }
  .km-hero-photo, .bz-hero-photo { order: -1; }
  .km-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .km-save-grid, .km-visit-grid, .km-tiles, .sp-ways-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .km-visit-grid > div:nth-child(3) { border-left: 0; }
  .km-visit-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .mk-foot-grid { grid-template-columns: 1fr 1fr; }
  .mk-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .mk-photo-grid figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .mk-photo-grid figure:first-child img { aspect-ratio: 16 / 9; }
}
@media (max-width: 640px) {
  :root { --sec: 2.4rem; }
  .mk-top .mk-wrap { min-height: 56px; }
  .mk-brand img { height: 30px; }
  .mk-nav { gap: 0; margin-left: auto; }
  .mk-nav a { padding: .4rem .45rem; font-size: .8rem; }
  .mk-top-act .mk-btn { padding: .45rem .7rem; font-size: .82rem; }
  .mk-site .mk-wrap { gap: .35rem; }
  .mk-site a:not(:first-child), .mk-site span:not(:first-of-type), .mk-site-dir, .mk-site b { display: none; }
  .km-status { border-radius: 14px; display: grid; grid-template-columns: auto 1fr; align-items: start; column-gap: .6rem; }
  .km-status .dot { margin-top: .45rem; }
  .km-status .more { grid-column: 2; }
  .km-feat, .km-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem .5rem; }
  .km-item { padding: .4rem .4rem .7rem; }
  .km-item .pr b { font-size: 1.4rem; }
  .sec-head { margin-bottom: 1.2rem; }
  .sec-head .meta { white-space: normal; }
  .km-save-grid, .km-visit-grid, .km-tiles, .km-quotes, .km-dgrid, .sp-ways-grid, .bz-today-grid, .bz-idea-grid, .next-grid, .mk-photo-grid, .mk-form .row { grid-template-columns: 1fr; }
  .km-visit-grid > div { border-left: 0; border-top: 1px solid var(--line); }
  .km-visit-grid > div:first-child { border-top: 0; }
  .mk-form { padding: 1.1rem 1.1rem 1.2rem; border-radius: 14px; }
  .km-tl-row { grid-template-columns: 4.2rem minmax(0, 1fr); }
  .mk-foot-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .mk-foot { padding-bottom: 5.5rem; }
  .mk-bar { display: grid; grid-template-columns: repeat(3, 1fr); position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 45; background: var(--ink); border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.25); overflow: hidden; }
  .mk-bar a { color: #fff; text-decoration: none; text-align: center; padding: .85rem 0; font-weight: 600; font-size: .92rem; border-left: 1px solid rgba(255,255,255,.15); }
  .mk-bar a:first-child { border-left: 0; }
}
