.buying-headline{font-size:clamp(30px,3.4vw,54px)!important;line-height:1.38!important}

/* Home-only surfaces reuse the hero palette without touching photo layers. */
.home-page {
  --home-forest: #0c110d;
  --home-forest-soft: #151c16;
  background-color: var(--home-forest);
  background-image: none;
}

.home-page .hero {
  background-color: var(--home-forest);
}

.home-page .hero-copy,
.home-page .site-header {
  background: linear-gradient(125deg, var(--home-forest-soft), var(--home-forest));
}

.home-page .intro,
.home-page .strengths,
.home-page .items,
.home-page .flow,
.home-page .journal-home,
.home-page .contact,
.home-page .company,
.home-page .item-list,
.home-page footer {
  background-color: var(--home-forest-soft);
}

.home-page .contact {
  background-image: none;
}

.home-page .contact::before {
  box-shadow: none;
}

.home-page .item-list {
  box-shadow: none;
}

.home-page .site-header .nav-cta {
  background-color: var(--home-forest-soft);
}

.home-page .lens-icon {
  box-shadow: inset 0 0 0 15px var(--home-forest-soft), inset 0 0 0 18px #c5bba9;
}

@media (max-width: 900px) {
  .home-page .site-header nav { background: var(--home-forest); }
}

.home-page .mission-section {
  display: block;
}

.home-page .mission-section .mission-title {
  margin: 0 0 10px;
  color: #d1ad66;
  font-size: clamp(34px, 3.5vw, 42px);
  line-height: 1.2;
}

.home-page .mission-content {
  max-width: 760px;
}

.home-page .mission-content > .mission-label {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
}

.home-page .mission-content > .mission-context {
  margin: 0 0 12px;
  line-height: 1.8;
}

.home-page .mission-subtitle {
  margin: 0;
  color: #eee6d7;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.55;
  text-wrap: balance;
}

.home-page .mission-no-break {
  white-space: nowrap;
}

/* Keep the hero's secondary links aligned with its existing primary button. */
.hero-actions.hero-actions--stacked {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: max-content;
  max-width: 100%;
}

.hero-actions--stacked > .hero-subbutton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  margin-top: 20px;
  padding: 10px 18px;
  border: 1px solid #756143;
  border-radius: 1px;
  background: transparent;
  color: #e6dfd2;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease;
}

.hero-actions--stacked > .hero-subbutton + .hero-subbutton {
  margin-top: 10px;
}

.hero-subbutton > span {
  flex-shrink: 0;
  color: #b39a72;
  font: 400 20px/1 Georgia, serif;
}

@media (hover: hover) {
  .hero-actions--stacked > .hero-subbutton:hover {
    background: rgba(185, 153, 90, .06);
    border-color: #927a54;
  }
}

.hero-actions--stacked > .hero-subbutton:active {
  background: rgba(185, 153, 90, .1);
  border-color: #a08860;
}

.hero-actions--stacked > .hero-subbutton:focus-visible {
  outline: 2px solid #d1ad66;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .hero-actions.hero-actions--stacked { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions--stacked > .hero-subbutton { transition: none; }
}
