/* Denture Page Specific Styles */
.hero__content {
  background-image: url(../../img/treatment/denture/denture-hero.jpg);
}

/* Section 4: 当院のこだわりと技術 — 様々な入れ歯例 */
.denture-examples {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.denture-feature__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  column-gap: 56px;
  row-gap: 24px;
  align-items: start;
}

.denture-feature__intro .treatment-feature__text {
  grid-column: 1;
  grid-row: 1;
  padding-right: 0;
  align-self: start;
}

.denture-feature__intro .treatment-feature__image {
  grid-column: 2;
  grid-row: 1 / 3;
}

.denture-examples__title {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  margin: 0;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

.denture-examples__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.denture-examples__head {
  background: #fa9a00;
  color: #fff;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
}

.denture-examples__row--basics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.denture-examples__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.denture-examples__figure {
  overflow: hidden;
  background: #fff;
}

.denture-examples__figure--tall {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.denture-examples__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.denture-examples__figure--tall img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.denture-examples__partial {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.denture-examples__partial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  align-items: flex-start;
}

.denture-examples__partial-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc((100% - 36px) / 3);
  min-width: 0;
}

.denture-examples__partial-figures {
  display: flex;
  gap: 10px;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-height: 171px;
  align-items: stretch;
  width: 100%;
}

.denture-examples__partial-figures--reference {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.denture-examples__partial-figure {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
}

.denture-examples__partial-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.denture-examples__caption {
  margin: 0;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  text-align: center;
}

.denture-examples__reference {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 171px;
  padding: 16px;
  background: #fff5e5;
  border-radius: 0;
  box-sizing: border-box;
}

.denture-examples__partial-item--reference {
  align-self: flex-start;
}

.denture-examples__reference-label {
  display: inline-flex;
  align-self: flex-start;
  background: #fa9a00;
  color: #333;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  padding: 0 8px;
}

.denture-examples__reference-text {
  margin: 0;
  font-family: 'FOT-TsukuARdGothic_Std', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.denture-examples__row--implants {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
  width: 100%;
}

.denture-examples__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.denture-examples__cells {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.denture-examples__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.denture-examples__cell .denture-examples__figure {
  width: 100%;
}

.denture-examples__cell .denture-examples__figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .denture-feature__intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .denture-feature__intro .treatment-feature__image {
    grid-row: auto;
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }

  .denture-examples__row--basics {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .denture-examples__partial-item,
  .denture-examples__partial-item--reference {
    width: calc((100% - 18px) / 2);
  }

  .denture-examples__row--implants {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .denture-examples__title {
    align-self: center;
  }
}

@media (max-width: 768px) {
  .denture-examples__title {
    font-size: 20px;
  }

  .denture-examples__head {
    font-size: 18px;
  }

  .denture-examples__partial-item,
  .denture-examples__partial-item--reference {
    width: 100%;
  }

  .denture-examples__caption {
    font-size: 16px;
  }

  .denture-examples__cells {
    grid-template-columns: 1fr;
  }
}
