/* Photograph crops and one isolated voice symbol in the approved editorial system. */
/* Give the ink mask room above/below the glyphs without moving the title or row. */
.hero-word {
  padding-top: .1em;
  padding-bottom: .04em;
  margin-top: -.07em;
  margin-bottom: -.04em;
}
.footer-word {
  padding-top: .11em;
  padding-bottom: .04em;
  margin-top: -.07em;
  margin-bottom: -.04em;
}
.human-photo { object-position: 50% 47%; }
.human-picture { display: contents; }
.human-heading h2 { font-size: clamp(100px, 9vw, 138px); }
.collage-team img { object-position: 50% 45%; }
.collage-hotel img { object-position: 50% 0; }
.collage-team::after, .collage-hotel::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 70px;
  background: linear-gradient(transparent, #191b1bbf);
  pointer-events: none;
}
.editorial-collage figcaption { z-index: 1; }
.voice-section { position: relative; }
.voice-art {
  position: absolute;
  width: 235px;
  left: 2%;
  bottom: 18px;
  margin: 0;
  pointer-events: none;
}
.voice-art img { width: 100%; height: auto; }
.voice-heading { position: relative; z-index: 1; }
.story-cutout { display: block; height: auto; pointer-events: none; }
.cup-art { width: 180px; margin: 20px 0 0; }
.app-editorial.has-still-life { position: relative; }
.notebook-art { position: absolute; top: 22px; right: 24px; width: clamp(112px, 11vw, 142px); }
.has-still-life .tab-list button[aria-selected="false"] { color: #6b645d; }
.hotel-key-art { width: 128px; margin: 0 0 14px auto; }
@media (min-width: 768px) and (max-width: 1100px) {
  .human-heading h2 { font-size: clamp(58px, 6.8vw, 74px); }
}
@media (max-width: 767px) {
  .human-photo { height: 108%; margin-top: 0; object-position: 50% 0; }
  .voice-art { position: relative; width: 215px; bottom: auto; left: auto; margin: 18px 0 2px; }
  .collage-hotel { margin-top: 100px; }
  .collage-hotel img { object-position: 50% 0; }
  .cup-art { width: 136px; margin: 12px 0 0; }
  .notebook-art { position: static; grid-column: 1; grid-row: 3; width: 110px; justify-self: end; align-self: center; margin: 0 16px 0 0; }
  .has-still-life .app-description { padding-right: 136px; min-height: 112px; }
  .no-js .notebook-art { grid-row: 2; }
  .hotel-key-art { float: right; width: 100px; margin: 0 0 0 16px; }
  .possibilities-heading:has(.hotel-key-art) p { width: 100%; min-height: 100px; }
}
