:root {
  --paper: #f7f5ef;
  --white: #fff;
  --ink: #1a1a1a;
  --black: #111;
  --lime: #c6e84c;
  --lime-deep: #a9d02a;
  --field: #3e7a3a;
  --muted: #69675f;
  --line: rgba(26, 26, 26, .18);
  --shadow: 0 14px 35px rgba(17, 17, 17, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-gothic), system-ui, sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .19; background-image: radial-gradient(rgba(17,17,17,.2) .55px, transparent .65px); background-size: 5px 5px; }
a { color: inherit; }
button, input { font: inherit; }
svg { display: block; }
img { max-width: 100%; }

@keyframes page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes map-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes pin-drop { from { opacity: 0; transform: translate(var(--x, 0), calc(var(--y, 0) - 20px)); } to { opacity: 1; } }
@keyframes stroke-in { from { background-size: 0 100%; } to { background-size: 100% 100%; } }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; padding: 23px 38px; }
.header-inner { width: min(1500px, 100%); min-height: 72px; margin: 0 auto; display: flex; align-items: center; }
.brand { display: grid; gap: 0; text-decoration: none; line-height: 1; }
.brand-name { font-family: var(--font-brush), serif; font-size: 25px; letter-spacing: .04em; }
.brand small { margin-top: 10px; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); font-size: 12px; font-weight: 900; }
.desktop-nav a { text-decoration: none; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--lime); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a:last-child { padding: 13px 19px; border: 1px solid var(--black); background: var(--lime); box-shadow: 4px 4px 0 var(--black); }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; place-items: center; list-style: none; color: #fff; background: var(--black); border-radius: 50%; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; width: 250px; padding: 10px; display: grid; background: var(--white); border: 2px solid var(--black); box-shadow: 7px 7px 0 var(--black); }
.mobile-menu nav a { padding: 13px; text-decoration: none; font-weight: 800; }

.section-shell, .page-shell { width: min(1380px, calc(100% - 64px)); margin-inline: auto; }
.home-page { animation: page-in .45s ease both; }
.eyebrow { margin: 0 0 14px; font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.marker { background: linear-gradient(transparent 61%, var(--lime) 61%); background-repeat: no-repeat; animation: stroke-in .8s .2s ease both; }
.muted { color: var(--muted); }

/* Top hero. Photo: Chris Robert / Unsplash License, stored locally. */
.hero { min-height: 760px; padding: 118px 0 48px; position: relative; display: grid; align-items: center; overflow: hidden; background: url('/images/hero-field.jpg') center 64% / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,245,239,.98) 0%, rgba(247,245,239,.76) 40%, rgba(101,183,222,.1) 68%, rgba(17,17,17,.07) 100%); }
.hero-wash { position: absolute; inset: auto 0 0; z-index: 2; height: 30%; background: linear-gradient(transparent, rgba(40,87,33,.25)); }
.hero-inner { width: min(1500px, calc(100% - 76px)); margin: auto; position: relative; z-index: 3; display: grid; grid-template-columns: 56% 44%; align-items: center; }
.hero-copy { padding: 20px 0 0 38px; }
.hero h1 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(62px, 7vw, 112px); font-weight: 400; line-height: 1.08; letter-spacing: .015em; }
.hero-lead { margin: 30px 0 34px; font-size: 14px; font-weight: 700; line-height: 2; text-shadow: 0 1px 10px rgba(255,255,255,.9); }
.hero-map { height: 560px; padding: 35px 56px 0 0; display: grid; place-items: center; }
.hero-side-link { position: absolute; z-index: 5; right: 14px; top: 245px; width: 54px; min-height: 250px; padding: 18px 10px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: #fff; background: var(--black); text-decoration: none; font-family: var(--font-brush), serif; clip-path: polygon(9% 2%, 90% 0, 100% 96%, 4% 100%, 0 9%); }
.hero-side-link span { writing-mode: vertical-rl; letter-spacing: .14em; }
.hero-side-link svg { width: 28px; height: 28px; padding: 6px; color: var(--black); background: var(--lime); border-radius: 50%; }

.stats { max-width: 660px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(17,17,17,.42); }
.stats article { padding: 14px 23px 0 0; position: relative; }
.stats article + article { padding-left: 23px; border-left: 1px solid rgba(17,17,17,.3); }
.stats p { margin: 0 0 3px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.stats strong { font-family: var(--font-brush), serif; font-size: 38px; font-weight: 400; line-height: 1; }
.stats small { margin-left: 5px; font-size: 11px; font-weight: 900; }

.japan-map { width: 100%; height: 100%; display: grid; place-items: center; }
.japan-map svg { width: 100%; height: 100%; overflow: visible; }
.japan-map path { cursor: pointer; transform-box: fill-box; transform-origin: center; transition: transform .2s ease, fill .2s ease, filter .2s ease; animation: map-in .4s ease both; }
.map-hero svg { filter: drop-shadow(0 12px 13px rgba(0,0,0,.18)); }
.map-hero > svg > a > path { fill: rgba(255,255,255,.96); stroke: rgba(17,17,17,.65); stroke-width: .32; }
.map-hero > svg > a:hover > path { fill: var(--lime); transform: translateY(-2px); }
.map-badge { opacity: 0; animation: map-in .45s ease forwards; }
.map-badge > path { fill: var(--black); stroke: #fff; stroke-width: 1; cursor: default; }
.map-badge circle { fill: #fff; stroke: none; }
.map-badge text { display: none; }

/* Area search */
.region-section { position: relative; background: var(--white); }
.region-section::before, .business-band::before, .business-band::after, .listing-cta::before { content: ""; position: absolute; left: 0; right: 0; height: 14px; z-index: 2; background: var(--white); clip-path: polygon(0 50%, 5% 22%, 10% 58%, 16% 30%, 22% 63%, 29% 25%, 35% 55%, 42% 21%, 49% 64%, 55% 28%, 62% 59%, 69% 24%, 76% 62%, 83% 29%, 90% 59%, 96% 27%, 100% 50%, 100% 100%, 0 100%); }
.region-section::before { top: -13px; }
.region-layout { padding: 82px 0 92px; display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(330px, .72fr); gap: 64px; }
.region-map-wrap { min-height: 680px; position: relative; }
.brush-heading p, .section-heading p, .listing-cta p, .business-copy > p { margin: 0 0 6px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.brush-heading h2, .section-heading h2 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(37px, 4vw, 58px); font-weight: 400; line-height: 1.25; }
.brush-heading small { margin-left: 110px; font-size: 10px; font-weight: 800; }
.brush-heading.centered { text-align: center; }
.map-regions { position: absolute; inset: 118px 30px 10px 20px; }
.map-regions > svg > a > path { stroke: #fff; stroke-width: .75; }
.map-regions .region-hokkaido { fill: #a5d65c; }
.map-regions .region-tohoku { fill: #4d80bf; }
.map-regions .region-kanto { fill: #f5c746; }
.map-regions .region-chubu { fill: #f4a64d; }
.map-regions .region-kinki { fill: #69b9b4; }
.map-regions .region-chugoku-shikoku { fill: #d884af; }
.map-regions .region-kyushu { fill: #ee625e; }
.map-regions > svg > a:hover > path { fill: var(--black); transform: scale(1.04); filter: drop-shadow(0 4px 4px rgba(0,0,0,.2)); }
.region-label { position: absolute; min-width: 98px; padding: 10px 13px; z-index: 3; border: 1px solid currentColor; border-radius: 50%; background: rgba(255,255,255,.9); text-align: center; font-family: var(--font-brush), serif; font-size: 14px; line-height: 1.35; }
.label-hokkaido { right: 3%; top: 34%; color: #2c8556; }
.label-kanto { right: 8%; top: 62%; color: #bb8200; }
.label-chubu { right: 24%; top: 76%; color: #c16d27; }
.label-kinki { left: 36%; bottom: 2%; color: #2a8b87; }
.label-chugoku { left: 7%; top: 58%; color: #a74478; }
.label-kyushu { left: -1%; bottom: 3%; color: #c93d39; }

.pickup-list { padding-left: 38px; border-left: 1px dashed rgba(17,17,17,.3); }
.pickup-title { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; }
.pickup-title p { margin: 0 0 5px; font-size: 9px; letter-spacing: .16em; font-weight: 900; }
.pickup-title h3 { margin: 0; font-family: var(--font-brush), serif; font-size: 27px; font-weight: 400; }
.pickup-title a, .section-heading > a { display: inline-flex; align-items: center; gap: 5px; text-decoration: none; font-size: 10px; font-weight: 900; }
.pickup-title a svg, .section-heading > a svg { width: 14px; }
.pickup-list .producer-card { min-height: 0; margin-bottom: 15px; padding: 0; grid-template-columns: 108px 1fr; border: 0; box-shadow: none; background: var(--paper); }
.pickup-list .producer-avatar { min-height: 100px; border: 0; }
.pickup-list .producer-content { padding: 13px 13px 10px; }
.pickup-list .producer-card h2 { font-size: 17px; }
.pickup-list .producer-card .chips { margin: 4px 0; }
.pickup-list .producer-card .producer-content > p:not(.producer-location), .pickup-list .producer-card .button { display: none; }

/* Three ways to connect */
.connect-section { padding: 76px 0 92px; }
.connect-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.connect-card { min-height: 285px; padding: 30px 32px; position: relative; overflow: hidden; border: 1px solid rgba(17,17,17,.14); background: var(--white); box-shadow: 0 7px 16px rgba(17,17,17,.05); transition: transform .25s ease, box-shadow .25s ease; }
.connect-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.connect-card > svg:not(.choco-mascot) { position: absolute; right: 30px; top: 26px; width: 36px; height: 36px; }
.connect-kicker { font-size: 10px; font-weight: 900; }
.connect-card h3 { width: fit-content; margin: 28px 0 12px; font-family: var(--font-brush), serif; font-size: 41px; font-weight: 400; background: linear-gradient(transparent 67%, var(--lime) 67%); }
.connect-card p { max-width: 275px; margin: 0 0 28px; font-size: 12px; line-height: 1.9; font-weight: 500; }
.connect-card a, .coming-soon { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 900; }
.connect-card a svg { width: 15px; }
.coming-soon { padding: 6px 8px; border: 1px solid var(--ink); }
.connect-learn::after { content: ""; position: absolute; width: 140px; height: 170px; right: -22px; bottom: -42px; background: url('/images/leafy-field.jpg') center / cover; clip-path: polygon(48% 0, 100% 24%, 90% 100%, 0 87%, 9% 22%); opacity: .9; }
.connect-choco { padding-right: 150px; }
.connect-choco p { max-width: 250px; }
.connect-choco > a { color: #07913e; }
.choco-mascot { position: absolute; width: 150px; height: 145px; right: -5px; bottom: -5px; }

/* Black partner band */
.business-band { padding: 58px 0; position: relative; color: #fff; background: var(--black); }
.business-band::before { top: -13px; background: var(--black); }
.business-band::after { bottom: -13px; transform: rotate(180deg); background: var(--black); }
.business-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .72fr); align-items: center; gap: 34px; }
.business-copy h2 { margin: 4px 0 12px; font-family: var(--font-brush), serif; font-size: 34px; font-weight: 400; }
.business-copy span { display: block; color: #cfcfcf; font-size: 11px; line-height: 1.9; }
.business-copy a { margin-top: 22px; padding: 10px 15px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #fff; text-decoration: none; font-size: 11px; font-weight: 800; }
.business-copy a svg { width: 15px; }
.business-benefit { min-height: 130px; display: grid; justify-items: center; align-content: center; gap: 15px; text-align: center; border-left: 1px solid rgba(255,255,255,.25); }
.business-benefit svg { width: 48px; height: 48px; stroke-width: 1.2; }
.business-benefit b { font-size: 11px; }

.journal-section { padding: 90px 0; }
.section-heading { margin-bottom: 25px; display: flex; align-items: end; justify-content: space-between; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.home-articles { grid-template-columns: repeat(4, 1fr); }
.article-card { overflow: hidden; background: transparent; transition: transform .25s ease; }
.article-card:hover { transform: translateY(-6px); }
.article-card > a { height: 100%; display: block; text-decoration: none; }
.article-visual { height: 210px; position: relative; overflow: hidden; background-position: center; background-size: cover; filter: saturate(.82) contrast(1.04); }
.article-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 38%, rgba(17,17,17,.28)); }
.visual-orb { position: absolute; z-index: 2; right: 14px; top: 14px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--black); }
.visual-orb svg { width: 23px; }
.visual-line { display: none; }
.article-card-copy { padding: 14px 2px 0; }
.tag { width: fit-content; padding: 4px 8px; display: inline-flex; color: #fff; background: var(--black); font-size: 9px; font-weight: 800; }
.article-card h3 { margin: 10px 0 8px; font-size: 17px; line-height: 1.55; }
.article-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.article-card-meta { margin-top: 13px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.article-card-meta svg { width: 15px; }

.listing-cta { padding: 47px 0; position: relative; overflow: hidden; background: var(--lime-deep); }
.listing-cta::before { top: -2px; background: var(--paper); }
.listing-cta::after { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(170deg, transparent 0 14px, rgba(255,255,255,.55) 15px 16px); }
.listing-cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; }
.listing-cta h2 { margin: 0 0 8px; font-family: var(--font-brush), serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; }
.listing-cta span { font-size: 11px; font-weight: 700; }
.cta-icon { width: 85px; height: 85px; display: grid; place-items: center; border: 2px solid var(--black); border-radius: 50%; transform: rotate(-7deg); }
.cta-icon svg { width: 45px; height: 45px; }
.listing-cta a { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; gap: 9px; color: #fff; background: var(--black); text-decoration: none; font-size: 12px; font-weight: 900; box-shadow: 5px 5px 0 rgba(255,255,255,.75); }
.listing-cta a svg { width: 17px; }

/* Shared lower pages */
.page-shell { min-height: 72vh; padding: 155px 0 110px; animation: page-in .4s ease both; }
.page-shell > h1, .article-detail > h1, .pref-hero h1 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: 1.18; letter-spacing: .01em; }
.page-shell > h1::after, .pref-hero h1::after { content: ""; width: min(320px, 64%); height: 12px; margin-top: -9px; display: block; background: var(--lime); clip-path: polygon(0 42%, 100% 0, 96% 70%, 8% 100%); }
.page-lead { max-width: 720px; margin: 22px 0 48px; color: var(--muted); font-size: 15px; line-height: 2; }
.page-lead.wide { max-width: 900px; }
.button { min-height: 47px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--black); color: #fff; background: var(--black); text-decoration: none; font-size: 12px; font-weight: 900; box-shadow: 4px 4px 0 var(--lime); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--lime); }
.button svg { width: 16px; }
.button-small { min-height: 38px; padding: 0 13px; font-size: 10px; }
.button-outline { color: var(--ink); background: var(--white); box-shadow: 4px 4px 0 var(--ink); }

.directory-search { max-width: 760px; height: 58px; padding: 0 18px; display: flex; align-items: center; gap: 12px; border: 2px solid var(--black); background: var(--white); box-shadow: 6px 6px 0 var(--lime); }
.directory-search svg { width: 21px; }
.directory-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.result-count { margin: 22px 0 16px; font-family: var(--font-brush), serif; font-size: 22px; }
.producer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.producer-card { min-height: 274px; padding: 15px; display: grid; grid-template-columns: 126px 1fr; gap: 16px; border: 1px solid rgba(17,17,17,.2); background: var(--white); box-shadow: 5px 5px 0 rgba(17,17,17,.08); transition: transform .22s ease, box-shadow .22s ease; }
.producer-card:hover { transform: translateY(-4px); box-shadow: 7px 9px 0 var(--lime); }
.producer-avatar { min-height: 220px; padding: 14px; position: relative; overflow: hidden; display: grid; place-items: center; align-content: center; gap: 10px; color: #fff; background: linear-gradient(155deg, rgba(17,17,17,.03), rgba(17,17,17,.36)), url('/images/green-field.jpg') center / cover; border: 1px solid var(--black); text-align: center; }
.producer-avatar::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.7); }
.producer-avatar svg { width: 38px; height: 38px; position: relative; z-index: 2; }
.producer-avatar span { position: relative; z-index: 2; font-family: var(--font-brush), serif; font-size: 18px; }
.producer-content { min-width: 0; }
.producer-card h2 { margin: 2px 0 4px; font-family: var(--font-brush), serif; font-size: 23px; font-weight: 400; line-height: 1.35; }
.producer-card p { margin: 7px 0; font-size: 11px; line-height: 1.65; }
.producer-location { display: flex; align-items: center; gap: 4px; color: var(--muted); }
.producer-location svg { width: 13px; height: 13px; }
.chips { display: flex; flex-wrap: wrap; gap: 5px; }
.chips span, .chip-outline { padding: 4px 8px; color: var(--black); background: var(--lime); border: 1px solid rgba(17,17,17,.18); font-size: 9px; font-weight: 900; }
.empty-state { min-height: 330px; padding: 45px 24px; display: grid; justify-items: center; align-content: center; text-align: center; border: 2px dashed var(--black); background: var(--white); }
.empty-state h2 { margin: 15px 0 8px; font-family: var(--font-brush), serif; font-size: 30px; font-weight: 400; }
.empty-state p { margin: 0 0 23px; color: var(--muted); }
.empty-mark { padding: 5px 10px; color: var(--black); background: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .08em; }

/* Prefecture pages */
.pref-page { padding-top: 135px; }
.pref-hero { min-height: 300px; padding: 28px 0 35px; display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 40px; border-bottom: 2px solid var(--black); }
.pref-silhouette { width: 250px; height: 220px; margin: auto; overflow: visible; }
.pref-silhouette path { fill: var(--black); filter: drop-shadow(11px 11px 0 var(--lime)); }
.pref-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 12px; }
.pref-summary > span { display: inline-flex; align-items: center; gap: 5px; }
.pref-summary svg { width: 19px; }
.pref-summary i { width: 1px; height: 24px; background: var(--black); }
.chip-outline { background: var(--white); border: 1px solid var(--black); }
.filter-row { margin: 34px 0 22px; padding: 12px; display: flex; flex-wrap: wrap; gap: 7px; border: 1px solid var(--black); background: var(--white); }
.filter-row button { padding: 7px 11px; border: 1px solid rgba(17,17,17,.25); background: var(--paper); cursor: pointer; font-size: 10px; font-weight: 800; }
.filter-row button.active { color: #fff; background: var(--black); box-shadow: 3px 3px 0 var(--lime); }
.filter-divider { width: 1px; background: var(--black); }
.pref-related { margin-top: 50px; padding: 28px; display: flex; align-items: center; gap: 20px; color: #fff; background: var(--black); }
.pref-related > svg { width: 38px; }
.pref-related h2, .pref-related p { margin: 0; }
.pref-related h2 { font-family: var(--font-brush), serif; font-size: 27px; font-weight: 400; }
.pref-related p { color: #ccc; font-size: 11px; }

/* About, partners and listing */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.value-grid article { min-height: 240px; padding: 30px; border: 1px solid var(--black); background: var(--white); box-shadow: 6px 6px 0 var(--lime); }
.value-grid svg { width: 38px; height: 38px; }
.value-grid h2 { margin: 24px 0 9px; font-family: var(--font-brush), serif; font-size: 29px; font-weight: 400; }
.value-grid p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.partners-page { width: 100%; padding-inline: max(32px, calc((100% - 1380px) / 2)); color: #fff; background: linear-gradient(var(--lime) 0 112px, var(--black) 112px); }
.partners-page .page-lead { color: #c6c6c6; }
.partners-page .value-grid article, .partners-page .notice-panel { color: var(--ink); }
.partners-page .contact-panel { color: var(--ink); box-shadow: 9px 9px 0 var(--lime); }
.story-panel, .notice-panel, .contact-panel, .operator { margin-top: 45px; padding: 40px; border: 1px solid var(--black); background: var(--white); }
.story-panel { color: #fff; background: var(--black); box-shadow: 9px 9px 0 var(--lime); }
.story-panel h2, .notice-panel h2, .contact-panel h2, .operator h2, .policy-list h2 { margin: 4px 0 10px; font-family: var(--font-brush), serif; font-size: 34px; font-weight: 400; }
.notice-panel > span { padding: 5px 10px; color: var(--black); background: var(--lime); font-size: 10px; font-weight: 900; }
.contact-panel { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.contact-actions { display: flex; gap: 15px; }
.line-button { background: #08a94a; border-color: #08a94a; }
.listing-page { width: min(1380px, calc(100% - 64px)); max-width: none; position: relative; }
.listing-page::before { content: ""; position: absolute; inset: 112px -80px auto; height: 240px; z-index: -1; background: var(--lime); clip-path: polygon(0 8%, 97% 0, 100% 88%, 4% 100%); opacity: .32; }
.listing-free-banner { margin-bottom: 32px; padding: 24px 30px; display: flex; align-items: center; gap: 20px; color: #fff; background: var(--black); box-shadow: 8px 8px 0 var(--lime); }
.listing-free-banner > svg { width: 42px; height: 42px; flex: none; color: var(--lime); stroke-width: 1.6; }
.listing-free-banner strong { font-family: var(--font-brush), serif; font-size: 29px; font-weight: 400; }
.listing-free-banner p { margin: 4px 0 0; color: #d7d7d2; font-size: 12px; font-weight: 700; line-height: 1.8; }
.listing-entries { display: grid; gap: 24px; }
.listing-entry { padding: clamp(26px, 4vw, 46px); border: 2px solid var(--black); background: var(--white); }
.listing-entry-primary { box-shadow: 11px 11px 0 var(--lime); }
.entry-heading { display: flex; align-items: center; gap: 16px; }
.entry-heading > svg { width: 34px; height: 34px; flex: none; stroke-width: 1.5; }
.entry-heading .eyebrow { margin-bottom: 3px; }
.entry-heading h2, .listing-purpose h2 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(30px, 3.2vw, 43px); font-weight: 400; line-height: 1.3; }
.entry-number { min-width: 52px; padding: 8px 10px; color: var(--lime); background: var(--black); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-align: center; }
.listed-message { margin: 28px 0 24px; padding: 24px 27px; border-left: 9px solid var(--lime); background: var(--paper); }
.listed-message p { margin: 0; font-size: 13px; line-height: 1.9; }
.listed-message .listed-callout { margin-bottom: 6px; font-family: var(--font-brush), serif; font-size: 28px; line-height: 1.5; }
.consent-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.consent-option { min-height: 142px; padding: 20px; display: grid; grid-template-columns: 27px 1fr; align-content: start; gap: 13px; border: 2px solid var(--black); background: var(--paper); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.consent-option:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 rgba(17,17,17,.15); }
.consent-option.selected { background: color-mix(in srgb, var(--lime) 42%, var(--white)); box-shadow: 5px 5px 0 var(--black); }
.consent-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent-option input:focus-visible + .checkbox-visual { outline: 3px solid var(--field); outline-offset: 3px; }
.checkbox-visual { width: 26px; height: 26px; display: grid; place-items: center; border: 2px solid var(--black); background: var(--white); }
.checkbox-visual svg { width: 19px; height: 19px; stroke-width: 3; }
.consent-option strong { display: block; font-size: 14px; line-height: 1.6; }
.consent-option small { margin-top: 7px; display: block; color: var(--muted); font-size: 11px; line-height: 1.75; }
.selection-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; font-weight: 700; }
.listing-actions { margin-top: 20px; flex-wrap: wrap; }
.listing-actions .button { min-height: 48px; }
.listing-secondary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.listing-secondary-grid .listing-entry { display: flex; flex-direction: column; }
.listing-secondary-grid .listing-entry > p { font-size: 12px; line-height: 1.9; }
.listing-secondary-grid .listing-actions { margin-top: auto; padding-top: 16px; }
.listing-entry-removal { color: #fff; background: var(--black); box-shadow: 9px 9px 0 var(--lime); }
.listing-entry-removal .entry-number { color: var(--black); background: var(--lime); }
.listing-entry-removal .button-outline { color: #fff; border-color: #fff; box-shadow: 4px 4px 0 var(--lime); }
.removal-promise { margin-top: 26px; padding: 17px 19px; display: flex; align-items: flex-start; gap: 10px; color: var(--black); background: var(--lime); font-weight: 900; }
.removal-promise svg { width: 21px; height: 21px; flex: none; }
.listing-purpose { margin: 48px 0 100px; padding: 35px 40px; display: grid; grid-template-columns: auto 1fr; gap: 24px; border-top: 2px solid var(--black); border-bottom: 2px solid var(--black); }
.listing-purpose > svg { width: 46px; height: 46px; color: var(--field); stroke-width: 1.5; }
.listing-purpose .eyebrow { margin-bottom: 4px; }
.listing-purpose h2 { font-size: 31px; }
.listing-purpose div > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 2; }

/* Producer website service */
.hp-service-page, .partners-page-v2 { animation: page-in .4s ease both; }
.hp-hero { min-height: 720px; padding: 145px 0 72px; position: relative; overflow: hidden; display: grid; align-items: center; background: var(--paper); }
.hp-hero::before { content: ""; position: absolute; width: 54vw; height: 54vw; right: -12vw; top: -17vw; border: 2px solid var(--black); border-radius: 50%; box-shadow: 0 0 0 54px var(--lime), 0 0 0 56px var(--black); opacity: .88; }
.hp-hero::after { content: "UPDATE BY LINE"; position: absolute; right: 3vw; bottom: 30px; color: rgba(17,17,17,.1); font-family: var(--font-brush), serif; font-size: clamp(40px, 7vw, 96px); letter-spacing: .05em; transform: rotate(-5deg); }
.hp-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: clamp(50px, 8vw, 130px); }
.hp-hero-copy h1 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(62px, 7vw, 108px); font-weight: 400; line-height: 1.08; }
.hp-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0; font-size: 14px; font-weight: 700; line-height: 2; }
.hp-hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 900; }
.text-link svg { width: 16px; }
.hp-price-card { min-height: 390px; padding: 42px 40px; position: relative; color: #fff; background: var(--black); border: 2px solid var(--black); box-shadow: 15px 15px 0 var(--lime); transform: rotate(1.5deg); }
.hp-price-card > p { margin: 0 0 28px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.hp-price-card > div { display: grid; grid-template-columns: 72px 1fr auto; align-items: end; gap: 7px; }
.hp-price-card span { padding-bottom: 10px; font-size: 12px; font-weight: 900; }
.hp-price-card strong { font-family: var(--font-brush), serif; font-size: clamp(65px, 7vw, 91px); font-weight: 400; line-height: .9; text-align: right; }
.hp-price-card b { padding-bottom: 8px; font-size: 14px; }
.hp-price-card hr { margin: 28px 0; border: 0; border-top: 1px dashed rgba(255,255,255,.35); }
.hp-price-card small { margin-top: 18px; display: block; text-align: right; font-size: 11px; font-weight: 700; }
.hp-line-update { padding: 72px 0; position: relative; color: var(--black); background: var(--lime-deep); }
.hp-line-update::before, .hp-line-update::after { content: ""; position: absolute; left: 0; right: 0; height: 12px; background: var(--paper); clip-path: polygon(0 35%, 7% 75%, 15% 20%, 23% 70%, 32% 24%, 41% 73%, 50% 18%, 60% 72%, 69% 26%, 78% 68%, 88% 18%, 100% 60%, 100% 100%, 0 100%); }
.hp-line-update::before { top: -1px; }
.hp-line-update::after { bottom: -1px; transform: rotate(180deg); }
.hp-line-update-inner { display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 50px; }
.line-icon { width: 144px; height: 144px; display: grid; place-items: center; color: #fff; background: #08a94a; border: 3px solid var(--black); border-radius: 50%; box-shadow: 10px 10px 0 var(--black); transform: rotate(-6deg); }
.line-icon svg { width: 72px; height: 72px; stroke-width: 1.5; }
.hp-line-update h2 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(40px, 5vw, 67px); font-weight: 400; line-height: 1.25; }
.hp-line-update h2 .marker { background-image: linear-gradient(transparent 61%, rgba(255,255,255,.78) 61%); }
.hp-line-update-inner > div:last-child > p:last-child { max-width: 800px; margin: 18px 0 0; font-size: 13px; font-weight: 700; line-height: 2; }
.hp-content { padding: 95px 0 110px; }
.hp-content > section + section { margin-top: 100px; }
.hp-section-heading h2, .partners-section-heading h2 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(40px, 5vw, 62px); font-weight: 400; line-height: 1.25; }
.hp-audience-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hp-audience-grid article { min-height: 300px; padding: 38px; position: relative; overflow: hidden; border: 2px solid var(--black); background: var(--white); box-shadow: 9px 9px 0 var(--lime); }
.hp-audience-grid article > span { padding: 6px 10px; color: var(--lime); background: var(--black); font-size: 10px; font-weight: 900; }
.hp-audience-grid article > svg { position: absolute; width: 105px; height: 105px; right: 28px; top: 30px; stroke-width: 1; opacity: .18; }
.hp-audience-grid h3 { margin: 45px 0 10px; font-family: var(--font-brush), serif; font-size: 37px; font-weight: 400; line-height: 1.35; }
.hp-audience-grid p { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.hp-included-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 2px solid var(--black); border-left: 2px solid var(--black); }
.hp-included-grid article { min-height: 130px; padding: 26px; display: grid; grid-template-columns: 44px 1fr 25px; align-items: center; gap: 18px; border-right: 2px solid var(--black); border-bottom: 2px solid var(--black); background: var(--white); }
.hp-included-grid article:last-child { grid-column: 1 / -1; }
.hp-included-grid article > svg:first-child { width: 39px; height: 39px; stroke-width: 1.5; }
.hp-included-grid article > svg:last-child { width: 25px; height: 25px; padding: 4px; background: var(--lime); border-radius: 50%; stroke-width: 3; }
.hp-included-grid h3 { margin: 0 0 5px; font-family: var(--font-brush), serif; font-size: 24px; font-weight: 400; }
.hp-included-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hp-trust { padding: 48px; display: grid; grid-template-columns: 90px 1fr; gap: 34px; color: #fff; background: var(--black); box-shadow: 12px 12px 0 var(--lime); }
.hp-trust > svg { width: 84px; height: 84px; color: var(--lime); stroke-width: 1.2; }
.hp-trust h2 { margin: 0 0 24px; font-family: var(--font-brush), serif; font-size: clamp(35px, 4vw, 54px); font-weight: 400; }
.hp-trust-points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.hp-trust-points p { margin: 0; display: flex; align-items: flex-start; gap: 12px; color: #cfcfca; font-size: 12px; line-height: 1.9; }
.hp-trust-points svg { width: 21px; height: 21px; padding: 4px; flex: none; color: var(--black); background: var(--lime); border-radius: 50%; stroke-width: 3; }
.hp-trust-points strong { display: block; color: #fff; font-size: 15px; }
.hp-example { display: grid; grid-template-columns: 1fr minmax(350px, .8fr); align-items: center; gap: 70px; }
.hp-example h2 { margin: 0 0 18px; font-family: var(--font-brush), serif; font-size: clamp(38px, 4.5vw, 57px); font-weight: 400; line-height: 1.35; }
.hp-example div:first-child > p:last-child { max-width: 650px; color: var(--muted); font-size: 12px; line-height: 2; }
.journal-sample { min-height: 300px; padding: 26px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid var(--black); background: var(--white); box-shadow: 11px 11px 0 var(--lime); transform: rotate(2deg); }
.journal-sample::after { content: ""; position: absolute; width: 240px; height: 240px; right: -70px; bottom: -85px; border: 42px solid var(--lime); border-radius: 50%; }
.journal-sample span { font-family: var(--font-brush), serif; font-size: 21px; }
.journal-sample b { position: relative; z-index: 2; font-family: var(--font-brush), serif; font-size: 36px; font-weight: 400; line-height: 1.25; }
.journal-sample i { width: 70%; height: 7px; position: relative; z-index: 2; background: var(--black); transform: rotate(-2deg); }
.hp-contact { padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 45px; border: 2px solid var(--black); background: var(--lime-deep); }
.hp-contact h2 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(38px, 4vw, 56px); font-weight: 400; line-height: 1.3; }
.hp-contact div:first-child > p:last-child { margin: 14px 0 0; font-size: 12px; font-weight: 700; }
.hp-contact-actions { display: grid; gap: 14px; flex: none; }

/* Partner products */
.partners-page-v2 { color: #fff; background: var(--black); }
.partners-hero { min-height: 650px; padding: 150px 0 82px; position: relative; overflow: hidden; display: grid; align-items: center; background: linear-gradient(164deg, var(--lime-deep) 0 31%, var(--black) 31.2%); }
.partners-hero::after { content: ""; position: absolute; inset: 31% -2% auto; height: 17px; background: var(--lime-deep); clip-path: polygon(0 15%, 7% 82%, 15% 20%, 24% 74%, 33% 23%, 42% 80%, 52% 20%, 62% 75%, 72% 26%, 81% 77%, 91% 18%, 100% 73%, 100% 0, 0 0); }
.partners-hero-inner { width: min(1380px, calc(100% - 64px)); margin: auto; display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 75px; position: relative; z-index: 2; }
.partners-hero h1 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(60px, 7vw, 102px); font-weight: 400; line-height: 1.1; }
.partners-hero .eyebrow { color: var(--lime); }
.partners-hero .page-lead { margin-bottom: 0; color: #cacac5; }
.partners-data { padding: 33px; border: 2px solid #fff; background: var(--black); box-shadow: 12px 12px 0 var(--lime); }
.partners-data > p { margin: 0 0 18px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.partners-data > div { padding: 12px 0; display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.25); }
.partners-data strong { font-family: var(--font-brush), serif; font-size: 55px; font-weight: 400; line-height: 1; }
.partners-data span { font-size: 11px; font-weight: 700; }
.partners-data small { margin-top: 11px; display: block; color: #989894; font-size: 9px; }
.partners-content { padding: 95px 0 110px; }
.partners-content > section + section { margin-top: 100px; }
.partners-section-heading > p:last-child { max-width: 720px; margin: 16px 0 0; color: #b5b5b0; font-size: 12px; line-height: 1.9; }
.target-tags { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.target-tags span { min-height: 62px; padding: 15px 18px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.35); font-size: 11px; font-weight: 800; }
.target-tags svg { width: 18px; height: 18px; flex: none; color: var(--lime); }
.partner-product-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.partner-product-grid article { min-height: 350px; padding: 31px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 2px solid var(--black); box-shadow: 8px 8px 0 var(--lime); }
.product-topline { display: flex; align-items: center; justify-content: space-between; }
.product-topline span { padding: 6px 9px; color: var(--lime); background: var(--black); font-size: 10px; font-weight: 900; }
.product-topline svg { width: 43px; height: 43px; stroke-width: 1.3; }
.partner-product-grid h3 { margin: 45px 0 12px; font-family: var(--font-brush), serif; font-size: 31px; font-weight: 400; line-height: 1.3; }
.partner-product-grid p { margin: 0 0 25px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.partner-product-grid strong { width: fit-content; margin-top: auto; padding: 7px 9px; border-bottom: 5px solid var(--lime); font-size: 10px; }
.partners-ethics { padding: 50px; display: grid; grid-template-columns: 130px 1fr; gap: 45px; color: var(--ink); background: var(--lime-deep); border: 2px solid #fff; box-shadow: 13px 13px 0 #fff; }
.ethics-mark { width: 125px; height: 125px; display: grid; justify-items: center; align-content: center; gap: 8px; color: #fff; background: var(--black); border-radius: 50%; transform: rotate(-6deg); }
.ethics-mark svg { width: 51px; height: 51px; stroke-width: 1.4; }
.ethics-mark span { font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.partners-ethics h2 { margin: 0 0 25px; font-family: var(--font-brush), serif; font-size: clamp(38px, 4vw, 54px); font-weight: 400; }
.partners-ethics p { line-height: 1.9; }
.ethics-free { margin: 0 0 11px; font-size: 14px; }
.ethics-free strong { margin-right: 7px; font-size: 18px; }
.ethics-consent { margin: 0; padding: 20px 22px; color: #fff; background: var(--black); font-size: 13px; }
.ethics-consent strong { color: var(--lime); }
.ethics-stop { margin: 15px 0 0; display: flex; align-items: flex-start; gap: 9px; font-size: 11px; font-weight: 700; }
.ethics-stop svg { width: 19px; height: 19px; flex: none; }
.partners-contact { padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.38); border-bottom: 1px solid rgba(255,255,255,.38); }
.partners-contact h2 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(37px, 4vw, 54px); font-weight: 400; line-height: 1.35; }
.partners-contact div:first-child > p:last-child { margin: 15px 0 0; display: flex; align-items: center; gap: 8px; color: #aaa; font-size: 11px; }
.partners-contact div:first-child > p:last-child svg { width: 16px; }
.partners-contact .button-outline { color: #fff; border-color: #fff; background: transparent; box-shadow: 4px 4px 0 var(--lime); }

/* Article detail */
.articles-page .article-grid { margin-top: 25px; }
.article-page-shell { width: min(1240px, calc(100% - 64px)); min-height: 75vh; margin: 0 auto; padding: 155px 0 110px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 68px; }
.article-detail > h1 { margin-top: 15px; font-size: clamp(44px, 5vw, 70px); }
.article-tag { background: var(--lime); color: var(--black); }
.article-meta { margin: 22px 0; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; }
.article-meta span { display: flex; align-items: center; gap: 5px; }
.article-meta svg { width: 15px; }
.article-meta i { width: 1px; height: 18px; background: var(--black); }
.article-hero-visual { height: 460px; border: 2px solid var(--black); }
.article-intro { margin: 28px 0; padding: 25px 28px; border-left: 9px solid var(--lime); background: var(--white); font-size: 15px; font-weight: 700; line-height: 2; }
.article-body section { margin: 44px 0; }
.article-body p, .article-body li { font-size: 14px; line-height: 2; }
.article-label { font-size: 18px !important; }
.article-label strong { padding: 0 4px; background: linear-gradient(transparent 55%, var(--lime) 55%); font-family: var(--font-brush), serif; font-size: 25px; font-weight: 400; }
.related-producers { margin-top: 55px; padding: 28px; border: 1px solid var(--black); background: var(--white); }
.related-producers h2 { font-family: var(--font-brush), serif; font-size: 30px; font-weight: 400; }
.related-empty a { display: inline-flex; align-items: center; gap: 5px; font-weight: 900; }
.related-empty svg { width: 16px; }
.article-line-cta { margin-top: 35px; padding: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 4px 18px; color: #fff; background: #08a94a; text-decoration: none; }
.article-line-cta .line-bubble { grid-row: 1 / 3; width: 56px; height: 56px; display: grid; place-items: center; color: #08a94a; background: #fff; border-radius: 50%; font-size: 10px; font-weight: 900; }
.article-line-cta strong { font-size: 17px; }
.article-line-cta small { grid-column: 2; }
.article-line-cta > svg { grid-row: 1 / 3; grid-column: 3; }
.article-sidebar { padding-top: 70px; }
.article-sidebar section { margin-bottom: 26px; padding: 24px; border: 1px solid var(--black); background: var(--white); box-shadow: 5px 5px 0 var(--lime); }
.article-sidebar h2 { margin: 0 0 16px; font-family: var(--font-brush), serif; font-size: 27px; font-weight: 400; }
.article-sidebar ol { margin: 0; padding: 0; list-style: none; }
.article-sidebar li { padding: 12px 0; display: grid; grid-template-columns: 28px 1fr; gap: 7px; border-top: 1px solid var(--line); }
.article-sidebar li > span { font-family: var(--font-brush), serif; font-size: 24px; }
.article-sidebar li a { text-decoration: none; font-size: 11px; font-weight: 700; line-height: 1.6; }
.article-sidebar li small { margin-top: 5px; display: block; color: var(--muted); font-size: 9px; }
.map-widget .japan-map { height: 240px; }
.map-compact > svg > a > path { fill: var(--black); stroke: #fff; stroke-width: .6; }

.message-page { text-align: center; }
.message-page .button { margin-top: 20px; }

/* Footer */
.site-footer { color: #fff; background: var(--black); }
.footer-inner { width: min(1380px, calc(100% - 64px)); margin: auto; padding: 55px 0 26px; display: grid; grid-template-columns: 1fr 2.7fr auto; gap: 45px; align-items: start; }
.footer-brand strong { font-family: var(--font-brush), serif; font-size: 25px; font-weight: 400; }
.footer-brand p { font-size: 9px; letter-spacing: .1em; }
.footer-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer-nav div { display: grid; align-content: start; gap: 9px; }
.footer-nav b { margin-bottom: 4px; font-size: 10px; }
.footer-nav a { color: #aaa; text-decoration: none; font-size: 9px; }
.footer-social { display: flex; gap: 12px; }
.footer-social svg { width: 22px; }
.footer-legal { grid-column: 1 / -1; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 24px; border-top: 1px solid rgba(255,255,255,.2); color: #888; }
.footer-legal p { margin: 0; font-size: 9px; }
.footer-legal a { color: #fff; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 17px; font-size: 11px; }
  .hero-inner { grid-template-columns: 58% 42%; }
  .hero h1 { font-size: clamp(56px, 7.5vw, 82px); }
  .region-layout { grid-template-columns: 1.45fr .75fr; gap: 35px; }
  .producer-grid { grid-template-columns: repeat(2, 1fr); }
  .home-articles { grid-template-columns: repeat(2, 1fr); }
  .business-grid { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 15px; }
  .article-page-shell { grid-template-columns: minmax(0, 1fr) 280px; gap: 35px; }
  .hp-hero-inner { grid-template-columns: minmax(0, 1fr) 360px; gap: 55px; }
  .partners-hero-inner { grid-template-columns: 1fr 350px; gap: 50px; }
}

@media (max-width: 860px) {
  .site-header { padding: 15px 20px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 900px; padding-top: 105px; }
  .hero-inner { width: min(100% - 38px, 720px); grid-template-columns: 1fr; }
  .hero-copy { padding-left: 0; }
  .hero-map { height: 420px; padding: 0 35px; }
  .hero-side-link { display: none; }
  .region-layout { grid-template-columns: 1fr; }
  .region-map-wrap { min-height: 650px; }
  .pickup-list { padding: 30px 0 0; border-left: 0; border-top: 1px dashed var(--black); }
  .connect-grid, .value-grid { grid-template-columns: 1fr; }
  .business-grid { grid-template-columns: 1fr 1fr; }
  .business-copy { grid-column: 1 / -1; }
  .listing-cta-inner { grid-template-columns: 1fr auto; }
  .listing-cta a { grid-column: 1 / -1; width: fit-content; }
  .article-page-shell { grid-template-columns: 1fr; }
  .article-sidebar { padding-top: 0; }
  .consent-options { grid-template-columns: 1fr; }
  .listing-secondary-grid { grid-template-columns: 1fr; }
  .hp-hero-inner, .partners-hero-inner { grid-template-columns: 1fr; }
  .hp-hero { min-height: 0; }
  .hp-price-card { width: min(100%, 460px); }
  .hp-line-update-inner { grid-template-columns: 120px 1fr; gap: 35px; }
  .line-icon { width: 115px; height: 115px; }
  .line-icon svg { width: 57px; height: 57px; }
  .hp-example { grid-template-columns: 1fr; }
  .partners-data { width: min(100%, 450px); }
  .target-tags { grid-template-columns: repeat(2, 1fr); }
  .partner-product-grid { grid-template-columns: 1fr; }
  .partner-product-grid article { min-height: 280px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-nav { grid-column: 1 / -1; grid-row: 2; }
  .footer-legal { grid-row: 3; }
}

@media (max-width: 620px) {
  .section-shell, .page-shell, .article-page-shell, .footer-inner { width: min(100% - 32px, 560px); }
  .brand-name { font-size: 21px; }
  .brand small { font-size: 8px; }
  .hero { min-height: 790px; }
  .hero h1 { font-size: clamp(47px, 15vw, 68px); }
  .hero-lead br { display: none; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .stats article, .stats article + article { padding: 12px 7px 0; }
  .stats strong { font-size: 30px; }
  .hero-map { height: 330px; padding: 0 15px; }
  .region-layout { padding-top: 62px; }
  .region-map-wrap { min-height: 535px; }
  .map-regions { inset: 120px 0 15px; }
  .region-label { min-width: 75px; padding: 7px; font-size: 11px; }
  .label-hokkaido { right: -3%; }.label-kanto { right: -2%; }.label-chubu { right: 18%; }.label-chugoku { left: -3%; }.label-kyushu { left: -3%; }
  .connect-choco { padding-right: 115px; }
  .choco-mascot { width: 125px; }
  .business-grid { grid-template-columns: 1fr; }
  .business-benefit { border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .home-articles, .article-grid, .producer-grid { grid-template-columns: 1fr; }
  .article-card { display: grid; grid-template-columns: 42% 58%; }
  .article-card > a { grid-column: 1 / -1; display: grid; grid-template-columns: 42% 58%; }
  .article-visual { height: 100%; min-height: 190px; }
  .article-card-copy { padding: 12px; }
  .listing-cta-inner { grid-template-columns: 1fr; }
  .cta-icon { display: none; }
  .page-shell { padding-top: 130px; }
  .pref-hero { grid-template-columns: 1fr; text-align: center; }
  .pref-summary { justify-content: center; }
  .pref-silhouette { width: 180px; height: 150px; }
  .contact-panel { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; flex-direction: column; }
  .listing-free-banner { align-items: flex-start; }
  .listing-entry { padding: 24px 20px; }
  .entry-heading { align-items: flex-start; flex-wrap: wrap; }
  .entry-heading > div { width: calc(100% - 68px); }
  .entry-heading > svg + div { width: 100%; }
  .consent-option { min-height: 0; }
  .listing-purpose { margin-bottom: 72px; padding: 28px 20px; grid-template-columns: 1fr; }
  .hp-hero { padding: 126px 0 62px; }
  .hp-hero::before { width: 100vw; height: 100vw; right: -55vw; top: -18vw; }
  .hp-hero::after { display: none; }
  .hp-hero-inner, .partners-hero-inner { width: min(100% - 32px, 560px); }
  .hp-hero-copy h1 { font-size: clamp(51px, 15vw, 76px); }
  .hp-hero-actions { align-items: flex-start; flex-direction: column; }
  .hp-price-card { min-height: 0; padding: 31px 25px; box-shadow: 9px 9px 0 var(--lime); }
  .hp-price-card > div { grid-template-columns: 60px 1fr auto; }
  .hp-line-update { padding: 62px 0; }
  .hp-line-update-inner { grid-template-columns: 1fr; }
  .line-icon { width: 95px; height: 95px; box-shadow: 7px 7px 0 var(--black); }
  .line-icon svg { width: 47px; height: 47px; }
  .hp-content, .partners-content { padding: 72px 0 85px; }
  .hp-content > section + section, .partners-content > section + section { margin-top: 72px; }
  .hp-audience-grid, .hp-included-grid { grid-template-columns: 1fr; }
  .hp-audience-grid article { min-height: 260px; padding: 29px; }
  .hp-included-grid article:last-child { grid-column: auto; }
  .hp-included-grid article { grid-template-columns: 35px 1fr 24px; padding: 21px 17px; }
  .hp-trust { padding: 30px 23px; grid-template-columns: 1fr; }
  .hp-trust > svg { width: 65px; height: 65px; }
  .hp-trust-points { grid-template-columns: 1fr; }
  .hp-example { gap: 30px; }
  .journal-sample { min-height: 260px; }
  .hp-contact, .partners-contact { padding: 31px 23px; align-items: flex-start; flex-direction: column; }
  .hp-contact-actions { width: 100%; }
  .hp-contact-actions .button { width: 100%; }
  .partners-hero { min-height: 0; padding: 132px 0 72px; background: linear-gradient(164deg, var(--lime-deep) 0 22%, var(--black) 22.2%); }
  .partners-hero::after { top: 22%; }
  .partners-hero h1 { font-size: clamp(50px, 14vw, 73px); }
  .target-tags { grid-template-columns: 1fr; }
  .partners-ethics { padding: 30px 23px; grid-template-columns: 1fr; gap: 25px; box-shadow: 8px 8px 0 #fff; }
  .ethics-mark { width: 100px; height: 100px; }
  .partners-contact .contact-actions { width: 100%; }
  .article-hero-visual { height: 280px; }
  .article-meta { flex-wrap: wrap; }
  .article-line-cta { grid-template-columns: auto 1fr; }
  .article-line-cta > svg { display: none; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-social { grid-row: auto; }
  .footer-legal { grid-row: auto; }
}

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

/* v2 lower-page system: bold chapter headers, ink rules and lime marker strokes. */
.lower-page { position: relative; }
.lower-page-hero { min-height: 340px; margin-bottom: 58px; padding: 52px clamp(34px, 5vw, 76px); position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 54px; color: #fff; background: var(--black); }
.lower-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .28; background: repeating-linear-gradient(173deg, transparent 0 16px, rgba(255,255,255,.12) 17px 18px); }
.lower-page-hero::after { content: ""; position: absolute; left: -1%; right: -1%; bottom: -2px; height: 15px; z-index: -1; background: var(--paper); clip-path: polygon(0 43%, 6% 13%, 12% 68%, 19% 25%, 26% 74%, 34% 18%, 42% 67%, 49% 22%, 57% 75%, 65% 20%, 73% 66%, 81% 26%, 89% 69%, 95% 19%, 100% 48%, 100% 100%, 0 100%); }
.lower-page-hero h1 { margin: 0; font-family: var(--font-brush), serif; font-size: clamp(50px, 6vw, 84px); font-weight: 400; line-height: 1.17; letter-spacing: .01em; }
.lower-page-hero .page-lead { margin: 0 0 7px; color: #d2d2ce; font-size: 14px; }
.lower-page-hero .marker { color: #fff; }
.lower-page-hero .eyebrow { color: var(--lime); }
.marker-paper { background-image: linear-gradient(transparent 61%, rgba(255,255,255,.82) 61%); }

.articles-page .article-grid { margin-top: 0; }
.articles-page .article-card { min-height: 100%; padding-bottom: 18px; border-bottom: 2px solid var(--black); }
.article-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.article-card-read { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.article-card h3 { transition: background-size .25s ease; background-image: linear-gradient(transparent 68%, var(--lime) 68%); background-repeat: no-repeat; background-size: 0 100%; }
.article-card:hover h3 { background-size: 100% 100%; }
.article-card-meta > span { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-weight: 900; }
.article-card-meta > span svg { transition: transform .2s ease; }
.article-card:hover .article-card-meta > span svg { transform: translateX(4px); }

.directory-page .directory-search { margin-top: 0; }
.directory-page .result-count { width: fit-content; padding-bottom: 3px; border-bottom: 5px solid var(--lime); }

.pref-page { width: min(1380px, calc(100% - 64px)); }
.pref-hero { min-height: 390px; padding: 0 0 46px; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(38px, 6vw, 92px); border-bottom: 0; }
.pref-art { min-height: 330px; position: relative; overflow: hidden; display: grid; place-items: center; border: 2px solid var(--black); background: var(--lime); box-shadow: 12px 12px 0 var(--black); }
.pref-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background: repeating-linear-gradient(168deg, transparent 0 13px, rgba(255,255,255,.75) 14px 15px); }
.pref-art-label { position: absolute; left: 16px; top: 14px; z-index: 2; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.pref-copy h1 { font-size: clamp(52px, 6vw, 84px); }
.pref-silhouette { width: min(76%, 285px); height: 255px; position: relative; z-index: 1; }
.pref-silhouette path { vector-effect: non-scaling-stroke; }
.pref-silhouette .pref-silhouette-echo { fill: none; stroke: rgba(255,255,255,.82); stroke-width: 5; stroke-dasharray: 2 1.5; transform: translate(5px, 7px); filter: none; }
.pref-silhouette .pref-silhouette-ink { fill: var(--black); stroke: var(--black); stroke-width: 1.4; stroke-linejoin: bevel; stroke-dasharray: 38 1.2 22 .8; filter: none; }
.pref-summary { margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--black); }
.pref-summary strong { font-family: var(--font-brush), serif; font-size: 30px; font-weight: 400; }
.pref-summary .chip-outline { background: var(--lime); }
.filter-row { margin: 12px 0 18px; padding: 0; display: grid; gap: 0; border: 2px solid var(--black); box-shadow: 7px 7px 0 rgba(17,17,17,.08); }
.filter-title { min-height: 48px; padding: 0 16px; display: flex; align-items: center; gap: 8px; color: #fff; background: var(--black); font-size: 11px; letter-spacing: .08em; }
.filter-title svg, .filter-label svg { width: 16px; height: 16px; }
.filter-group { padding: 13px 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; background: var(--white); border-top: 1px solid var(--line); }
.filter-label { min-width: 78px; display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 900; }
.filter-row button { min-height: 32px; }
.pref-result-count { width: fit-content; margin: 24px 0 15px; font-size: 12px; font-weight: 700; border-bottom: 5px solid var(--lime); }
.pref-result-count strong { margin-right: 4px; font-family: var(--font-brush), serif; font-size: 27px; font-weight: 400; }
.pref-related { margin-top: 64px; padding: 32px 36px; position: relative; box-shadow: 9px 9px 0 var(--lime); }
.pref-related::before { content: ""; position: absolute; inset: -7px 0 auto; height: 8px; background: var(--black); clip-path: polygon(0 60%, 8% 15%, 17% 72%, 27% 20%, 39% 68%, 50% 18%, 61% 70%, 73% 22%, 85% 66%, 94% 16%, 100% 55%, 100% 100%, 0 100%); }
.pref-related .eyebrow { margin-bottom: 4px; color: var(--lime); }

.about-page .value-grid article { position: relative; overflow: hidden; }
.about-page .value-grid article::after { content: ""; position: absolute; right: -22px; bottom: -22px; width: 78px; height: 78px; background: var(--lime); transform: rotate(24deg); }
.operator { border-left: 10px solid var(--lime); box-shadow: none; }

.listing-page::before { display: none; }
.listing-hero { color: var(--black); background: var(--lime-deep); }
.listing-hero::before { opacity: .2; background: repeating-linear-gradient(173deg, transparent 0 16px, rgba(255,255,255,.7) 17px 18px); }
.listing-hero .eyebrow, .listing-hero .page-lead, .listing-hero .marker { color: var(--black); }
.listing-hero::after { background: var(--paper); }
.policy-list { box-shadow: 10px 10px 0 var(--lime); }
.sample-wrap { background: rgba(255,255,255,.45); }

.article-page-shell { position: relative; }
.article-heading { padding: 28px 30px 34px; position: relative; overflow: hidden; color: #fff; background: var(--black); }
.article-heading::after { content: ""; position: absolute; left: -1%; right: -1%; bottom: -1px; height: 10px; background: var(--paper); clip-path: polygon(0 55%, 9% 16%, 18% 72%, 28% 20%, 38% 68%, 49% 15%, 60% 72%, 72% 20%, 83% 67%, 93% 14%, 100% 58%, 100% 100%, 0 100%); }
.article-heading .eyebrow { color: var(--lime); }
.article-heading h1 { margin: 15px 0 0; font-family: var(--font-brush), serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1.25; }
.article-detail .article-tag { background: var(--lime); }
.article-hero-visual { box-shadow: 10px 10px 0 var(--lime); }
.article-section { padding-top: 9px; border-top: 2px solid var(--black); }
.article-label { margin-top: 8px; font-weight: 700; }
.article-label strong { background-repeat: no-repeat; }
.article-table-wrap { margin-top: 14px; overflow-x: auto; }
.article-table-caption { margin-bottom: 6px; font-size: 13px; color: var(--muted, #666); }
.article-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-table th, .article-table td { padding: 8px 12px; border: 1px solid var(--black); text-align: left; }
.article-table th { background: var(--lime); font-weight: 700; }
.article-sources { margin-top: 24px; padding-top: 12px; border-top: 2px solid var(--black); }
.article-sources ul { margin-top: 8px; padding-left: 18px; font-size: 13px; color: var(--muted, #666); }
.article-sources li { margin-top: 4px; word-break: break-all; }
.related-producers { border-width: 2px; box-shadow: 8px 8px 0 var(--lime); }
.related-producers .eyebrow { margin-bottom: 0; }
.article-sidebar section { border-width: 2px; }
.article-sidebar section > .eyebrow { margin-bottom: 5px; }
.article-sidebar .map-widget { color: #fff; background: var(--black); box-shadow: 6px 6px 0 var(--lime); }
.article-sidebar .map-widget > p:not(.eyebrow) { color: #c8c8c8; font-size: 11px; line-height: 1.8; }
.article-sidebar .map-widget .eyebrow { color: var(--lime); }
.map-widget .button-outline { border-color: #fff; box-shadow: 4px 4px 0 var(--lime); }

.message-page { max-width: 900px; display: grid; justify-items: center; }
.message-page .error-mark { margin-bottom: -28px; color: transparent; font-family: var(--font-brush), serif; font-size: clamp(130px, 23vw, 260px); line-height: .78; -webkit-text-stroke: 2px var(--black); opacity: .12; }
.message-page h1 { max-width: 820px; }
.message-page h1::after { display: none; }
.message-page > p:not(.eyebrow) { color: var(--muted); }

@media (max-width: 860px) {
  .lower-page-hero { min-height: 0; grid-template-columns: 1fr; gap: 24px; }
  .pref-hero { grid-template-columns: 1fr; }
  .pref-art { min-height: 280px; }
  .pref-copy { text-align: center; }
  .pref-summary { justify-content: center; }
}

@media (max-width: 620px) {
  .lower-page-hero { margin-bottom: 42px; padding: 38px 24px 44px; }
  .lower-page-hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .pref-page { width: min(100% - 32px, 560px); }
  .pref-art { min-height: 245px; }
  .pref-silhouette { height: 195px; }
  .pref-copy h1 { font-size: clamp(44px, 13vw, 64px); }
  .filter-group { align-items: flex-start; }
  .filter-label { width: 100%; }
  .article-heading { padding: 24px 21px 30px; }
  .article-heading h1 { font-size: clamp(36px, 11vw, 51px); }
  .article-card-meta > span { font-size: 0; }
  .article-card-meta > span svg { width: 18px; }
  .message-page .error-mark { margin-bottom: -12px; }
}
/* Worker SSR compatibility: declarations above are copied from the current UI stylesheet. */
:root { --font-brush: "Yuji Syuku"; --font-gothic: "Zen Kaku Gothic New"; }
.pref-link-map { width: 100%; height: auto; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; align-content: center; }
.pref-link-map > a { min-height: 50px; padding: 7px; display: grid; place-items: center; gap: 2px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(17,17,17,.35); text-decoration: none; font-size: 10px; transition: transform .2s, background .2s; }
.pref-link-map > a:hover { transform: translateY(-2px); background: var(--lime); }
.pref-link-map > a.is-empty { opacity: .55; }
.pref-link-map > a span { font-size: 9px; font-weight: 900; }
.hero-map .pref-link-map { padding: 15px; grid-template-columns: repeat(5, minmax(0, 1fr)); background: rgba(247,245,239,.7); border: 1px solid rgba(17,17,17,.18); box-shadow: 10px 12px 0 rgba(17,17,17,.12); transform: rotate(-1deg); }
.pref-code-art { width: 250px; height: 220px; margin: auto; display: grid; place-items: center; color: var(--black); background: var(--lime); border: 3px solid var(--black); border-radius: 48% 52% 45% 55%; box-shadow: 11px 11px 0 var(--black); font-family: var(--font-brush), serif; font-size: 78px; transform: rotate(-4deg); }
.producer-source { color: var(--muted); overflow-wrap: anywhere; }
.directory-search button { min-height: 38px; padding: 0 16px; color: #fff; background: var(--black); border: 0; cursor: pointer; font-weight: 900; }
@media (max-width: 900px) { .pref-link-map, .hero-map .pref-link-map { grid-template-columns: repeat(4, minmax(0, 1fr)); transform: none; } }
@media (max-width: 560px) { .pref-link-map, .hero-map .pref-link-map { grid-template-columns: repeat(3, minmax(0, 1fr)); } .pref-code-art { width: 190px; height: 160px; font-size: 58px; } }
