/*
Theme Name: 余裕ごはん
Theme URI: https://yoyugohan.com
Description: 余裕ごはん - 作り置き＆下味冷凍ブログのカスタムテーマ
Author: 余裕ごはん
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: yoyuu-gohan
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --orange:      #F97316;
  --orange-d:    #EA6C0A;
  --orange-pale: #FFF7ED;
  --orange-mid:  #FFEDD5;
  --tomato:      #DC2626;
  --tomato-pale: #FEF2F2;
  --tomato-mid:  #FECACA;
  --leaf:        #16A34A;
  --leaf-pale:   #DCFCE7;
  --hero-bg:     #FDF6EE;
  --hero-blob1:  #FECACA;
  --hero-blob2:  #DCFCE7;
  --white:       #FFFFFF;
  --gray-50:     #F9FAFB;
  --gray-100:    #F3F4F6;
  --gray-200:    #E5E7EB;
  --gray-400:    #9CA3AF;
  --gray-600:    #4B5563;
  --gray-800:    #1F2937;
  --green-line:  #06C755;
  --ig-grad:     linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  --serif: 'Noto Serif JP', 'Yu Mincho', serif;
  --sans:  'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  --shadow-sm:    0 2px 8px rgba(0,0,0,.08);
  --shadow-md:    0 4px 20px rgba(0,0,0,.12);
  --shadow-photo: 2px 6px 18px rgba(0,0,0,.20);
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--white); color: var(--gray-800); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
.icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.tomato-deco { position: absolute; pointer-events: none; opacity: .18; z-index: 1; }
.tomato-deco svg { display: block; }
.tomato-deco:nth-of-type(1) { top: 6%;  left: 42%; width: 44px; transform: rotate(12deg); }
.tomato-deco:nth-of-type(2) { top: 72%; left: 30%; width: 36px; transform: rotate(-8deg); }
.tomato-deco:nth-of-type(3) { top: 20%; left: 50%; width: 28px; transform: rotate(25deg); opacity: .12; }
.tomato-deco:nth-of-type(4) { top: 55%; left: 50%; width: 52px; transform: rotate(-15deg); opacity: .10; }
.leaf-deco { position: absolute; pointer-events: none; opacity: .15; z-index: 1; }

/* ===== HERO ===== */
.hero {
  background-color: var(--hero-bg);
  position: relative; overflow: hidden;
  min-height: 480px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 60px 20px 100px;
  text-align: center;
}
.hero::before { content: ''; position: absolute; top: -60px; left: -80px; width: 340px; height: 340px; background: var(--hero-blob1); border-radius: 50%; opacity: .55; }
.hero::after  { content: ''; position: absolute; bottom: 60px; right: -60px; width: 260px; height: 260px; background: var(--hero-blob2); border-radius: 50%; opacity: .6; }
.hero-photos { position: absolute; inset: 0; pointer-events: none; }
.photo-card { position: absolute; background: var(--white); padding: 7px 7px 22px; box-shadow: var(--shadow-photo); border-radius: 2px; overflow: hidden; }
.photo-card img { display: block; object-fit: cover; }
.photo-card:nth-child(1) { width: 150px; top: 18%; left: 3%;  transform: rotate(-8deg); }
.photo-card:nth-child(1) img { width: 136px; height: 136px; }
.photo-card:nth-child(2) { width: 130px; top: 45%; left: 8%;  transform: rotate(5deg); }
.photo-card:nth-child(2) img { width: 116px; height: 116px; }
.photo-card:nth-child(3) { width: 140px; top: 10%; right: 5%; transform: rotate(7deg); }
.photo-card:nth-child(3) img { width: 126px; height: 126px; }
.photo-card:nth-child(4) { width: 120px; top: 48%; right: 4%; transform: rotate(-5deg); }
.photo-card:nth-child(4) img { width: 106px; height: 106px; }
.hero-content { position: relative; z-index: 10; }
.hero-badge { display: inline-block; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; color: var(--orange); background: rgba(255,255,255,.78); backdrop-filter: blur(4px); padding: 4px 16px; border-radius: 999px; margin-bottom: 16px; border: 1px solid rgba(249,115,22,.25); }
.hero-title { font-family: var(--serif); font-size: clamp(48px, 12vw, 88px); font-weight: 900; letter-spacing: .06em; color: var(--gray-800); line-height: 1.1; margin-bottom: 12px; }
.hero-sub { font-family: var(--serif); font-size: clamp(13px, 3vw, 15px); color: var(--gray-600); letter-spacing: .1em; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.btn { display: inline-flex; align-items: center; gap: 7px; padding: 11px 20px; border-radius: 999px; font-family: var(--sans); font-size: 13px; font-weight: 700; cursor: pointer; border: none; transition: transform .15s, box-shadow .15s, filter .15s; line-height: 1; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: var(--shadow-md); }
.btn svg { flex-shrink: 0; }
.btn-profile { background: rgba(255,255,255,.85); color: var(--orange); border: 1.5px solid rgba(249,115,22,.4); backdrop-filter: blur(4px); }
.btn-recipe  { background: var(--orange); color: #fff; box-shadow: 0 3px 14px rgba(249,115,22,.4); }
.btn-ig      { background: var(--ig-grad); color: #fff; box-shadow: 0 3px 14px rgba(220,39,67,.35); }
.btn-line    { background: var(--green-line); color: #fff; box-shadow: 0 3px 14px rgba(6,199,85,.35); }
.btn-line-disabled { background: var(--gray-200); color: var(--gray-400); cursor: not-allowed; box-shadow: none; }
.btn-line-disabled:hover { transform: none; filter: none; box-shadow: none; }
.torn-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; overflow: hidden; pointer-events: none; z-index: 5; }
.torn-bottom svg { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }

/* ===== NAV ===== */
.site-nav { background: var(--white); border-bottom: 1px solid var(--gray-100); padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 52px; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 6px rgba(0,0,0,.05); }
.nav-links { display: flex; gap: 20px; font-size: 13px; font-weight: 700; color: var(--gray-600); }
.nav-links a { display: flex; align-items: center; gap: 5px; transition: color .15s; }
.nav-links a:hover { color: var(--orange); }
.nav-sns { display: flex; gap: 10px; align-items: center; }
.nav-ig { width: 32px; height: 32px; border-radius: 50%; background: var(--ig-grad); display: flex; align-items: center; justify-content: center; transition: opacity .15s; }
.nav-ig:hover { opacity: .85; }
.nav-line-btn { display: flex; align-items: center; gap: 5px; background: var(--green-line); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 13px; border-radius: 999px; }

/* ===== SECTION ===== */
.section { padding: 52px 20px; }
.section-label { font-size: 11px; font-weight: 700; letter-spacing: .15em; color: var(--orange); text-transform: uppercase; margin-bottom: 4px; }
.section-title { font-family: var(--serif); font-size: 22px; font-weight: 700; line-height: 1.35; margin-bottom: 26px; }

/* ===== 記事カード ===== */
.articles-section { background: var(--gray-50); }
.cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card.coming-soon { opacity: .65; pointer-events: none; }
.card-featured { grid-column: 1 / -1; }
.card-featured .card-thumb { height: 190px; }
.card-featured .card-body { padding: 16px; }
.card-featured .card-title { font-size: 15px; }
.card-featured .card-desc { font-size: 12px; color: var(--gray-600); margin-top: 6px; line-height: 1.65; }
.card-thumb { height: 112px; overflow: hidden; }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.card:hover .card-thumb img { transform: scale(1.05); }
.card-thumb-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.card-body { padding: 11px; }
.card-tag { display: inline-block; background: var(--orange-mid); color: var(--orange); font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-bottom: 5px; }
.card-tag.soon { background: var(--gray-100); color: var(--gray-400); }
.card-title { font-size: 12px; font-weight: 700; line-height: 1.5; }
.th-orange { background: linear-gradient(135deg,#fed7aa,#f97316); }
.th-green  { background: linear-gradient(135deg,#bbf7d0,#4ade80); }
.th-blue   { background: linear-gradient(135deg,#bfdbfe,#60a5fa); }
.th-pink   { background: linear-gradient(135deg,#fbcfe8,#f472b6); }
.th-yellow { background: linear-gradient(135deg,#fef08a,#facc15); }
.th-purple { background: linear-gradient(135deg,#ddd6fe,#a78bfa); }
.see-more { margin-top: 24px; text-align: center; }
.see-more a { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-size: 14px; font-weight: 700; padding: 10px 28px; border: 2px solid var(--orange); border-radius: 999px; transition: background .15s; }
.see-more a:hover { background: var(--orange-pale); }

/* ===== Instagram ===== */
.ig-section { background: var(--gray-50); }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 20px; }
.ig-item { aspect-ratio: 1; overflow: hidden; border-radius: 4px; background: var(--gray-200); position: relative; }
.ig-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ig-item:hover img { transform: scale(1.07); }
.ig-item-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.ig-cta { text-align: center; }
.ig-cta a { display: inline-flex; align-items: center; gap: 8px; background: var(--ig-grad); color: #fff; font-size: 14px; font-weight: 700; padding: 12px 28px; border-radius: 999px; box-shadow: 0 4px 16px rgba(220,39,67,.3); transition: transform .15s, box-shadow .15s; }
.ig-cta a:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(220,39,67,.4); }

/* ===== LINE 準備中 ===== */
.line-section { background: linear-gradient(135deg,#e8faf0,#d1f5de); text-align: center; }
.line-card { background: var(--white); border-radius: 16px; padding: 30px 22px; box-shadow: var(--shadow-md); max-width: 400px; margin: 0 auto; }
.line-icon-wrap { margin-bottom: 12px; }
.line-h { font-family: var(--serif); font-size: 18px; font-weight: 700; line-height: 1.5; margin-bottom: 8px; }
.line-h em { color: var(--green-line); font-style: normal; }
.line-desc { font-size: 13px; color: var(--gray-600); line-height: 1.75; margin-bottom: 18px; }
.coming-soon-badge { display: inline-block; background: #FEF9C3; color: #92400E; font-size: 13px; font-weight: 700; padding: 6px 18px; border-radius: 999px; border: 1.5px dashed #FDE68A; margin-bottom: 12px; }

/* ===== PROFILE ===== */
.profile-section { background: var(--white); }
.profile-card { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-md); }
.profile-banner { height: 80px; background: linear-gradient(135deg, #FECACA, #FED7AA, #DCFCE7); position: relative; }
.profile-avatar { position: absolute; bottom: -36px; left: 24px; width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg,#f97316,#ea580c); border: 4px solid var(--white); display: flex; align-items: center; justify-content: center; font-size: 32px; overflow: hidden; }
.profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.profile-body { padding: 48px 24px 26px; }
.profile-name { font-family: var(--serif); font-size: 20px; font-weight: 700; }
.profile-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--tomato-mid); color: var(--tomato); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin: 6px 0 14px; }
.profile-text { font-size: 14px; color: var(--gray-600); line-height: 1.95; margin-bottom: 20px; }
.profile-text strong { color: var(--gray-800); font-weight: 700; }
.profile-sns { display: flex; gap: 10px; flex-wrap: wrap; }
.sns-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 7px 14px; border-radius: 999px; border: 1.5px solid var(--gray-200); color: var(--gray-600); transition: border-color .15s; }
.sns-chip:hover { border-color: var(--orange); }
.sns-chip.ig { border: none; background: var(--ig-grad); color: #fff; }
.sns-chip.ln { border-color: #c8e6c9; color: var(--green-line); }

/* ===== 人気記事 ===== */
.popular-section { background: var(--gray-50); }
.rank-list { display: flex; flex-direction: column; gap: 12px; }
.rank-item { display: flex; align-items: center; gap: 12px; background: var(--white); border-radius: 10px; padding: 12px; box-shadow: var(--shadow-sm); }
.rank-item-soon { opacity: .6; pointer-events: none; }
.rank-num { min-width: 28px; text-align: center; font-weight: 900; font-size: 18px; font-family: var(--serif); }
.rn-1 { color: #F59E0B; font-size: 22px; }
.rn-2 { color: #9CA3AF; }
.rn-3 { color: #B45309; }
.rn-o { color: var(--gray-400); font-size: 15px; }
.rank-thumb { width: 62px; height: 54px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }
.rank-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rank-thumb-ph { width: 62px; height: 54px; flex-shrink: 0; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.rank-tag { font-size: 10px; color: var(--orange); font-weight: 600; margin-bottom: 2px; }
.rank-title { font-size: 13px; font-weight: 700; line-height: 1.5; }

/* ===== 記事本文 (single.php) ===== */
.post-header { padding: 40px 20px 20px; max-width: 760px; margin: 0 auto; }
.post-tag { display: inline-block; background: var(--orange-mid); color: var(--orange); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; margin-bottom: 12px; }
.post-title { font-family: var(--serif); font-size: clamp(20px, 5vw, 30px); font-weight: 900; line-height: 1.4; margin-bottom: 12px; }
.post-meta { font-size: 12px; color: var(--gray-400); margin-bottom: 20px; }
.post-thumbnail { width: 100%; max-height: 420px; object-fit: cover; border-radius: 10px; margin-bottom: 32px; }
.post-content { max-width: 760px; margin: 0 auto; padding: 0 20px 60px; font-size: 15px; line-height: 1.9; color: var(--gray-800); }
.post-content h2 { font-family: var(--serif); font-size: 20px; font-weight: 700; margin: 2em 0 .8em; padding-left: 12px; border-left: 4px solid var(--orange); }
.post-content h3 { font-family: var(--serif); font-size: 17px; font-weight: 700; margin: 1.8em 0 .6em; color: var(--orange-d); }
.post-content p { margin-bottom: 1.4em; }
.post-content img { max-width: 100%; border-radius: 8px; margin: 1em 0; }
.post-content ul, .post-content ol { padding-left: 1.5em; margin-bottom: 1.4em; }
.post-content li { margin-bottom: .4em; }
.post-nav { max-width: 760px; margin: 0 auto; padding: 24px 20px 48px; display: flex; justify-content: center; }
.post-nav a { display: inline-flex; align-items: center; gap: 6px; color: var(--orange); font-size: 14px; font-weight: 700; padding: 10px 28px; border: 2px solid var(--orange); border-radius: 999px; transition: background .15s; }
.post-nav a:hover { background: var(--orange-pale); }

/* ===== FOOTER ===== */
footer { background: var(--gray-800); color: var(--gray-400); padding: 36px 20px 28px; text-align: center; font-size: 12px; }
.footer-logo { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer-logo span { color: var(--orange); }
.footer-tagline { font-size: 11px; margin-bottom: 20px; }
.footer-nav { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.footer-nav a { color: var(--gray-400); transition: color .15s; }
.footer-nav a:hover { color: var(--white); }

@media (min-width: 640px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .section { padding: 68px 40px; max-width: 900px; margin: 0 auto; } }


/* ===== 記事ページ用スタイル ===== */
/* ===== Design Tokens ===== */
    :root {
      --orange:      #F97316;
      --orange-pale: #FFF7ED;
      --orange-mid:  #FDBA74;
      --tomato:      #DC2626;
      --tomato-pale: #FEF2F2;
      --tomato-mid:  #FECACA;
      --leaf:        #16A34A;
      --leaf-pale:   #DCFCE7;
      --text:        #1C1C1E;
      --muted:       #6B7280;
      --border:      #E5E7EB;
      --bg:          #FFFBF7;
      --serif:       'Noto Serif JP', serif;
      --sans:        'Noto Sans JP', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: var(--sans);
      background: var(--bg);
      color: var(--text);
      line-height: 1.85;
    }
    /* ===== Header ===== */
    .site-header {
      background: #fff;
      border-bottom: 3px solid var(--orange);
      padding: 14px 20px;
      text-align: center;
    }
    .site-header a {
      font-family: var(--serif);
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--orange);
      text-decoration: none;
      letter-spacing: .05em;
    }
    .site-header .tagline {
      font-size: .75rem;
      color: var(--muted);
      margin-top: 2px;
    }
    /* ===== Breadcrumb ===== */
    .breadcrumb {
      max-width: 780px;
      margin: 12px auto;
      padding: 0 20px;
      font-size: .75rem;
      color: var(--muted);
    }
    .breadcrumb a { color: var(--muted); text-decoration: none; }
    .breadcrumb a:hover { color: var(--orange); }
    .breadcrumb span { margin: 0 6px; }
    /* ===== Article Layout ===== */
    .article-wrap {
      max-width: 780px;
      margin: 0 auto;
      padding: 0 20px 80px;
    }
    /* ===== Hero ===== */
    .article-hero { margin-bottom: 32px; }
    .article-category {
      display: inline-block;
      background: var(--tomato);
      color: #fff;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .08em;
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: 14px;
    }
    .article-title {
      font-family: var(--serif);
      font-size: clamp(1.4rem, 4vw, 2rem);
      font-weight: 700;
      line-height: 1.45;
      color: var(--text);
      margin-bottom: 16px;
    }
    .article-meta {
      font-size: .8rem;
      color: var(--muted);
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 24px;
    }
    .article-meta .author {
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
      color: var(--text);
    }
    .author-icon {
      width: 28px; height: 28px;
      background: var(--orange-pale);
      border-radius: 50%;
      border: 2px solid var(--orange-mid);
      display: flex; align-items: center; justify-content: center;
      font-size: 14px;
    }
    /* ===== Hero Image（小さめ表示） ===== */
    .hero-img-wrap {
      text-align: center;
      margin-bottom: 28px;
    }
    .hero-img-wrap img {
      max-height: 340px;
      width: auto;
      max-width: 100%;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,.1);
      display: inline-block;
    }
    .img-caption { font-size: .75rem; color: var(--muted); text-align: center; padding: 6px 0 0; }
    /* ===== Summary Box ===== */
    .summary-box {
      background: var(--orange-pale);
      border-left: 4px solid var(--orange);
      border-radius: 0 12px 12px 0;
      padding: 20px 24px;
      margin: 28px 0;
    }
    .summary-box h3 {
      font-family: var(--serif);
      font-size: 1rem;
      font-weight: 700;
      color: var(--orange);
      margin-bottom: 10px;
    }
    .summary-box ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .summary-box ul li::before { content: "✔ "; color: var(--leaf); font-weight: 700; }
    .summary-box ul li { font-size: .92rem; }
    /* ===== Section Heading ===== */
    h2.section-heading {
      font-family: var(--serif);
      font-size: 1.35rem;
      font-weight: 700;
      border-left: 5px solid var(--orange);
      padding: 4px 0 4px 14px;
      margin: 40px 0 16px;
      line-height: 1.4;
    }
    /* ===== Body Text ===== */
    .body-text { font-size: .95rem; line-height: 1.9; margin-bottom: 14px; }
    .body-text strong { color: var(--tomato); }
    /* ===== Dish Cards（クリックでレシピへ） ===== */
    .dish-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 14px;
      margin: 20px 0;
    }
    .dish-card {
      display: block;
      background: #fff;
      border: 2px solid var(--border);
      border-radius: 12px;
      padding: 16px;
      box-shadow: 0 2px 8px rgba(0,0,0,.05);
      text-decoration: none;
      color: inherit;
      transition: border-color .2s, box-shadow .2s, transform .15s;
      cursor: pointer;
    }
    .dish-card:hover {
      border-color: var(--orange);
      box-shadow: 0 4px 16px rgba(249,115,22,.18);
      transform: translateY(-2px);
    }
    .dish-card .dish-num {
      font-size: .7rem;
      font-weight: 700;
      color: #fff;
      background: var(--tomato);
      border-radius: 20px;
      padding: 2px 10px;
      display: inline-block;
      margin-bottom: 8px;
    }
    .dish-card .dish-name {
      font-family: var(--serif);
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 6px;
    }
    .dish-card .dish-memo { font-size: .8rem; color: var(--muted); line-height: 1.6; }
    .dish-card .dish-link-hint {
      font-size: .72rem;
      color: var(--orange);
      margin-top: 10px;
      font-weight: 600;
    }
    /* ===== Shopping Table ===== */
    .shopping-table {
      width: 100%;
      border-collapse: collapse;
      font-size: .9rem;
      margin: 16px 0;
    }
    .shopping-table th {
      background: var(--tomato);
      color: #fff;
      padding: 10px 14px;
      text-align: left;
      font-weight: 600;
    }
    .shopping-table td {
      padding: 10px 14px;
      border-bottom: 1px solid var(--border);
      vertical-align: top;
    }
    .shopping-table tr:nth-child(even) td { background: var(--tomato-pale); }
    .shopping-table .amount { font-weight: 700; color: var(--tomato); white-space: nowrap; }
    /* ===== Recipe Block ===== */
    .recipe-block {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 24px;
      margin: 28px 0;
      scroll-margin-top: 20px;
    }
    .recipe-block h4 {
      font-family: var(--serif);
      font-size: 1.05rem;
      font-weight: 700;
      border-bottom: 2px dotted var(--orange-mid);
      padding-bottom: 10px;
      margin-bottom: 18px;
    }
    /* 写真＋材料の2カラムレイアウト */
    .recipe-inner {
      display: grid;
      grid-template-columns: 200px 1fr;
      gap: 20px;
      align-items: start;
      margin-bottom: 16px;
    }
    .recipe-photo img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,.08);
      display: block;
    }
    .recipe-ingredients {
      background: var(--orange-pale);
      border-radius: 10px;
      padding: 14px 16px;
    }
    .recipe-ingredients p { font-size: .88rem; margin-bottom: 4px; }
    .recipe-ingredients strong { font-size: .85rem; color: var(--tomato); display: block; margin-bottom: 6px; }
    /* 手順 */
    .recipe-steps { margin-top: 14px; }
    .step {
      display: flex;
      gap: 12px;
      margin-bottom: 10px;
      font-size: .9rem;
    }
    .step-num {
      flex-shrink: 0;
      width: 26px; height: 26px;
      background: var(--orange);
      color: #fff;
      border-radius: 50%;
      font-size: .75rem;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      margin-top: 2px;
    }
    .weekday-tip {
      background: var(--leaf-pale);
      border-left: 3px solid var(--leaf);
      border-radius: 0 8px 8px 0;
      padding: 10px 14px;
      font-size: .82rem;
      margin-top: 14px;
      color: #166534;
    }
    /* ===== Storage Tips ===== */
    .tip-box {
      background: var(--leaf-pale);
      border-left: 4px solid var(--leaf);
      border-radius: 0 12px 12px 0;
      padding: 16px 20px;
      margin: 20px 0;
      font-size: .9rem;
    }
    .tip-box .tip-title {
      font-weight: 700;
      color: var(--leaf);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .tip-box p { margin-top: 8px; }
    /* ===== Weekday Flow ===== */
    .flow-steps {
      display: flex;
      gap: 0;
      flex-wrap: wrap;
      margin: 20px 0;
    }
    .flow-step {
      flex: 1 1 140px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 14px;
      text-align: center;
      position: relative;
      margin: 0 22px 14px 0;
    }
    .flow-step:last-child { margin-right: 0; }
    .flow-step::after {
      content: "→";
      position: absolute;
      right: -20px; top: 50%;
      transform: translateY(-50%);
      font-size: 1.2rem;
      color: var(--orange);
      font-weight: 700;
    }
    .flow-step:last-child::after { display: none; }
    .flow-step .step-icon { font-size: 1.6rem; margin-bottom: 6px; }
    .flow-step .step-label { font-size: .82rem; font-weight: 700; }
    .flow-step .step-time { font-size: .72rem; color: var(--muted); margin-top: 3px; }
    /* ===== Instagram CTA ===== */
    .insta-cta {
      background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
      border-radius: 16px;
      padding: 24px;
      text-align: center;
      color: #fff;
      margin: 40px 0;
    }
    .insta-cta p { margin-bottom: 14px; font-size: .9rem; opacity: .9; }
    .insta-cta a {
      display: inline-block;
      background: #fff;
      color: #833ab4;
      font-weight: 700;
      padding: 10px 28px;
      border-radius: 40px;
      text-decoration: none;
      font-size: .9rem;
    }
    /* ===== Footer ===== */
    .site-footer {
      background: var(--text);
      color: #aaa;
      text-align: center;
      font-size: .78rem;
      padding: 24px;
    }
    .site-footer a { color: var(--orange); text-decoration: none; }
    /* ===== Responsive ===== */
    @media (max-width: 600px) {
      .dish-grid { grid-template-columns: 1fr; }
      .recipe-inner { grid-template-columns: 1fr; }
      .recipe-photo { max-width: 280px; margin: 0 auto; }
      .flow-steps { flex-direction: column; }
      .flow-step { margin: 0 0 30px; }
      .flow-step::after {
        content: "↓";
        right: auto; left: 50%;
        bottom: -24px; top: auto;
        transform: translateX(-50%);
      }
    }

/* ===== 続きを読む ===== */
.read-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--tomato, #e53935);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.read-more:hover {
  text-decoration: underline;
  opacity: 0.8;
}
