/* v2.5.4: readable page leads, restrained editorial news, and safer mobile hero copy. */
.page-article__inner .page-prose .page-lead { color: #f2e9d8 !important; font-weight: 400; text-shadow: none; }
.page-article--company .page-prose .page-lead,
.page-article--contact .page-prose .page-lead,
.page-article--privacy-policy .page-prose .page-lead { color: #f2e9d8 !important; }
.concept-band__heading h2 { width: max-content; max-width: none; white-space: nowrap; font-size: clamp(34px, 3.5vw, 54px); letter-spacing: .09em; line-height: 1.5; }

.news-section { background: #080808; color: #eee8dc; padding-block: clamp(88px, 9vw, 138px); }
.news-section__heading { align-items: end; border-bottom: 1px solid #66573f; padding-bottom: 28px; margin-bottom: 0; }
.news-section__heading .section-label { color: #c7a974; letter-spacing: .25em; }
.news-section__heading h2 { color: #f4eddf; font-family: var(--display); font-weight: 400; font-size: clamp(36px, 5vw, 66px); letter-spacing: .1em; }
.news-list { border-top: 0; }
.news-list__item { grid-template-columns: 116px 130px minmax(0, 1fr) 52px; gap: 24px; min-height: 116px; border-bottom: 1px solid #403a31; }
.news-list__item time { color: #bcb0a0; font-size: 14px; font-weight: 400; letter-spacing: .09em; }
.news-list__item h2, .news-list__item h3 { color: #f0e9dc; font-family: var(--display); font-size: clamp(17px, 1.55vw, 21px); font-weight: 400; letter-spacing: .05em; }
.news-list__item h2 a:hover, .news-list__item h3 a:hover { color: #d8bd8b; }
.news-list__category { display: flex; flex-wrap: wrap; gap: 6px; }
.news-category { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 4px 12px; border: 1px solid #887658; color: #d9c39b; background: transparent; font-size: 12px; line-height: 1.3; letter-spacing: .07em; text-decoration: none; white-space: nowrap; }
a.news-category:hover { border-color: #d9c39b; color: #fff4da; }
.news-list__arrow { border-color: #837154; background: transparent; color: #e9ddc6; }
.news-list__item:hover .news-list__arrow, .news-list__arrow:hover { border-color: #d3b884; color: #12100c; background: #d3b884; }
.news-section__empty { border-top: 0; border-bottom-color: #403a31; color: #ddd2c0; }
.news-section__more { margin-top: 36px; }
.news-archive-shell, .news-archive { background: #080808; color: #f0e9dc; }
.news-archive { padding-top: 62px; }
.news-category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 40px; }
.news-category-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 17px; border: 1px solid #76684f; color: #e2d6c3; text-decoration: none; font-size: 14px; letter-spacing: .06em; }
.news-category-nav a:hover, .news-category-nav a.is-current { border-color: #c9ad77; color: #10100f; background: #c9ad77; }
.news-single { background: #080808; }
.news-single__header { max-width: 980px; border-color: #756448; }
.news-single__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 26px; }
.news-single__header .section-label { margin-bottom: 0; letter-spacing: .25em; }
.news-single__header time { color: #c7bba8; font-size: 14px; }
.news-single__header h1 { margin-top: 24px; color: #f5eddf; font-size: clamp(32px, 4.6vw, 58px); font-weight: 400; }
.news-single__body { font-size: 17px; line-height: 2.1; }
.news-single__body h2, .news-single__body h3 { color: #f4e9d6; }
.news-single__body a { color: #dfbf83; }

/* The mist visibly retreats in two directions while the forest comes into focus. */
.site-intro--forest-v253::before { content: ''; position: absolute; z-index: 1; inset: -10% -28%; pointer-events: none; background: radial-gradient(ellipse 62% 56% at 39% 48%, rgba(209,224,204,.62), transparent 82%), radial-gradient(ellipse 58% 50% at 72% 55%, rgba(217,230,211,.5), transparent 84%); filter: blur(36px); mix-blend-mode: screen; opacity: .88; }
.site-intro--forest-v253.is-loaded::before { animation: chisou-mist-clear-254 3.45s ease-in-out forwards; }
@keyframes chisou-mist-clear-254 { 0% { opacity: .88; transform: translate3d(0,0,0) scale(1.06); } 34% { opacity: .75; } 72% { opacity: .34; } 100% { opacity: 0; transform: translate3d(20%,-5%,0) scale(1.22); } }

@media (max-width: 767px) {
  .concept-band__heading h2 { font-size: clamp(26px, 7.3vw, 34px); letter-spacing: .06em; }
  .coast-hero__copy { left: auto; right: max(24px, env(safe-area-inset-right)); max-width: calc(100% - 48px); box-sizing: border-box; }
  .coast-hero__title { display: block; width: max-content; max-width: 100%; font-size: clamp(19px, 5.3vw, 25px); line-height: 1.5; letter-spacing: .07em; overflow: visible; }
  .news-section { padding-block: 76px 88px; }
  .news-section__heading { padding-bottom: 20px; }
  .news-section__heading h2 { font-size: 38px; }
  .news-list__item { grid-template-columns: minmax(0, 1fr) 42px; gap: 9px 12px; min-height: 0; padding: 22px 0; }
  .news-list__item time { grid-column: 1; font-size: 13px; }
  .news-list__category { grid-column: 1; }
  .news-list__item h2, .news-list__item h3 { grid-column: 1; font-size: 18px; }
  .news-list__arrow { grid-column: 2; grid-row: 1 / span 3; align-self: center; width: 42px; height: 42px; }
  .news-archive { padding-top: 38px; }
  .news-single__header h1 { font-size: 33px; }
  .news-single__body { font-size: 16px; }
}
