@media (max-width: 760px) {
  .site-header,
  .scrolled .site-header {
    height: 70px;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: background 0.25s ease, box-shadow 0.25s ease;
  }

  .header-actions {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    padding: 6px;
    gap: 3px;
    border-radius: 16px;
    grid-template-columns: 1.2fr 0.72fr 0.76fr 0.78fr;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .header-actions a {
    min-width: 0;
    min-height: 42px;
    padding: 7px 5px;
    font-size: 9px;
    line-height: 1.1;
    white-space: normal;
    text-align: center;
  }

  .manifesto {
    padding: 72px 24px;
  }

  .hero-message p,
  .manifesto-copy p,
  .section-heading p,
  .cabin-info p,
  .collection-copy p,
  .experience-intro p,
  .experience-cards p,
  .bridge-copy p,
  .location p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: none;
    overflow-wrap: break-word;
  }

  .portrait-image {
    margin: 10px -24px 0;
  }

  .portrait-image picture {
    display: block;
  }

  .portrait-image img,
  .cabin-main img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .portrait-image figcaption {
    padding: 0 24px;
    margin-top: 14px;
  }

  .cabin-secondary.feature-pair,
  .collection-photos {
    display: flex;
    height: auto;
    gap: 7px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .cabin-secondary.feature-pair::-webkit-scrollbar,
  .collection-photos::-webkit-scrollbar {
    display: none;
  }

  .cabin-secondary.feature-pair img,
  .collection-photos img {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    scroll-snap-align: start;
  }

  .cabin-collection {
    gap: 20px;
  }

  .collection-photos {
    background: var(--forest);
  }

  .collection-copy {
    padding: 24px 22px 27px;
  }

  .collection-copy h3 {
    font-size: 38px;
  }

  .collection-copy p {
    min-height: 0;
  }

  .experience-cards {
    gap: 14px;
  }

  .experience-cards article {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    background-position: center;
  }

  .experience-cards article > div {
    padding: 28px 24px;
  }

  .experience-cards h3 {
    font-size: 32px;
  }

  .experience-cards article:nth-child(2) {
    background-position: center 32%;
  }

  .experience-cards article:nth-child(3) {
    background-position: center 38%;
  }

  .bridge-image {
    height: auto;
    aspect-ratio: 4 / 3;
    background-position: center;
  }

  .header-actions {
    grid-template-columns: 1.25fr 0.72fr 0.78fr;
  }

  .header-actions .header-policy {
    position: fixed;
    top: 84px;
    right: 13px;
    left: auto;
    bottom: auto;
    z-index: 48;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: rgba(5, 29, 21, 0.58);
    backdrop-filter: blur(9px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
    font-size: 0;
    opacity: 0.76;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .header-actions .header-policy .policy-link-icon {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px;
  }

  .menu-open .header-actions .header-policy {
    opacity: 0;
    pointer-events: none;
  }
}
