.ihm {
  --ihm: #5a7a4e;
  --ihm-ink: #2a2a24;
  --ihm-muted: rgba(42, 42, 36, 0.58);
  --ihm-line: rgba(90, 122, 78, 0.16);
  --ihm-linen: #f3efe6;
  background: #faf7f1;
  color: var(--ihm-ink);
}
.ihm-inner { width: 100%; max-width: 1200px; margin: 0 auto; }
.ihm-sec { padding: 88px 28px; background: #faf7f1; }
.ihm-sec--linen { background: var(--ihm-linen); }
.ihm-sec h2 {
  margin: 0 0 36px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 650;
  letter-spacing: -0.02em;
  text-align: center;
}
.ihm-note {
  max-width: 560px;
  margin: -16px auto 28px;
  text-align: center;
  color: var(--ihm-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ihm-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.ihm-hero-bg,
.ihm-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.ihm-hero-bg img { object-fit: cover; object-position: 60% 40%; }
.ihm-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 247, 241, 0.96) 0%, rgba(250, 247, 241, 0.86) 42%, rgba(250, 247, 241, 0.2) 70%, rgba(250, 247, 241, 0.04) 100%);
}
.ihm-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 32px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 640px;
  padding: 52px 24px 60px;
}
.ihm-crumb { margin-bottom: 14px; font-size: 13px; color: var(--ihm-muted); }
.ihm-crumb a { color: inherit; }
.ihm-crumb span { margin: 0 6px; }
.ihm-kicker { margin: 0 0 12px; color: var(--ihm); font-size: 12px; font-weight: 800; letter-spacing: 0.2em; }
.ihm-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 650;
  line-height: 1.28;
}
.ihm-hero-copy h1 em { font-style: normal; color: var(--ihm); }
.ihm-hero-sub { margin: 0 0 22px; max-width: 520px; color: var(--ihm-muted); font-size: 16px; line-height: 1.8; }
.ihm-values { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 0 0 26px; }
.ihm-values li { font-size: 14px; font-weight: 700; }
.ihm-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.ihm-btn {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
  background: var(--ihm);
  color: #fff;
  font-size: 16px;
  font-weight: 750;
}
.ihm-btn:hover { color: #fff; }
.ihm-link { color: var(--ihm); font-weight: 700; }
.ihm-checks { display: flex; gap: 16px; margin: 18px 0 0; color: var(--ihm-muted); font-size: 13px; }

.ihm-mag { display: grid; gap: 56px; }
.ihm-mag article {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
.ihm-mag article.is-flip { grid-template-columns: 0.85fr 1.15fr; }
.ihm-mag article.is-flip img { order: 1; }
.ihm-mag img { width: 100%; height: 340px; object-fit: cover; }
.ihm-mag span { display: block; margin-bottom: 12px; color: var(--ihm); font-size: 13px; letter-spacing: 0.08em; }
.ihm-mag h3 { margin: 0 0 14px; font-size: 26px; font-weight: 650; line-height: 1.35; }
.ihm-mag p { margin: 0; color: var(--ihm-muted); font-size: 16px; line-height: 1.8; }

.ihm-path { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.ihm-path li { padding-top: 8px; border-top: 1px solid var(--ihm); }
.ihm-path strong { display: block; margin: 14px 0 8px; font-size: 18px; font-weight: 650; }
.ihm-path span { color: var(--ihm-muted); font-size: 14px; line-height: 1.65; }

.ihm-plays { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; }
.ihm-plays article { padding-bottom: 8px; }
.ihm-plays h3 { margin: 0 0 10px; font-size: 22px; font-weight: 650; }
.ihm-plays p { margin: 0 0 12px; color: var(--ihm-muted); font-size: 15px; line-height: 1.75; }
.ihm-plays a { color: var(--ihm); font-weight: 700; }

.ihm-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ihm-cards article { background: #fff; box-shadow: 0 18px 36px rgba(42, 42, 36, 0.06); }
.ihm-cards header { padding: 14px 18px 0; color: var(--ihm); font-size: 12px; letter-spacing: 0.16em; }
.ihm-cards h3 { margin: 8px 18px 12px; font-size: 18px; font-weight: 650; }
.ihm-cards dl { margin: 0 18px 16px; }
.ihm-cards div { padding: 10px 0; border-top: 1px solid var(--ihm-line); }
.ihm-cards dt { color: var(--ihm-muted); font-size: 12px; }
.ihm-cards dd { margin: 4px 0 0; font-size: 14px; font-weight: 700; }

.ihm-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; text-align: center; }
.ihm-steps span { display: block; margin-bottom: 14px; color: var(--ihm); font-weight: 800; }
.ihm-steps img { width: min(100%, 220px); margin: 0 auto; }
.ihm-steps strong { display: block; margin-top: 16px; font-size: 16px; font-weight: 650; }

.ihm-views { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.ihm-views .iphone { width: min(32%, 200px); }
.ihm-views .iphone-body { max-width: none; }
.ihm-views figcaption { margin-top: 12px; text-align: center; font-size: 13px; font-weight: 700; }

.ihm-scenes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ihm-scenes article { background: #fff; }
.ihm-scenes img { width: 100%; height: 200px; object-fit: cover; }
.ihm-scenes span,
.ihm-scenes h3,
.ihm-scenes p { display: block; margin-left: 20px; margin-right: 20px; }
.ihm-scenes span { margin-top: 18px; color: var(--ihm); font-size: 12px; letter-spacing: 0.1em; }
.ihm-scenes h3 { margin-top: 8px; margin-bottom: 8px; font-size: 20px; font-weight: 650; }
.ihm-scenes p { margin-bottom: 20px; color: var(--ihm-muted); font-size: 14px; line-height: 1.7; }

.ihm-faq-wrap { max-width: 720px; }
.ihm-faq-wrap h2 { text-align: left; }
.ihm-faq details { border-bottom: 1px solid var(--ihm-line); }
.ihm-faq summary { padding: 18px 0; font-size: 16px; font-weight: 650; cursor: pointer; list-style: none; }
.ihm-faq summary::-webkit-details-marker { display: none; }
.ihm-faq summary::after { content: "+"; float: right; color: var(--ihm); }
.ihm-faq details[open] summary::after { content: "x"; }
.ihm-faq p { margin: 0 0 18px; color: var(--ihm-muted); font-size: 14px; line-height: 1.75; }
.ihm-more { margin: 32px 0 0; text-align: center; }
.ihm-more a { color: var(--ihm); font-weight: 700; }

@media (max-width: 1080px) {
  .ihm-hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .ihm-mag article,
  .ihm-mag article.is-flip { grid-template-columns: 1fr; gap: 18px; }
  .ihm-mag article.is-flip img { order: 0; }
  .ihm-mag img { height: 220px; }
  .ihm-path,
  .ihm-plays,
  .ihm-cards,
  .ihm-steps,
  .ihm-scenes { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .ihm-sec { padding: 56px 16px; }
}
