/* =========================================================
   東北「まんずうまい」商品ページ専用CSS
   .manzuumai-page 配下に限定し、FutureShop既存CSSとの競合を抑えます。
   ========================================================= */

.manzuumai-page {
  --et-red: #356b5a;
  --et-red-dark: #234b3f;
  --et-red-soft: #edf6f2;
  --et-gold: #b58235;
  --et-gold-soft: #fbf4e7;
  --et-text: #222;
  --et-muted: #666;
  --et-line: #e5ddd9;
  --et-radius: 14px;
  --et-shadow: 0 8px 24px rgba(61, 25, 20, .08);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  color: var(--et-text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  box-sizing: border-box;
}

.manzuumai-page *,
.manzuumai-page *::before,
.manzuumai-page *::after {
  box-sizing: border-box;
}

.manzuumai-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.manzuumai-page a {
  color: inherit;
}

.et-section {
  margin: 64px 0 0;
}

.et-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.et-section-heading__sub {
  margin: 0 0 4px;
  color: var(--et-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
}

.et-section-heading h2 {
  margin: 0;
  color: var(--et-red-dark);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.4;
}

.et-section-heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: var(--et-gold);
}

.et-text-center {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

/* 01. Hero */
.et-hero {
  display: block;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid #e2d6d1;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--et-shadow);
}

.et-hero__visual,
.et-hero__visual img {
  width: 100%;
}

.et-hero__visual img {
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.et-hero__body {
  padding: 32px 40px 36px;
  text-align: center;
}

.et-hero h1 {
  margin: 0;
  color: var(--et-red-dark);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.35;
}

.et-hero__lead {
  max-width: 920px;
  margin: 18px auto 0;
}

/* 02. Feature */
.et-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.et-feature-card {
  padding: 28px 24px;
  border: 1px solid var(--et-line);
  border-radius: var(--et-radius);
  background: #fff;
  text-align: center;
}

.et-feature-card img {
  width: 72px;
  margin: 0 auto 16px;
}

.et-feature-card h3 {
  margin: 0 0 8px;
  color: var(--et-red-dark);
  font-size: 19px;
}

.et-feature-card p {
  margin: 0;
  font-size: 14px;
}

/* 03. Product grid */
.manzuumai-page .et-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.et-product-card {
  overflow: hidden;
  border: 1px solid var(--et-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
}

.et-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f3f3f3;
}

.et-product-card h3 {
  margin: 0;
  padding: 14px 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

/* 04. Benefit */
.et-benefit {
  padding: 48px 34px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--et-gold-soft), #fff);
}

.et-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.et-benefit-item {
  padding: 26px;
  border-radius: var(--et-radius);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
}

.et-benefit-item strong {
  color: var(--et-gold);
  font-size: 30px;
  line-height: 1;
}

.et-benefit-item h3 {
  margin: 10px 0 8px;
  color: var(--et-red-dark);
  font-size: 19px;
}

.et-benefit-item p {
  margin: 0;
  font-size: 14px;
}

/* 05. Package */
.et-package {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--et-line);
  border-radius: var(--et-radius);
}

.et-package__image img {
  width: 100%;
  border-radius: 10px;
}

.et-package__body h3 {
  margin: 0 0 14px;
  color: var(--et-red-dark);
  font-size: 24px;
  line-height: 1.5;
}

.et-package__body p {
  margin: 8px 0 0;
}

/* 06. Leaflet */
.et-leaflet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.et-leaflet-grid figure {
  margin: 0;
}

.et-leaflet-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--et-line);
  border-radius: 10px;
  background: #f6f6f6;
}

.et-leaflet-grid img {
  width: 100%;
  transition: transform .2s ease;
}

.et-leaflet-grid a:hover img {
  transform: scale(1.015);
}

.et-leaflet-grid figcaption {
  margin-top: 10px;
  color: var(--et-muted);
  font-size: 13px;
  text-align: center;
}

/* 07. Scene */
.et-scenes {
  padding: 44px 32px;
  border-radius: 18px;
  background: var(--et-red-soft);
}

.et-scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.et-scene-grid div {
  padding: 16px 12px;
  border-radius: 10px;
  background: #fff;
  color: var(--et-red-dark);
  font-weight: 700;
  text-align: center;
}

/* 08. Flow */
.et-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.et-flow li {
  position: relative;
  padding: 24px 18px;
  border: 1px solid var(--et-line);
  border-radius: var(--et-radius);
  text-align: center;
}

.et-flow li>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--et-gold);
  color: #fff;
  font-weight: 800;
}

.et-flow h3 {
  margin: 0 0 8px;
  color: var(--et-red-dark);
  font-size: 16px;
}

.et-flow p {
  margin: 0;
  font-size: 13px;
}

/* FutureShop cart placeholder */
.et-cart-placeholder {
  max-width: 1160px;
  margin: 64px auto 0;
  padding: 26px;
  border: 2px dashed #aaa;
  background: #fafafa;
  color: #666;
  text-align: center;
}

.et-cart-placeholder p {
  margin: 4px 0;
}

/* Series */
.et-series {
  padding-top: 10px;
}

.et-series-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 900px;
  margin: 28px auto 0;
  padding: 22px 24px;
  border-radius: 12px;
  background: #f9f2ef;
}

.et-series-note a {
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 8px;
  background: var(--et-red);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.et-series-note a:hover {
  background: var(--et-red-dark);
}

/* Responsive */
@media (max-width: 900px) {
  .manzuumai-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .et-section {
    margin-top: 48px;
  }

  .et-hero__body {
    padding: 28px 22px 30px;
  }

  .et-feature-grid,
  .et-benefit-grid {
    grid-template-columns: 1fr;
  }

  .manzuumai-page .et-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .et-package,
  .et-leaflet-grid,
  .et-flow {
    grid-template-columns: 1fr;
  }

  .et-package {
    padding: 20px;
  }

  .et-scene-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .et-series-note {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .et-series-note a {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .manzuumai-page {
    padding-bottom: 40px;
  }

  .et-section-heading h2 {
    font-size: 24px;
  }

  .et-hero h1 {
    font-size: 29px;
  }

  .et-hero__lead {
    font-size: 14px;
  }

  .et-benefit,
  .et-scenes {
    padding: 34px 18px;
  }

  .et-product-card h3 {
    padding: 10px 8px 12px;
    font-size: 13px;
  }

  .manzuumai-page .et-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .et-scene-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .et-scene-grid div {
    padding: 12px 8px;
    font-size: 13px;
  }
}