/* Inlined from regional/shopping-street.html */

/* hero 下端のグラデーションストライプ — 商店街 amber */
    .co-hero.has-shop-stripe { padding-bottom: 100px; }
    .co-hero.has-shop-stripe::after {
      content: ''; position: absolute; left: 0; right: 0; bottom: 0;
      height: 6px;
      background: linear-gradient(90deg, #78350f 0%, #d97706 50%, #b45309 100%);
      z-index: 3;
    }
    :root { --shop-amber: #b45309; --shop-amber-light: #d97706; --shop-tint: #fef3c7; --shop-tint-soft: #fffbeb; --regional-green: #15803d; }

    /* hero stats brand emphasis */
    .co-hero-stats .co-stat .cs-num.is-brand {
      font-family: 'Noto Sans JP', sans-serif;
      letter-spacing: 0.02em;
      color: var(--accent-dark);
    }

    /* hero ロゴ オーバーレイ */
    .co-hero .hero-partner-logo {
      position: absolute; right: 40px; bottom: 120px;
      width: 130px; height: 130px;
      background: #fff; border-radius: 20px;
      padding: 14px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 16px 36px rgba(0,0,0,0.12);
      border: 1px solid rgba(255,255,255,0.6);
      z-index: 4;
    }
    .co-hero .hero-partner-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
    @media (max-width: 900px) { .co-hero .hero-partner-logo { display: none; } }

    /* why-card (i.) */
    .why-card {
      padding: 30px 28px 26px;
      background: #fff;
      border: 1px solid var(--border);
      border-top: 2px solid var(--shop-amber);
      border-radius: 14px;
      transition: transform 0.25s, box-shadow 0.25s;
      display: flex; flex-direction: column;
    }
    .why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(180,83,9,0.15); }
    .why-card .wc-num {
      font-family: 'Lato', sans-serif;
      font-size: 0.72rem; font-weight: 800; letter-spacing: 0.28em;
      color: var(--shop-amber);
      margin-bottom: 12px; display: block;
    }
    .why-card .wc-icon {
      width: 44px; height: 44px;
      margin-bottom: 14px;
      display: flex; align-items: center; justify-content: center;
      color: var(--shop-amber);
      background: var(--shop-tint);
      border-radius: 12px;
    }
    .why-card .wc-icon svg { width: 24px; height: 24px; }
    .why-card h3 { font-size: 1.12rem; font-weight: 800; color: var(--primary); margin: 0 0 10px; }
    .why-card p { font-size: 0.92rem; color: var(--text-light); line-height: 1.95; margin: 0; }

    /* 紬屋 spotlight (ii.) */
    .shop-spotlight {
      max-width: 1120px; margin: 32px auto 0;
      padding: 44px 48px;
      background: linear-gradient(135deg, #fff 0%, #fef3c7 50%, #fde68a 100%);
      border: 1.5px solid #fcd34d;
      border-radius: 22px;
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 44px;
      align-items: center;
    }
    @media (max-width: 900px) {
      .shop-spotlight { grid-template-columns: 1fr; padding: 32px 28px; gap: 28px; }
    }
    .shop-spotlight .ss-logo {
      width: 280px; height: 280px;
      display: flex; align-items: center; justify-content: center;
      background: #fff; border-radius: 18px;
      padding: 22px;
      border: 1px solid #fcd34d;
    }
    @media (max-width: 900px) {
      .shop-spotlight .ss-logo { width: 220px; height: 220px; margin: 0 auto; }
    }
    .shop-spotlight .ss-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
    .shop-spotlight .ss-label {
      font-family: 'Lato', sans-serif;
      font-size: 0.74rem; font-weight: 800; letter-spacing: 0.24em;
      text-transform: uppercase; color: var(--shop-amber);
      padding: 5px 14px; background: var(--shop-tint); border-radius: 999px;
      display: inline-block; margin-bottom: 14px;
    }
    .shop-spotlight h2 {
      font-size: 1.85rem; font-weight: 900;
      color: var(--primary); margin: 0 0 14px;
      letter-spacing: 0.02em; line-height: 1.5;
    }
    .shop-spotlight p { font-size: 1rem; color: var(--text); line-height: 1.95; margin: 0 0 14px; }
    .shop-spotlight .ss-meta {
      display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px;
    }
    .shop-spotlight .ss-meta-item {
      padding: 10px 16px;
      background: rgba(255,255,255,0.75);
      border: 1px solid #fcd34d;
      border-radius: 12px;
      font-size: 0.86rem;
    }
    .shop-spotlight .ss-meta-item strong {
      display: block; font-weight: 800; color: var(--shop-amber);
      font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
      margin-bottom: 2px;
    }
    .shop-spotlight a.ss-link {
      color: var(--shop-amber); font-weight: 700;
      text-decoration: none; border-bottom: 1px dashed var(--shop-amber);
    }

    /* 取り組み 4-card (iii.) */
    .approach-grid {
      display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
      max-width: 1120px; margin: 32px auto 0;
    }
    @media (max-width: 800px) { .approach-grid { grid-template-columns: 1fr; } }
    .approach-grid .ag-card {
      padding: 30px 32px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      transition: transform 0.25s, box-shadow 0.25s;
      position: relative;
    }
    .approach-grid .ag-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(180,83,9,0.15); border-color: #fcd34d; }
    .approach-grid .ag-card .ag-num {
      font-family: 'Lato', sans-serif;
      font-size: 0.72rem; font-weight: 800; letter-spacing: 0.26em;
      color: var(--shop-amber);
      margin-bottom: 10px; display: block;
    }
    .approach-grid .ag-card h3 {
      font-size: 1.18rem; font-weight: 800; color: var(--primary);
      margin: 0 0 10px; letter-spacing: 0.02em;
    }
    .approach-grid .ag-card p {
      font-size: 0.94rem; color: var(--text); line-height: 1.95; margin: 0;
    }
    .approach-grid .ag-card strong { color: var(--primary); }

    /* 奥本氏 quote (iv.) */
    .innovator-quote {
      max-width: 880px; margin: 0 auto;
      background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
      border-radius: 22px;
      padding: 44px 52px;
      border: 1px solid #fcd34d;
      position: relative;
    }
    @media (max-width: 700px) { .innovator-quote { padding: 36px 28px; } }
    .innovator-quote .iq-mark {
      position: absolute; top: 24px; left: 36px;
      font-size: 4rem; font-family: 'Lato', sans-serif;
      color: var(--shop-amber); opacity: 0.3; line-height: 1;
    }
    .innovator-quote blockquote {
      font-size: 1.15rem; line-height: 2.05;
      color: var(--primary); margin: 12px 0 24px;
      font-weight: 500;
      padding-left: 24px;
      border-left: 3px solid var(--shop-amber);
    }
    .innovator-quote .iq-author {
      font-size: 1.05rem; font-weight: 800; color: var(--primary);
      margin-bottom: 4px;
    }
    .innovator-quote .iq-role {
      font-size: 0.88rem; color: var(--text-light); margin-bottom: 18px;
    }
    .innovator-quote .iq-link {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 10px 22px;
      background: var(--shop-amber);
      color: #fff; border-radius: 999px;
      font-size: 0.9rem; font-weight: 800; text-decoration: none;
      transition: transform 0.2s, gap 0.3s, box-shadow 0.2s;
    }
    .innovator-quote .iq-link:hover { transform: translateY(-2px); gap: 10px; box-shadow: 0 10px 26px rgba(180,83,9,0.32); }
    .innovator-quote .iq-link svg { width: 14px; height: 14px; }

    /* 募集ブロック (v.) */
    .recruit-block {
      max-width: 1120px; margin: 32px auto 0;
      padding: 36px 44px;
      border-radius: 18px;
      background: rgba(254,243,199,0.55);
      border: 1px dashed #fcd34d;
    }
    .recruit-block .rb-label {
      font-family: 'Lato', sans-serif;
      font-size: 0.72rem; font-weight: 800; letter-spacing: 0.24em;
      text-transform: uppercase; color: var(--shop-amber);
      margin-bottom: 14px; display: inline-block;
    }
    .recruit-block h3 {
      font-size: 1.45rem; font-weight: 900; color: var(--primary);
      margin: 0 0 18px; letter-spacing: 0.02em; line-height: 1.55;
    }
    .recruit-block .rb-targets {
      list-style: none; padding: 0; margin: 0 0 24px;
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    }
    @media (max-width: 800px) { .recruit-block .rb-targets { grid-template-columns: 1fr; } }
    .recruit-block .rb-targets li {
      padding: 20px 22px;
      background: #fff;
      border-radius: 12px;
      border: 1px solid #fcd34d;
    }
    .recruit-block .rb-targets strong {
      font-size: 1.04rem; font-weight: 800; color: var(--primary);
      margin-bottom: 6px; display: block;
    }
    .recruit-block .rb-targets p {
      font-size: 0.86rem; color: var(--text-light); line-height: 1.8; margin: 0;
    }
    .recruit-block .rb-cta {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 28px;
      background: var(--shop-amber);
      color: #fff; border-radius: 999px;
      font-size: 0.96rem; font-weight: 800; text-decoration: none;
      transition: transform 0.2s, gap 0.3s, box-shadow 0.2s;
    }
    .recruit-block .rb-cta:hover { transform: translateY(-2px); gap: 12px; box-shadow: 0 14px 32px rgba(180,83,9,0.32); }
    .recruit-block .rb-cta svg { width: 16px; height: 16px; }

    /* legacy partner-banner cleanup */
    .partner-banner { display: none; }
