/* ============================================================
   Editorial recipe / discover article styles.
   Loaded only by the discover.$slug.tsx route. Self-contained
   so it cannot leak into other pages.
   ============================================================ */

.article-rec { background: var(--cream-light); }
.article-rec .wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ───── Hero ───── */
.article-rec .rec-hero { margin-top: 32px; }
.article-rec .rec-hero-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 60px rgba(42, 40, 30, 0.12), 0 4px 12px rgba(42, 40, 30, 0.06);
}
.article-rec .rec-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-rec .rec-hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--stone);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}
.article-rec .rec-pill {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(27, 94, 32, 0.10);
  color: var(--green-dark);
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.article-rec .rec-dot { color: var(--mist); }
.article-rec .rec-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
  margin: 16px 0 0;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.article-rec .rec-hero h1 em {
  font-style: italic;
  color: var(--green-dark);
  font-weight: 600;
}

/* ───── Intro / lede ───── */
.article-rec .rec-intro {
  max-width: 720px;
  margin: 56px auto 80px;
  font-size: 19px;
  line-height: 1.75;
  color: var(--ink);
}
.article-rec .rec-intro p { margin: 0 0 16px; }
.article-rec .rec-intro .rec-lead {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--green-dark);
  font-weight: 600;
  margin-bottom: 24px;
}

/* ───── Promo banner ───── */
.article-rec .rec-promo {
  margin: 80px auto;
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
  border-radius: var(--radius-xl);
  padding: 56px 48px;
  color: var(--white);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(42, 40, 30, 0.08), 0 2px 6px rgba(42, 40, 30, 0.04);
}
.article-rec .rec-promo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 50%);
  pointer-events: none;
}
.article-rec .rec-promo-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.article-rec .rec-promo-text { flex: 1; min-width: 280px; }
.article-rec .rec-promo .rec-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.30);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  color: var(--white);
}
.article-rec .rec-promo h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--white);
}
.article-rec .rec-promo p {
  margin: 0;
  opacity: 0.92;
  font-size: 15px;
  max-width: 600px;
  color: var(--white);
}
.article-rec .rec-promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--white);
  color: var(--green-dark);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  flex-shrink: 0;
}
.article-rec .rec-promo-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

/* ───── Section header ───── */
.article-rec .rec-section-header { margin: 96px auto 40px; max-width: 720px; text-align: center; }
.article-rec .rec-eyebrow {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}
.article-rec .rec-section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.article-rec .rec-section-header h2 em {
  font-style: italic;
  color: var(--green-dark);
  font-weight: 600;
}
.article-rec .rec-section-header p {
  margin: 0;
  color: var(--stone);
  font-size: 16px;
  line-height: 1.65;
}

/* ───── Variations grid (editorial layout) ───── */
.article-rec .rec-variations {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 640px) { .article-rec .rec-variations { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .article-rec .rec-variations { grid-template-columns: repeat(3, 1fr); } }

.article-rec .rec-var-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(42, 40, 30, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.article-rec .rec-var-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(42, 40, 30, 0.08), 0 2px 6px rgba(42, 40, 30, 0.04);
}
.article-rec .rec-var-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.article-rec .rec-var-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.article-rec .rec-var-card:hover .rec-var-img img { transform: scale(1.06); }
.article-rec .rec-var-img-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
}
.article-rec .rec-var-num {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.92);
  color: var(--green-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.article-rec .rec-var-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.article-rec .rec-var-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
  color: var(--ink);
}
.article-rec .rec-var-card p {
  margin: 0;
  color: var(--stone);
  font-size: 14.5px;
  line-height: 1.65;
  flex: 1;
}
.article-rec .rec-var-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: 0.02em;
}
.article-rec .rec-var-cta svg { transition: transform 0.18s ease; }
.article-rec .rec-var-card:hover .rec-var-cta svg { transform: translateX(3px); }

/* ───── Ingredients band (shop-strip layout) ───── */
.article-rec .rec-ingredients-band {
  background: var(--cream);
  padding: 80px 0 96px;
  margin-top: 96px;
}
.article-rec .rec-ingredients-band .rec-section-header { margin-top: 0; }
.article-rec .rec-ingredients {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 640px) { .article-rec .rec-ingredients { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .article-rec .rec-ingredients { grid-template-columns: repeat(5, 1fr); } }

.article-rec .rec-ing-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 20px 16px 22px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(42, 40, 30, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-rec .rec-ing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(42, 40, 30, 0.08);
}
.article-rec .rec-ing-img {
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  background: var(--cream-light);
}
.article-rec .rec-ing-img img { width: 100%; height: 100%; object-fit: contain; }
.article-rec .rec-ing-card h3 {
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 600;
  margin: 0;
  color: var(--ink);
  line-height: 1.35;
}

/* ───── Closing CTA ───── */
.article-rec .rec-closer {
  margin: 0 auto;
  padding: 96px 24px;
  max-width: 880px;
  text-align: center;
}
.article-rec .rec-closer h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 40px);
  margin: 0 0 16px;
  line-height: 1.2;
  color: var(--ink);
}
.article-rec .rec-closer p {
  color: var(--stone);
  font-size: 16.5px;
  max-width: 580px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.article-rec .rec-closer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: var(--green-dark);
  color: var(--white);
  border-radius: var(--radius-full);
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  box-shadow: 0 10px 30px rgba(42, 40, 30, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.article-rec .rec-closer-cta:hover {
  transform: translateY(-2px);
  background: var(--green);
}

/* ============================================================
   RECIPE-FEATURE EXTRAS — recipe meta strip, ingredients,
   numbered method steps, tips box, editorial video.
   ============================================================ */

/* ───── Recipe meta strip ───── */
.article-rec .meta-strip {
  max-width: 720px;
  margin: 0 auto 80px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  box-shadow: 0 2px 8px rgba(42, 40, 30, 0.06);
}
.article-rec .meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 4px;
  border-right: 1px solid rgba(42, 40, 30, 0.08);
}
.article-rec .meta-item:last-child { border-right: none; }
@media (max-width: 539px) {
  .article-rec .meta-strip { grid-template-columns: 1fr; padding: 16px 24px; }
  .article-rec .meta-item {
    flex-direction: row;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid rgba(42, 40, 30, 0.06);
    padding: 12px 0;
  }
  .article-rec .meta-item:last-child { border-bottom: none; }
}
.article-rec .meta-item .label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  color: var(--mist);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.article-rec .meta-item .value {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}
@media (max-width: 539px) {
  .article-rec .meta-item .label { margin-bottom: 0; }
  .article-rec .meta-item .value { font-size: 17px; }
}

/* ───── Ingredients card ───── */
.article-rec .ingredients-card {
  max-width: 720px;
  margin: 0 auto 96px;
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 48px 48px 40px;
}
@media (max-width: 600px) {
  .article-rec .ingredients-card { padding: 32px 24px 28px; }
}
.article-rec .ingredients-card .eyebrow {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
}
.article-rec .ingredients-card h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  margin: 0 0 28px;
  color: var(--ink);
}
.article-rec .ingredients-list { list-style: none; margin: 0; padding: 0; column-gap: 40px; }
.article-rec .ingredients-list.is-long { columns: 1; }
@media (min-width: 600px) {
  .article-rec .ingredients-list.is-long { columns: 2; }
}
.article-rec .ingredients-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(42, 40, 30, 0.10);
  font-size: 15.5px;
  line-height: 1.5;
  break-inside: avoid;
  color: var(--ink);
}
.article-rec .ingredients-list li::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--green-dark);
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 3px;
}
.article-rec .ingredients-list .qty {
  font-weight: 700;
  color: var(--green-dark);
  margin-right: 4px;
}
.article-rec .ingredients-list .note { color: var(--stone); }

/* ───── Method / numbered steps ───── */
.article-rec .method { max-width: 880px; margin: 0 auto 96px; padding: 0 24px; }
.article-rec .method-header { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.article-rec .method-header .eyebrow {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
}
.article-rec .method-header h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  margin: 0;
  line-height: 1.15;
  color: var(--ink);
}
.article-rec .step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(42, 40, 30, 0.08);
}
.article-rec .step:last-child { border-bottom: none; }
.article-rec .step-num {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-full);
  background: var(--green-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-rec .step-content h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 6px 0 8px;
  line-height: 1.25;
  color: var(--ink);
}
.article-rec .step-content p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}
.article-rec .step-image {
  margin-top: 18px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--cream);
}
.article-rec .step-image img { width: 100%; height: 100%; object-fit: cover; }
.article-rec .step.no-image .step-image { display: none; }

/* ───── Tips box ───── */
.article-rec .tips {
  max-width: 720px;
  margin: 0 auto 96px;
  background: linear-gradient(180deg, var(--cream-dark) 0%, var(--cream) 100%);
  border-left: 4px solid var(--green-dark);
  border-radius: var(--radius-md);
  padding: 36px 36px 32px;
}
@media (max-width: 600px) { .article-rec .tips { padding: 28px 22px 24px; } }
.article-rec .tips .eyebrow {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 6px;
}
.article-rec .tips h2 {
  font-family: var(--font-display);
  font-size: 24px;
  margin: 0 0 18px;
  color: var(--ink);
}
.article-rec .tips ul { margin: 0; padding-left: 18px; }
.article-rec .tips li { padding: 6px 0; font-size: 15.5px; line-height: 1.65; color: var(--ink); }
.article-rec .tips li::marker { color: var(--green-dark); }

/* ───── Editorial video section ───── */
.article-rec .video-section { max-width: 880px; margin: 0 auto 96px; text-align: center; padding: 0 24px; }
.article-rec .video-header { margin-bottom: 28px; }
.article-rec .video-header .eyebrow {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 10px;
}
.article-rec .video-header h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  margin: 0;
  line-height: 1.2;
  color: var(--ink);
}
.article-rec .video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(42, 40, 30, 0.12), 0 4px 12px rgba(42, 40, 30, 0.06);
  background: #000;
}
.article-rec .video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-rec .video-caption {
  margin-top: 18px;
  font-size: 13.5px;
  color: var(--stone);
  font-style: italic;
}

/* ── Product Spotlight template (auto for tagline+product-image posts) ── */
.spot-hero {
  /* Full-bleed white band (product shots usually have white backgrounds,
     so they blend in like cutouts). The content is a centered, capped
     two-column block so image and copy never drift apart on wide
     monitors. */
  display: grid;
  grid-template-columns: minmax(220px, 330px) minmax(300px, 560px);
  justify-content: center;
  align-items: center;
  column-gap: clamp(20px, 3vw, 44px);
  background: #fff;
  padding: 44px clamp(20px, 4vw, 48px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.spot-hero-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.spot-hero-img img {
  max-width: 100%;
  max-height: 440px;
}
.spot-hero-copy { align-self: center; }
.spot-badge {
  display: inline-block;
  background: rgba(46, 125, 50, 0.12);
  color: #2E7D32;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 9999px;
  text-decoration: none;
}
.spot-hero-copy h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.15;
  margin: 14px 0 10px;
  color: #1a1a1a;
}
.spot-tagline {
  font-family: var(--font-display, Georgia, serif);
  font-size: 19px;
  color: #1B5E20;
  margin: 0 0 12px;
}
.spot-meta { font-size: 13px; color: #6B6B6B; margin: 0 0 22px; }
.spot-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.spot-btn {
  display: inline-block;
  background: #2E7D32;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 9999px;
  transition: background 0.2s ease;
}
.spot-btn:hover { background: #1B5E20; }
.spot-btn.ghost { background: transparent; color: #2E7D32; border: 1.5px solid #2E7D32; }
.spot-btn.ghost:hover { background: rgba(46, 125, 50, 0.08); }
.spot-btn.light { background: #fff; color: #1B5E20; }
.spot-btn.light:hover { background: var(--cream-light, #FAF8F0); }
.spot-body { max-width: 760px; margin: 0 auto; padding: 44px 24px 8px; }
.spot-body h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 25px;
  color: #1a1a1a;
  margin: 40px 0 12px;
}
.spot-body h2:first-child { margin-top: 0; }
.spot-body p { font-size: 16.5px; line-height: 1.75; color: #3d3d38; margin: 0 0 16px; }
.spot-body .article-img { margin: 44px auto; }
.spot-body .article-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}
.spot-store {
  background: #1B5E20;
  color: #fff;
  text-align: center;
  padding: 44px 24px 48px;
  margin-top: 56px;
}
.spot-store h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 24px;
  margin: 0 0 8px;
}
.spot-store p { opacity: 0.85; font-size: 14.5px; margin: 0 0 20px; }
@media (max-width: 767px) {
  .spot-hero { grid-template-columns: 1fr; row-gap: 26px; padding: 28px 20px 36px; }
  .spot-hero-img img { max-height: 320px; }
}

/* ── Fair Feature template (Japanese Local Fair posts) ── */
.fair-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: #1B5E20;
}
.fair-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(10, 14, 10, 0.15), rgba(10, 14, 10, 0.62));
}
.fair-hero-inner {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 90px 24px 40px;
  max-width: 860px;
}
.fair-kicker {
  display: inline-block;
  background: #C62828;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 9999px;
  text-decoration: none;
}
.fair-hero h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.12;
  margin: 14px 0 6px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.fair-date { font-size: 14px; color: #ffe9a8; font-weight: 700; margin: 0 0 4px; }
.fair-ctas { margin-top: 16px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.fair-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 9999px;
}
.fair-btn.gold { background: #F5A623; color: #3a2a00; }
.fair-btn.gold:hover { background: #D4901A; }
.fair-btn.ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.75); }
.fair-btn.ghost:hover { background: rgba(255, 255, 255, 0.12); }
.fair-intro {
  max-width: 760px;
  margin: 0 auto;
  padding: 44px 24px 4px;
  text-align: center;
}
.fair-intro .fair-lead {
  font-family: var(--font-display, Georgia, serif);
  font-size: 22px;
  line-height: 1.5;
  color: #1B5E20;
  margin: 0 0 14px;
}
.fair-intro p { font-size: 16.5px; line-height: 1.75; color: #3d3d38; margin: 0 0 14px; }
.fair-intro p.jp { font-size: 14px; color: #6B6B6B; }
.fair-flyer { max-width: 960px; margin: 30px auto 0; padding: 0 24px; }
.fair-flyer img { width: 100%; border-radius: 14px; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14); }
.fair-picks-head { text-align: center; padding: 50px 24px 6px; }
.fair-picks-head h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(24px, 3vw, 30px);
  color: #1a1a1a;
  margin: 0;
}
.fair-picks-head p.jp { color: #6B6B6B; font-size: 14px; margin: 8px 0 0; }
.fair-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0 24px;
}
.fair-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.fair-card > img { width: 100%; height: 200px; object-fit: cover; display: block; }
.fair-card-pad { padding: 18px 20px 20px; }
.fair-card h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 17.5px;
  line-height: 1.35;
  margin: 0 0 6px;
  color: #1a1a1a;
}
.fair-jpname { font-weight: 700; font-size: 13px; color: #6B6B6B; margin: 10px 0 6px; }
.fair-card p { font-size: 14px; line-height: 1.65; color: #3d3d38; margin: 0 0 10px; }
.fair-card p.jp { font-size: 12.5px; color: #6B6B6B; }
.fair .spot-store { margin-top: 56px; }
@media (max-width: 1023px) {
  .fair-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .fair-grid { grid-template-columns: 1fr; }
  .fair-hero { min-height: 320px; }
  .fair-card > img { height: 180px; }
}

/* ── Store News template (image-led announcements) ── */
.snews-hero {
  background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 100%);
  text-align: center;
  padding: 84px 24px 44px;
  color: #fff;
}
.snews-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 9999px;
  text-decoration: none;
}
.snews-hero h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(28px, 4.5vw, 42px);
  line-height: 1.15;
  margin: 14px auto 6px;
  max-width: 820px;
}
.snews-date { font-size: 13.5px; opacity: 0.85; margin: 0; }
.snews-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  text-align: center;
}
.snews-img { margin: 30px 0; }
.snews-img img { width: 100%; border-radius: 14px; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12); }
.snews-imggrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 30px 0;
}
.snews-imggrid img { width: 100%; border-radius: 12px; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1); }
.snews-h {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(21px, 2.6vw, 26px);
  color: #1a1a1a;
  margin: 44px 0 10px;
}
.snews-p { font-size: 16.5px; line-height: 1.75; color: #3d3d38; margin: 0 0 14px; white-space: pre-line; }
.snews-p.jp { font-size: 14px; color: #6B6B6B; }
.snews-cta { margin: 22px 0 10px; }
.snews-cta a {
  display: inline-block;
  background: #2E7D32;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 28px;
  border-radius: 9999px;
  transition: background 0.2s ease;
}
.snews-cta a:hover { background: #1B5E20; }
@media (max-width: 600px) {
  .snews-imggrid { grid-template-columns: 1fr; }
}

/* ── Store News social band (replaces the imported WP boilerplate) ── */
.snews-social {
  max-width: 860px;
  margin: 50px auto 64px;
  padding: 0 24px;
}
.snews-social-head {
  background: #2E7D32;
  border-radius: 14px 14px 0 0;
  text-align: center;
  padding: 18px 20px;
}
.snews-social-head h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 21px;
  color: #fff;
  margin: 0;
}
.snews-social-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}
.snews-social-col {
  padding: 30px 26px 32px;
  text-align: center;
}
.snews-social-col + .snews-social-col { border-left: 1px solid rgba(0, 0, 0, 0.08); }
.snews-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background: rgba(46, 125, 50, 0.1);
  color: #2E7D32;
  margin-bottom: 12px;
}
.snews-social-col p {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d38;
  margin: 0 0 18px;
}
.snews-social-col a { color: #2E7D32; font-weight: 700; }
.snews-social-btn {
  display: inline-block;
  background: #2E7D32;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 12px 30px;
  border-radius: 9999px;
  transition: background 0.2s ease;
}
.snews-social-btn:hover { background: #1B5E20; }
@media (max-width: 640px) {
  .snews-social-cols { grid-template-columns: 1fr; }
  .snews-social-col + .snews-social-col {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}

/* ── Restaurant Feature template (Restaurants & Shops) ── */
.rest-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center 35%;
  background-color: #1B5E20;
}
.rest-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(12, 10, 8, 0.2), rgba(12, 10, 8, 0.72));
}
.rest-hero-inner {
  position: relative;
  display: flex;
  gap: 22px;
  align-items: flex-end;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 26px 32px;
  color: #fff;
}
.rest-logo {
  width: 110px;
  height: 110px;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  flex: 0 0 auto;
  background: #fff;
}
.rest-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rest-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 9999px;
  text-decoration: none;
}
.rest-hero h1 {
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.12;
  margin: 10px 0 4px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.rest-sub { font-size: 15px; font-weight: 700; color: #ffe9a8; margin: 0; }
.rest-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.rest-info .cell { padding: 16px 32px; text-align: center; }
.rest-info .cell + .cell { border-left: 1px solid rgba(0, 0, 0, 0.08); }
.rest-info .lab {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B6B;
}
.rest-info .val { font-size: 14.5px; font-weight: 700; color: #2C2C2C; margin-top: 3px; }
.rest-info .val a { color: #2E7D32; text-decoration: none; }
.rest-info .val a:hover { text-decoration: underline; }
.rest-story { max-width: 720px; margin: 0 auto; padding: 42px 24px 6px; }
.rest-h {
  font-family: var(--font-display, Georgia, serif);
  font-size: 23px;
  color: #1a1a1a;
  margin: 36px 0 12px;
}
.rest-story .rest-h:first-child { margin-top: 0; }
.rest-p { font-size: 16.5px; line-height: 1.78; color: #3d3d38; margin: 0 0 15px; white-space: pre-line; }
.rest-p.jp { font-size: 14px; color: #6B6B6B; }
.rest-img { margin: 30px 0; }
.rest-img img { width: 100%; border-radius: 16px; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12); }
.rest-menu { max-width: 920px; margin: 46px auto 0; padding: 0 24px; text-align: center; }
.rest-menu h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 26px;
  color: #1a1a1a;
  margin: 0 0 18px;
}
.rest-menu img { width: 100%; border-radius: 16px; box-shadow: 0 14px 40px rgba(0, 0, 0, 0.13); }
.rest-menu + .spot-store { margin-top: 56px; }
@media (max-width: 640px) {
  .rest-hero { min-height: 340px; }
  .rest-hero-inner { gap: 14px; padding-bottom: 24px; }
  .rest-logo { width: 78px; height: 78px; border-radius: 14px; }
  .rest-info .cell { padding: 12px 18px; }
}
