@media (min-width: 881px) {
  .mobile-inquiry { display: none !important; }
}

@media (max-width: 880px) {
  html,
  body {
    min-height: 100%;
    overflow-x: hidden !important;
    overscroll-behavior-y: none;
  }

  body {
    padding-bottom: 82px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .site-header {
    height: 68px !important;
    padding: 0 18px !important;
  }

  .site-header .brand {
    width: 118px !important;
    flex-basis: 118px !important;
  }

  .site-header .brand img,
  .site-header.is-scrolled .brand img {
    height: 39px !important;
  }

  .main-nav {
    top: 68px !important;
    max-height: calc(100svh - 68px);
    overflow-y: auto;
  }

  .main-nav .mobile-inquiry {
    position: sticky;
    bottom: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 12px;
    align-items: center;
    margin: 18px 0 4px;
    padding: 16px 15px;
    color: #263241;
    background: #e1cf9a;
    box-shadow: 0 -12px 18px #263241;
  }

  .main-nav .mobile-inquiry span {
    grid-column: 1;
    color: rgba(38, 50, 65, .65);
    font: 700 8px Arial, sans-serif;
    letter-spacing: .16em;
  }

  .main-nav .mobile-inquiry strong {
    grid-column: 1;
    font-size: 15px;
    letter-spacing: -.04em;
  }

  .main-nav .mobile-inquiry b {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 22px;
    font-weight: 400;
  }

  .fullpage > .snap-section {
    min-height: 100svh !important;
  }

  .exact-hero {
    min-height: 100svh !important;
  }

  .hero-opening-copy {
    top: 45% !important;
    left: 20px !important;
    right: 20px !important;
  }

  .hero-opening-copy h1 {
    font-size: clamp(38px, 11.2vw, 52px) !important;
    line-height: 1.13 !important;
  }

  .hero-opening-meta {
    right: 18px !important;
    bottom: 22px !important;
    padding: 10px 12px !important;
  }

  .exact-premium,
  .manifesto-section {
    height: 100svh !important;
    min-height: 100svh !important;
  }

  .premium-v2-heading {
    top: 12% !important;
  }

  .premium-v2-copy {
    right: 16px !important;
    left: 16px !important;
    width: auto !important;
    height: min(53svh, 440px) !important;
  }

  .premium-v2-controls {
    right: 16px !important;
    bottom: 7% !important;
    left: 16px !important;
  }

  .manifesto-backdrop {
    inset: 0 !important;
    border-radius: 0 !important;
    clip-path: none !important;
  }

  .manifesto-copy {
    width: calc(100% - 36px) !important;
  }

  .manifesto-copy h2 {
    font-size: clamp(36px, 10vw, 45px) !important;
  }

  .exact-location {
    min-height: 100svh !important;
    height: auto !important;
  }

  .exact-location .location-backdrop {
    position: absolute !important;
    z-index: 0 !important;
  }

  .exact-location .location-shade {
    position: absolute !important;
    z-index: 1 !important;
  }

  .exact-location .location-panels {
    position: relative !important;
    z-index: 2 !important;
    padding-top: 68px !important;
  }

  .location-panels article {
    min-height: 24svh !important;
    padding: 34px 22px !important;
    background: rgba(17,36,43,.56) !important;
  }

  .location-panels article > div {
    position: static !important;
    margin-top: 16px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .location-panels article > b {
    font-size: 29px !important;
  }

  .location-panels article h3 {
    font-size: 20px !important;
  }

  .location-panels article p {
    font-size: 11px !important;
  }

  .exact-brand {
    min-height: 120svh !important;
    height: 120svh !important;
  }

  .brand-v2-copy {
    top: 11% !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
  }

  .brand-v2-copy h2 {
    font-size: clamp(34px, 9vw, 42px) !important;
  }

  .brand-v2-main {
    right: 18px !important;
    bottom: 16% !important;
    width: 72vw !important;
    height: 36svh !important;
  }

  .exact-contact {
    min-height: auto !important;
    padding: 86px 16px 106px !important;
  }

  .contact-title strong {
    font-size: 38px !important;
  }

  .contact-map-shell {
    height: clamp(300px, 47svh, 420px) !important;
  }

  .contact-place-list {
    grid-template-rows: none !important;
  }

  .contact-place {
    min-height: 224px;
    padding: 23px 18px 18px !important;
  }

  .contact-place > div {
    right: 18px !important;
    left: 18px !important;
  }

  .contact-place h3 {
    font-size: 21px !important;
  }

  .exact-contact .contact-bottom {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .exact-contact .contact-bottom a {
    justify-content: space-between;
  }

  .site-footer.snap-section {
    min-height: 100svh !important;
    padding: 78px 20px 118px !important;
  }

  .right-dock {
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: max(12px, env(safe-area-inset-left)) !important;
  }
}
