/* v2.4.2: three-slide hero, quiet material stories, readable company and archives. */
.brand-hero__slide--family::before {
  background-image: var(--brand-slide-image);
  background-position: 62% center;
  background-size: cover;
}
.brand-hero__slide--family::after {
  background: linear-gradient(90deg, rgba(2,2,2,.91) 0%, rgba(2,2,2,.68) 43%, rgba(2,2,2,.05) 80%);
}
.concept-band {
  background-image: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.94) 40%, rgba(8,8,8,.12) 83%), var(--concept-image);
  background-position: center;
  min-height: 660px;
}
.concept-band__grid { min-height: 660px; }

.ingredient-catalog { padding: 110px 0 90px; }
.ingredient-catalog__heading { margin-bottom: 72px; }
.ingredient-catalog__heading h2 { margin-bottom: 0; }
.material-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: center;
  gap: clamp(45px, 8vw, 130px);
  min-height: 570px;
  padding: 65px 0;
  border-top: 1px solid #4a4032;
  scroll-margin-top: 95px;
}
.material-feature:last-of-type { border-bottom: 1px solid #4a4032; }
.material-feature:nth-of-type(even) .material-feature__visual { order: 2; }
.material-feature:nth-of-type(even) .material-feature__content { order: 1; }
.material-feature__visual {
  position: relative;
  display: grid;
  place-items: center;
  height: min(39vw, 490px);
  min-height: 390px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 48%, #27231d 0%, #11100e 48%, #090909 78%);
}
.material-feature__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 48%, transparent 30%, rgba(7,7,7,.34) 68%, #090909 100%);
  pointer-events: none;
}
.material-feature__visual a { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; height: 100%; }
.material-feature__visual img {
  display: block;
  width: 88%;
  height: 100%;
  object-fit: contain;
  filter: brightness(.84) contrast(1.14) saturate(.9);
  -webkit-mask-image: radial-gradient(ellipse 65% 68% at center, #000 48%, transparent 100%);
  mask-image: radial-gradient(ellipse 65% 68% at center, #000 48%, transparent 100%);
  transition: transform .7s ease, filter .7s ease;
}
.material-feature__visual a:hover img { transform: scale(1.04); filter: brightness(.98) contrast(1.1) saturate(1); }
.material-feature__content { max-width: 390px; }
.material-feature__number { display: block; margin-bottom: 30px; color: #b79b65; font-size: 14px; letter-spacing: .25em; }
.material-feature__content h3 { margin: 0 0 25px; color: #f2ece0; font-size: clamp(42px, 5vw, 72px); font-weight: 400; letter-spacing: .16em; line-height: 1.3; }
.material-feature__content p { max-width: 22em; margin: 0 0 45px; color: #c8c4ba; font-size: 17px; line-height: 2; letter-spacing: .045em; }
.material-feature__link { display: inline-flex; align-items: center; gap: 65px; padding: 0 0 14px; border-bottom: 1px solid #ba9c66; color: #eee4d3; font-size: 15px; letter-spacing: .13em; text-decoration: none; }
.material-feature__link span { font-size: 20px; transition: transform .2s ease; }
.material-feature__link:hover { color: #d8b777; }
.material-feature__link:hover span { transform: translateX(5px); }
.material-feature__pending { z-index: 1; color: #aa9c85; font-size: 14px; letter-spacing: .1em; }
.material-pending { margin: 36px 0 0; color: #bcb3a2; font-size: 14px; letter-spacing: .08em; }
.material-pending span { margin-left: 18px; color: #867c6d; }

/* The company page contains a WordPress Table block with its own pale colors. */
.page-article--company .page-prose figure.wp-block-table { margin: 40px 0 75px; background: transparent !important; }
.page-article--company .page-prose table { width: 100%; border: 0; border-collapse: collapse; background: #0b0b0b !important; color: #ede8dd; }
.page-article--company .page-prose table tr { background: transparent !important; }
.page-article--company .page-prose table th,
.page-article--company .page-prose table td { padding: 21px 26px; border: 0 !important; border-bottom: 1px solid #514838 !important; background: transparent !important; line-height: 1.75; vertical-align: middle; }
.page-article--company .page-prose table th { width: 28%; color: #c7ad79 !important; font-size: 14px; font-weight: 400; letter-spacing: .12em; }
.page-article--company .page-prose table td { color: #ede8dd !important; font-size: 17px; overflow-wrap: anywhere; }
.page-article--company .page-prose table tr:first-child th,
.page-article--company .page-prose table tr:first-child td { border-top: 1px solid #514838 !important; }

.chisou-pager { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 5vw, 65px); margin: 75px auto 0; padding: 24px 0; border-top: 1px solid #554b3a; background: transparent; }
.chisou-pager__link { color: #eee7d9; text-decoration: none; font-size: 15px; letter-spacing: .08em; }
.chisou-pager__link:hover { color: #d1b273; }
.chisou-pager__link--disabled { visibility: hidden; }
.chisou-pager__status { color: #eee7d9; font-size: 20px; letter-spacing: .12em; white-space: nowrap; }
.chisou-pager__status small { color: #9e9079; font-size: 15px; }

@media (max-width: 767px) {
  .brand-hero__slide--family::before { background-position: 68% center; }
  .brand-hero__slide--family::after { background: linear-gradient(90deg, rgba(2,2,2,.76), rgba(2,2,2,.12)); }
  .concept-band { min-height: 0; background-image: linear-gradient(rgba(6,6,6,.82), rgba(6,6,6,.75)), var(--concept-image); background-position: 70% center; }
  .concept-band__grid { min-height: 0; }
  .ingredient-catalog { padding: 65px 0; }
  .ingredient-catalog__heading { margin-bottom: 30px; }
  .material-feature { display: flex; flex-direction: column; align-items: stretch; gap: 24px; min-height: 0; padding: 38px 0 55px; }
  .material-feature:nth-of-type(even) .material-feature__visual,
  .material-feature:nth-of-type(even) .material-feature__content { order: initial; }
  .material-feature__visual { height: 360px; min-height: 0; }
  .material-feature__content { max-width: none; }
  .material-feature__number { margin-bottom: 12px; }
  .material-feature__content h3 { margin-bottom: 14px; font-size: 40px; }
  .material-feature__content p { margin-bottom: 24px; font-size: 15px; }
  .page-article--company .page-prose table th,
  .page-article--company .page-prose table td { display: block; width: 100%; padding: 0 18px; }
  .page-article--company .page-prose table th { padding-top: 17px; border-bottom: 0 !important; }
  .page-article--company .page-prose table td { padding-bottom: 17px; }
  .page-article--company .page-prose table tr:first-child th { border-top: 1px solid #514838 !important; }
  .page-article--company .page-prose table tr:first-child td { border-top: 0 !important; }
  .chisou-pager { gap: 20px; margin-top: 50px; }
  .chisou-pager__link { font-size: 13px; }
  .chisou-pager__status { font-size: 17px; }
}
