.honoka-breadcrumb-nav {
  padding: 18px clamp(20px, 4vw, 40px) 0;
}

.honoka-breadcrumb-list {
  max-width: 1180px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}

.honoka-breadcrumb-link {
  color: #6b6857;
  text-decoration: none;
}

.honoka-breadcrumb-item {
  color: #b8b09a;
}

.honoka-breadcrumb-current {
  color: #4a6b3a;
  font-weight: 600;
}

.honoka-hero-section {
  padding: clamp(30px, 4vw, 50px) clamp(20px, 4vw, 40px) clamp(50px, 7vw, 80px);
}

.honoka-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 60px);
  align-items: center;
}

.honoka-hero-media {
  aspect-ratio: 1/1;
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 107, 58, 0.15);
  position: relative;
  padding: 20px;
}

.honoka-hero-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honoka-hero-card {
  display: inline-block;
  padding: 6px 14px;
  background: #ebf2dd;
  color: #4a6b3a;
  font-size: 11px;
  letter-spacing: 0.25em;
  border-radius: 100px;
  font-weight: 700;
  margin-bottom: 20px;
}

.honoka-hero-text {
  font-size: 15px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.honoka-hero-heading {
  margin: 0 0 24px;
}

.honoka-hero-label {
  display: block;
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.honoka-hero-product-name-en {
  display: block;
  font-size: 17px;
  color: #4a6b3a;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-top: 8px;
}

.honoka-hero-lead {
  font-size: clamp(17px, 2vw, 19px);
  font-weight: 700;
  color: #4a6b3a;
  line-height: 1.7;
  margin-bottom: 18px;
}

.honoka-hero-description {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin-bottom: 28px;
}

.honoka-hero-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  padding: 20px;
  background: #fffdf8;
  border-radius: 6px;
  border: 1px solid #ece5d0;
  margin-bottom: 28px;
}

.honoka-hero-detail-label {
  font-size: 11px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

.honoka-hero-value {
  margin: 0;
  font-size: 15px;
  color: #3d3a32;
  font-weight: 500;
}

.honoka-hero-price {
  margin: 0;
}

.honoka-hero-price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.04em;
}

.honoka-hero-price-unit {
  font-size: 13px;
  color: #6b6857;
  margin-left: 4px;
}

.honoka-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: #4a6b3a;
  color: #fffdf8;
  text-decoration: none;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.25);
}

.honoka-feature-summary-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #fffdf8;
}

.honoka-feature-summary-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.honoka-feature-summary-layout {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.honoka-feature-summary-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  color: #fffdf8;
  border-radius: 50%;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
}

.honoka-feature-summary-heading {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  margin: 0;
}

.honoka-feature-summary-media {
  aspect-ratio: 16/10;
  background: #ebe5d3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}

.honoka-feature-summary-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honoka-feature-summary-text {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.honoka-feature-summary-emphasis {
  color: #4a6b3a;
  font-weight: 700;
}

.honoka-concept-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #f5f1e6;
}

.honoka-concept-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.honoka-concept-heading-block {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-concept-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.honoka-concept-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.honoka-concept-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.honoka-concept-heading {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.honoka-concept-text {
  color: #4a6b3a;
}

.honoka-concept-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 56px);
  align-items: center;
}

.honoka-concept-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.12);
}

.honoka-concept-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honoka-concept-subheading {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  color: #3d3a32;
  line-height: 1.6;
  margin-bottom: 22px;
  letter-spacing: 0.04em;
}

.honoka-concept-content {
  width: 40px;
  height: 3px;
  background: #4a6b3a;
  margin-bottom: 22px;
}

.honoka-concept-first-paragraph {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin-bottom: 16px;
}

.honoka-concept-second-paragraph {
  font-size: 15px;
  color: #4a4a40;
  line-height: 2.0;
  margin: 0;
}

.honoka-calcium-shortage-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #ebe5d3;
}

.honoka-calcium-shortage-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.honoka-calcium-shortage-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-calcium-shortage-kicker {
  font-size: 13px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
}

.honoka-calcium-shortage-heading {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.honoka-calcium-shortage-highlight {
  color: #4a6b3a;
}

.honoka-calcium-shortage-panel {
  background: #fffdf8;
  border-radius: 8px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 8px 32px rgba(74, 107, 58, 0.1);
  border: 1px solid #ece5d0;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.honoka-calcium-shortage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.honoka-calcium-shortage-subheading {
  font-size: 18px;
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}

.honoka-calcium-shortage-source {
  font-size: 13px;
  color: #6b6857;
  margin-bottom: 16px;
}

.honoka-calcium-shortage-metrics {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.honoka-calcium-shortage-card {
  flex: 1;
  min-width: 110px;
  background: #f9f5e9;
  padding: 16px;
  border-radius: 4px;
  border-left: 3px solid #4a6b3a;
}

.honoka-calcium-shortage-metric-label {
  font-size: 11px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}

.honoka-calcium-shortage-metric-value {
  font-size: 28px;
  font-weight: 700;
  color: #4a6b3a;
}

.honoka-calcium-shortage-metric-unit {
  font-size: 12px;
  color: #6b6857;
}

.honoka-calcium-shortage-note {
  font-size: 13px;
  color: #8b6748;
  margin-top: 12px;
  font-weight: 600;
}

.honoka-calcium-shortage-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  border-radius: 4px;
  overflow: hidden;
}

.honoka-calcium-shortage-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honoka-calcium-shortage-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.honoka-calcium-shortage-reason-card {
  background: #fffdf8;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 6px;
  border: 1px solid #ece5d0;
}

.honoka-calcium-shortage-layout {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.honoka-calcium-shortage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #4a6b3a;
  color: #fffdf8;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
}

.honoka-calcium-shortage-reason-heading {
  font-size: 15px;
  font-weight: 700;
  color: #3d3a32;
  margin: 0;
  letter-spacing: 0.04em;
}

.honoka-calcium-shortage-reason-text {
  font-size: 13px;
  color: #4a4a40;
  line-height: 1.9;
  margin: 0;
}

.honoka-calcium-paradox-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
}

.honoka-calcium-paradox-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.honoka-calcium-paradox-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-calcium-paradox-text {
  font-size: 13px;
  color: #8b6748;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
}

.honoka-calcium-paradox-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.honoka-calcium-paradox-highlight {
  color: #8b6748;
}

.honoka-calcium-paradox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px, 4vw, 48px);
  align-items: center;
}

.honoka-calcium-paradox-media {
  aspect-ratio: 4/3;
  background: #fffdf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.1);
  padding: 16px;
}

.honoka-calcium-paradox-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honoka-calcium-paradox-lead {
  font-size: 15px;
  color: #3d3a32;
  line-height: 2.0;
  margin-bottom: 22px;
  padding: 18px 22px;
  background: #fff8ed;
  border-left: 4px solid #8b6748;
  border-radius: 4px;
}

.honoka-calcium-paradox-emphasis {
  color: #8b6748;
  font-weight: 700;
}

.honoka-calcium-paradox-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.honoka-calcium-paradox-item {
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.85;
}

.honoka-calcium-paradox-badge {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: #8b6748;
  color: #fffdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  margin-top: 6px;
}

.honoka-calcium-types-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #ebe5d3;
}

.honoka-calcium-types-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.honoka-calcium-types-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-calcium-types-text {
  font-size: 13px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 12px;
}

.honoka-calcium-types-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.honoka-calcium-types-highlight {
  color: #4a6b3a;
}

.honoka-calcium-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.honoka-calcium-types-card {
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.12);
  border: 2px solid #4a6b3a;
}

.honoka-calcium-types-header {
  padding: 22px;
  background: linear-gradient(135deg, #4a6b3a 0%, #7a9a5b 100%);
  color: #fffdf8;
  text-align: center;
}

.honoka-calcium-types-media {
  aspect-ratio: 1/1;
  width: 90px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honoka-calcium-types-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honoka-calcium-types-subheading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

.honoka-calcium-types-subtitle {
  font-size: 12px;
  opacity: 0.92;
  margin: 0;
}

.honoka-calcium-types-list {
  list-style: none;
  padding: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.honoka-calcium-types-item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #3d3a32;
  line-height: 1.8;
}

.honoka-calcium-types-good-mark {
  flex-shrink: 0;
  color: #4a6b3a;
  font-weight: 700;
  font-size: 16px;
}

.honoka-calcium-types-bad-card {
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.06);
  border: 1px solid #d8cfb5;
}

.honoka-calcium-types-bad-header {
  padding: 22px;
  background: linear-gradient(135deg, #8b6748 0%, #a87858 100%);
  color: #fffdf8;
  text-align: center;
}

.honoka-calcium-types-bad-mark {
  flex-shrink: 0;
  color: #8b6748;
  font-weight: 700;
  font-size: 16px;
}

.honoka-calcium-types-footnote {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #6b6857;
  line-height: 1.8;
  padding-top: 6px;
  border-top: 1px solid #ece5d0;
}

.honoka-shell-calcium-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
}

.honoka-shell-calcium-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.honoka-shell-calcium-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-shell-calcium-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.honoka-shell-calcium-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.honoka-shell-calcium-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.honoka-shell-calcium-heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 8px;
}

.honoka-shell-calcium-text {
  color: #4a6b3a;
}

.honoka-shell-calcium-dosage {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.4vw, 24px);
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.honoka-shell-calcium-dosage-amount {
  font-size: 1.3em;
}

.honoka-shell-calcium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.honoka-shell-calcium-card {
  background: #fffdf8;
  padding: clamp(28px, 4vw, 36px);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.08);
  border: 1px solid #ece5d0;
  text-align: center;
}

.honoka-shell-calcium-icon-frame {
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  background: #ebf2dd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honoka-shell-calcium-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.honoka-shell-calcium-subheading {
  font-size: 18px;
  font-weight: 700;
  color: #4a6b3a;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}

.honoka-shell-calcium-description {
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.95;
  margin: 0;
  text-align: left;
}

.honoka-active-ingredients-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #f5f1e6;
}

.honoka-active-ingredients-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.honoka-active-ingredients-heading-block {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-active-ingredients-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.honoka-active-ingredients-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.honoka-active-ingredients-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.honoka-active-ingredients-heading {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
}

.honoka-active-ingredients-text {
  color: #4a6b3a;
}

.honoka-active-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 28px);
}

.honoka-active-ingredients-card {
  background: #fffdf8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.06);
  border: 1px solid #ece5d0;
}

.honoka-active-ingredients-media {
  aspect-ratio: 4/3;
  background: #ebf2dd;
  overflow: hidden;
}

.honoka-active-ingredients-image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}

.honoka-active-ingredients-content {
  padding: 22px;
}

.honoka-active-ingredients-category {
  font-size: 12px;
  color: #4a6b3a;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}

.honoka-active-ingredients-subheading {
  font-size: 19px;
  font-weight: 700;
  color: #3d3a32;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.honoka-active-ingredients-description {
  font-size: 13px;
  color: #4a4a40;
  line-height: 1.9;
  margin: 0;
}

.honoka-recommendation-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #ebe5d3;
}

.honoka-recommendation-inner {
  max-width: 980px;
  margin: 0 auto;
}

.honoka-recommendation-content {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.honoka-recommendation-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.honoka-recommendation-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.honoka-recommendation-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.honoka-recommendation-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.honoka-recommendation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.honoka-recommendation-item {
  background: #fffdf8;
  padding: 18px 22px;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #ece5d0;
}

.honoka-recommendation-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #4a6b3a;
  color: #fffdf8;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
}

.honoka-recommendation-text {
  font-size: 14px;
  color: #3d3a32;
  font-weight: 500;
}

.honoka-product-details-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: #fffdf8;
}

.honoka-product-details-inner {
  max-width: 880px;
  margin: 0 auto;
}

.honoka-product-details-content {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.honoka-product-details-layout {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.honoka-product-details-divider {
  width: 32px;
  height: 1px;
  background: #4a6b3a;
}

.honoka-product-details-label {
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #4a6b3a;
  font-weight: 600;
}

.honoka-product-details-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
}

.honoka-product-details-details {
  background: #f9f5e9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ece5d0;
}

.honoka-product-details-grid {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 0;
  border-bottom: 1px solid #ece5d0;
}

.honoka-product-details-term {
  padding: 18px 22px;
  background: #fffdf8;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-right: 1px solid #ece5d0;
  display: flex;
  align-items: center;
}

.honoka-product-details-description {
  margin: 0;
  padding: 18px 22px;
  font-size: 14px;
  color: #3d3a32;
}

.honoka-product-details-long-term {
  padding: 18px 22px;
  background: #fffdf8;
  font-size: 12px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.1em;
  border-right: 1px solid #ece5d0;
  display: flex;
  align-items: flex-start;
}

.honoka-product-details-ingredients {
  margin: 0;
  padding: 18px 22px;
  font-size: 13px;
  color: #3d3a32;
  line-height: 1.85;
}

.honoka-product-details-note {
  color: #6b6857;
}

.honoka-product-details-price-row {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 0;
}

.honoka-product-details-price {
  margin: 0;
  padding: 18px 22px;
}

.honoka-product-details-price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #4a6b3a;
  letter-spacing: 0.04em;
}

.honoka-product-details-text {
  font-size: 14px;
  color: #6b6857;
  margin-left: 4px;
}

.honoka-contact-section {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  background: linear-gradient(135deg, #4a6b3a 0%, #7a9a5b 100%);
  position: relative;
  overflow: hidden;
}

.honoka-contact-card {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.06);
  pointer-events: none;
}

.honoka-contact-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.honoka-contact-heading {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  color: #fffdf8;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.honoka-contact-lead {
  font-size: 15px;
  color: rgba(255, 253, 248, 0.92);
  line-height: 2.0;
  margin-bottom: 32px;
}

.honoka-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 2.5vw, 24px) clamp(28px, 4vw, 44px);
  background: #fffdf8;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.honoka-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  background: linear-gradient(135deg, #7a9a5b 0%, #4a6b3a 100%);
  border-radius: 50%;
  color: #fffdf8;
  flex-shrink: 0;
}

.honoka-contact-content {
  text-align: left;
}

.honoka-contact-label {
  font-size: 11px;
  color: #4a6b3a;
  letter-spacing: 0.25em;
  font-weight: 700;
}

.honoka-contact-phone-number {
  font-size: clamp(24px, 3.6vw, 32px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.honoka-contact-hours {
  font-size: 13px;
  color: rgba(255, 253, 248, 0.85);
  margin-top: 22px;
}

.honoka-related-product-section {
  padding: clamp(50px, 7vw, 80px) clamp(20px, 4vw, 40px);
  background: #f5f1e6;
}

.honoka-related-product-inner {
  max-width: 980px;
  margin: 0 auto;
}

.honoka-related-product-heading {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-align: center;
}

.honoka-related-product-link-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 3vw, 36px);
  background: #fffdf8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(74, 107, 58, 0.08);
  border: 1px solid #ece5d0;
  text-decoration: none;
  color: inherit;
  align-items: center;
  transition: all 0.2s;
}

.honoka-related-product-media {
  aspect-ratio: 4/3;
  background: #ebe5d3;
  overflow: hidden;
}

.honoka-related-product-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honoka-related-product-content {
  padding: clamp(24px, 3vw, 32px);
}

.honoka-related-product-text {
  font-size: 12px;
  color: #4a6b3a;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.honoka-related-product-subheading {
  margin: 0 0 12px;
}

.honoka-related-product-label {
  font-size: 26px;
  font-weight: 700;
  color: #3d3a32;
  letter-spacing: 0.12em;
}

.honoka-related-product-name-en {
  font-size: 13px;
  color: #4a6b3a;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-left: 10px;
}

.honoka-related-product-description {
  font-size: 14px;
  color: #4a4a40;
  line-height: 1.9;
  margin-bottom: 16px;
}

.honoka-related-product-link-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a6b3a;
  font-weight: 600;
  font-size: 14px;
}

.honoka-hero-button:hover {
  background: #3d5a2e;
}

.honoka-related-product-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(74, 107, 58, 0.15);
}
